diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-09-19 04:14:53 +0000 |
commit | a86c5f7cae7ec9a3398300555a0b644689d946a1 (patch) | |
tree | 39fe4b107c71174fd1e8a8ceb9a4d2aa14116248 /epan/dissectors/packet-q931.h | |
parent | Releasing progress-linux version 4.2.6-1~progress7.99u1. (diff) | |
download | wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.tar.xz wireshark-a86c5f7cae7ec9a3398300555a0b644689d946a1.zip |
Merging upstream version 4.4.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'epan/dissectors/packet-q931.h')
-rw-r--r-- | epan/dissectors/packet-q931.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/epan/dissectors/packet-q931.h b/epan/dissectors/packet-q931.h index 3c430d17..b04a53fa 100644 --- a/epan/dissectors/packet-q931.h +++ b/epan/dissectors/packet-q931.h @@ -19,7 +19,7 @@ WS_DLL_PUBLIC void dissect_q931_bearer_capability_ie(tvbuff_t *, int, int, proto_tree *); extern void dissect_q931_cause_ie(tvbuff_t *, int, int, - proto_tree *, int, guint8 *,const value_string *); + proto_tree *, int, uint8_t *,const value_string *); extern void dissect_q931_progress_indicator_ie(tvbuff_t *, int, int, proto_tree *); @@ -33,11 +33,11 @@ extern void dissect_q931_user_user_ie(tvbuff_t *tvb, packet_info *pinfo, int off extern value_string_ext q931_cause_location_vals_ext; typedef struct _q931_packet_info { - gchar *calling_number; - gchar *called_number; - guint8 cause_value; - gint32 crv; - guint8 message_type; + char *calling_number; + char *called_number; + uint8_t cause_value; + int32_t crv; + uint8_t message_type; } q931_packet_info; /* |