From 19a7707e79c1b3191ada3725f69cfd6c640cfb5c Mon Sep 17 00:00:00 2001 From: Francois-Xavier Le Bail Date: Sun, 8 Mar 2020 12:36:46 +0100 Subject: Ethernet: Rename a printer Rename ether_print_switch_tag() to ether_switch_tag_print(), with _print suffix like in most similar cases. --- print-ether.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'print-ether.c') diff --git a/print-ether.c b/print-ether.c index 74479ccf..eed66ace 100644 --- a/print-ether.c +++ b/print-ether.c @@ -375,7 +375,7 @@ recurse: * FIXME: caplen can and should be derived from ndo->ndo_snapend and p. */ u_int -ether_print_switch_tag(netdissect_options *ndo, const u_char *p, u_int length, +ether_switch_tag_print(netdissect_options *ndo, const u_char *p, u_int length, u_int caplen, void (*print_switch_tag)(netdissect_options *, const u_char *), u_int switch_tag_len) -- cgit v1.2.1