#include <tm_export.h>
Public Attributes | |
| hf_mynode * | first_child |
| hf_mynode * | first_sibling |
| int | type |
| char * | name |
| int | size |
| int | pos |
| unsigned char * | value |
first child of the actual node
first sibling of the actual node
| char* hf_mynode::name |
descriptive name of the node
| int hf_mynode::pos |
position of the node in the source packet
| int hf_mynode::size |
size of the nodes data in bytes
| int hf_mynode::type |
type of the node, type list can be found in ftypes.h
| unsigned char* hf_mynode::value |
bytearray containing the value of the node - part of the source packet
1.5.8