From 5cdc82ab69f2bc3016cd9f5e4a0e6782e15b9974 Mon Sep 17 00:00:00 2001 From: Alexis La Goutte Date: Wed, 3 Jul 2013 16:46:29 +0000 Subject: 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 --- epan/tfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epan/tfs.c') 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" }; -- cgit v1.2.3