Embed struct tv32 into struct opacket like traceroute.
authorflorian <florian@openbsd.org>
Fri, 18 Apr 2014 16:00:38 +0000 (16:00 +0000)
committerflorian <florian@openbsd.org>
Fri, 18 Apr 2014 16:00:38 +0000 (16:00 +0000)
commit3787029a96e136de1240c694a58ea7e5b54983fe
tree0ae08534199c694949239b92332570ef6d154b8d
parentad066782079f7da9a307aa14b2684ce8caf5bbf0
Embed struct tv32 into struct opacket like traceroute.
This changes the data part of an icmp6 paket, before it only
contained the timestamp, now it contains a whole struct opacket.
Shouldn't be an issue as nobody looks at this data anyway.
OK benno@
usr.sbin/traceroute6/traceroute6.c