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  guint num;
20  guint username_num;
21  guint password_hf_id;
22  gchar* username;
23  const gchar* proto;
24  gchar* info;
26 
27 #endif
Definition: file-pcapng.h:57
Definition: tap-credentials.h:18