aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-pcap.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2008-06-28 19:25:15 +0000
committerAnders Broman <anders.broman@ericsson.com>2008-06-28 19:25:15 +0000
commit028c6a75bd08e124f076b0b8afccbb78262decc1 (patch)
treeab733e1a4cb7eae603a3da97798be6b87d688d8a /epan/dissectors/packet-pcap.c
parent09a741cb17ceae1d4cf27b11e2e7173349f04064 (diff)
To handle 64 bit constraints we also need to change FT_UINT32 to FT_UINT64
svn path=/trunk/; revision=25624
Diffstat (limited to 'epan/dissectors/packet-pcap.c')
-rw-r--r--epan/dissectors/packet-pcap.c8
1 files changed, 4 insertions, 4 deletions
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",