Skip to content
Snippets Groups Projects
Commit cf03b9a5 authored by Marcel Patzlaff's avatar Marcel Patzlaff
Browse files

CHANGE: added support for Jumbo LLC frames

parent f5112454
No related branches found
No related tags found
No related merge requests found
...@@ -390,6 +390,7 @@ class GRE(Packet): ...@@ -390,6 +390,7 @@ class GRE(Packet):
bind_layers( Dot3, LLC, ) bind_layers( Dot3, LLC, )
bind_layers( Ether, LLC, type=122) bind_layers( Ether, LLC, type=122)
bind_layers( Ether, LLC, type=34928)
bind_layers( Ether, Dot1Q, type=33024) bind_layers( Ether, Dot1Q, type=33024)
bind_layers( Ether, Ether, type=1) bind_layers( Ether, Ether, type=1)
bind_layers( Ether, ARP, type=2054) bind_layers( Ether, ARP, type=2054)
......
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