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

Represents a single set of credentials captured from a dissected protocol exchange. More...

#include <credentials.h>

Public Attributes

unsigned num
 
unsigned username_num
 
unsigned password_hf_id
 
char * username
 
const char * proto
 
char * info
 

Detailed Description

Represents a single set of credentials captured from a dissected protocol exchange.

Member Data Documentation

◆ info

char* tap_credential::info

Optional human-readable context or annotation about this credential

◆ num

unsigned tap_credential::num

Packet number in which the credential was observed

◆ password_hf_id

unsigned tap_credential::password_hf_id

Header field ID (hf index) of the password field in the dissector

◆ proto

const char* tap_credential::proto

Protocol name from which the credential was harvested (e.g. "FTP", "HTTP")

◆ username

char* tap_credential::username

Extracted username string

◆ username_num

unsigned tap_credential::username_num

Packet number in which the username was observed (may differ from num)


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