diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1998-10-14 05:18:32 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1998-10-14 05:18:32 +0000 |
commit | 5e649516c9a599d339b86497cc4860d9ba51fa06 (patch) | |
tree | 9dbaa843e29a8be484e7d865eb515a5645a4ec17 /packet-ipx.h | |
parent | 4dbba72d177fc02a6fa06b01b6078748a9aee903 (diff) | |
download | wireshark-5e649516c9a599d339b86497cc4860d9ba51fa06.tar.gz wireshark-5e649516c9a599d339b86497cc4860d9ba51fa06.tar.bz2 wireshark-5e649516c9a599d339b86497cc4860d9ba51fa06.zip |
I've started to figure out the difference between NetBIOS over IPX for
Netware, and NetBIOS over IPX for WinNT (NWLink).
svn path=/trunk/; revision=53
Diffstat (limited to 'packet-ipx.h')
-rw-r--r-- | packet-ipx.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packet-ipx.h b/packet-ipx.h index e2ddefa522..ce5f20f9e9 100644 --- a/packet-ipx.h +++ b/packet-ipx.h @@ -2,7 +2,7 @@ * Routines for NetWare's IPX * Gilbert Ramirez <gram@verdict.uthscsa.edu> * - * $Id: packet-ipx.h,v 1.1 1998/09/23 05:25:10 gram Exp $ + * $Id: packet-ipx.h,v 1.2 1998/10/14 05:18:31 gram Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@unicom.net> @@ -91,3 +91,5 @@ struct ipx_rip_packet #define IPX_NODE_LEN (6) #endif +gchar* +ipxnet_to_string(const guint8 *ad); |