aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.h
diff options
context:
space:
mode:
authoretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-26 19:36:00 +0000
committeretxrab <etxrab@f5534014-38df-0310-8fa8-9805f1628bb7>2011-01-26 19:36:00 +0000
commitbd391426328e2e01c1354fe6e85b290e375bc9fd (patch)
tree2f628a477cd6587fb0dadb82bacc06b1aa1bd494 /epan/tfs.h
parent7427a742d53c1b1fe137d713ba94ffc015f9b424 (diff)
Add tfs_allowed_not_allowed.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@35664 f5534014-38df-0310-8fa8-9805f1628bb7
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 94b1da2835..aff56348e9 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -68,4 +68,5 @@ WS_VAR_IMPORT const true_false_string tfs_pressed_not_pressed;
WS_VAR_IMPORT const true_false_string tfs_implemented_not_implemented;
WS_VAR_IMPORT const true_false_string tfs_requested_not_requested;
WS_VAR_IMPORT const true_false_string tfs_reliable_not_reliable;
+WS_VAR_IMPORT const true_false_string tfs_allowed_not_allowed;
#endif