429cb13517
security fixes (#bnc 706728) OBS-URL: https://build.opensuse.org/request/show/79207 OBS-URL: https://build.opensuse.org/package/show/network:utilities/wireshark?expand=0&rev=43
16 lines
445 B
Diff
16 lines
445 B
Diff
--- trunk/epan/dissectors/packet-ansi_a.c 2011/07/07 13:57:08 37929
|
|
+++ trunk/epan/dissectors/packet-ansi_a.c 2011/07/07 16:37:33 37930
|
|
@@ -2682,10 +2682,10 @@
|
|
break;
|
|
|
|
default:
|
|
- proto_tree_add_text(tree, tvb, curr_offset, len - 1,
|
|
+ proto_tree_add_text(tree, tvb, curr_offset, len,
|
|
"Cell ID - Non IOS format");
|
|
|
|
- curr_offset += (len - 1);
|
|
+ curr_offset += len;
|
|
break;
|
|
}
|
|
|