]> The Tcpdump Group git mirrors - libpcap/blobdiff - pcap-linux.c
Fix spaces before tabs in indentation
[libpcap] / pcap-linux.c
index 871cb662365a85185e18f4f48e8a5cb93f0463c5..4cf99a921a50f75eb6798e1345794bb135fd79e3 100644 (file)
@@ -2,7 +2,7 @@
  *  pcap-linux.c: Packet capture interface to the Linux kernel
  *
  *  Copyright (c) 2000 Torsten Landschoff <[email protected]>
- *                    Sebastian Krahmer  <[email protected]>
+ *                    Sebastian Krahmer  <[email protected]>
  *
  *  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,
@@ -3504,7 +3504,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.