Changeset cbce651
- Timestamp:
- 04/27/07 23:03:04 (14 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:
- ffe2541
- Parents:
- 63b9bd4
- Location:
- tools
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracereport/dir_report.c
r466aed6 rcbce651 12 12 void dir_per_packet(struct libtrace_packet_t *packet) 13 13 { 14 if (trace_get_direction(packet)== -1)14 if (trace_get_direction(packet)==~0U) 15 15 return; 16 16 dir_bytes[trace_get_direction(packet)]+=trace_get_wire_length(packet); -
tools/tracesplit/tracesplit.c
r0a65ed8 rcbce651 45 45 int done=0; 46 46 47 void cleanup_signal(int sig)47 static void cleanup_signal(int sig) 48 48 { 49 49 done=1;
Note: See TracChangeset
for help on using the changeset viewer.