aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-aodv.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-10-15 20:11:25 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-10-15 20:11:25 +0000
commit840a048b7fc08b49ff020745c6de814eb9a3304c (patch)
tree7e7979c4445cbfb504b63cde46b184b1b6a2e2fb /epan/dissectors/packet-aodv.c
parente922e453dde555dd2ac282a11986003016c77ac3 (diff)
Implement some of the minor possible speed improvment patches.
svn path=/trunk/; revision=23192
Diffstat (limited to 'epan/dissectors/packet-aodv.c')
-rw-r--r--epan/dissectors/packet-aodv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-aodv.c b/epan/dissectors/packet-aodv.c
index d228933504..3bc6ba9fe3 100644
--- a/epan/dissectors/packet-aodv.c
+++ b/epan/dissectors/packet-aodv.c
@@ -795,7 +795,7 @@ dissect_aodv(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
}
if (check_col(pinfo->cinfo, COL_INFO))
- col_add_fstr(pinfo->cinfo, COL_INFO, "%s",
+ col_add_str(pinfo->cinfo, COL_INFO, "%s",
val_to_str(type, type_vals,
"Unknown AODV Packet Type (%u)"));
if (tree) {