Changeset 88

Show
Ignore:
Timestamp:
20.10.2002 23:46:10 (6 years ago)
Author:
tibob
Message:

- removed read timeout because it is not used by pcap_next.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/source/pcap.c

    r86 r88  
    101101  } 
    102102 
    103   pcap_global_descriptor = pcap_open_live(device, SNAPLEN, promisc, 1000, errbuf); 
     103  pcap_global_descriptor = pcap_open_live(device, SNAPLEN, promisc, 0, errbuf); 
    104104  if (NULL == pcap_global_descriptor) { 
    105105    fprintf(stderr, "[pcap] error opening pcap: %s\n", errbuf);