Changeset 979ab1a0
- Timestamp:
- 01/07/19 10:34:30 (2 years ago)
- Branches:
- develop
- Children:
- 9a6bdbc
- Parents:
- ca01854
- git-author:
- Jacob Van Walraven <jcv9@…> (12/13/18 09:25:01)
- git-committer:
- Jacob Van Walraven <jcv9@…> (01/07/19 10:34:30)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_pcapng.c
rca01854 r979ab1a0 558 558 559 559 linktype = trace_get_link_type(packet); 560 /* discard meta packets from other capture types and unknown packets */ 560 /* discard meta packets from other capture types and unknown packets 561 * could try to convert erf meta packets? */ 561 562 if (linktype == TRACE_TYPE_NONDATA || linktype == TRACE_TYPE_UNKNOWN 562 563 || linktype == TRACE_TYPE_ERF_META || linktype == TRACE_TYPE_CONTENT_INVALID) { … … 571 572 DATAOUT(libtrace)->flag); 572 573 } 573 574 fprintf(stderr, "switch\n"); 574 575 /* If the packet is already encapsulated in a pcapng frame just output it */ 575 576 switch (pcapng_get_header_type(packet)) {
Note: See TracChangeset
for help on using the changeset viewer.