Changeset d74ca03
- Timestamp:
- 11/28/18 11:12:43 (2 years ago)
- Branches:
- develop
- Children:
- 2193905
- Parents:
- 1ed3f1e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracereplay/tracereplay.c
r1e0a804 rd74ca03 102 102 103 103 pkt_buffer = trace_get_packet_buffer(packet,&linktype,&remaining); 104 /* Check if the linktype was found, if not skip this packet */ 105 if (linktype == TRACE_TYPE_UNKNOWN || linktype == TRACE_TYPE_CONTENT_INVALID) { 106 fprintf(stderr, "Encountered packet with unknown linktype, Skipping it\n"); 107 return NULL; 108 } 109 104 110 remaining = 0; 105 111 new_packet = trace_create_packet();
Note: See TracChangeset
for help on using the changeset viewer.