aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-01-26 19:36:00 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-01-26 19:36:00 +0000
commitc3214a7c54304b4f38ebbd0c7daa6edb51c2ccd0 (patch)
tree2f628a477cd6587fb0dadb82bacc06b1aa1bd494 /epan/tfs.c
parent014de8fefd9bb08ba061df45dac885c8b56fec13 (diff)
Add tfs_allowed_not_allowed.
svn path=/trunk/; revision=35664
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 267cd665ca..a8cdf38544 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -61,4 +61,5 @@ const true_false_string tfs_pressed_not_pressed = { "Pressed", "Not pressed" };
const true_false_string tfs_implemented_not_implemented = { "Implemented", "Not Implemented" };
const true_false_string tfs_requested_not_requested = { "Requested", "Not Requested" };
const true_false_string tfs_reliable_not_reliable = { "Reliable", "Not Reliable" };
+const true_false_string tfs_allowed_not_allowed = { "Allowed", "Not Allowed" };