4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since e3b0188 was
49ce177,
checked in by Perry Lorier <perry@…>, 17 years ago
|
Added:
- error reports
- flow reports
- per port reports
- direction report
- moved everything to use the container library
|
-
Property mode set to
100644
|
File size:
505 bytes
|
Rev | Line | |
---|
[d3ff1fb] | 1 | #ifndef REPORT_H |
---|
| 2 | #define REPORT_H |
---|
| 3 | |
---|
| 4 | void tos_per_packet(struct libtrace_packet_t *packet); |
---|
| 5 | void port_per_packet(struct libtrace_packet_t *packet); |
---|
| 6 | void error_per_packet(struct libtrace_packet_t *packet); |
---|
| 7 | void protocol_per_packet(struct libtrace_packet_t *packet); |
---|
| 8 | void ttl_per_packet(struct libtrace_packet_t *packet); |
---|
[49ce177] | 9 | void dir_per_packet(struct libtrace_packet_t *packet); |
---|
[d3ff1fb] | 10 | |
---|
| 11 | void error_report(void); |
---|
| 12 | void protocol_report(void); |
---|
| 13 | void tos_report(void); |
---|
| 14 | void port_report(void); |
---|
[49ce177] | 15 | void dir_report(void); |
---|
[d3ff1fb] | 16 | |
---|
| 17 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.