aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/eyesdn.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-01-27 21:13:26 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-01-27 21:13:26 +0000
commita8c964cd44449d83baae12dede4fccaadc581df0 (patch)
tree13b316b313a796aaf8ea4f76375a5955cec6ce86 /wiretap/eyesdn.h
parentbae6a0d02f9cd2b8e31718ab0616be145b1279b5 (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 svn path=/trunk/; revision=27312
Diffstat (limited to 'wiretap/eyesdn.h')
-rw-r--r--wiretap/eyesdn.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/wiretap/eyesdn.h b/wiretap/eyesdn.h
index 43cbf231e6..5fc74e660e 100644
--- a/wiretap/eyesdn.h
+++ b/wiretap/eyesdn.h
@@ -31,7 +31,10 @@ enum EyeSDN_TYPES {
EYESDN_ENCAP_MSG,
EYESDN_ENCAP_LAPB,
EYESDN_ENCAP_ATM,
- EYESDN_ENCAP_MTP2
+ EYESDN_ENCAP_MTP2,
+ EYESDN_ENCAP_DPNSS,
+ EYESDN_ENCAP_DASS2,
+ EYESDN_ENCAP_BACNET
};
#endif