aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-08-21GTP: Only put "T-PDU" in the top level tree.Anders1-1/+0
2018-08-20gtp: T-PDU heuristic - don't call the PPP dissector as "else" branch.Anders1-1/+5
2018-08-20gtp: Header extesion dissector table enhancements.AndersBroman1-8/+16
2018-08-17gtp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-08-16gtp: Create a dissector table for GTP header extensions.AndersBroman1-1/+21
2018-08-14gtp: Bugfix teid as HEX.AndersBroman1-1/+1
2018-08-14GTP: comment unused UAT fieldPascal Quantin1-8/+8
2018-08-14WIP GTP: Make it possible to configure PDCP parameters to dissectAndersBroman1-3/+247
2018-08-08GTP: Fix dissection of GTP_EXT_HDR_NR_RAN_CONT.AndersBroman1-35/+59
2018-08-02gtp: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2018-07-24GTP: add 5G NR User Plane DissectionPrerit Jain1-7/+317
2018-06-06GTP: Don't test for the obviousJaap Keuter1-1/+1
2018-06-05gtp, gtpv2: improve request/reply matching algorithmIvan Nardi1-0/+37
2018-05-29gtp: added "response in/to" for GPRS Data recordJoakim Karlsson1-0/+4
2018-05-29GTP: fix dissection of GGSN addresses in PDP Context ieIvan Nardi1-15/+13
2018-05-21GTP: update GTP-U extension header typesPascal Quantin1-24/+158
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-05-07gtp, gtpv2: fix memory leaks in association code (found via ASAN)Ivan Nardi1-6/+2
2018-05-02GTP: fix compilation with gcc 8Pascal Quantin1-2/+4
2018-04-24gtp: update values used as accepted cause in session trackingIvan Nardi1-2/+2
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-26Add a ws_in6_addr typedef for struct e_in6_addr.Guy Harris1-2/+2
2017-09-26GTP: fix display of GTP Prime in frame.protocols fieldPascal Quantin1-2/+1
2017-09-15gtp: add readable numbersJoakim Karlsson1-8/+8
2017-09-15gtp: correct order of eARPJoakim Karlsson1-14/+14
2017-09-15gtp: update of MS Not Reachable ReasonJoakim Karlsson1-2/+5
2017-09-12gtp: cleaner printout of IE Selection ModeJoakim Karlsson1-1/+10
2017-08-24GTP: fix wrong bitmap for gtp.ext_comm_flags_II_pmtsmi fieldAlexis La Goutte1-7/+7
2017-07-23GPRSCDR: decoding of ULI in GGSN/SGW/PGW CDRsJoakim Karlsson1-24/+30