diff options
author | Sergey Lapin <slapin@ossfans.org> | 2009-02-16 09:40:08 +0300 |
---|---|---|
committer | Sergey Lapin <slapin@ossfans.org> | 2009-02-16 09:51:34 +0300 |
commit | b7489abba46e7134bcfa6464c1e085f3c109df40 (patch) | |
tree | 9011a14a7063bce77f2baf37d90c0a62f7bd870e /packages/wireshark/files/ieee80215.4.patch | |
parent | 76d26299ee4209c129b1c896df591f72ba4ca38d (diff) |
wireshark_1.0.5: patch for IEEE80215.4 to have 'nofcs' dissector by default
Diffstat (limited to 'packages/wireshark/files/ieee80215.4.patch')
-rw-r--r-- | packages/wireshark/files/ieee80215.4.patch | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/wireshark/files/ieee80215.4.patch b/packages/wireshark/files/ieee80215.4.patch new file mode 100644 index 0000000000..8bcdd93d97 --- /dev/null +++ b/packages/wireshark/files/ieee80215.4.patch @@ -0,0 +1,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"); |