summaryrefslogtreecommitdiff
path: root/netdissect.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-05-04 16:14:14 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-05-04 16:14:14 +0200
commit5b52e5fa194e55e49b978fefe3cac7820579a60d (patch)
tree1634fa5e69c6820eeeac060eb95789586561cf1e /netdissect.h
parent04df7bc71ece093300003430c457736610a062da (diff)
downloadtcpdump-5b52e5fa194e55e49b978fefe3cac7820579a60d.tar.gz
NFLOG: Update the link-layer dissector to a void function
Moreover: Remove trailing "_if" from protocol name.
Diffstat (limited to 'netdissect.h')
-rw-r--r--netdissect.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/netdissect.h b/netdissect.h
index 3968f3c9..65a0d987 100644
--- a/netdissect.h
+++ b/netdissect.h
@@ -506,7 +506,7 @@ extern u_int ltalk_if_print IF_PRINTER_ARGS;
extern u_int mfr_if_print IF_PRINTER_ARGS;
extern u_int netanalyzer_if_print IF_PRINTER_ARGS;
extern u_int netanalyzer_transparent_if_print IF_PRINTER_ARGS;
-extern u_int nflog_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 pktap_if_print IF_PRINTER_ARGS;