--- /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
[email protected]@ -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);