aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ranap.c
diff options
context:
space:
mode:
authorMichael Tüxen <tuexen@fh-muenster.de>2003-04-22 13:47:38 +0000
committerMichael Tüxen <tuexen@fh-muenster.de>2003-04-22 13:47:38 +0000
commit27fb63a9fb09b705cbf99112a71561b275821741 (patch)
tree66c052575d5891079f656ad6d8f741aab066df7c /packet-ranap.c
parent16e3a6ce6e61c974479b76eb9472cf9e53cc89c5 (diff)
- get rid of col_set_fence: it will be called in packet-sctp.c only.
- replace DATA1 by DATA in packet-m3ua.c (typo) svn path=/trunk/; revision=7529
Diffstat (limited to 'packet-ranap.c')
-rw-r--r--packet-ranap.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/packet-ranap.c b/packet-ranap.c
index a4370f4851..50897b0e43 100644
--- a/packet-ranap.c
+++ b/packet-ranap.c
@@ -3,7 +3,7 @@
* Based on 3GPP TS 25.413 V3.4.0
* Copyright 2001, Martin Held <Martin.Held@icn.siemens.de>
*
- * $Id: packet-ranap.c,v 1.17 2003/04/19 20:13:23 tuexen Exp $
+ * $Id: packet-ranap.c,v 1.18 2003/04/22 13:47:38 tuexen Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -4010,7 +4010,6 @@ dissect_ranap(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
col_add_fstr(pinfo->cinfo, COL_INFO, "%s ",
val_to_str(pdu_index, ranap_message_names[procedure_code],
"unknown message"));
- col_set_fence(pinfo->cinfo, COL_INFO);
}
}