summaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-rrc.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 /epan/dissectors/packet-rrc.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 'epan/dissectors/packet-rrc.h')
-rw-r--r--epan/dissectors/packet-rrc.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/epan/dissectors/packet-rrc.h b/epan/dissectors/packet-rrc.h
index 8d2e27c1..77a69e4d 100644
--- a/epan/dissectors/packet-rrc.h
+++ b/epan/dissectors/packet-rrc.h
@@ -1,7 +1,7 @@
/* Do not modify this file. Changes will be overwritten. */
/* Generated automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-rrc.h */
-/* asn2wrs.py -L -p rrc -c ./rrc.cnf -s ./packet-rrc-template -D . -O ../.. Class-definitions.asn PDU-definitions.asn InformationElements.asn Constant-definitions.asn Internode-definitions.asn */
+/* asn2wrs.py -q -L -p rrc -c ./rrc.cnf -s ./packet-rrc-template -D . -O ../.. Class-definitions.asn PDU-definitions.asn InformationElements.asn Constant-definitions.asn Internode-definitions.asn */
/* packet-rrc-template.h
* Copyright 2009, Anders Broman <anders.broman@ericsson.com>
@@ -82,19 +82,19 @@ enum rrc_ue_state {
typedef struct rrc_info
{
enum rrc_message_type msgtype[MAX_RRC_FRAMES];
- guint16 hrnti[MAX_RRC_FRAMES];
+ uint16_t hrnti[MAX_RRC_FRAMES];
} rrc_info;
/*Struct for storing ciphering information*/
typedef struct rrc_ciphering_info
{
int seq_no[31][2]; /*Indicates for each Rbid when ciphering starts - Indexers are [BearerID][Direction]*/
- GTree * /*guint32*/ start_cs; /*Start value for CS counter*/
- GTree * /*guint32*/ start_ps; /*Start value for PS counter*/
- gint32 ciphering_algorithm; /*Indicates which type of ciphering algorithm used*/
- gint32 integrity_algorithm; /*Indicates which type of integrity algorithm used*/
- guint32 setup_frame[2]; /*Store which frame contained this information - Indexer is [Direction]*/
- guint32 ps_conf_counters[31][2]; /*This should also be made for CS*/
+ GTree * /*uint32_t*/ start_cs; /*Start value for CS counter*/
+ GTree * /*uint32_t*/ start_ps; /*Start value for PS counter*/
+ int32_t ciphering_algorithm; /*Indicates which type of ciphering algorithm used*/
+ int32_t integrity_algorithm; /*Indicates which type of integrity algorithm used*/
+ uint32_t setup_frame[2]; /*Store which frame contained this information - Indexer is [Direction]*/
+ uint32_t ps_conf_counters[31][2]; /*This should also be made for CS*/
} rrc_ciphering_info;