Fix files that had Gilbert's old e-mail address or that didn't have my
[obnox/wireshark/wip.git] / packet-ipx.c
index 06a529ebbc0640c23ac9bb68c236cc1496dbd31a..8a58fd392d4ffd920c72f63f1c0f32ff39b10284 100644 (file)
@@ -1,11 +1,11 @@
 /* packet-ipx.c
  * Routines for NetWare's IPX
- * Gilbert Ramirez <gram@verdict.uthscsa.edu>
+ * Gilbert Ramirez <gram@xiexie.org>
  *
- * $Id: packet-ipx.c,v 1.43 1999/12/08 21:59:12 nneul Exp $
+ * $Id: packet-ipx.c,v 1.46 2000/01/22 06:22:13 guy Exp $
  *
  * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@unicom.net>
+ * By Gerald Combs <gerald@zing.org>
  * Copyright 1998 Gerald Combs
  *
  * 
@@ -574,8 +574,9 @@ dissect_ipxmsg(const u_char *pd, int offset, frame_data *fd, proto_tree *tree) {
        if (check_col(fd, COL_PROTOCOL))
         col_add_str(fd, COL_PROTOCOL, "IPX MSG");
        if (check_col(fd, COL_PROTOCOL)) {
-               col_add_fstr(fd, COL_INFO, "Connection %d, Signature Char '%c'", conn_number,
-                       sig_char);
+               col_add_fstr(fd, COL_INFO, 
+                       "%s, Connection %d", 
+                       val_to_str(sig_char, ipxmsg_sigchar_vals, "Unknown Signature Char"), conn_number);
        }
 
        if (tree) {