aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-05-16 22:03:05 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-05-16 22:03:05 +0000
commitb4f4444202b90da79333137f5bb5166cd78bd701 (patch)
treed6805598a83a9d93ab42c982aafb296635870e04
parentcbcd176043b6f7b6584b34f65701af7feccffb87 (diff)
Copy optimization changes to ASN.1 sources.
svn path=/trunk/; revision=28378
-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)