aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tipc.c
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-11-23 21:32:07 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2005-11-23 21:32:07 +0000
commitc7cab76116a0e3917e296c8567070f77a33de359 (patch)
treeb9b4a29bf9c365a838c70973601ee48b721b2a9c /epan/dissectors/packet-tipc.c
parentb5f4642d5f26cb1234d236a4341d8e7d333c430e (diff)
Pretify TIPC addr.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16574 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-tipc.c')
-rw-r--r--epan/dissectors/packet-tipc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epan/dissectors/packet-tipc.c b/epan/dissectors/packet-tipc.c
index 5b98390f90..04bc3fdede 100644
--- a/epan/dissectors/packet-tipc.c
+++ b/epan/dissectors/packet-tipc.c
@@ -264,8 +264,7 @@ dissect_tipc(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
user = (dword>>25) & 0xf;
if (check_col(pinfo->cinfo, COL_INFO))
- col_add_fstr(pinfo->cinfo, COL_INFO, "User %s", val_to_str(user, tipc_user_values, "unknown"));
-
+ col_add_fstr(pinfo->cinfo, COL_INFO, "User: %s", val_to_str(user, tipc_user_values, "unknown"));
/* If "tree" is NULL, not necessary to generate protocol tree items. */
if (tree) {