aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
2023-02-25Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-21/+21
2023-01-20GTP, GTPv2: Add request/response framenum typesJohn Thacker1-2/+2
2022-12-15tools/check_typed_item_calls: check FT_BOOLEAN mask lengthMartin Mathieson1-3/+3
2022-11-22Fix some issues seen with cppcheckMartin Mathieson1-2/+2
2022-10-24GTP, GTPv2: Use ENC_APN_STR for FQDN.John Thacker1-14/+14
2022-10-03gtp: Use ENC_APN_STR for decode_apnJohn Thacker1-18/+3
2022-09-28gtp: Fix UE-AMBR and APN-AMBR with NSAPI IEsJohn Thacker1-13/+15
2022-09-21GTP: Fix NSAPI shift in Radio PriorityJohn Thacker1-6/+5
2022-09-19GTP: Have all the matched message types appear in SRTJohn Thacker1-24/+23
2022-09-17GTP: Use a map for mapping from <teid,address> to frameJohn Thacker1-85/+68
2022-09-17GTP: Use direct hashing in the session tableJohn Thacker1-29/+27
2022-08-02GTP: Fix the version check in decode_qos_umts()John Thacker1-6/+13
2022-06-30gtp: Fix copy-paste errorRoland Knall1-1/+1
2022-06-30packet-gtp.c: Fix copy-paste error (Coverity 1506627)Moshe Kaplan1-1/+1
2022-06-21GTP: Several fixes and improvements to QoS IE GBR & MBR fieldsPau Espin Pedrol1-41/+47
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
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