History log of /openbsd-src/usr.sbin/tcpdump/print-nsh.c (Results 1 – 2 of 2)
Revision Date Author Comments
# 2b7cc9f7 28-Feb-2023 claudio <claudio@openbsd.org>

Adjust default_print() to not run over snapend.

Kill default_print_unaligned() and adjust default_print() to also work
with unaligned buffers. There is no need for two functions doing the
same thing

Adjust default_print() to not run over snapend.

Kill default_print_unaligned() and adjust default_print() to also work
with unaligned buffers. There is no need for two functions doing the
same thing.

Pass the right length in nsh_print to default_print(). Fixes on place
that makes tcpdump crash.
Reported by Peter J. Philipp (pjp at delphinusdns dot org)
OK mbuhl@

show more ...


# 7da8f7c0 03-Dec-2019 dlg <dlg@openbsd.org>

add support for printing RFC 8300 Network Service Header (NSH)

ok deraadt@