16963021 problem in UTILITY/WIRESHARK
authorPetr Sumbera <petr.sumbera@oracle.com>
Thu, 20 Jun 2013 10:55:07 -0700
changeset 1364 750e4ab6969e
parent 1363 fe40eb92535c
child 1365 449992904128
16963021 problem in UTILITY/WIRESHARK
components/wireshark/patches/bug8717.patch
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/components/wireshark/patches/bug8717.patch	Thu Jun 20 10:55:07 2013 -0700
@@ -0,0 +1,19 @@
+See:
+
+https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8717
+http://anonsvn.wireshark.org/viewvc?view=revision&revision=49802
+
+--- epan/dissectors/packet-dcp-etsi.c	2013/06/06 02:10:22	49801
++++ epan/dissectors/packet-dcp-etsi.c	2013/06/06 02:53:36	49802
+@@ -518,9 +518,10 @@
+       if(li)
+         proto_item_append_text(li, " (length error (%d))", real_len);
+     }
+-    if (real_len)
++    else {
+       next_tvb = dissect_pft_fragmented(tvb, pinfo, pft_tree, findex, fcount,
+                                         seq, offset, real_len, fec, rsk, rsz);
++    }
+     pinfo->fragmented = save_fragmented;
+   } else {
+     next_tvb = tvb_new_subset_remaining (tvb, offset);