aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-26GTP': correction of Release Identifier ExtensionJoakim Karlsson1-11/+5
2022-04-21GTP: Minor reconstructioneasonweii1-131/+134
2022-02-01GTP: Update checked messagesJohn Thacker1-2/+67
2022-02-01GTP: Add UE Registration Query messagesJohn Thacker1-3/+21
2022-02-01GTP: Update more checked message contents to V16.0.0John Thacker1-6/+66
2022-02-01GTP: Add Initiate PDP Context Activation to checked messagesJohn Thacker1-0/+18
2022-02-01GTP: Update ETSI checked Tunnel Management Messages to V16.0.0John Thacker1-5/+45
2022-02-02GTP: Use alternative GSN address decoders for Update PDP RespJohn Thacker1-4/+4
2022-01-28GTP: Fix cut and paste wrong offset MBMS PCOJohn Thacker1-1/+1
2022-01-28GTP: Add dissection for Source RNC PDCP Context Info IEeasonweii1-6/+9
2022-01-27GTP': Support Release 15 and higher CDRsJohn Thacker1-2/+38
2022-01-26GTP: Fix wrong GGSN control plane address fieldJohn Thacker1-1/+1
2022-01-23GTP: Add MBMS UE Info IEJohn Thacker1-4/+81
2022-01-23GTP: Fix wrong value_string for PDP organizationJohn Thacker1-1/+1
2022-01-23GTP: Support Additional Trace Info IEsJohn Thacker1-8/+179
2022-01-22GTP: Dissect two IEs from BSSGPJohn Thacker1-10/+26
2022-01-22GTP: add dissection of IE's for some "for future use"Eason Wei1-3/+124
2022-01-22GTP: Dissect more undecoded IEsJohn Thacker1-8/+60
2022-01-21GTP: Dissect CSG related IEsJohn Thacker1-3/+75
2022-01-21GTP: add dissection of various IE'sJaap Keuter1-1/+140
2022-01-21GTP: Don't include padding in the RAC in ULIJohn Thacker1-2/+6
2022-01-21GTP: Support Cell Identification IEJohn Thacker1-2/+103
2022-01-20GTP: Add CAMEL Charging Information Container IEJohn Thacker1-2/+1
2022-01-19GTP: Add some undecoded IEsJohn Thacker1-6/+38
2022-01-18GTP: Add Extended Commong Flags IEAlexis La Goutte1-1/+50
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-6/+6
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-2/+2
2021-10-11Fix some spelling errorsMartin Mathieson1-8/+8
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-7/+7
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-7/+7
2021-08-26gtp: alternative GSN address decodersMichail Koreshkov1-603/+668
2021-07-08RADIUS: replace ULI decoder with version from GTPv2Andreas Schultz1-140/+0
2021-05-26GTP: set RoHC once when calling PDCP-NRMartin Mathieson1-11/+0
2021-03-23"GTP: add option to decode T-PDU Data with a plugin dissector"ranjetsih1-0/+15
2021-03-17GTP: Fix the version check in decode_qos_umts()Anders Broman1-1/+1
2021-02-09Make more dissector non-statics static.Martin Mathieson1-1/+1
2020-12-04GTPv1: Implement SGSN Number and Node IdentifierJohn Thacker1-13/+59
2020-10-18GTP and GTPv2: Fix some item lengths.Martin Mathieson1-3/+3
2020-10-16nrup: fix in Frame Indicator displayPrerit Jain1-1/+1
2020-10-14NRUP: Add missing SN field indicated by Report DeliveredMartin Mathieson1-1/+24
2020-10-14Create a cross protocol filter 3gpp.tmsiAnders Broman1-5/+5
2020-10-11Make NRUP work as a separate protocol.Martin Mathieson1-340/+382
2020-09-30GTPv1: Highlight only the value part of "TEID Control Plane"Anders Broman1-5/+2
2020-09-29gtp: Fix Dead StoreAlexis La Goutte1-1/+1
2020-09-27Fix some wrong filter names.Martin Mathieson1-1/+1
2020-09-19NRUP: Add Assistance Information Data message.Martin Mathieson1-36/+163
2020-09-04GTP NR RAN Extension Header: Update to latest spec.Martin Mathieson1-117/+189
2020-08-29Fix some spelling errors in dissector strings.Martin Mathieson1-3/+3
2020-07-24GTP: extend TPDU Heuristic for ethernet framesBjoern Riemer1-14/+25