Changeset c70f59f for lib/format_dag24.c
- Timestamp:
- 08/25/14 11:33:39 (7 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, libtrace4, master, ndag_format, pfring, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 7fda5c5
- Parents:
- a79eae41
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_dag24.c
rc909fad rc70f59f 473 473 } else { 474 474 /* Do not sleep - try to read another packet */ 475 trace->filtered_packets ++; 475 476 continue; 476 477 } … … 483 484 trace_set_capture_length(packet, trace->snaplen); 484 485 } 485 486 trace->accepted_packets ++; 486 487 return event; 487 488 } while (1);
Note: See TracChangeset
for help on using the changeset viewer.