X-Git-Url: https://git.tcpdump.org/libpcap/blobdiff_plain/ad2369eda94aebc65315d50cead8e5e66eac31ee..8355c90989ee0de9948105b015b05aae66347fea:/pcap-linux.c?ds=inline diff --git a/pcap-linux.c b/pcap-linux.c index 43d2a9f0..13bd8529 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 - * Sebastian Krahmer + * Sebastian Krahmer * * 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.