Changeset d7d3267 for tools/tracereplay
- Timestamp:
- 11/29/18 13:37:20 (2 years ago)
- Branches:
- develop
- Children:
- 50e9c6b
- Parents:
- 54642da (diff), fdf23b8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracereplay/tracereplay.c
r8a12a49 rd7d3267 104 104 105 105 pkt_buffer = trace_get_packet_buffer(packet,&linktype,&remaining); 106 /* Check if the linktype was found, if not skip this packet */ 107 if (linktype == TRACE_TYPE_UNKNOWN || linktype == TRACE_TYPE_CONTENT_INVALID) { 108 return NULL; 109 } 110 106 111 remaining = 0; 107 112 new_packet = trace_create_packet();
Note: See TracChangeset
for help on using the changeset viewer.