aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-03 16:46:29 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-07-03 16:46:29 +0000
commit5cdc82ab69f2bc3016cd9f5e4a0e6782e15b9974 (patch)
tree678464b476735c0ccbe8f0d3040c091e732f2bfd /epan/tfs.c
parent361b800eae865405d69a1eb266f9b3d6785763da (diff)
From Oliver Gasser via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8863 Add CAA support to DNS dissector
Add informationa about Certificate Authority Authorization (CAA) data to the DNS dissector. See the RFC [1] for more information. Suggestions and improvements are welcome. [1] http://tools.ietf.org/html/rfc6844 svn path=/trunk/; revision=50370
Diffstat (limited to 'epan/tfs.c')
-rw-r--r--epan/tfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/tfs.c b/epan/tfs.c
index 47d7cb52ed..0761d265e4 100644
--- a/epan/tfs.c
+++ b/epan/tfs.c
@@ -70,5 +70,5 @@ const true_false_string tfs_shared_independent = { "Shared", "Independent" };
const true_false_string tfs_valid_invalid = { "Valid", "Invalid" };
const true_false_string tfs_group_unique_name = { "Group name", "Unique name" };
const true_false_string tfs_inuse_not_inuse = { "In use", "Not in use" };
-
+const true_false_string tfs_critical_not_critical = { "Critical", "Not critical" };