aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-18gtpv2: Update Security Capability in MM ContextJoakim Karlsson1-25/+29
2018-11-16gtpv2: Handle different sizes of 8.38 MM Context.Anders Broman1-0/+8
2018-11-12gtpv2: Update RAT types.Anders Broman1-0/+2
2018-11-05gtpv2: Add dissection of SCEF PDN Connection.Anders Broman1-6/+20
2018-09-19GTPv2: Update 8.38 MM Context.AndersBroman1-2/+55
2018-09-05gtp(v2): Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-08-30GTPv2: Add expert info for wrong length IEsAnders1-3/+22
2018-08-23GTPV2: Extended Macro eNB ID was not assigned to correct type of subtreeslavka1-2/+4
2018-08-23GTPV2: added support for Extended Macro eNodeBslavka1-79/+80
2018-08-17GTPv2: Document parsing of 8.107 Node IdentifierAnders1-0/+41
2018-08-13gtpv2: Dissect CSG Information Reporting Action.AndersBroman1-14/+43
2018-08-09GTPv2: add dissection of newer geographic location typesPascal Quantin1-40/+171
2018-08-09GTPv2: update geographic_location_type_vals arrayPascal Quantin1-0/+6
2018-07-10GTPv2: Added missing string for value 1 of Secondary Rat Usage Report TypeMatej Tkac1-0/+1
2018-06-24gtpv2: extend msgs supported in request/reply matching algorithmIvan Nardi1-0/+26
2018-06-24gtpv2: all teid header fields should have the same type (like in gtp)Ivan Nardi1-4/+4
2018-06-12gtpv2: Avoid possible misuse of comma operator warningStig Bjørlykke1-1/+1