|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
Packet hash option value, carrying a typed digest of the packet contents. More...
#include <wtap_opttypes.h>
Public Attributes | |
| uint8_t | type |
| GByteArray * | hash_bytes |
Packet hash option value, carrying a typed digest of the packet contents.
| GByteArray* packet_hash_opt_s::hash_bytes |
Raw digest bytes produced by the specified hash algorithm.
| uint8_t packet_hash_opt_s::type |
Hash algorithm identifier (e.g. 2 = MD5, 3 = SHA-1, 4 = SHA-256).