4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 4f55f69 was
4f55f69,
checked in by Perry Lorier <perry@…>, 15 years ago
|
More warning fixes -- convert the length to be an unsigned number
|
-
Property mode set to
100644
|
File size:
329 bytes
|
Rev | Line | |
---|
[950d54a] | 1 | #ifndef __LIBPACKETDUMP_H__ |
---|
| 2 | #define __LIBPACKETDUMP_H__ |
---|
| 3 | #include "libtrace.h" |
---|
| 4 | |
---|
| 5 | #ifdef __cplusplus |
---|
| 6 | extern "C" { |
---|
| 7 | #endif |
---|
| 8 | |
---|
[5593016] | 9 | void trace_dump_packet(libtrace_packet_t *packet); |
---|
[950d54a] | 10 | void decode_next(char *packet,int len,char *proto_name,int type); |
---|
| 11 | |
---|
[4f55f69] | 12 | void decode(int link_type, char *pkt, unsigned len); |
---|
| 13 | |
---|
[950d54a] | 14 | #ifdef __cplusplus |
---|
| 15 | } |
---|
| 16 | #endif |
---|
| 17 | |
---|
| 18 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.