![]() |
|
|||
File indexing completed on 2025-08-03 08:20:45
0001 #ifndef __GENERALDEFINITIONS_H__ 0002 #define __GENERALDEFINITIONS_H__ 0003 0004 /* the enum types for dump style */ 0005 #define EVT_DECIMAL 1 0006 #define EVT_HEXADECIMAL 2 0007 #define EVT_OCTAL 3 0008 0009 // EVT_RAW dumps the packet payload to stdout 0010 #define EVT_RAW 4 0011 // EVT_RAW dumps the packet payload to stdout, including header 0012 #define EVT_RAW_WH 5 0013 0014 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
![]() ![]() |