Changeset 88
- Timestamp:
- 20.10.2002 23:46:10 (6 years ago)
- Files:
-
- 1 modified
-
trunk/source/pcap.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/pcap.c
r86 r88 101 101 } 102 102 103 pcap_global_descriptor = pcap_open_live(device, SNAPLEN, promisc, 1000, errbuf);103 pcap_global_descriptor = pcap_open_live(device, SNAPLEN, promisc, 0, errbuf); 104 104 if (NULL == pcap_global_descriptor) { 105 105 fprintf(stderr, "[pcap] error opening pcap: %s\n", errbuf);
