aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
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.c
parent8b3728ef0182edc8b7fb89b0f3d00c0459cae924 (diff)
Add some more strings.
svn path=/trunk/; revision=32579
Diffstat (limited to 'epan/tfs.c')
-rw-r--r--epan/tfs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/epan/tfs.c b/epan/tfs.c
index e9bbb9be6a..f74e35a09b 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -38,7 +38,9 @@ const true_false_string tfs_yes_no = { "Yes", "No" };
const true_false_string tfs_set_notset = { "Set", "Not set" };
const true_false_string tfs_enabled_disabled = { "Enabled", "Disabled" };
const true_false_string tfs_ok_error = { "Ok", "Error" };
+const true_false_string tfs_error_ok = { "Error", "Ok" };
const true_false_string tfs_success_fail = { "Success", "Fail" };
+const true_false_string tfs_fail_success = { "Fail", "Success" };
const true_false_string tfs_on_off = { "On", "Off" };
const true_false_string tfs_ack_nack = { "Ack", "Nack" };
const true_false_string tfs_odd_even = { "Odd", "Even" };
@@ -53,3 +55,6 @@ const true_false_string tfs_command_response = { "Command", "Response" };
const true_false_string tfs_capable_not_capable = { "Capable", "Not capable" };
const true_false_string tfs_supported_not_supported = { "Supported", "Not supported" };
const true_false_string tfs_used_notused = { "Used", "Not used" };
+const true_false_string tfs_high_low = { "High", "Low" };
+const true_false_string tfs_pressed_not_pressed = { "Pressed", "Not pressed" };
+