]> The Tcpdump Group git mirrors - tcpdump/commit
Apply the last step of the new way to update the link-layer header length
authorFrancois-Xavier Le Bail <[email protected]>
Thu, 6 Aug 2020 17:12:49 +0000 (19:12 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Thu, 6 Aug 2020 20:55:05 +0000 (22:55 +0200)
commitb30f3843b93c11e897e6d8888a91abf709a716ae
treef896ae7aeb0b456076d21243c3d130bedbeaf75b
parent0c93b15d38b3f63047344fcb2ea920e73498bb3d
Apply the last step of the new way to update the link-layer header length

All the link-layer dissectors are now void functions.

All the functions were moved to the void_printers[] array.
Rename this array to printers[].
Remove the uint_printers[] array, now empty.
Remove the 'ndo_void_printer' flag field, now useless, from
netdissect_options.
Remove other transitional code.
netdissect.h
print-pktap.c
print-ppi.c
print.c
print.h
tcpdump.c