Wireshark mailing list archives
Wireshark support for 802.15.4 non-FCS packets
From: Jon Smirl <jonsmirl () gmail com>
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:
*
___________________________________________________________________________
Sent via: Wireshark-dev mailing list <wireshark-dev () wireshark org>
Archives: http://www.wireshark.org/lists/wireshark-dev
Unsubscribe: https://wireshark.org/mailman/options/wireshark-dev
mailto:wireshark-dev-request () wireshark org?subject=unsubscribe
Current thread:
- Wireshark support for 802.15.4 non-FCS packets Jon Smirl (Aug 06)
- Re: Wireshark support for 802.15.4 non-FCS packets Stig Bjørlykke (Aug 07)
