summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorEamon Doyle <eamonjd@arista.com>2022-04-14 08:53:54 +0100
committerDenis Ovsienko <denis@ovsienko.info>2023-04-10 23:43:48 +0100
commit9c37f53ddedfd335c5b16b240ec5730dff522c7b (patch)
tree15147721babaa85ee7f396c5fd43d4112d32cfaa /CHANGES
parent11b62366cb1b48b596ecf4fb3f4e817f70378d00 (diff)
downloadtcpdump-9c37f53ddedfd335c5b16b240ec5730dff522c7b.tar.gz
bootp/dhcp6: DHCPv4/v6 ZTP and SZTP option support
DHCPv4: RFC8572 specifies the SZTP redirect tag. DHCPv6: RFC5970 specifies the boot file URL, used for ZTP, and RFC8572 specifies the SZTP redirect tag The base DHCPv6 RFC3315 specifies the user class option.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0a86c125..91e087e2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
DayOfTheWeek, Month DD, YYYY / The Tcpdump Group
Summary for 5.0.0 tcpdump release (so far!)
Refine protocol decoding for:
+ DHCP: parse the SZTP redirect tag
+ DHCP6: parse the user class, boot file URL, and SZTP redirect
+ options
OpenFlow 1.0: Fix indentation of PORT_MOD, improve handling of
some lengths, and fix handling of snapend.
RIP: Make a couple trivial protocol updates.