Changeset f2fae49 for lib/format_legacy.c
- Timestamp:
- 11/28/07 23:04:28 (13 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:
- 9d3c721
- Parents:
- 95b1d6d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
lib/format_legacy.c
rdd06159 rf2fae49 447 447 legacyatm_get_framing_length, /* get_framing_length */ 448 448 NULL, /* set_capture_length */ 449 NULL, /* get_received_packets */ 450 NULL, /* get_filtered_packets */ 451 NULL, /* get_dropped_packets */ 452 NULL, /* get_captured_packets */ 449 453 NULL, /* get_fd */ 450 454 trace_event_trace, /* trace_event */ … … 482 486 legacyeth_get_framing_length, /* get_framing_length */ 483 487 NULL, /* set_capture_length */ 488 NULL, /* get_received_packets */ 489 NULL, /* get_filtered_packets */ 490 NULL, /* get_dropped_packets */ 491 NULL, /* get_captured_packets */ 484 492 NULL, /* get_fd */ 485 493 trace_event_trace, /* trace_event */ … … 517 525 legacypos_get_framing_length, /* get_framing_length */ 518 526 NULL, /* set_capture_length */ 527 NULL, /* get_received_packets */ 528 NULL, /* get_filtered_packets */ 529 NULL, /* get_dropped_packets */ 530 NULL, /* get_captured_packets */ 519 531 NULL, /* get_fd */ 520 532 trace_event_trace, /* trace_event */ … … 552 564 legacynzix_get_framing_length, /* get_framing_length */ 553 565 NULL, /* set_capture_length */ 566 NULL, /* get_received_packets */ 567 NULL, /* get_filtered_packets */ 568 NULL, /* get_dropped_packets */ 569 NULL, /* get_captured_packets */ 554 570 NULL, /* get_fd */ 555 571 trace_event_trace, /* trace_event */
Note: See TracChangeset
for help on using the changeset viewer.