]> The Tcpdump Group git mirrors - libpcap/commitdiff
Put back a comment that got lost.
authorGuy Harris <[email protected]>
Sun, 16 Oct 2016 01:24:43 +0000 (18:24 -0700)
committerGuy Harris <[email protected]>
Sun, 16 Oct 2016 01:24:43 +0000 (18:24 -0700)
pcap-bpf.c

index f9a373952492db26f22e4c4dd53eb01d59b2f32e..b765904d7cab4a8809f9996b9ea16eacffaaa7a3 100644 (file)
@@ -596,6 +596,9 @@ bpf_open_and_bind(const char *name, char *errbuf)
        int fd;
        struct ifreq ifr;
 
+       /*
+        * First, open a BPF device.
+        */
        fd = bpf_open(errbuf);
        if (fd < 0)
                return (fd);    /* fd is the appropriate error code */