| Main Archive Page > Month Archives > wireshark-dev archives |
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