4.0.1-hotfixescachetimestampsdevelopdpdk-ndagetsilivegetfragoffhelplibtrace4ndag_formatpfringrc-4.0.1rc-4.0.2rc-4.0.3rc-4.0.4ringdecrementfixringperformanceringtimestampfixes
Last change
on this file since 0f42351 was
5593016,
checked in by Perry Lorier <perry@…>, 16 years ago
|
Tidy up header file
|
-
Property mode set to
100644
|
File size:
275 bytes
|
Line | |
---|
1 | #ifndef __LIBPACKETDUMP_H__ |
---|
2 | #define __LIBPACKETDUMP_H__ |
---|
3 | #include "libtrace.h" |
---|
4 | |
---|
5 | #ifdef __cplusplus |
---|
6 | extern "C" { |
---|
7 | #endif |
---|
8 | |
---|
9 | void trace_dump_packet(libtrace_packet_t *packet); |
---|
10 | void decode_next(char *packet,int len,char *proto_name,int type); |
---|
11 | |
---|
12 | #ifdef __cplusplus |
---|
13 | } |
---|
14 | #endif |
---|
15 | |
---|
16 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.