summaryrefslogtreecommitdiff
path: root/netdissect.h
diff options
context:
space:
mode:
authorFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-04-29 18:54:31 +0200
committerFrancois-Xavier Le Bail <devel.fx.lebail@orange.fr>2020-04-30 15:18:16 +0200
commita881efab395fb7b7941de8204e91ea6d7cc7d4d7 (patch)
tree420f7a2151cc1ecaaa1b8f8cd4873d426c524916 /netdissect.h
parent8b68bfb15dd3d2690bc056bd6ad1471d3b4b5ade (diff)
downloadtcpdump-a881efab395fb7b7941de8204e91ea6d7cc7d4d7.tar.gz
SLIP: Update the link-layer dissectors to void functions
Moreover: Update the protocol names (sl_if -> slip and sl_bsdos_if -> slip_bsdos). Update the output of some tests accordingly.
Diffstat (limited to 'netdissect.h')
-rw-r--r--netdissect.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/netdissect.h b/netdissect.h
index d66883cf..3968f3c9 100644
--- a/netdissect.h
+++ b/netdissect.h
@@ -517,8 +517,8 @@ extern u_int ppp_if_print IF_PRINTER_ARGS;
extern u_int pppoe_if_print IF_PRINTER_ARGS;
extern u_int prism_if_print IF_PRINTER_ARGS;
extern void raw_if_print IF_PRINTER_ARGS;
-extern u_int sl_bsdos_if_print IF_PRINTER_ARGS;
-extern u_int sl_if_print IF_PRINTER_ARGS;
+extern void sl_bsdos_if_print IF_PRINTER_ARGS;
+extern void sl_if_print IF_PRINTER_ARGS;
extern u_int sll_if_print IF_PRINTER_ARGS;
extern u_int sll2_if_print IF_PRINTER_ARGS;
extern void sunatm_if_print IF_PRINTER_ARGS;