diff options
author | Guy Harris <guy@alum.mit.edu> | 2002-07-04 20:47:28 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2002-07-04 20:47:28 +0000 |
commit | 9743031080ca137b277ddd694f19fca0996263fd (patch) | |
tree | 5282ecea9adf4c593b4c7e644444edb71fab4d7a /packet-ipx.c | |
parent | ce8f908f40c8dfa5d03d28ac699e45fe30c5bd8e (diff) | |
download | wireshark-9743031080ca137b277ddd694f19fca0996263fd.tar.gz wireshark-9743031080ca137b277ddd694f19fca0996263fd.tar.bz2 wireshark-9743031080ca137b277ddd694f19fca0996263fd.zip |
Update a comment.
svn path=/trunk/; revision=5817
Diffstat (limited to 'packet-ipx.c')
-rw-r--r-- | packet-ipx.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/packet-ipx.c b/packet-ipx.c index 014015a85f..c1b6e46e92 100644 --- a/packet-ipx.c +++ b/packet-ipx.c @@ -2,7 +2,7 @@ * Routines for NetWare's IPX * Gilbert Ramirez <gram@alumni.rice.edu> * - * $Id: packet-ipx.c,v 1.106 2002/07/02 07:32:04 guy Exp $ + * $Id: packet-ipx.c,v 1.107 2002/07/04 20:47:28 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs <gerald@ethereal.com> @@ -306,9 +306,8 @@ dissect_ipx(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree) return; /* - * Neither of them are known; try the packet type. - * - * XXX - should we do this? + * Neither of them are known; try the packet type, which will + * at least let us, for example, dissect SPX packets as SPX. */ if (dissector_try_port(ipx_type_dissector_table, ipx_type, next_tvb, pinfo, tree)) |