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

Wireshark-bugs: [Wireshark-bugs] [Bug 4545] 6lowpan dissector: copy/paste error results in 64-bi

Date: Mon, 1 Mar 2010 03:06:42 -0800 (PST)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=4545

--- Comment #1 from Colin O'Flynn <coflynn@xxxxxxxxx> 2010-03-01 03:06:41 PST ---
(From update of attachment 4345)
--- packet-6lowpan.c.orig    2010-02-25 20:28:31.000000000 +0000
+++ packet-6lowpan.c    2010-03-01 10:47:32.484375000 +0000
@@ -536,7 +539,7 @@
         ifcid[0] ^= 0x02;
         return TRUE;
     }
-    if (packet->src_addr_mode == IEEE802154_FCF_ADDR_SHORT) {
+    if (packet->dst_addr_mode == IEEE802154_FCF_ADDR_SHORT) {
         lowpan_addr16_to_ifcid(packet->dst.addr16, packet->dst_pan, ifcid);
         return TRUE;
     }

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.