- Timestamp:
- 05/02/06 01:25:19 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 84a8828
- Parents:
- c37ab9f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_pcap.c
rca2887e r998bee5 224 224 } 225 225 #ifdef HAVE_PCAP_SETNONBLOCK 226 pcap_setnonblock( &INPUT.pcap,0,errbuf);226 pcap_setnonblock(INPUT.pcap,0,errbuf); 227 227 #endif 228 228 return 0; /* success */
Note: See TracChangeset
for help on using the changeset viewer.