aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/mpeg-pes
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-16 22:03:05 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-05-16 22:03:05 +0000
commitf4fba39033c57bb27e8c3bb202abd030c2f7aedd (patch)
treed6805598a83a9d93ab42c982aafb296635870e04 /asn1/mpeg-pes
parentd63fe3e1004cee014a6d5137a1b350c077dbaecc (diff)
Copy optimization changes to ASN.1 sources.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@28378 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/mpeg-pes')
-rw-r--r--asn1/mpeg-pes/packet-mpeg-pes-template.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/asn1/mpeg-pes/packet-mpeg-pes-template.c b/asn1/mpeg-pes/packet-mpeg-pes-template.c
index 91bf85ced3..cf84d57e11 100644
--- a/asn1/mpeg-pes/packet-mpeg-pes-template.c
+++ b/asn1/mpeg-pes/packet-mpeg-pes-template.c
@@ -467,7 +467,7 @@ dissect_mpeg(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
{
if (!dissector_try_heuristic(heur_subdissector_list, tvb, pinfo, tree)) {
if (check_col(pinfo->cinfo, COL_PROTOCOL))
- col_add_str(pinfo->cinfo, COL_PROTOCOL, "MPEG");
+ col_set_str(pinfo->cinfo, COL_PROTOCOL, "MPEG");
if (check_col(pinfo->cinfo, COL_INFO))
col_clear(pinfo->cinfo, COL_INFO);
if (tree)