Changeset 1fbd938 for lib/format_legacy.c
- Timestamp:
- 02/16/06 11:56:02 (15 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:
- 880aa58
- Parents:
- ee5e4c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_legacy.c
r6eb91ff r1fbd938 279 279 NULL, /* config_input */ 280 280 NULL, /* start_input */ 281 NULL, /* pause_input */ 281 282 NULL, /* init_output */ 282 283 NULL, /* config_output */ … … 292 293 NULL, /* get_timeval */ 293 294 NULL, /* get_seconds */ 295 NULL, /* seek_erf */ 296 NULL, /* seek_timeval */ 297 NULL, /* seek_seconds */ 294 298 legacy_get_capture_length, /* get_capture_length */ 295 299 legacyatm_get_wire_length, /* get_wire_length */ … … 308 312 NULL, /* config_input */ 309 313 NULL, /* start_input */ 314 NULL, /* pause_input */ 310 315 NULL, /* init_output */ 311 316 NULL, /* config_output */ … … 321 326 NULL, /* get_timeval */ 322 327 NULL, /* get_seconds */ 328 NULL, /* seek_erf */ 329 NULL, /* seek_timeval */ 330 NULL, /* seek_seconds */ 323 331 legacy_get_capture_length, /* get_capture_length */ 324 332 legacyeth_get_wire_length, /* get_wire_length */ … … 337 345 NULL, /* config_input */ 338 346 NULL, /* start_input */ 347 NULL, /* pause_input */ 339 348 NULL, /* init_output */ 340 349 NULL, /* config_output */ … … 350 359 NULL, /* get_timeval */ 351 360 NULL, /* get_seconds */ 361 NULL, /* seek_erf */ 362 NULL, /* seek_timeval */ 363 NULL, /* seek_seconds */ 352 364 legacy_get_capture_length, /* get_capture_length */ 353 365 legacypos_get_wire_length, /* get_wire_length */
Note: See TracChangeset
for help on using the changeset viewer.