4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 67825b2 was
73ef8ce,
checked in by Perry Lorier <perry@…>, 16 years ago
|
Make sure all things are declared
Move the declarations to alphabetical order.
|
-
Property mode set to
100644
|
File size:
608 bytes
|
Line | |
---|
1 | #ifndef REPORT_H |
---|
2 | #define REPORT_H |
---|
3 | |
---|
4 | void dir_per_packet(struct libtrace_packet_t *packet); |
---|
5 | void error_per_packet(struct libtrace_packet_t *packet); |
---|
6 | void flow_per_packet(struct libtrace_packet_t *packet); |
---|
7 | void port_per_packet(struct libtrace_packet_t *packet); |
---|
8 | void protocol_per_packet(struct libtrace_packet_t *packet); |
---|
9 | void tos_per_packet(struct libtrace_packet_t *packet); |
---|
10 | void ttl_per_packet(struct libtrace_packet_t *packet); |
---|
11 | |
---|
12 | void dir_report(void); |
---|
13 | void error_report(void); |
---|
14 | void flow_report(void); |
---|
15 | void port_report(void); |
---|
16 | void protocol_report(void); |
---|
17 | void tos_report(void); |
---|
18 | void ttl_report(void); |
---|
19 | |
---|
20 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.