aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2011-01-31 20:37:17 +0000
committerAnders Broman <anders.broman@ericsson.com>2011-01-31 20:37:17 +0000
commit5e05ed66320071fa44250a5441cbc3f10658ff33 (patch)
tree23481e9f9cb6224c4457804e8cb48455d7371c39 /epan/tfs.c
parented78f0a33ec586b5135d03c5178a112a7c161ac0 (diff)
Change a bunch of value and tfs strings to not be prefixed by hf_ but ieee8021. Based on Alexis La Gouttes patch.
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5636 svn path=/trunk/; revision=35727
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" };