diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-03-28 10:40:28 +0100 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-03-28 10:44:30 +0100 |
commit | a0d6dc5065c803bc3f8be2260d8b5657a663d78e (patch) | |
tree | add3dff1ccea34aa459042cf8ebfacaec0c1c159 /netdissect.h | |
parent | a80bcdd550e701299d6b04f864922b43e4b69dd8 (diff) | |
download | tcpdump-a0d6dc5065c803bc3f8be2260d8b5657a663d78e.tar.gz |
PKTAP: Update the link-layer dissector to a void function
Moreover:
Remove trailing "_if" from protocol name.
Update the output of a test accordingly.
Diffstat (limited to 'netdissect.h')
-rw-r--r-- | netdissect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netdissect.h b/netdissect.h index b7dafa59..401d62d7 100644 --- a/netdissect.h +++ b/netdissect.h @@ -509,7 +509,7 @@ extern u_int netanalyzer_transparent_if_print IF_PRINTER_ARGS; extern u_int nflog_if_print IF_PRINTER_ARGS; extern void null_if_print IF_PRINTER_ARGS; extern u_int pflog_if_print IF_PRINTER_ARGS; -extern u_int pktap_if_print IF_PRINTER_ARGS; +extern void pktap_if_print IF_PRINTER_ARGS; extern void ppi_if_print IF_PRINTER_ARGS; extern u_int ppp_bsdos_if_print IF_PRINTER_ARGS; extern u_int ppp_hdlc_if_print IF_PRINTER_ARGS; |