aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'epan/tfs.c')
-rw-r--r--epan/tfs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/tfs.c b/epan/tfs.c
index a8cdf38544..f2f306813f 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -62,4 +62,6 @@ const true_false_string tfs_implemented_not_implemented = { "Implemented", "Not
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" };
+const true_false_string tfs_accepted_not_accepted = { "Accepted", "Not Accepted" };
+const true_false_string tfs_detected_not_detected = { "Detected", "Not Detected" };