summaryrefslogtreecommitdiff
path: root/epan/tfs.h
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-01-17 13:09:08 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-01-17 13:09:08 +0000
commit71d02b545542421b6c187136bee60f8b4ddec31e (patch)
tree211bfbc32041c4ca7b3ef72168cb94e1f89942d1 /epan/tfs.h
parent7089b9c780623cd9eba3b5d9bb81e91fd654dce4 (diff)
downloadwireshark-71d02b545542421b6c187136bee60f8b4ddec31e.tar.gz
- Remove debug printout.
- Enhance dissection a bit. - add new true_false_strings svn path=/trunk/; revision=35566
Diffstat (limited to 'epan/tfs.h')
-rw-r--r--epan/tfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/tfs.h b/epan/tfs.h
index f1e2cbabd8..154386d9dc 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -56,6 +56,7 @@ WS_VAR_IMPORT const true_false_string tfs_restricted_allowed;
WS_VAR_IMPORT const true_false_string tfs_accept_reject;
WS_VAR_IMPORT const true_false_string tfs_more_nomore;
WS_VAR_IMPORT const true_false_string tfs_present_absent;
+WS_VAR_IMPORT const true_false_string tfs_present_not_present;
WS_VAR_IMPORT const true_false_string tfs_active_inactive;
WS_VAR_IMPORT const true_false_string tfs_found_not_found;
WS_VAR_IMPORT const true_false_string tfs_command_response;
@@ -64,5 +65,6 @@ 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;
+WS_VAR_IMPORT const true_false_string tfs_implemented_not_implemented;
#endif