aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-11-11 05:36:16 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-11-11 05:36:16 +0000
commit4ec9c54b4b00287efa764746602f94f52ac4af2a (patch)
tree17f63e97ca15b48caf8fb7dc803647e4abafe573 /packet.h
parent4302c1ddc351b8afae9a1741ba040514cc5e6b3e (diff)
Add LAPD support.
svn path=/trunk/; revision=1004
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index f466ec9636..3515596483 100644
--- a/packet.h
+++ b/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.132 1999/11/10 18:32:55 gram Exp $
+ * $Id: packet.h,v 1.133 1999/11/11 05:36:05 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -412,6 +412,8 @@ enum {
ETT_RADIUS,
ETT_RADIUS_AVP,
ETT_LAPB,
+ ETT_LAPD,
+ ETT_LAPD_ADDRESS,
ETT_X25,
ETT_XDLC_CONTROL,
ETT_ATM,
@@ -539,6 +541,7 @@ void dissect_ascend(const u_char *, frame_data *, proto_tree *);
void dissect_atm(const u_char *, frame_data *, proto_tree *);
void dissect_clip(const u_char *, frame_data *, proto_tree *);
void dissect_lapb(const u_char *, frame_data *, proto_tree *);
+void dissect_lapd(const u_char *, frame_data *, proto_tree *);
void dissect_null(const u_char *, frame_data *, proto_tree *);
void dissect_ppp(const u_char *, frame_data *, proto_tree *);
void dissect_raw(const u_char *, frame_data *, proto_tree *);