From 29a256261744cc87c615ab48361f2f959beae07d Mon Sep 17 00:00:00 2001 From: Marco Munizaga Date: Tue, 14 Jun 2022 11:21:13 -0700 Subject: [PATCH] Add ipcidr --- README.md | 1 + protocols.csv | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 0040018..8f15bc8 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,7 @@ and [protocols/](protocols/) for specifications of the currently supported proto TODO: most of these are way underspecified - /ip4, /ip6 +- /ipcidr - /dns4, /dns6 - [/dnsaddr](protocols/DNSADDR.md) - /tcp diff --git a/protocols.csv b/protocols.csv index 62f6b08..efad9af 100644 --- a/protocols.csv +++ b/protocols.csv @@ -5,6 +5,7 @@ code, size, name, comment 33, 16, dccp, 41, 128, ip6, 42, V, ip6zone, rfc4007 IPv6 zone +43, 8, ipcidr, CIDR mask for IP addresses 53, V, dns, domain name resolvable to both IPv6 and IPv4 addresses 54, V, dns4, domain name resolvable only to IPv4 addresses 55, V, dns6, domain name resolvable only to IPv6 addresses