Changeset 810
- Timestamp:
- 05/23/06 13:20:22 (7 years ago)
- File:
-
- 1 edited
-
trunk/tools/tracereport/report.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/tracereport/report.h
r486 r810 2 2 #define REPORT_H 3 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); 4 9 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 10 void ttl_per_packet(struct libtrace_packet_t *packet); 9 void dir_per_packet(struct libtrace_packet_t *packet);10 11 12 void dir_report(void); 11 13 void error_report(void); 14 void flow_report(void); 15 void port_report(void); 12 16 void protocol_report(void); 13 17 void tos_report(void); 14 void port_report(void); 15 void dir_report(void); 18 void ttl_report(void); 16 19 17 20 #endif
Note: See TracChangeset
for help on using the changeset viewer.
