aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-8/+8
2020-06-09radius: update ULI list according to TS 29.061 v15.5.0Joakim Karlsson1-4/+40
2020-05-07Replace instances of wmem_alloc with wmem_newMoshe Kaplan1-1/+1
2020-05-03GTP: add support to decode TPDU as ethernetCarlo Carraro1-0/+10
2020-04-27Add string encoding values for various BCD encodings, and use them.Guy Harris1-3/+2
2020-01-22GTP: fix a leak in UATPascal Quantin1-0/+4
2019-11-14GTP: improve LTE/NR PDCP container configurationPascal Quantin1-104/+244
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-16Ask in a comment about DNS-style domain names.Guy Harris1-0/+8
2019-06-19GTP: Pas the right subtre to extension header dissectors.Anders Broman1-1/+1
2019-06-19GTP:Fix a typoAnders Broman1-2/+2
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-4/+4
2019-03-28GTP: Wrong offset used for QoS Flow Identifier in UL PDU SESSIONAnders Broman1-2/+4
2019-03-27GTP: Show spare bits in PDU Session Container.Anders Broman1-5/+28
2019-03-25gtp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2019-03-22GTP:Dissect more IEsAnders Broman1-10/+104
2019-03-06packet-gtp.c: remove unneeded named structuresFabrice Fontaine1-4/+4
2019-01-30GTP: fix PDU Session ContainerJoakim Karlsson1-10/+13
2019-01-25GTP: Dissect PDU Session Container.Anders Broman1-13/+88
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-5/+5
2018-12-07GTP: Use correct length for gtp.cgi_ci, gtp.sai_sac and gtp.rai_racAnders Broman1-3/+15
2018-12-05Fix some spelling errors found by Lintian.Gerald Combs1-2/+2
2018-11-08GTP: fix NR user plane DL data delivery statusPrerit Jain1-5/+16
2018-09-29Add a mechanism to register aliases for preference modules.Guy Harris1-0/+3
2018-09-13gtp: move column append outside IF bracketsJoakim Karlsson1-2/+2
2018-08-25GTP: Don't display next header twice.Anders1-18/+6
2018-08-24gtp: Remove extra ';' outside of a functionStig Bjørlykke1-1/+1
2018-08-24GTP: Refactor dissection of T-PDU and adding of PDCP dataAnders1-147/+316