summaryrefslogtreecommitdiff
path: root/epan/tfs.h
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.h
parented78f0a33ec586b5135d03c5178a112a7c161ac0 (diff)
downloadwireshark-5e05ed66320071fa44250a5441cbc3f10658ff33.tar.gz
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.h')
-rw-r--r--epan/tfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/tfs.h b/epan/tfs.h
index aff56348e9..a9ff0c6c56 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -69,4 +69,6 @@ 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;
+WS_VAR_IMPORT const true_false_string tfs_accepted_not_accepted;
+WS_VAR_IMPORT const true_false_string tfs_detected_not_detected;
#endif