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
17typedef struct tap_credential {
18 unsigned num;
19 unsigned username_num;
20 unsigned password_hf_id;
21 char* username;
22 const char* proto;
23 char* info;
Definition file-pcapng.h:57
Definition credentials.h:17