diff options
author | Josh Soref <2119212+jsoref@users.noreply.github.com> | 2023-06-13 11:47:14 -0400 |
---|---|---|
committer | fxlb <devel.fx.lebail@orange.fr> | 2023-06-25 17:15:12 +0000 |
commit | b6ba74a607afe92f60d5dac58486e3eba0234279 (patch) | |
tree | 103dabb5dc3af22c8e70eb589e6150b9e85d2883 /sf-pcap.c | |
parent | a6a998858e522b158e2d8a27302f14a4d6bf214e (diff) |
Fix spelling
* amount
* anymore
* authentication
* availability
* bracket
* captured
* casted
* communications
* compliant
* configurable
* cumulate
* deinitialize
* descriptors
* didn't
* disassembler
* disassociate
* distributions
* divvy
* doing
* entries
* everything
* explicitly
* explosion
* expression
* extracting
* failed
* family
* find
* github
* global
* implementations
* incorrectly
* intel
* interlocked
* justifying
* know
* launched
* libraries
* malloced
* mask
* maximum
* network
* nonexistent
* number
* occurred
* optimizer
* overflow
* overwrite lower
* packet
* packetfilter
* packets
* parse hosts
* payload
* phase
* programmers
* promiscuous
* protocol
* receiving
* redefinition
* sampling
* savefile
* schwartz
* should
* snapshot
* something
* specifies
* straightforward
* stream
* subdir
* support
* surrogate
* suse
* system is
* test with
* than
* those
* unmaintained
* valid
* way
* western
* wireshark
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
Diffstat (limited to 'sf-pcap.c')
-rw-r--r-- | sf-pcap.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -90,7 +90,7 @@ #define FMESQUITA_TCPDUMP_MAGIC 0xa1b234cd /* - * Navtel Communcations' format, with nanosecond timestamps, + * Navtel Communications' format, with nanosecond timestamps, * as per a request from Dumas Hwang <dumas.hwang@navtelcom.com>. */ #define NAVTEL_TCPDUMP_MAGIC 0xa12b3c4d @@ -590,7 +590,7 @@ pcap_next_packet(pcap_t *p, struct pcap_pkthdr *hdr, u_char **data) * However, perhaps some versions of libpcap failed to * set the snapshot length correctly in the file header * or the per-packet header, or perhaps this is a - * corrupted safefile or a savefile built/modified by a + * corrupted savefile or a savefile built/modified by a * fuzz tester, so we check anyway. We grow the buffer * to be big enough for the snapshot length, read up * to the snapshot length, discard the rest of the |