summaryrefslogtreecommitdiff
path: root/packet.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-11-13 04:06:10 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-11-13 04:06:10 +0000
commitcf3fb06306a31801d818db4929988b0f7f9e4514 (patch)
tree61c84ce0dd27829632b375624761dd3e58b0ea24 /packet.h
parent172d11b138f32531d630c4ffaf466d2db58cf9cc (diff)
downloadwireshark-cf3fb06306a31801d818db4929988b0f7f9e4514.tar.gz
Add ETT_Q931_IE
svn path=/trunk/; revision=1022
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index c7f1ea97a3..10aab98792 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.137 1999/11/11 23:13:43 nneul Exp $
+ * $Id: packet.h,v 1.138 1999/11/13 04:06:10 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -422,6 +422,7 @@ enum {
ETT_X25,
ETT_XDLC_CONTROL,
ETT_Q931,
+ ETT_Q931_IE,
ETT_ATM,
ETT_ATM_LANE,
ETT_ATM_LANE_LC_FLAGS,