4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 5a67294 was
d3ff1fb,
checked in by Perry Lorier <perry@…>, 17 years ago
|
Add trace summary
|
-
Property mode set to
100644
|
File size:
450 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 | |
---|
10 | void error_report(void); |
---|
11 | void protocol_report(void); |
---|
12 | void tos_report(void); |
---|
13 | void port_report(void); |
---|
14 | void ttl_report(void); |
---|
15 | |
---|
16 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.