Changeset 1751
- Timestamp:
- 03/21/07 21:43:12 (20 months ago)
- Files:
-
- 1 modified
-
trunk/src/tcpprep.c (modified) (2 diffs, 1 prop)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tcpprep.c
- Property svn:keywords changed from Makefile to Id HeadURL Author Rev Date
r1734 r1751 1 /* $Id : tcpprep.c 1621 2006-11-09 07:01:37Z aturner$ */1 /* $Id$ */ 2 2 3 3 /* … … 124 124 #ifdef HAVE_PCAP_SNAPSHOT_OVERRIDE 125 125 /* libpcap >= 0.9.6 have this which handles broken RedHat libpcap files */ 126 pcap_snapshot_override( pin, 65535);126 pcap_snapshot_override(options.pcap, 65535); 127 127 #endif 128 128
