fmadio / public

fmadio issue tracking
MIT License
8 stars 3 forks source link

PacketScope ipv6 decoding #151

Closed fmadio closed 7 years ago

fmadio commented 7 years ago

packet scope currently does no decode IPv6 headers. e.g. TCP/UDP block filtering ignores any IPv6 packets.

Add support for IPv6 decoding + TCP/UDP parsing.

fmadio commented 7 years ago

included there`s no packetscope tags

ip.proto == tcp/udp/etc ...

this checks both ipv4 + ipv6. Update includes tcp/udp checks are now both ipv4 and ipv6. e.g. udp.port == 1000 will fetch udp packets with both ipv4 and ipv6 encapsulation.

also included an ipv6 address histogram

fmadio commented 7 years ago

regression checked in, closing