aboutsummaryrefslogtreecommitdiffstats
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
parent014de8fefd9bb08ba061df45dac885c8b56fec13 (diff)
Add tfs_allowed_not_allowed.
svn path=/trunk/; revision=35664
-rw-r--r--epan/tfs.c1
-rw-r--r--epan/tfs.h1
2 files changed, 2 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" };
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