Changeset 91ebc50 for lib/format_pcap.c
- Timestamp:
- 08/03/05 14:24:59 (16 years ago)
- Branches:
- 4.0.1-hotfixes, cachetimestamps, develop, dpdk-ndag, etsilive, getfragoff, help, 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:
- 283acce
- Parents:
- 1f2220f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_pcap.c
r7050c10 r91ebc50 54 54 # endif 55 55 #endif 56 57 #if HAVE_PCAP 56 58 57 59 static int pcap_init_input(struct libtrace_t *libtrace) { … … 260 262 pcap_init_input, /* init_input */ 261 263 NULL, /* init_output */ 264 NULL, /* config_output */ 262 265 pcap_fin_input, /* fin_input */ 263 266 NULL, /* fin_output */ … … 282 285 pcapint_init_input, /* init_input */ 283 286 NULL, /* init_output */ 287 NULL, /* config_output */ 284 288 pcap_fin_input, /* fin_input */ 285 289 NULL, /* fin_output */ … … 303 307 register_format(&pcapint); 304 308 } 309 310 311 #endif
Note: See TracChangeset
for help on using the changeset viewer.