aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gprscdr.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-33/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-45/+1
2022-10-06gprscdr: Update to 3GPP TS 32.298 V17.4.0Joakim Karlsson1-6/+9
2022-01-20GTP: Add CAMEL Charging Information Container IEJohn Thacker1-23/+35
2021-10-13gprscdr: Update to 3GPP TS 32.298 V17.0.0Joakim Karlsson1-18/+141
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-1/+1
2021-01-15gprscdr: Update to 3GPP TS 32.298 V16.7.0Joakim Karlsson1-12/+19
2020-12-16Fix duplicated filter namesAnders Broman1-30/+30
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-5/+5
2020-05-15gprscdr: Update to 3GPP TS 32.298 V16.4.1Joakim Karlsson1-33/+172
2019-12-02gprscdr: add newer RAT typesJoakim Karlsson1-4/+6
2019-07-05gprscdr: Update to 3GPP TS 32.298 V15.7.0Joakim Karlsson1-67/+70
2019-05-24gprscdr: update RatingGroupId as unsignedJoakim Karlsson1-1/+1
2019-05-15gprscdr: Update to 3GPP TS 32.298 V15.6.0Joakim Karlsson1-120/+131
2019-04-04asn2wrs: Improve filtername of named bits.Anders Broman1-94/+94
2019-04-03ASN.1: Use proto_tree_add_bitmask... () for named bits.Anders Broman1-102/+108
2019-01-23gprscdr: Display CSGId as unsigned intJoakim Karlsson1-1/+1
2019-01-18gprscdr: Added backward compabillity addition in ChangeConditionJoakim Karlsson1-0/+3
2019-01-14gprscdr: Update to 3GPP TS 32.298 V15.5.1Joakim Karlsson1-26/+78
2018-10-04gprscdr: Update to 3GPP TS 32.298 V15.4.0Joakim Karlsson1-24/+25
2018-08-21Regenerate ASN.1 dissectorsJoão Valverde1-49/+49
2018-07-14gprscdr: Update to 3GPP TS 32.298 V15.3.0Joakim Karlsson1-64/+215
2018-03-21GPRSCDR: fix bitrates in EPCQoSInformationJoakim Karlsson1-12/+12
2018-03-14[GPRSCDR] Update to 3GPP TS 32.298 V15.1.0Joakim Karlsson1-84/+247
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-09-24GPRSCDR: decoding of PDPTypeJoakim Karlsson1-8/+37
2017-09-11[GPRSCDR] Fix display of iPBinV4Address and iPBinV6Address as IPAddr.AndersBroman1-2/+2
2017-09-08GPRSCDR: decoding of EPS QoS/aRPJoakim Karlsson1-22/+50
2017-07-26GPRSCDR: decoding of RATTypeJoakim Karlsson1-4/+25
2017-07-23GPRSCDR: decoding of ULI in GGSN/SGW/PGW CDRsJoakim Karlsson1-27/+308
2017-07-16GPRSCDR: decoding of GPRS/UMTS QoS-informationJoakim Karlsson1-8/+20
2016-10-31GPRSCDR: remove obsolete ASN.1 filesPascal Quantin1-2/+2
2016-10-31GPRS_CDR: update record definitionsJan Spevak1-45/+1367
2016-04-19gprscdr: fix indent (use 2 spaces) and modelinesAlexis La Goutte1-54/+66
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-17/+17
2015-02-26[GTP CDR] Add support for CDR data record format version 12.6.0AndersBroman1-39/+49
2015-01-14[E212]Modify dissect_e212_mcc_mnc() to take E212 number type as anAndersBroman1-1/+1
2015-01-13[GPRS CDR]Fix faulty ASN1 modificationAndersBroman1-1/+6
2015-01-13[GPRS CDR] Handle Rel 7 CDRsAndersBroman1-189/+555
2015-01-12[GPRS CDR] Add expert info for unknown record types.AndersBroman1-5/+22
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-6/+5
2014-12-17Update to V12.5.0AndersBroman1-28/+474
2014-12-10GPRSCDR: fix warning: 'dissect_gprscdr_MBMSInformation' defined but not useAlexis La Goutte1-148/+20
2014-12-02Make it possible to register an OID dissector to dissectAndersBroman1-14/+25
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-6/+17
2014-02-26Remove trailing whitespace from asn1 .cnf & template.[hc] files. Regenerate d...Bill Meier1-11/+11
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-11/+9
2014-01-22It's one character, either + or -, hence ASCII.Guy Harris1-1/+1
2014-01-04Omit assignment for not used types.Anders Broman1-110/+21