- Timestamp:
- 11/29/18 10:59:50 (2 years ago)
- Branches:
- develop
- Children:
- d7d3267
- Parents:
- 2193905
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracereplay/tracereplay.c
rd74ca03 rfdf23b8 104 104 /* Check if the linktype was found, if not skip this packet */ 105 105 if (linktype == TRACE_TYPE_UNKNOWN || linktype == TRACE_TYPE_CONTENT_INVALID) { 106 fprintf(stderr, "Encountered packet with unknown linktype, Skipping it\n");107 106 return NULL; 108 107 }
Note: See TracChangeset
for help on using the changeset viewer.