Enum option_type_t¶
Defined in File option.hh
Enum Documentation¶
-
enum
libnokogiri::pcapng::option_type_t¶ Predefined option types.
The following are predefined option types as defined by the pcapng standard, as such they are explicitly named.
For documentation on how to register new option types with libnokogiri see the
Adding Optionssection inExtending libnokogiri.Values:
-
enumerator
End¶ Indicates the end of options
-
enumerator
Comment¶ UTF-8 encoded string, not zero terminated
-
enumerator
SHBHardware¶ UTF-8 non zero terminated string - Hardware used to create this section
-
enumerator
SHBOperatingSystem¶ UTF-8 non zero terminated string - Operating system used to create this section
-
enumerator
SHBUserApplication¶ UTF-8 non zero terminated string - Application used to create this section
-
enumerator
Custom1¶ Contains a UTF-8 string, can be safely copied, see section 6.2
-
enumerator
Custom2¶ Contains binary data, can be safely copied, see section 6.2
-
enumerator
Custom3¶ Contains a UTF-8 string, can not be copied, see section 6.2
-
enumerator
Custom4¶ Contains binary data, can not be copied, see section 6.2
-
enumerator