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 21:14:55 +0000
commit239ed442ac7a74deb99f26397f4563e8d72a336d (patch)
tree829527593f6b64a19efe09eb23ceda8dcde039f2 /epan/dissectors/packet-dns.c
parent181f92094cecbecb2d7be40fb1d202dc48435c63 (diff)
DNS: Update edns-tcp-keepalive EDNS0 Option to final rfc (RFC7828)
Change-Id: I34d6fc5a59af7cfd39a1181e71788dfee617cc22 Reviewed-on: https://code.wireshark.org/review/15497 Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Jeff Morriss <jeff.morriss.ws@gmail.com>
Diffstat (limited to 'epan/dissectors/packet-dns.c')
-rw-r--r--epan/dissectors/packet-dns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-dns.c b/epan/dissectors/packet-dns.c
index 03ef5d7c1d..57787f7291 100644
--- a/epan/dissectors/packet-dns.c
+++ b/epan/dissectors/packet-dns.c
@@ -594,7 +594,7 @@ typedef struct _dns_conv_info_t {
#define O_EDNS_EXPIRE 9 /* EDNS Expire (RFC7314) */
#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_EDNS_TCP_KA 11 /* edns-tcp-keepalive EDNS0 Option (RFC7828) */
#define O_PADDING 12 /* EDNS(0) Padding Option (RFC7830) */
#define O_CHAIN 13 /* draft-ietf-dnsop-edns-chain-query */