summaryrefslogtreecommitdiff
path: root/print-hncp.c
diff options
context:
space:
mode:
authorDenis Ovsienko <denis@ovsienko.info>2017-09-13 20:43:00 +0100
committerDenis Ovsienko <denis@ovsienko.info>2017-09-13 20:46:47 +0100
commit17f0687292c52893d16f55660f6b11b81ada153f (patch)
treee576d88625d1429dcc1688aa873ec9ff9dfdd009 /print-hncp.c
parent94420af69d0e27fa72061454a008f8ae65b08b11 (diff)
downloadtcpdump-17f0687292c52893d16f55660f6b11b81ada153f.tar.gz
HNCP: There is no bug, update the comments.
Diffstat (limited to 'print-hncp.c')
-rw-r--r--print-hncp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/print-hncp.c b/print-hncp.c
index c0e00644..3a810037 100644
--- a/print-hncp.c
+++ b/print-hncp.c
@@ -68,8 +68,8 @@ hncp_print(netdissect_options *ndo,
#define HNCP_EXTERNAL_CONNECTION 33
#define HNCP_DELEGATED_PREFIX 34
#define HNCP_PREFIX_POLICY 43
-#define HNCP_DHCPV4_DATA 37
-#define HNCP_DHCPV6_DATA 38
+#define HNCP_DHCPV4_DATA 37 /* This is correct, see RFC 7788 Errata ID 5113. */
+#define HNCP_DHCPV6_DATA 38 /* idem */
#define HNCP_ASSIGNED_PREFIX 35
#define HNCP_NODE_ADDRESS 36
#define HNCP_DNS_DELEGATED_ZONE 39