aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sll.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-11-20 18:14:30 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-11-20 18:14:30 +0000
commitba2d64102c32e1087bb5a38c1749ca738dc58c1f (patch)
tree7735eef3874f19b23dce47d5731827f96e73caf5 /epan/dissectors/packet-sll.h
parentd8462d9e0c68ce023ecd599a615bec1efdc11d3d (diff)
Fix for bug 5422:
Add support for dissecting SLL type 0x03 frames. svn path=/trunk/; revision=34987
Diffstat (limited to 'epan/dissectors/packet-sll.h')
-rw-r--r--epan/dissectors/packet-sll.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sll.h b/epan/dissectors/packet-sll.h
index 35b893cc7b..5fd17b2b9a 100644
--- a/epan/dissectors/packet-sll.h
+++ b/epan/dissectors/packet-sll.h
@@ -28,6 +28,7 @@
* The LINUX_SLL_ values for "sll_protocol".
*/
#define LINUX_SLL_P_802_3 0x0001 /* Novell 802.3 frames without 802.2 LLC header */
+#define LINUX_SLL_P_ETHERNET 0x0003 /* Ethernet */
#define LINUX_SLL_P_802_2 0x0004 /* 802.2 frames (not D/I/X Ethernet) */
#define LINUX_SLL_P_PPPHDLC 0x0007 /* PPP HDLC frames */