diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-11-13 04:06:10 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 1999-11-13 04:06:10 +0000 |
commit | cf3fb06306a31801d818db4929988b0f7f9e4514 (patch) | |
tree | 61c84ce0dd27829632b375624761dd3e58b0ea24 /packet.h | |
parent | 172d11b138f32531d630c4ffaf466d2db58cf9cc (diff) | |
download | wireshark-cf3fb06306a31801d818db4929988b0f7f9e4514.tar.gz wireshark-cf3fb06306a31801d818db4929988b0f7f9e4514.tar.bz2 wireshark-cf3fb06306a31801d818db4929988b0f7f9e4514.zip |
Add ETT_Q931_IE
svn path=/trunk/; revision=1022
Diffstat (limited to 'packet.h')
-rw-r--r-- | packet.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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, |