aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.h
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2010-04-27 16:29:37 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2010-04-27 16:29:37 +0000
commitf370f0fb261dcd7f4559c762e19aeea8c0fedb98 (patch)
tree02b8f8cbf760ae8274e2381328768f5cd290e5f3 /epan/tfs.h
parent8b3728ef0182edc8b7fb89b0f3d00c0459cae924 (diff)
Add some more strings.
svn path=/trunk/; revision=32579
Diffstat (limited to 'epan/tfs.h')
-rw-r--r--epan/tfs.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/tfs.h b/epan/tfs.h
index ce0570939e..9db9a0448c 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -41,7 +41,9 @@ WS_VAR_IMPORT const true_false_string tfs_yes_no;
WS_VAR_IMPORT const true_false_string tfs_set_notset;
WS_VAR_IMPORT const true_false_string tfs_enabled_disabled;
WS_VAR_IMPORT const true_false_string tfs_ok_error;
+WS_VAR_IMPORT const true_false_string tfs_error_ok;
WS_VAR_IMPORT const true_false_string tfs_success_fail;
+WS_VAR_IMPORT const true_false_string tfs_fail_success;
WS_VAR_IMPORT const true_false_string tfs_on_off;
WS_VAR_IMPORT const true_false_string tfs_ack_nack;
WS_VAR_IMPORT const true_false_string tfs_odd_even;
@@ -56,5 +58,7 @@ WS_VAR_IMPORT const true_false_string tfs_command_response;
WS_VAR_IMPORT const true_false_string tfs_capable_not_capable;
WS_VAR_IMPORT const true_false_string tfs_supported_not_supported;
WS_VAR_IMPORT const true_false_string tfs_used_notused;
+WS_VAR_IMPORT const true_false_string tfs_high_low;
+WS_VAR_IMPORT const true_false_string tfs_pressed_not_pressed;
#endif