aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.h
diff options
context:
space:
mode:
authorUli Heilmeier <uh@heilmeier.eu>2020-04-15 21:52:03 +0200
committerAnders Broman <a.broman58@gmail.com>2020-04-28 06:13:10 +0000
commit99ecab4122970d1d9f5591ab4dc1a7360123e0e9 (patch)
treedf009ad8faf60941d406180b16d620fe55c9fc3b /epan/tfs.h
parente4aeb1d2bb4a2f0559f6ee938de45b7f42d82fa3 (diff)
New dissector: Dynamic Link Exchange Protocol
Code based on https://github.com/mit-ll/dlep-wireshark-dissector authored by Jeffrey Wildman <jeffrey.wildman@ll.mit.edu> Updated types according to https://www.iana.org/assignments/dlep-parameters/dlep-parameters.xhtml Changed: * removed some tvb_get_*() calls * updated expert info handling * changed registering the dissector Sample capture: https://wiki.wireshark.org/SampleCaptures#Dynamic_Link_Exchange_Protocol_.28DLEP.29 Change-Id: I13e0c918f46af036c1be4acf34acab838aeaf342 Reviewed-on: https://code.wireshark.org/review/36901 Petri-Dish: Anders Broman <a.broman58@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'epan/tfs.h')
-rw-r--r--epan/tfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/tfs.h b/epan/tfs.h
index b3233f120b..d24f09ef3c 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -116,6 +116,7 @@ WS_DLL_PUBLIC const true_false_string tfs_external_internal;
WS_DLL_PUBLIC const true_false_string tfs_changed_not_changed;
WS_DLL_PUBLIC const true_false_string tfs_needed_not_needed;
WS_DLL_PUBLIC const true_false_string tfs_selected_not_selected;
+WS_DLL_PUBLIC const true_false_string tfs_add_drop;
#ifdef __cplusplus
}