From: Francois-Xavier Le Bail Date: Sat, 2 Apr 2022 11:01:28 +0000 (+0200) Subject: Fix a typo X-Git-Tag: tcpdump-4.99.2~98 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/39632a449b05061df4c2c923502169d0b8b51391 Fix a typo Moreover: Fix indentation. [skip ci] (cherry picked from commit c34c17ef84a942496ac74357711f531cb844570e) --- diff --git a/netdissect.c b/netdissect.c index 72923a17..61aa2c2b 100644 --- a/netdissect.c +++ b/netdissect.c @@ -149,7 +149,7 @@ nd_smi_version_string(void) int nd_push_buffer(netdissect_options *ndo, u_char *new_buffer, - const u_char *new_packetp, u_int newlen) + const u_char *new_packetp, u_int newlen) { struct netdissect_saved_packet_info *ndspi; @@ -172,7 +172,7 @@ nd_push_buffer(netdissect_options *ndo, u_char *new_buffer, /* * In a given netdissect_options structure: * - *, push the current packet information onto the packet informaton + * push the current packet information onto the packet information * stack; * * given a pointer into the packet and a length past that point in