diff options
| author | Joseph Mingrone <jrm@FreeBSD.org> | 2023-05-04 14:52:25 +0000 |
|---|---|---|
| committer | Joseph Mingrone <jrm@FreeBSD.org> | 2023-05-04 14:57:30 +0000 |
| commit | 6b96668d5b49eea57b7551349eca70928cc199ce (patch) | |
| tree | 7287958345256d78ef88046480d9df3c403b3f46 /pcap-linux.c | |
| parent | 35af88c96350eb786f1198dfb6b29a171016e6bf (diff) | |
Import libpcap 1.10.4vendor/libpcap/1.10.4
Reviewed by: emaste
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'pcap-linux.c')
| -rw-r--r-- | pcap-linux.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pcap-linux.c b/pcap-linux.c index 43d2a9f0eec6..13bd8529f65c 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -2,7 +2,7 @@ * pcap-linux.c: Packet capture interface to the Linux kernel * * Copyright (c) 2000 Torsten Landschoff <torsten@debian.org> - * Sebastian Krahmer <krahmer@cs.uni-potsdam.de> + * Sebastian Krahmer <krahmer@cs.uni-potsdam.de> * * License: BSD * @@ -315,8 +315,8 @@ static const struct timeval netdown_timeout = { */ static int iface_get_id(int fd, const char *device, char *ebuf); static int iface_get_mtu(int fd, const char *device, char *ebuf); -static int iface_get_arptype(int fd, const char *device, char *ebuf); -static int iface_bind(int fd, int ifindex, char *ebuf, int protocol); +static int iface_get_arptype(int fd, const char *device, char *ebuf); +static int iface_bind(int fd, int ifindex, char *ebuf, int protocol); static int enter_rfmon_mode(pcap_t *handle, int sock_fd, const char *device); static int iface_get_ts_types(const char *device, pcap_t *handle, @@ -3498,7 +3498,7 @@ static int pcap_wait_for_frames_mmap(pcap_t *handle) * don't need to poll. */ for (;;) { - /* + /* * Yes, we do this even in non-blocking mode, as it's * the only way to get error indications from a * tpacket socket. |
