Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
18typedef 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;
26
27#endif
Definition file-pcapng.h:57
Definition tap-credentials.h:18