IP can now be encapsulated in IPv6

--HG--
branch : Issue #5083
This commit is contained in:
Guillaume Valadon 2014-02-16 16:04:09 +01:00
parent 421c0420ef
commit 17b4ef20fe
1 changed files with 1 additions and 1 deletions

View File

@ -3002,4 +3002,4 @@ bind_layers(IPv6, TCP, nh = socket.IPPROTO_TCP )
bind_layers(IPv6, UDP, nh = socket.IPPROTO_UDP )
bind_layers(IP, IPv6, proto = socket.IPPROTO_IPV6 )
bind_layers(IPv6, IPv6, nh = socket.IPPROTO_IPV6 )
bind_layers(IPv6, IP, nh = socket.IPPROTO_IPIP )