|
Last change
on this file since 810 was
810,
checked in by perry, 7 years ago
|
|
Make sure all things are declared
Move the declarations to alphabetical order.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
|
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.