Skip to content
Snippets Groups Projects
Commit eec78d29 authored by Pierre LALET's avatar Pierre LALET
Browse files

Fix layer binding in IGMPv3 (contrib)

parent 96996823
Branches
No related tags found
No related merge requests found
...@@ -265,6 +265,5 @@ class IGMPv3(Packet): ...@@ -265,6 +265,5 @@ class IGMPv3(Packet):
bind_layers(IP, IGMPv3, frag=0, proto=2, ttl=1, tos=0xc0) bind_layers(IP, IGMPv3, frag=0, proto=2, ttl=1, tos=0xc0)
bind_layers( IGMPv3, IGMPv3gr, frag=0, proto=2) bind_layers(IGMPv3, IGMPv3gr)
bind_layers( IGMPv3gr, IGMPv3gr, frag=0, proto=2) bind_layers(IGMPv3gr, IGMPv3gr)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment