Changeset 2132cfb
- Timestamp:
- 04/24/07 13:53:40 (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:
- 0a65ed8
- Parents:
- 2da116d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracesplit/tracesplit.c
r171cc28 r2132cfb 184 184 } 185 185 buffer=strdup(argv[optind+1]); 186 if (interval!=UINT64_MAX ) {186 if (interval!=UINT64_MAX && maxfiles>1) { 187 187 buffer=strdupcat(buffer,"-"); 188 188 buffer=strdupcati(buffer,(uint64_t)firsttime); 189 189 } 190 if (count!=UINT64_MAX ) {190 if (count!=UINT64_MAX && maxfiles>1) { 191 191 buffer=strdupcat(buffer,"-"); 192 192 buffer=strdupcati(buffer,(uint64_t)pktcount); 193 193 } 194 if (bytes!=UINT64_MAX ) {194 if (bytes!=UINT64_MAX && maxfiles>1) { 195 195 static int filenum=0; 196 196 buffer=strdupcat(buffer,"-");
Note: See TracChangeset
for help on using the changeset viewer.