aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ipx.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-11-30 23:56:37 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-11-30 23:56:37 +0000
commit3fa90ff0cf66d3743759b5685974de73c1dfd04e (patch)
tree3dc82c8e5623e8a0eb38ef65e8f7c607f1fd05a5 /packet-ipx.c
parentada449cf1bfb23e336e2ba5ce848bca48a3ee07d (diff)
downloadwireshark-3fa90ff0cf66d3743759b5685974de73c1dfd04e.tar.gz
wireshark-3fa90ff0cf66d3743759b5685974de73c1dfd04e.tar.bz2
wireshark-3fa90ff0cf66d3743759b5685974de73c1dfd04e.zip
Add IPX to packet stats during capture.
svn path=/trunk/; revision=1173
Diffstat (limited to 'packet-ipx.c')
-rw-r--r--packet-ipx.c8
1 files changed, 7 insertions, 1 deletions
diff --git a/packet-ipx.c b/packet-ipx.c
index 930e38cceb..4e8353431a 100644
--- a/packet-ipx.c
+++ b/packet-ipx.c
@@ -2,7 +2,7 @@
* Routines for NetWare's IPX
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
- * $Id: packet-ipx.c,v 1.38 1999/11/30 09:01:55 guy Exp $
+ * $Id: packet-ipx.c,v 1.39 1999/11/30 23:56:35 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -316,6 +316,12 @@ ipxnet_to_str_punct(const guint32 ad, char punct) {
}
void
+capture_ipx(const u_char *pd, int offset, guint32 cap_len, packet_counts *ld)
+{
+ ld->ipx++;
+}
+
+void
dissect_ipx(const u_char *pd, int offset, frame_data *fd, proto_tree *tree) {
proto_tree *ipx_tree;