aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-mp2t.c
diff options
context:
space:
mode:
authorMartin Kaiser <wireshark@kaiser.cx>2015-12-23 18:09:10 +0100
committerMartin Kaiser <wireshark@kaiser.cx>2015-12-23 17:17:48 +0000
commit1308189348b43e3ec1cfea13bc66060a844edd3d (patch)
tree54398d8af021ca4c01d0499aea91d4a9b75aa53d /epan/dissectors/packet-mp2t.c
parent2fbd7b7258715ef08b02b74d1e49721ce892bd76 (diff)
[mp2t] adaptation_field_control for NULL packets should not be 0
just remove the wrong statement, I'll add some expert info later... Bug: 11921 Change-Id: I1a4f2e32e9c7c32c54b251445f8750d7c3f5ab6f Reviewed-on: https://code.wireshark.org/review/12850 Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Diffstat (limited to 'epan/dissectors/packet-mp2t.c')
-rw-r--r--epan/dissectors/packet-mp2t.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/epan/dissectors/packet-mp2t.c b/epan/dissectors/packet-mp2t.c
index 97fac2a5b1..54da8442ad 100644
--- a/epan/dissectors/packet-mp2t.c
+++ b/epan/dissectors/packet-mp2t.c
@@ -1157,7 +1157,6 @@ dissect_tsp(tvbuff_t *tvb, gint offset, packet_info *pinfo,
if (pid_analysis->pload_type == pid_pload_null) {
/* Nothing more to do */
col_set_str(pinfo->cinfo, COL_INFO, "NULL packet");
- proto_item_append_text(afci, " (Should be 0 for NULL packets)");
return;
}