mirror of
https://github.com/luismartingarcia/protocol.git
synced 2025-12-21 11:44:53 +00:00
Fix incorrect ordering of SRC and DST MAC addresses in Ethernet and dot1q. This was reported by Derek Andrew. Thanks, Derek!
This commit is contained in:
4
specs.py
4
specs.py
@@ -65,7 +65,7 @@
|
|||||||
# + Payload +
|
# + Payload +
|
||||||
# | |
|
# | |
|
||||||
# +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
# +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
ethernet="Source Address:48,Destination Address:48,EtherType:16,Payload:128?bits=48"
|
ethernet="Destination Address:48,Source Address:48,EtherType:16,Payload:128?bits=48"
|
||||||
|
|
||||||
|
|
||||||
# +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
# +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
@@ -79,7 +79,7 @@ ethernet="Source Address:48,Destination Address:48,EtherType:16,Payload:128?bits
|
|||||||
# + Payload +
|
# + Payload +
|
||||||
# | |
|
# | |
|
||||||
# +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
# +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
||||||
dot1q="Source Address:48,Destination Address:48,TPID (0x8100):16,PCP:3,D:1,\
|
dot1q="Destination Address:48,Source Address:48,TPID (0x8100):16,PCP:3,D:1,\
|
||||||
VLAN ID:12,EtherType:16,Payload:96?bits=48"
|
VLAN ID:12,EtherType:16,Payload:96?bits=48"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user