Changeset 1969
- Timestamp:
- 02/19/08 23:22:34 (11 months ago)
- Files:
-
- 1 modified
-
trunk/src/tcprewrite.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/tcprewrite.c
r1960 r1969 246 246 dbgx(2, "packet " COUNTER_SPEC " caplen %d", packetnum, pkthdr.caplen); 247 247 248 packet = (u_char **)&pktdata; 249 248 250 #ifdef ENABLE_VERBOSE 249 251 if (options.verbose) … … 265 267 goto WRITE_PACKET; /* still need to write it so cache stays in sync */ 266 268 267 packet = (u_char **)&pktdata;268 269 if ((rcode = tcpedit_packet(tcpedit, &pkthdr_ptr, packet, cache_result)) == TCPEDIT_ERROR) { 269 270 return -1;
