aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.h
diff options
context:
space:
mode:
authorMichael Mann <mmann78@netscape.net>2017-07-20 11:36:59 -0400
committerAnders Broman <a.broman58@gmail.com>2017-07-21 06:53:09 +0000
commitac0af07083727a958e468e6d6fca044c73de0a80 (patch)
tree9d2018e5ce62e620899b4122e9aa9ae056928ba9 /epan/tfs.h
parent421085cc4c1834e6b27f3cb2432786aff657ab77 (diff)
ENIP: Add support for CIP Security Information in ListIdentity
Add tfs_open_closed to general tfs collection (tfs.[ch]) Change-Id: I79b22b591128c33084489880842e19e9a0d80560 Reviewed-on: https://code.wireshark.org/review/22730 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> 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 f40d280b05..0ade256279 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -114,6 +114,7 @@ WS_DLL_PUBLIC const true_false_string tfs_down_up;
WS_DLL_PUBLIC const true_false_string tfs_up_down;
WS_DLL_PUBLIC const true_false_string tfs_s2c_c2s;
WS_DLL_PUBLIC const true_false_string tfs_c2s_s2c;
+WS_DLL_PUBLIC const true_false_string tfs_open_closed;
#ifdef __cplusplus
}