aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-01-27 21:13:26 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2009-01-27 21:13:26 +0000
commitbb7f6166e7e87525250afb46d340100464340cab (patch)
tree13b316b313a796aaf8ea4f76375a5955cec6ce86 /wiretap/wtap.h
parentd46297119eefe070fd59a16dd34eaefe16e32c59 (diff)
From Rolf Fiedler:
Add DPNSS link layer dissector, support EyeSDN Trace files with DPNSS. (Removed a couple of c++ style comments). https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=3224 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@27312 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'wiretap/wtap.h')
-rw-r--r--wiretap/wtap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/wiretap/wtap.h b/wiretap/wtap.h
index ab0237b3ac..cbcee2e74e 100644
--- a/wiretap/wtap.h
+++ b/wiretap/wtap.h
@@ -207,6 +207,7 @@ extern "C" {
#define WTAP_ENCAP_TNEF 114
#define WTAP_ENCAP_USB_LINUX_MMAPPED 115
#define WTAP_ENCAP_GSM_UM 116
+#define WTAP_ENCAP_DPNSS 117
#define WTAP_NUM_ENCAP_TYPES wtap_get_num_encap_types()