summaryrefslogtreecommitdiffstats
path: root/ui/tap-credentials.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-09-19 04:14:33 +0000
commit9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9 (patch)
tree2784370cda9bbf2da9114d70f05399c0b229d28c /ui/tap-credentials.h
parentAdding debian version 4.2.6-1. (diff)
downloadwireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.tar.xz
wireshark-9f153fbfec0fb9c9ce38e749a7c6f4a5e115d4e9.zip
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ui/tap-credentials.h')
-rw-r--r--ui/tap-credentials.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/ui/tap-credentials.h b/ui/tap-credentials.h
index ef6de9ff..ac532b05 100644
--- a/ui/tap-credentials.h
+++ b/ui/tap-credentials.h
@@ -16,12 +16,12 @@
#define TAP_CREDENTIALS_PLACEHOLDER "n.a."
typedef struct tap_credential {
- guint num;
- guint username_num;
- guint password_hf_id;
- gchar* username;
- const gchar* proto;
- gchar* info;
+ unsigned num;
+ unsigned username_num;
+ unsigned password_hf_id;
+ char* username;
+ const char* proto;
+ char* info;
} tap_credential_t;
#endif