309 |
snaplen = max(sizeof(struct ether_header), |
309 |
snaplen = max(sizeof(struct ether_header), |
311 |
if (strcmp(interface, "any") == 0) |
311 |
if (strcmp(interface, "any") == 0) |
314 |
pd = pcap_open_live(interface, snaplen, 1, timeout, errbuf); |
314 |
pd = pcap_open_live(interface, snaplen, 1, timeout, errbuf); |