aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wireshark/files/ieee80215.4.patch
blob: 8bcdd93d97e635c815fa00c0cb7c9a69a666e92a (plain)
1
2
3
4
5
6
7
8
9
--- wireshark-1.0.5.orig/epan/dissectors/packet-ieee802154.c
+++ wireshark-1.0.5/epan/dissectors/packet-ieee802154.c
@@ -1696,7 +1696,7 @@
     dissector_handle_t  ieee802154_handle;
 
     /* Get the dissector handles. */
-    ieee802154_handle   = find_dissector("wpan");
+    ieee802154_handle   = find_dissector("wpan_nofcs");
     data_handle         = find_dissector("data");