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