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
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 to comment