Re: [tcpdump-workers] 3 questions: logging to a syslog client instead

2005-09-27 Thread Guy Harris
Albretch Mueller wrote: 1._ how do you log to a syslog client instead of a file? If you mean "in tcpdump", the only way to do that would be to pipe the output of tcpdump to the "logger" command (if the UN*X on which you're running has that command); that would, of course, require that you're

[tcpdump-workers] 3 questions: logging to a syslog client instead of a file ...

2005-09-27 Thread Albretch Mueller
Hi *, here are my three questions: 1._ how do you log to a syslog client instead of a file? 2._ set read/sniffed header length depending on the TCP/IP protocol? 3._ Only get daily digests from the list? ;-) Thanks Albretch - This is the tcpdump-workers list. Visit https://lists.sandelman.ca

Re: (by [EMAIL PROTECTED])Re: Re: [tcpdump-workers] how to use libpcap-0.9.3 to send packets

2005-09-27 Thread Vossie
Try including the pcap library gcc sending.c -o testing -lpcap I have had the same problem (not with sending but with capturing :-) )I have also included the pcap.h file but nothing has worked. Then someone that knows linux better than me has given me this advice. BTW: I am using mandrake 9.2 In