- Timestamp:
- 03/27/07 00:36:01 (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:
- 3ec29a9
- Parents:
- 9332105
- Location:
- test
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
test/test-convert.c
rd5a27e8 r1b9272f 88 88 if (!strcmp(type, "duck")) 89 89 return "duck:traces/100_packets.duck"; 90 if (!strcmp(type, "tsh")) 91 return "tsh:traces/10_packets.tsh.gz"; 90 92 return "unknown"; 91 93 } -
test/test-decode.c
r38f9537 r1b9272f 80 80 if (!strcmp(type, "legacyeth")) 81 81 return "legacyeth:traces/legacyeth.gz"; 82 return "unknown"; 82 if (!strcmp(type, "tsh")) 83 return "tsh:traces/10_packets.tsh.gz"; 84 return type; 83 85 } 84 86 -
test/test-format.c
rd5a27e8 r1b9272f 79 79 if (!strcmp(type, "legacyeth")) 80 80 return "legacyeth:traces/legacyeth.gz"; 81 return "unknown"; 81 if (!strcmp(type, "tsh")) 82 return "tsh:traces/10_packets.tsh.gz"; 83 return type; 82 84 } 83 85
Note: See TracChangeset
for help on using the changeset viewer.