Update a comment.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 4 Jul 2002 20:47:28 +0000 (20:47 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 4 Jul 2002 20:47:28 +0000 (20:47 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5817 f5534014-38df-0310-8fa8-9805f1628bb7

packet-ipx.c

index 014015a85f143139099d2082411bb9a7d146a557..c1b6e46e92ac358bb79c4d4d732e2ea4bda7491d 100644 (file)
@@ -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))