aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dns.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2016-04-20 14:43:52 +0200
committerJeff Morriss <jeff.morriss.ws@gmail.com>2016-05-18 20:38:54 +0000
commit7c8e26416d56f7d4448ff9500e3a0e14b52766f3 (patch)
tree3bede5683c912b9856a668ec0b35442f19ebd822 /epan/dissectors/packet-dns.c
parent46dd8a0aa48a18f00582bfffc755f771144d4e50 (diff)
DNS: Fix typo on Padding EDNS0 description
Also update comment about RFC7830 Issue reported by Alex Mayrhofer Ping-bug:11759 Change-Id: I4e70a32ddca6de43cb97f921b027e167170bf16d Reviewed-on: https://code.wireshark.org/review/15017 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-dns.c')
-rw-r--r--epan/dissectors/packet-dns.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/dissectors/packet-dns.c b/epan/dissectors/packet-dns.c
index 7d83d71a40..03ef5d7c1d 100644
--- a/epan/dissectors/packet-dns.c
+++ b/epan/dissectors/packet-dns.c
@@ -595,7 +595,7 @@ typedef struct _dns_conv_info_t {
#define O_CLIENT_SUBNET_EXP 0x50fa /* Client subnet (placeholder value, draft-vandergaast-edns-client-subnet) */
#define O_COOKIE 10 /* draft-ietf-dnsop-cookie */
#define O_EDNS_TCP_KA 11 /* draft-ietf-dnsop-edns-tcp-keepalive */
-#define O_PADDING 12 /* draft-ietf-dprive-edns0-padding */
+#define O_PADDING 12 /* EDNS(0) Padding Option (RFC7830) */
#define O_CHAIN 13 /* draft-ietf-dnsop-edns-chain-query */
static const true_false_string tfs_flags_response = {
@@ -5085,7 +5085,7 @@ proto_register_dns(void)
{ &hf_dns_opt_padding,
{ "Padding", "dns.opt.padding",
FT_BYTES, BASE_NONE, NULL, 0x0,
- "The PADDING octets MUST be set to 0x00", HFILL }},
+ "The PADDING octets SHOULD be set to 0x00", HFILL }},
{ &hf_dns_opt_chain_fqdn,
{ "Closest Trust Point", "dns.opt.chain.fqdn",