aboutsummaryrefslogtreecommitdiffstats
path: root/epan/tfs.h
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.h
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.h')
-rw-r--r--epan/tfs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/tfs.h b/epan/tfs.h
index 31f5820ec7..f7e770c5e5 100644
--- a/epan/tfs.h
+++ b/epan/tfs.h
@@ -81,4 +81,5 @@ WS_DLL_PUBLIC const true_false_string tfs_shared_independent;
WS_DLL_PUBLIC const true_false_string tfs_valid_invalid;
WS_DLL_PUBLIC const true_false_string tfs_group_unique_name;
WS_DLL_PUBLIC const true_false_string tfs_inuse_not_inuse;
+WS_DLL_PUBLIC const true_false_string tfs_critical_not_critical;
#endif