Skip to content
Snippets Groups Projects
Commit e0602343 authored by rbu@localhost.localdomain's avatar rbu@localhost.localdomain
Browse files

Bind Layer IPv6 for CookedLinux packets as well (ticket #314)

parent 795ed408
No related branches found
No related tags found
No related merge requests found
......@@ -2943,6 +2943,7 @@ conf.l3types.register(ETH_P_IPV6, IPv6)
conf.l2types.register(31, IPv6)
bind_layers(Ether, IPv6, type = 0x86dd )
bind_layers(CookedLinux, IPv6, proto = 0x86dd )
bind_layers(IPerror6, TCPerror, nh = socket.IPPROTO_TCP )
bind_layers(IPerror6, UDPerror, nh = socket.IPPROTO_UDP )
bind_layers(IPv6, TCP, nh = socket.IPPROTO_TCP )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment