From 5e05ed66320071fa44250a5441cbc3f10658ff33 Mon Sep 17 00:00:00 2001 From: Anders Broman Date: Mon, 31 Jan 2011 20:37:17 +0000 Subject: 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 --- epan/tfs.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'epan/tfs.c') 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" }; -- cgit v1.2.1