aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2013-10-28 03:16:31 +0000
committerBill Meier <wmeier@newsguy.com>2013-10-28 03:16:31 +0000
commit2c3ec284dbf4b80b46bf6fe8d2b397de92f0d207 (patch)
treef8384c4be7507fa6ac3cfe1c93e08995399398d0 /wiretap/wtap.h
parent3b7c0fffe4db619b8428c8887144c253dcf3e65b (diff)
From Shekhar Chandra: support for version 3.0 of netscaler packet wire format.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9280 (Revised patch: let's see if this version compiles w/o error on all the buildbots) svn path=/trunk/; revision=52914
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index 59c34f42a0..005fe1c7c4 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -249,6 +249,8 @@ extern "C" {
#define WTAP_ENCAP_BLUETOOTH_LE_LL 155
#define WTAP_ENCAP_WIRESHARK_UPPER_PDU 156
#define WTAP_ENCAP_STANAG_4607 157
+#define WTAP_ENCAP_NSTRACE_3_0 158
+
#define WTAP_NUM_ENCAP_TYPES wtap_get_num_encap_types()
@@ -321,6 +323,7 @@ extern "C" {
#define WTAP_FILE_VWR_ETH 63
#define WTAP_FILE_CAMINS 64
#define WTAP_FILE_STANAG_4607 65
+#define WTAP_FILE_NETSCALER_3_0 66
#define WTAP_NUM_FILE_TYPES wtap_get_num_file_types()