Changeset 32ee9b2 for lib/format_pcap.c
- Timestamp:
- 06/26/18 18:05:08 (3 years ago)
- Branches:
- cachetimestamps, develop, master, rc-4.0.4, ringdecrementfix, ringperformance
- Children:
- 95ca714
- Parents:
- 528a27c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_pcap.c
r5a70a80 r32ee9b2 583 583 } 584 584 585 static int pcap_flush_output(libtrace_out_t *libtrace) { 586 return pcap_dump_flush(OUTPUT.trace.dump); 587 } 588 585 589 static int pcapint_write_packet(libtrace_out_t *libtrace, 586 590 libtrace_packet_t *packet) … … 779 783 NULL, /* fin_packet */ 780 784 pcap_write_packet, /* write_packet */ 785 pcap_flush_output, /* flush_output */ 781 786 pcap_get_link_type, /* get_link_type */ 782 787 pcapint_get_direction, /* get_direction */ … … 823 828 NULL, /* fin_packet */ 824 829 pcapint_write_packet, /* write_packet */ 830 NULL, /* flush_output */ 825 831 pcap_get_link_type, /* get_link_type */ 826 832 pcapint_get_direction, /* get_direction */
Note: See TracChangeset
for help on using the changeset viewer.