From 99ecab4122970d1d9f5591ab4dc1a7360123e0e9 Mon Sep 17 00:00:00 2001 From: Uli Heilmeier Date: Wed, 15 Apr 2020 21:52:03 +0200 Subject: New dissector: Dynamic Link Exchange Protocol Code based on https://github.com/mit-ll/dlep-wireshark-dissector authored by Jeffrey Wildman 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 Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman --- epan/tfs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'epan/tfs.h') 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 } -- cgit v1.2.3