diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-08-06 17:22:34 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-08-06 17:28:03 +0200 |
commit | 6855c11117b46c93c5ea83b2a9436e67f4dae254 (patch) | |
tree | 8187c48ab9c968bf14bee5b3a1907c8ebef4c5ff /netdissect.h | |
parent | b846e244235904990a66bb7fcee7b028cf83ab2c (diff) | |
download | tcpdump-6855c11117b46c93c5ea83b2a9436e67f4dae254.tar.gz |
PFLOG: Update the link-layer dissector to a void function
Moreover:
Use GET_U_1() when needed.
Remove trailing "_if" from the protocol name.
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 e39191a6..efcf6633 100644 --- a/netdissect.h +++ b/netdissect.h @@ -509,7 +509,7 @@ extern void netanalyzer_if_print IF_PRINTER_ARGS; extern void netanalyzer_transparent_if_print IF_PRINTER_ARGS; extern void nflog_if_print IF_PRINTER_ARGS; extern void null_if_print IF_PRINTER_ARGS; -extern u_int pflog_if_print IF_PRINTER_ARGS; +extern void pflog_if_print IF_PRINTER_ARGS; extern void pktap_if_print IF_PRINTER_ARGS; extern void ppi_if_print IF_PRINTER_ARGS; extern void ppp_bsdos_if_print IF_PRINTER_ARGS; |