summaryrefslogtreecommitdiff
path: root/netdissect.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-08-02 13:36:10 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-08-02 22:11:51 +0200
commit941452b13284aacf521b48f87d8243b28fa541cf (patch)
treefa04f6bd050e39f0ec3348f1f0d6182044dcd9f9 /netdissect.h
parent8cda025aed3073427241b9ebfecc55c956ab05f1 (diff)
downloadtcpdump-941452b13284aacf521b48f87d8243b28fa541cf.tar.gz
Token Ring: 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 6b2d2b3c..b98c85c8 100644
--- a/netdissect.h
+++ b/netdissect.h
@@ -525,7 +525,7 @@ extern void sll_if_print IF_PRINTER_ARGS;
extern void sll2_if_print IF_PRINTER_ARGS;
extern void sunatm_if_print IF_PRINTER_ARGS;
extern void symantec_if_print IF_PRINTER_ARGS;
-extern u_int token_if_print IF_PRINTER_ARGS;
+extern void token_if_print IF_PRINTER_ARGS;
extern void unsupported_if_print IF_PRINTER_ARGS;
extern void usb_linux_48_byte_if_print IF_PRINTER_ARGS;
extern void usb_linux_64_byte_if_print IF_PRINTER_ARGS;