- Timestamp:
- 09/01/16 16:14:12 (5 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, master, ndag_format, rc-4.0.1, rc-4.0.2, rc-4.0.3, rc-4.0.4, ringdecrementfix, ringperformance, ringtimestampfixes
- Children:
- 903f64d
- Parents:
- 99be155
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_pcap.c
ree6e802 r62dec50 347 347 static int pcap_pause_input(libtrace_t *libtrace) 348 348 { 349 return 0; /* success */ 350 } 351 352 353 static int pcap_fin_input(libtrace_t *libtrace) 354 { 349 355 pcap_close(INPUT.pcap); 350 356 INPUT.pcap=NULL; 351 return 0; /* success */352 }353 354 355 static int pcap_fin_input(libtrace_t *libtrace)356 {357 357 free(libtrace->format_data); 358 358 return 0; /* success */
Note: See TracChangeset
for help on using the changeset viewer.