Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
credentials.h
Go to the documentation of this file.
1
13#pragma once
14
15#define CREDENTIALS_PLACEHOLDER "n.a."
16
20typedef struct tap_credential {
21 unsigned num;
22 unsigned username_num;
23 unsigned password_hf_id;
24 char *username;
25 const char *proto;
26 char *info;
struct tap_credential tap_credential_t
Represents a single set of credentials captured from a dissected protocol exchange.
Represents a single set of credentials captured from a dissected protocol exchange.
Definition credentials.h:20
unsigned password_hf_id
Definition credentials.h:23
const char * proto
Definition credentials.h:25
char * username
Definition credentials.h:24
unsigned username_num
Definition credentials.h:22
char * info
Definition credentials.h:26
unsigned num
Definition credentials.h:21