summaryrefslogtreecommitdiff
path: root/netdissect.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-08-02 12:03:19 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-08-02 12:03:39 +0200
commit770b67da7640cb64fa54fb615084d3c369270368 (patch)
tree7cb74475e5dabc6628661debf3f3c58e5e77f80c /netdissect.h
parente2e1906cff6ab7d5de40f587b89039713dac6d82 (diff)
downloadtcpdump-770b67da7640cb64fa54fb615084d3c369270368.tar.gz
FDDI: 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 8cee597c..97ace620 100644
--- a/netdissect.h
+++ b/netdissect.h
@@ -478,7 +478,7 @@ extern void dsa_if_print IF_PRINTER_ARGS;
extern void edsa_if_print IF_PRINTER_ARGS;
extern void enc_if_print IF_PRINTER_ARGS;
extern void ether_if_print IF_PRINTER_ARGS;
-extern u_int fddi_if_print IF_PRINTER_ARGS;
+extern void fddi_if_print IF_PRINTER_ARGS;
extern u_int fr_if_print IF_PRINTER_ARGS;
extern void ieee802_11_if_print IF_PRINTER_ARGS;
extern void ieee802_11_radio_avs_if_print IF_PRINTER_ARGS;