On Fri, Apr 08, 2005 at 05:15:15AM -0700, Bruce M Simpson wrote: | On Fri, Apr 08, 2005 at 11:57:33AM +0200, Pilz Rene wrote: | > I want to add a feature where someone can connect and use a | > network-interface of a remote computer to capture data. As ronnie | > sahlberg has already pointed out in the ethereal list, | > authentication and athoriztion should be one of the topics there. For | > sure the will be several more issues. |
i typically use the following command for remote capturing: ssh [EMAIL PROTECTED] "sudo tcpdump -ni eth0 -s 0 -w -" > capture-file.pcap authentication/authorization/confidentiality and transport provided by ssh; does this help ? /hannes - This is the tcpdump-workers list. Visit https://lists.sandelman.ca/ to unsubscribe.