Changeset 69394f0 for tools/tracepktdump
- Timestamp:
- 01/23/19 13:58:50 (2 years ago)
- Branches:
- develop
- Children:
- 254c926
- Parents:
- 23741ec5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/tracepktdump/tracepktdump.cc
rf35a853 r69394f0 110 110 if (filter && !trace_apply_filter(filter,packet)) 111 111 continue; 112 if (packet->type < TRACE_RT_DATA_SIMPLE) 112 if (packet->type < TRACE_RT_DATA_SIMPLE && 113 packet->type != TRACE_RT_PCAPNG_META && 114 packet->type != TRACE_RT_ERF_META) 113 115 /* Ignore RT messages */ 114 116 continue;
Note: See TracChangeset
for help on using the changeset viewer.