http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2278
Summary: packet-sscop.c decode of ERAK incorrect
Product: Wireshark
Version: 0.99.7
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: Normal
Priority: Low
Component: Wireshark
AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
ReportedBy: packetsteve@xxxxxxxxxxx
Build Information:
Paste the COMPLETE build information from "Help->About Wireshark", "wireshark
-v", or "tshark -v".
--
I tried to make this an attachment, but am having trouble.
--- original_packet-sscop.c 2008-01-31 00:50:23.000000000 -0500
+++ packet-sscop.c 2008-01-31 00:52:01.000000000 -0500
@@ -265,7 +265,7 @@
case SSCOP_ERAK:
- proto_tree_add_item(sscop_tree, hf_sscop_mr, tvb, SSCOP_N_MR +
3, 3, FALSE);
+ proto_tree_add_item(sscop_tree, hf_sscop_mr, tvb, SSCOP_N_MR +
1, 3, FALSE);
break;
case SSCOP_SD:
--
Configure bugmail: http://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.