Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: [Wireshark-dev] Wireshark support for 802.15.4 non-FCS packets

From: Jon Smirl <jonsmirl@xxxxxxxxx>
Date: Fri, 6 Aug 2010 18:08:19 -0400
Now that we have the new DLT for 802.15.4 it needs to be enabled in Wireshark.

Index: wiretap/pcap-common.c
===================================================================
--- wiretap/pcap-common.c	(revision 33678)
+++ wiretap/pcap-common.c	(working copy)
@@ -360,6 +360,9 @@
 	/* SocketCAN frame */
 	{ 227,		WTAP_ENCAP_SOCKETCAN },

+	/* IEEE 802.15.4 Wireless PAN no fcs */
+	{ 230,		WTAP_ENCAP_IEEE802_15_4_NOFCS },
+
 	/*
 	 * To repeat:
 	 *