Wireshark
4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
ui
tap-credentials.h
Go to the documentation of this file.
1
13
#ifndef __TAP_CREDENTIALS_H__
14
#define __TAP_CREDENTIALS_H__
15
16
#define TAP_CREDENTIALS_PLACEHOLDER "n.a."
17
18
typedef
struct
tap_credential
{
19
unsigned
num;
20
unsigned
username_num;
21
unsigned
password_hf_id;
22
char
* username;
23
const
char
* proto;
24
char
*
info
;
25
}
tap_credential_t
;
26
27
#endif
info
Definition
file-pcapng.h:57
tap_credential
Definition
tap-credentials.h:18
Generated by
1.9.8