16963021 problem in UTILITY/WIRESHARK s11-update
authorPetr Sumbera <petr.sumbera@oracle.com>
Mon, 08 Jul 2013 15:13:23 -0700
branchs11-update
changeset 2670 eaef8ade1d5d
parent 2669 098e8b6b0df7
child 2671 d6ba685a7aac
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	Mon Jul 08 15:13:23 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);