Changeset 1734 for trunk/src/tcprewrite.c
- Timestamp:
- 03/20/07 22:20:18 (22 months ago)
- Files:
-
- 1 modified
-
trunk/src/tcprewrite.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tcprewrite.c
r1701 r1734 199 199 pkthdr_ptr = &pkthdr; 200 200 201 #ifdef HAVE_PCAP_SNAPSHOT_OVERRIDE 202 /* libpcap >= 0.9.6 have this which handles broken RedHat libpcap files */ 203 pcap_snapshot_override(pin, 65535); 204 #endif 205 201 206 /* MAIN LOOP 202 207 * Keep sending while we have packets or until
