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
> ...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
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
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