Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
packet_hash_opt_s Struct Reference

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
 

Detailed Description

Packet hash option value, carrying a typed digest of the packet contents.

Member Data Documentation

◆ hash_bytes

GByteArray* packet_hash_opt_s::hash_bytes

Raw digest bytes produced by the specified hash algorithm.

◆ type

uint8_t packet_hash_opt_s::type

Hash algorithm identifier (e.g. 2 = MD5, 3 = SHA-1, 4 = SHA-256).


The documentation for this struct was generated from the following file: