aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-09Make more dissector non-statics static.Martin Mathieson1-1/+1
2021-01-15GTPv2: Update IE 8.12 IndicationJoakim Karlsson1-24/+35
2020-12-17GTPv2: Update IE 8.12 IndicationAnders Broman1-11/+66
2020-12-09F-Container: Try to improve error handling.Anders Broman1-7/+10
2020-11-26GTPv2: Export dissect_gtpv2_ie_common()Anders Broman1-3/+1
2020-11-24GTPv2: Dissect the content of F-container type 3.Anders Broman1-9/+21
2020-10-18GTP and GTPv2: Fix some item lengths.Martin Mathieson1-1/+1
2020-10-14Create a cross protocol filter 3gpp.tmsiAnders Broman1-1/+4
2020-10-03Fix more filter field strings.Martin Mathieson1-2/+2
2020-09-24More dissector spelling fixes.Martin Mathieson1-1/+1
2020-09-13More dissector string spelling fixes.Martin Mathieson1-1/+1
2020-09-03GTPv2: fix dissection of Target Identification IEPascal Quantin1-10/+43
2020-09-01GTpv2: Add expert info for zero length IEAnders Broman1-1/+5
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-1/+1
2020-08-13GTPv2: fix S103PDF and S1UDF IE dissectionPascal Quantin1-4/+4
2020-08-10GTPv2: validate length of PDN Address Allocation (PAA) IEAndreas Schultz1-1/+26
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-46/+46
2020-06-10GTPv2: fix dissection of gtpv2.mon_event_ext_inf.lrtpPascal Quantin1-2/+3
2020-06-10diameter: update ULI list according to TS 29.061 v15.5.0Joakim Karlsson1-16/+17
2020-06-04GTPv2: the header sequence number is 3 bytes long, display it as FT_UINT24Pascal Quantin1-1/+1
2020-05-31GTPv2: add dissection of Monitoring Event Extension Information IEPascal Quantin1-1/+54
2020-05-31GTPv2: fix display of spare bits in Monitoring Event Information IEPascal Quantin1-2/+4
2020-05-26gtpv2: Use ENC_TIME_MSEC_NT for "Origination time stamp".Anders Broman1-1/+1
2020-05-25GTPv2: Use message specific IE name for generic IEAnders Broman1-2/+16
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris1-8/+3
2020-03-25GTPv2: Dissect IE 8.106 Node NumberAnders Broman1-1/+20
2020-03-12GTPv2: Dissect Core Network Restrictions and UE Radio Capability ID.Anders Broman1-5/+8
2020-03-10GTPv2: Length of APN Rate Control Statuses is 2 bytes.Anders Broman1-2/+2
2020-03-06GTpv2: MM Context, handle new data.Anders Broman1-3/+41
2020-02-28GTPv2: 8.22 F-TEID, update interface typesJoakim Karlsson1-0/+1
2020-02-24GTPv2: Dissect more flagsAnders Broman1-11/+77
2020-02-24gtpv2: 8.12 Indication, add new bit decoding.Anders Broman1-8/+38
2020-01-04gtpv2: added IE Monitoring Event InformationJoakim Karlsson1-3/+73
2019-11-15GTPv2: small fixesPascal Quantin1-6/+6
2019-11-15GTPv2: fix wrong offset in FWRDRELREQ if Target Type is gNB IDPavel Strnad1-0/+1
2019-10-14GTPv2: 8.38 MM Context check end of IE.Anders Broman1-0/+8
2019-10-08GTPv2: Add basic dissection for Monitoring Event Extension InformationAnders Broman1-1/+11
2019-08-29Add proto_tree_add_item_ret_time_stringMichael Mann1-24/+16
2019-08-14GTPv2:Add dissection of new bit in IE 8.12 Indication.Anders Broman1-0/+24
2019-08-06GTPv2: hf for spare bits must have a bitmask.Anders Broman1-4/+10
2019-08-05GTPv2: Update Cause IE.Anders Broman1-8/+14
2019-05-09GTPv2: IE UE Usage Type can have zero length.Anders Broman1-1/+6
2019-04-30gtpv2: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+2
2019-04-26GTPv2: Update a value string.Anders Broman1-0/+2
2019-04-26GTPv2: Add decoding of more IEsAnders Broman1-115/+1512
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-6/+6
2019-03-28GTPv2: Update Presence Reporting Area Action to v15.7.0Anders Broman1-2/+14
2019-03-27GTPv2: Fix MM Context Used NAS integrity protection algorithm values.Anders Broman1-9/+9
2019-02-19GSM-A-GM: Remove redundant code, gtpv2 add a commentAnders Broman1-0/+1
2018-12-28GTPv2: fix dissection of APN IEPascal Quantin1-35/+29