aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--asn1/pcap/pcap.cnf6
-rw-r--r--epan/dissectors/packet-pcap.c8
2 files changed, 10 insertions, 4 deletions
diff --git a/asn1/pcap/pcap.cnf b/asn1/pcap/pcap.cnf
index 0bfd528bb9..f5975a6b6c 100644
--- a/asn1/pcap/pcap.cnf
+++ b/asn1/pcap/pcap.cnf
@@ -309,4 +309,10 @@ PositionPeriodicResult N pcap.proc.imsg id-PositionPeriodicResult
PositionPeriodicTermination N pcap.proc.imsg id-PositionPeriodicTermination
+#.TYPE_ATTR
+# Handle 64 bit constraint
+UTRAN-GPSReferenceTimeResult/ue-GPSTimingOfCell TYPE = FT_UINT64 DISPLAY = BASE_DEC STRINGS = NULL
+UTRAN-GANSSReferenceTimeUL/ue-GANSSTimingOfCellFrames TYPE = FT_UINT64 DISPLAY = BASE_DEC STRINGS = NULL
+UTRAN-GPSReferenceTime/utran-GPSTimingOfCell TYPE = FT_UINT64 DISPLAY = BASE_DEC STRINGS = NULL
+
#.END \ No newline at end of file
diff --git a/epan/dissectors/packet-pcap.c b/epan/dissectors/packet-pcap.c
index 96a45d6a51..94091763e2 100644
--- a/epan/dissectors/packet-pcap.c
+++ b/epan/dissectors/packet-pcap.c
@@ -1,7 +1,7 @@
/* Do not modify this file. */
/* It is created automatically by the ASN.1 to Wireshark dissector compiler */
/* packet-pcap.c */
-/* ../../tools/asn2wrs.py -p pcap -c ./pcap.cnf -s ./packet-pcap-template -D . PCAP-CommonDataTypes.asn PCAP-Constants.asn PCAP-Containers.asn PCAP-IEs.asn PCAP-PDU-Contents.asn PCAP-PDU-Descriptions.asn */
+/* ../../tools/asn2wrs.py -p pcap -c pcap.cnf -s packet-pcap-template PCAP-CommonDataTypes.asn PCAP-Constants.asn PCAP-Containers.asn PCAP-IEs.asn PCAP-PDU-Contents.asn PCAP-PDU-Descriptions.asn */
/* Input file: packet-pcap-template.c */
@@ -12555,7 +12555,7 @@ void proto_register_pcap(void) {
"pcap.INTEGER_0_4095", HFILL }},
{ &hf_pcap_ue_GANSSTimingOfCellFrames,
{ "ue-GANSSTimingOfCellFrames", "pcap.ue_GANSSTimingOfCellFrames",
- FT_UINT32, BASE_DEC, NULL, 0,
+ FT_UINT64, BASE_DEC, NULL, 0,
"pcap.T_ue_GANSSTimingOfCellFrames", HFILL }},
{ &hf_pcap_gANSS_TimeId,
{ "gANSS-TimeId", "pcap.gANSS_TimeId",
@@ -14275,11 +14275,11 @@ void proto_register_pcap(void) {
"pcap.VerticalSpeedDirection", HFILL }},
{ &hf_pcap_utran_GPSTimingOfCell,
{ "utran-GPSTimingOfCell", "pcap.utran_GPSTimingOfCell",
- FT_UINT32, BASE_DEC, NULL, 0,
+ FT_UINT64, BASE_DEC, NULL, 0,
"pcap.T_utran_GPSTimingOfCell", HFILL }},
{ &hf_pcap_ue_GPSTimingOfCell,
{ "ue-GPSTimingOfCell", "pcap.ue_GPSTimingOfCell",
- FT_UINT32, BASE_DEC, NULL, 0,
+ FT_UINT64, BASE_DEC, NULL, 0,
"pcap.T_ue_GPSTimingOfCell", HFILL }},
{ &hf_pcap_protocolIEs,
{ "protocolIEs", "pcap.protocolIEs",