aboutsummaryrefslogtreecommitdiffstats
path: root/packet-aim.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-03-14 21:50:19 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2003-03-14 21:50:19 +0000
commit0dfe84e90b47f26a5dec553fb36dc695db3ffd41 (patch)
tree81cda2b2644ce43d9529651d9e5f70aeb39a37e0 /packet-aim.c
parenta52b434dae3652bfad07918c639997a82481265c (diff)
From Devin Heitmueller: for packets with an unknown family ID, display
the family ID in hex in the summary line. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7353 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-aim.c')
-rw-r--r--packet-aim.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-aim.c b/packet-aim.c
index 45ddff4341..128a15b169 100644
--- a/packet-aim.c
+++ b/packet-aim.c
@@ -2,7 +2,7 @@
* Routines for AIM Instant Messenger (OSCAR) dissection
* Copyright 2000, Ralf Hoelzer <ralf@well.com>
*
- * $Id: packet-aim.c,v 1.24 2003/02/27 02:38:19 guy Exp $
+ * $Id: packet-aim.c,v 1.25 2003/03/14 21:50:19 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -870,7 +870,7 @@ static void dissect_aim_snac(tvbuff_t *tvb, packet_info *pinfo,
if (check_col(pinfo->cinfo, COL_INFO))
col_append_fstr(pinfo->cinfo, COL_INFO, ", Family: %s",
val_to_str(family, aim_fnac_family_ids,
- "Unknown Family ID"));
+ "Unknown Family ID=0x%04x"));
switch(family)
{