Skip to content
Snippets Groups Projects
Commit c311a497 authored by Guillaume Valadon's avatar Guillaume Valadon
Browse files

Merge pull request #26 from p-l-/fix-igmpv3

Fix layer binding in IGMPv3 (contrib)
parents 96996823 eec78d29
No related branches found
No related tags found
No related merge requests found
...@@ -264,7 +264,6 @@ class IGMPv3(Packet): ...@@ -264,7 +264,6 @@ class IGMPv3(Packet):
return retCode return retCode
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.
Finish editing this message first!
Please register or to comment