aboutsummaryrefslogtreecommitdiffstats
path: root/packet-llc.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1998-09-23 05:25:12 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1998-09-23 05:25:12 +0000
commitec1936b6f1d1dcc74852a0fc9be557ae6d8523e1 (patch)
tree5397f85e50e49ff0bc2ca493f67fd6afffcfb940 /packet-llc.c
parent03d840f954194264afd2473a3b844d3e678d36f5 (diff)
I removed the ncp code from packet-ipx.c and created packet-ncp.c. Now that
I've started concentrating on the NetWare modules again, packet-ncp.c is going to start to grow. I also added IPX RIP to packet-ipx.c. Additionally, I added the END_OF_FRAME macro to packet.h, which is useful for many dissect() routines. (and I already modified packet-bootp.c and packet-data.c to use this macro) svn path=/trunk/; revision=22
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 d3cfe2d628..a02f8e4872 100644
--- a/packet-llc.c
+++ b/packet-llc.c
@@ -2,7 +2,7 @@
* Routines for IEEE 802.2 LLC layer
* Gilbert Ramirez <gram@verdict.uthscsa.edu>
*
- * $Id: packet-llc.c,v 1.5 1998/09/17 21:30:58 gram Exp $
+ * $Id: packet-llc.c,v 1.6 1998/09/23 05:25:10 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
@@ -39,7 +39,7 @@
#include "etypes.h"
struct sap_info {
- u_char sap;
+ guint8 sap;
void (*func) (const u_char *, int, frame_data *, GtkTree *);
char *text;
};