Update a comment.

svn path=/trunk/; revision=5817
This commit is contained in:
Guy Harris 2002-07-04 20:47:28 +00:00
parent ce8f908f40
commit 9743031080
1 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* Routines for NetWare's IPX * Routines for NetWare's IPX
* Gilbert Ramirez <gram@alumni.rice.edu> * 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 * Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com> * By Gerald Combs <gerald@ethereal.com>
@ -306,9 +306,8 @@ dissect_ipx(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree)
return; return;
/* /*
* Neither of them are known; try the packet type. * Neither of them are known; try the packet type, which will
* * at least let us, for example, dissect SPX packets as SPX.
* XXX - should we do this?
*/ */
if (dissector_try_port(ipx_type_dissector_table, ipx_type, next_tvb, if (dissector_try_port(ipx_type_dissector_table, ipx_type, next_tvb,
pinfo, tree)) pinfo, tree))