aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sll.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-11-21 12:36:24 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-11-21 12:36:24 +0000
commit0a9a603814c11453b870f2e142a812f5bc90b8de (patch)
tree48ab7892364aa4cda39c6d1d7e8c9d047bec812b /epan/dissectors/packet-sll.h
parent3bfd25c34e1407dcfb46b14481a7452ddefba837 (diff)
Fix for bug 5425:
Add support for dissecting SLL type 0x0C frames. svn path=/trunk/; revision=34991
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 5fd17b2b9a..de67e86688 100644
--- a/epan/dissectors/packet-sll.h
+++ b/epan/dissectors/packet-sll.h
@@ -31,6 +31,7 @@
#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 */
+#define LINUX_SLL_P_CAN 0x000C /* Controller Area Network */
void capture_sll(const guchar *, int, packet_counts *);