Do the "follow TCP stream" stuff before calling the subdissector, so
[obnox/wireshark/wip.git] / packet-ipx.h
index f49f0964434257eac9d219258ee8ece2df5999a2..d4c911d080de51fe2e9aeaa93b8a29671ce475b6 100644 (file)
@@ -2,12 +2,11 @@
  * Routines for NetWare's IPX
  * Gilbert Ramirez <gram@alumni.rice.edu>
  *
- * $Id: packet-ipx.h,v 1.14 2001/11/13 23:55:30 gram Exp $
+ * $Id: packet-ipx.h,v 1.15 2001/11/20 21:59:13 guy Exp $
  *
  * Ethereal - Network traffic analyzer
- * By Gerald Combs <gerald@zing.org>
+ * By Gerald Combs <gerald@etheeal.com>
  * Copyright 1998 Gerald Combs
- *
  * 
  * This program is free software; you can redistribute it and/or
  * modify it under the terms of the GNU General Public License
@@ -145,6 +144,6 @@ struct ipx_rip_packet
 #define IPX_SOCKET_UDP_TUNNEL           0x9092 /* RFC 1791 */
 
 
-void capture_ipx(const u_char *, int, packet_counts *);
+void capture_ipx(const u_char *, int, int, packet_counts *);
 
 #endif