4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 3840760 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
|
Line | |
---|
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); |
---|
9 | void dir_per_packet(struct libtrace_packet_t *packet); |
---|
10 | |
---|
11 | void error_report(void); |
---|
12 | void protocol_report(void); |
---|
13 | void tos_report(void); |
---|
14 | void port_report(void); |
---|
15 | void dir_report(void); |
---|
16 | |
---|
17 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.