summaryrefslogtreecommitdiff
path: root/netdissect.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-08-06 16:23:30 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-08-06 16:27:24 +0200
commitb846e244235904990a66bb7fcee7b028cf83ab2c (patch)
tree84c7bd45afc0b68b01febe29acd8abadd25a4eff /netdissect.h
parent5e9a51fdd559721eab88ec68a06b191997c57883 (diff)
downloadtcpdump-b846e244235904990a66bb7fcee7b028cf83ab2c.tar.gz
AppleTalk: Update the link-layer dissector to a void function
Moreover: Remove trailing "_if" from the 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 0eb57371..e39191a6 100644
--- a/netdissect.h
+++ b/netdissect.h
@@ -503,7 +503,7 @@ extern void juniper_ppp_if_print IF_PRINTER_ARGS;
extern void juniper_pppoe_atm_if_print IF_PRINTER_ARGS;
extern void juniper_pppoe_if_print IF_PRINTER_ARGS;
extern void juniper_services_if_print IF_PRINTER_ARGS;
-extern u_int ltalk_if_print IF_PRINTER_ARGS;
+extern void ltalk_if_print IF_PRINTER_ARGS;
extern void mfr_if_print IF_PRINTER_ARGS;
extern void netanalyzer_if_print IF_PRINTER_ARGS;
extern void netanalyzer_transparent_if_print IF_PRINTER_ARGS;