|
PcapPlusPlus
Next
|
#include <Serializers.h>
Public Member Functions | |
| ObjectFieldDescriptor (uint16_t fieldId, std::string fieldName) | |
Public Member Functions inherited from pcpp::FieldDescriptor | |
| FieldDescriptor (uint16_t fieldId, std::string fieldName, std::vector< FieldDescriptor >(*fieldChildren)()=nullptr) | |
| bool | hasChildren () const |
Additional Inherited Members | |
Public Attributes inherited from pcpp::FieldDescriptor | |
| const uint16_t | id |
| Stable numeric identifier of the field. | |
| const std::string | name |
| Name of the field. | |
| std::vector< FieldDescriptor >(*const | getChildren )() |
| Function returning the descriptors of the field's children, or nullptr if the field has no children. | |
Describes a serializable object field and its child fields.
|
inline |
Create an object field descriptor.
| [in] | fieldId | The stable numeric identifier of the field |
| [in] | fieldName | The name of the field |