From d2dcf56c94a9c8ff600ff4faca541dc6249fd6d7 Mon Sep 17 00:00:00 2001 From: Jaap Keuter Date: Wed, 13 Feb 2013 07:16:14 +0000 Subject: From Sascha Herrmann: Patch registering ieee802154 dissector to Linux SLL frames. svn path=/trunk/; revision=47649 --- epan/dissectors/packet-sll.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/dissectors/packet-sll.h') diff --git a/epan/dissectors/packet-sll.h b/epan/dissectors/packet-sll.h index b0944de8e8..3951431d5e 100644 --- a/epan/dissectors/packet-sll.h +++ b/epan/dissectors/packet-sll.h @@ -33,6 +33,7 @@ #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 */ +#define LINUX_SLL_P_IEEE802154 0x00f6 /* 802.15.4 on monitor inteface */ void capture_sll(const guchar *, int, packet_counts *); -- cgit v1.2.3