aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/eyesdn.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2012-04-04 07:33:39 +0000
committerAnders Broman <anders.broman@ericsson.com>2012-04-04 07:33:39 +0000
commit77b67c7456a174439d61c09038f82d1ad113ae15 (patch)
treed587f816085435b66d698c33f7dccb15298702b8 /wiretap/eyesdn.h
parent16a4af2d6755d2ca5af2bb8bd24442b4dd40e933 (diff)
From Rolf Fiedler:
Patch to add V5.2 tracing capability on E1 links using EyeSDN probes. https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7027 Removed preference related stufff as it's not needed. svn path=/trunk/; revision=41915
Diffstat (limited to 'wiretap/eyesdn.h')
-rw-r--r--wiretap/eyesdn.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/wiretap/eyesdn.h b/wiretap/eyesdn.h
index 1052c9e0eb..75d2e4f7a4 100644
--- a/wiretap/eyesdn.h
+++ b/wiretap/eyesdn.h
@@ -37,7 +37,8 @@ enum EyeSDN_TYPES {
EYESDN_ENCAP_MTP2,
EYESDN_ENCAP_DPNSS,
EYESDN_ENCAP_DASS2,
- EYESDN_ENCAP_BACNET
+ EYESDN_ENCAP_BACNET,
+ EYESDN_ENCAP_V5_EF
};
gboolean eyesdn_dump_open(wtap_dumper *wdh, int *err);