Re: [tcpdump-workers] pcap next gerneration / adding communication

2005-04-10 Thread Guy Harris
Hannes Gredler wrote: if you want to do live capturing and decode using ethereal/tethereal then you'd simply do: ssh [EMAIL PROTECTED] "sudo tcpdump -ni eth0 -s 0 -w -" | tethereal -nli - That works for Tethereal. For Ethereal, it's a bit more complicated - on UN*X, you'd create a named pipe fil

Re: [tcpdump-workers] pcap next gerneration / adding communication

2005-04-10 Thread Mike Kershaw
> ...although having it in libpcap does mean that applications might, in > theory, be able to capture remotely without having to be changed. Yeah, that would definitely be nice. > However, if authentication is required for remote capture - which I > suspect a lot of sites would want - that migh

Re: [tcpdump-workers] pcap next gerneration / adding communication

2005-04-10 Thread Hannes Gredler
if you want to do live capturing and decode using ethereal/tethereal then you'd simply do: ssh [EMAIL PROTECTED] "sudo tcpdump -ni eth0 -s 0 -w -" | tethereal -nli - /hannes On Sat, Apr 09, 2005 at 05:05:16PM +0200, Pilz Rene wrote: | Thanks for the suggestion. I need it in that way, that I can

[tcpdump-workers] Automatic report from sources (tcpdump libpcap htdocs) between 09.04.2005 - 10.04.2005 GMT

2005-04-10 Thread Automatic cvs log generator /tcpdump/bin/makelog
CVS log entries from 09.04.2005 (Sat) 09:06:51 - 10.04.2005 (Sun) 09:06:53 GMT = Summary by authors = Author: guy File: libpcap/gencode.c; Revisions: 1.227, 1.226, 1.225 File: lib