[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

(usagi-users 02490) Re: pcap



Thank you,
 tcpdump and ethereal work fine with ipv6. I am trying to write  a program that will only snif IPV6 packets so that I can test some specific
features of IPv6 ( MobileIPv6), the program is working, but I have to sort the packets my self. I was interested in using
pcap_compile()  and I was searching for the correct string to filter only IPv6 packets. I tried "proto ipv6" but it does not work.

Thank you

Daniel 'NebuchadnezzaR' Dehennin wrote:
William Sanchez <wsanchez@xxxxxxxxxxxxxx> writes:

  
I read man page for tcpdump to see the
different expressions that can be set, all the references are
related to IPv4, I tried to set some for IPv6 but no luck.
    

$ tcpdump ip6

work with tcpdump version 3.7.2 and libpcap version 0.7.2 on a Debian system.

See you.