aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.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-llc.c
parentada449cf1bfb23e336e2ba5ce848bca48a3ee07d (diff)
Add IPX to packet stats during capture.
svn path=/trunk/; revision=1173
Diffstat (limited to 'packet-llc.c')
-rw-r--r--packet-llc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-llc.c b/packet-llc.c
index d24156caae..e6cad93c60 100644
--- a/packet-llc.c
+++ b/packet-llc.c
@@ -2,7 +2,7 @@
* Routines for IEEE 802.2 LLC layer
* Gilbert Ramirez <gramirez@tivoli.com>
*
- * $Id: packet-llc.c,v 1.28 1999/11/16 11:42:38 guy Exp $
+ * $Id: packet-llc.c,v 1.29 1999/11/30 23:56:36 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -99,7 +99,7 @@ static struct sap_info saps[] = {
{ 0xAA, NULL, NULL },
{ 0xBA, NULL, NULL },
{ 0xBC, NULL, NULL },
- { 0xE0, NULL, dissect_ipx },
+ { 0xE0, capture_ipx, dissect_ipx },
{ 0xF0, capture_netbios, dissect_netbios },
{ 0xF4, NULL, NULL },
{ 0xF5, NULL, NULL },