aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-sll.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-11-25 19:59:19 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-11-25 19:59:19 +0000
commitb1914ff4df5f38b8e2d2597426dd6ef106dc616a (patch)
tree461cd12691ce0b1919639342a59fcde9dc86625f /epan/dissectors/packet-sll.h
parentd65eab20bc4ad60461a11b5e4270ac8f0f1ed502 (diff)
Fix for bug 5435:
Add support for dissecting SLL type 0x17 frames. svn path=/trunk/; revision=35029
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 de67e86688..315b0414cb 100644
--- a/epan/dissectors/packet-sll.h
+++ b/epan/dissectors/packet-sll.h
@@ -32,6 +32,7 @@
#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 */
+#define LINUX_SLL_P_IRDA_LAP 0x0017 /* IrDA Link Access Protocol */
void capture_sll(const guchar *, int, packet_counts *);