|
Wireshark 4.7.0
The Wireshark network protocol analyzer
|
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 |
Represents a single set of credentials captured from a dissected protocol exchange.
| char* tap_credential::info |
Optional human-readable context or annotation about this credential
| unsigned tap_credential::num |
Packet number in which the credential was observed
| unsigned tap_credential::password_hf_id |
Header field ID (hf index) of the password field in the dissector
| const char* tap_credential::proto |
Protocol name from which the credential was harvested (e.g. "FTP", "HTTP")
| char* tap_credential::username |
Extracted username string
| unsigned tap_credential::username_num |
Packet number in which the username was observed (may differ from num)