From b6ba74a607afe92f60d5dac58486e3eba0234279 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 13 Jun 2023 11:47:14 -0400 Subject: 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> --- pcap/dlt.h | 2 +- pcap/namedb.h | 2 +- pcap/nflog.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'pcap') diff --git a/pcap/dlt.h b/pcap/dlt.h index 3a239848..e7f8cedf 100644 --- a/pcap/dlt.h +++ b/pcap/dlt.h @@ -186,7 +186,7 @@ * anything and doesn't appear to have ever used it for anything.) * * We define it as 18 on those platforms; it is, unfortunately, used - * for DLT_CIP in Suse 6.3, so we don't define it as DLT_PFSYNC + * for DLT_CIP in SUSE 6.3, so we don't define it as DLT_PFSYNC * in general. As the packet format for it, like that for * DLT_PFLOG, is not only OS-dependent but OS-version-dependent, * we don't support printing it in tcpdump except on OSes that diff --git a/pcap/namedb.h b/pcap/namedb.h index 51d1e318..a56bc37a 100644 --- a/pcap/namedb.h +++ b/pcap/namedb.h @@ -73,7 +73,7 @@ PCAP_API int pcap_nametollc(const char *); /* * If a protocol is unknown, PROTO_UNDEF is returned. * Also, pcap_nametoport() returns the protocol along with the port number. - * If there are ambiguous entried in /etc/services (i.e. domain + * If there are ambiguous entries in /etc/services (i.e. domain * can be either tcp or udp) PROTO_UNDEF is returned. */ #define PROTO_UNDEF -1 diff --git a/pcap/nflog.h b/pcap/nflog.h index f7c85b54..919c88d2 100644 --- a/pcap/nflog.h +++ b/pcap/nflog.h @@ -85,7 +85,7 @@ typedef struct nflog_timestamp { #define NFULA_PREFIX 10 /* text string - null-terminated, count includes NUL */ #define NFULA_UID 11 /* UID owning socket on which packet was sent/received */ #define NFULA_SEQ 12 /* sequence number of packets on this NFLOG socket */ -#define NFULA_SEQ_GLOBAL 13 /* sequence number of pakets on all NFLOG sockets */ +#define NFULA_SEQ_GLOBAL 13 /* sequence number of packets on all NFLOG sockets */ #define NFULA_GID 14 /* GID owning socket on which packet was sent/received */ #define NFULA_HWTYPE 15 /* ARPHRD_ type of skbuff's device */ #define NFULA_HWHEADER 16 /* skbuff's MAC-layer header */ -- cgit v1.2.3