aboutsummaryrefslogtreecommitdiffstats
path: root/packet-mpls.c
diff options
context:
space:
mode:
Diffstat (limited to 'packet-mpls.c')
-rw-r--r--packet-mpls.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-mpls.c b/packet-mpls.c
index 719d26f11d..846ce723f9 100644
--- a/packet-mpls.c
+++ b/packet-mpls.c
@@ -3,7 +3,7 @@
*
* (c) Copyright Ashok Narayanan <ashokn@cisco.com>
*
- * $Id: packet-mpls.c,v 1.10 2000/11/18 10:38:24 guy Exp $
+ * $Id: packet-mpls.c,v 1.11 2000/11/19 08:54:00 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -138,7 +138,7 @@ dissect_mpls(const u_char *pd, int offset, frame_data *fd, proto_tree *tree)
OLD_CHECK_DISPLAY_AS_DATA(proto_mpls, pd, offset, fd, tree);
if (check_col(fd, COL_PROTOCOL)) {
- col_add_str(fd,COL_PROTOCOL, "MPLS");
+ col_set_str(fd,COL_PROTOCOL, "MPLS");
}
if (check_col(fd,COL_INFO)) {