Changeset 1880 for features/performance/src/tcpprep.c
- Timestamp:
- 07/18/07 20:52:55 (18 months ago)
- Files:
-
- 1 modified
-
features/performance/src/tcpprep.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
features/performance/src/tcpprep.c
r1846 r1880 421 421 check_dst_port(ip_hdr, (pkthdr.caplen - l2len))); 422 422 break; 423 424 default: 425 errx(1, "Whops! What mode are we in anyways? %d", options.mode); 423 426 } 424 427 #ifdef ENABLE_VERBOSE
