Changeset 1331 for trunk/lib/format_pcapfile.c
- Timestamp:
- 03/18/08 14:12:36 (5 years ago)
- File:
-
- 1 edited
-
trunk/lib/format_pcapfile.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/lib/format_pcapfile.c
r1319 r1331 497 497 return trace_get_capture_length(packet); 498 498 } 499 /* Reset the cached capture length */ 500 packet->capture_length = -1; 499 501 pcapptr = (libtrace_pcapfile_pkt_hdr_t *)packet->header; 500 502 pcapptr->caplen = swapl(packet->trace,(uint32_t)size);
Note: See TracChangeset
for help on using the changeset viewer.
