Archive

Archive for the ‘wireshark’ Category

Wireshark: IPv6 filter

June 15th, 2010

As you might know IPv6 uses it’s own Ethernet type 0x86dd. You can use this easily capture only IPv6 traffic with wireshark just uses eth.type == 0x86dd as filter.

ipv6, tools, wireshark