From Devin Heitmueller: for packets with an unknown family ID, display
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 14 Mar 2003 21:50:19 +0000 (21:50 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Fri, 14 Mar 2003 21:50:19 +0000 (21:50 +0000)
the family ID in hex in the summary line.

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@7353 f5534014-38df-0310-8fa8-9805f1628bb7

packet-aim.c

index 45ddff4341840a3d4efd1b01ca2bb89965a53db7..128a15b1698a3aabce96de14b64836c9f3f9cb35 100644 (file)
@@ -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)
     {