summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-sll.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-sll.h')
-rw-r--r--epan/dissectors/packet-sll.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sll.h b/epan/dissectors/packet-sll.h
index bac77079af..35b893cc7b 100644
--- a/epan/dissectors/packet-sll.h
+++ b/epan/dissectors/packet-sll.h
@@ -24,6 +24,13 @@
#ifndef __PACKET_SLL_H__
#define __PACKET_SLL_H__
+/*
+ * 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_802_2 0x0004 /* 802.2 frames (not D/I/X Ethernet) */
+#define LINUX_SLL_P_PPPHDLC 0x0007 /* PPP HDLC frames */
+
void capture_sll(const guchar *, int, packet_counts *);
#endif