diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:26 +0000 |
commit | c4e8a3222648fcf22ca207f1815ebbf7cd144eeb (patch) | |
tree | 93d5c6aa93d9987680dd1adad5685e2ad698f223 /ui/tap-credentials.h | |
parent | Adding upstream version 4.2.6. (diff) | |
download | wireshark-c4e8a3222648fcf22ca207f1815ebbf7cd144eeb.tar.xz wireshark-c4e8a3222648fcf22ca207f1815ebbf7cd144eeb.zip |
Adding upstream version 4.4.0.upstream/4.4.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | ui/tap-credentials.h | 12 |
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 |