Functions | |
| def | print_tree |
| Prints tree passed from wireshark. | |
| def | create_structures |
| Creates python tree structures from wireshark C tree structure. | |
| def | into_peach_type |
| Converts wireshark type into peach type. | |
| def Shark_libs::tree_converter::create_structures | ( | hf_datanode, | ||
| parent | ||||
| ) |
Creates python tree structures from wireshark C tree structure.
| hf_datanode | Root node. | |
| parent | Parent node of new python tree structure. |
| def Shark_libs::tree_converter::into_peach_type | ( | wireshark_elem | ) |
Converts wireshark type into peach type.
| wireshark_elem | Element of C tree which type is to be converted. |
| def Shark_libs::tree_converter::print_tree | ( | hf_datanode, | ||
| level | ||||
| ) |
Prints tree passed from wireshark.
| hf_datanode | Root node. | |
| level | Current tree node depth. |
1.5.8