URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=a3f5f3e461bcf1a5a596ae70513be9ffb270c25b
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
a3f5f3e by Jan Spevak (jan.spevak@xxxxxxxxx):
GPRS_CDR: update record definitions
Records defined according to 3GPP TS release 14 in new .asn files.
Updated Makefiles and dissector files generated via asn2ws
Change-Id: I6da2782c58178550962f63dbd526b827e0d8394b
Reviewed-on: https://code.wireshark.org/review/18552
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from d7e874c PW_ACH: Use proper symbolic names
adds a3f5f3e GPRS_CDR: update record definitions
Summary of changes:
epan/dissectors/asn1/gprscdr/CMakeLists.txt | 4 +-
.../asn1/gprscdr/GPRSChargingDataTypesV1400.asn | 1418 +++++++++++++++++++
.../asn1/gprscdr/GPRSChargingDataTypesV641.asn | 260 ++--
...V1250.asn => GenericChargingDataTypesV1400.asn} | 188 ++-
epan/dissectors/asn1/gprscdr/Makefile.am | 8 +-
epan/dissectors/asn1/gprscdr/gprscdr.cnf | 27 +-
epan/dissectors/packet-gprscdr.c | 1484 ++++++++++++++++++--
epan/dissectors/packet-gprscdr.h | 2 +-
8 files changed, 3073 insertions(+), 318 deletions(-)
create mode 100644 epan/dissectors/asn1/gprscdr/GPRSChargingDataTypesV1400.asn
copy epan/dissectors/asn1/gprscdr/{GenericChargingDataTypesV1250.asn => GenericChargingDataTypesV1400.asn} (81%)