source: trunk/tools/tracereport/report.h @ 810

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
4void dir_per_packet(struct libtrace_packet_t *packet);
5void error_per_packet(struct libtrace_packet_t *packet);
6void flow_per_packet(struct libtrace_packet_t *packet);
7void port_per_packet(struct libtrace_packet_t *packet);
8void protocol_per_packet(struct libtrace_packet_t *packet);
9void tos_per_packet(struct libtrace_packet_t *packet);
10void ttl_per_packet(struct libtrace_packet_t *packet);
11
12void dir_report(void);
13void error_report(void);
14void flow_report(void);
15void port_report(void);
16void protocol_report(void);
17void tos_report(void);
18void ttl_report(void);
19
20#endif
Note: See TracBrowser for help on using the repository browser.