- Timestamp:
- 11/21/09 22:46:35 (13 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- c8e8122
- Parents:
- 05000f9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracereplay/tracereplay.c
r05000f9 r47a5c5e 1 1 2 3 4 /* This is a simple example program that demonstrates how to use the libtrace 5 * event framework. The event framework is ideal for reading from devices and 6 * interfaces in a non-blocking manner, and for reading from a trace in 7 * "tracetime" as opposed to as fast as possible. 2 /* 3 4 Tracereplay is a simple utility that takes a trace and replays it to a 5 specified interface. 6 It pads packets with zeroes to reach the original length of the packet 7 and recalculates crc checksums in ip/tcp/udp headers. 8 9 Authors: Andreas Loef and Yuwei Wang 10 11 8 12 */ 13 9 14 10 15
Note: See TracChangeset
for help on using the changeset viewer.