]> The Tcpdump Group git mirrors - tcpdump/commitdiff
Fix a typo
authorFrancois-Xavier Le Bail <[email protected]>
Sat, 2 Apr 2022 11:01:28 +0000 (13:01 +0200)
committerFrancois-Xavier Le Bail <[email protected]>
Sat, 2 Apr 2022 11:24:28 +0000 (13:24 +0200)
Moreover:
Fix indentation.

[skip ci]

(cherry picked from commit c34c17ef84a942496ac74357711f531cb844570e)

netdissect.c

index 72923a174297ca4f8285720eb70e0dbf6a398c5d..61aa2c2b4931df7f331f24795b8b404212a4e4e3 100644 (file)
@@ -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