From bb7f6166e7e87525250afb46d340100464340cab Mon Sep 17 00:00:00 2001 From: etxrab Date: Tue, 27 Jan 2009 21:13:26 +0000 Subject: 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 --- wiretap/wtap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'wiretap/wtap.h') 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() -- cgit v1.2.3