aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
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.c
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.c')
-rw-r--r--epan/tfs.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/tfs.c b/epan/tfs.c
index c16f681681..45edce38e3 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -99,3 +99,4 @@ const true_false_string tfs_down_up = { "Down", "Up" };
const true_false_string tfs_up_down = { "Up", "Down" };
const true_false_string tfs_s2c_c2s = { "Server to Client", "Client to Server" };
const true_false_string tfs_c2s_s2c = { "Client to Server", "Server to Client" };
+const true_false_string tfs_open_closed = { "Open", "Closed" };