diff options
author | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-08-02 13:58:24 +0200 |
---|---|---|
committer | Francois-Xavier Le Bail <devel.fx.lebail@orange.fr> | 2020-08-02 22:11:51 +0200 |
commit | b1327f7a884d95b7bf45731ad424e71b5c01690c (patch) | |
tree | 06c8e7334c9e53665c1f0b0156a538d66c4f1e77 /netdissect.h | |
parent | bdf7eacfa10c7d8d05ed25e55b619ba32ecc40cc (diff) | |
download | tcpdump-b1327f7a884d95b7bf45731ad424e71b5c01690c.tar.gz |
ATM: 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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/netdissect.h b/netdissect.h index 34051267..408cff8a 100644 --- a/netdissect.h +++ b/netdissect.h @@ -468,7 +468,7 @@ extern if_printer_t lookup_printer(netdissect_options *, int); extern void ap1394_if_print IF_PRINTER_ARGS; extern void arcnet_if_print IF_PRINTER_ARGS; extern void arcnet_linux_if_print IF_PRINTER_ARGS; -extern u_int atm_if_print IF_PRINTER_ARGS; +extern void atm_if_print IF_PRINTER_ARGS; extern void bt_if_print IF_PRINTER_ARGS; extern void brcm_tag_if_print IF_PRINTER_ARGS; extern void brcm_tag_prepend_if_print IF_PRINTER_ARGS; |