aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-07-16GPRSCDR: decoding of GPRS/UMTS QoS-informationJoakim Karlsson1-1/+9
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-2/+3
2017-05-30[GTP] Update cause values.AndersBroman1-2/+13
2017-05-29Fix up dissector tables' UI names.Jeff Morriss1-2/+2
2017-02-20[GTP] Make flag fields boolean.AndersBroman1-2/+2
2017-01-06Convert some easily identifiable pinos.Michael Mann1-1/+1
2016-12-31Dissectors don't need a journey of self discovery.Michael Mann1-5/+3
2016-12-16Remove proto_item_append_text calls in favor of BASE_UNIT_STRING.Michael Mann1-27/+16
2016-12-08[GTP] Add dissection of Extended Common Flags II IEAndersBroman1-25/+110
2016-11-18GTP: fix dissection of GGSN Back-Off Time IEPascal Quantin1-2/+2
2016-11-02gtp: fix and improve user location informationJoakim Karlsson1-69/+93
2016-11-02gtp: correction of octet14 in QoSProfileJoakim Karlsson1-10/+20
2016-11-01gtp: decoding correlation-idJoakim Karlsson1-2/+8
2016-10-25e212: added 3 new filters (CGI, ECGI, TAI)Hessam Jalali1-6/+6
2016-10-25e212: fix for e212.sai in GTP packetHessam Jalali1-2/+2
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-0/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-0/+2
2016-10-05gtp: improve traffic flow templateJoakim Karlsson1-190/+18
2016-09-02GTP: continuation of patch for Target Identification, correction of PLMN in t...Binh Trinh1-7/+10
2016-09-01GTP: Added dissection of UTRAN Container for Forward Rel Req/Resp MessagesBinh Trinh1-1/+27
2016-08-31GTP: patch for Target identification for non-compliance workaroundBinh Trinh1-0/+7
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-2/+2
2016-08-30GTP: add new RAT Type valuesBinh Trinh1-0/+3
2016-07-29GTP: fix dissection of NSAPIPascal Quantin1-1/+1
2016-07-26Fix decoding of MS Info Change Reporting ActionMarius Paliga1-4/+4
2016-07-22Added decoding of MS Info Change Reporting Action IEMarius Paliga1-2/+14
2016-04-15gtp: change g_malloc to wmem_alloc.Dario Lombardo1-2/+1
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-8/+8
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-2/+2
2016-03-02GTP session ID generated tree item for tracking GTPv2 sessionsglores1-200/+191
2016-02-11[GTP] In GTP' version 0 the 20 byte header is 6 bytes followed by 14 0AndersBroman1-29/+27
2016-02-03GTP session tracker removing frame info fixGloria Pozuelo1-1/+1
2016-02-02GTP: Fix Dereference of null pointer found by Clang analyzerAlexis La Goutte1-3/+3
2016-01-29GTP session ID generated tree item for tracking GTPv1 sessionsGloria Pozuelo1-265/+610
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2015-12-30GTP: fix Dual Stack with one static and one Dynamic IP dissectionPascal Quantin1-4/+18
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-4/+4
2015-11-08GTP sequence number fix for allowing to have sequence number equal to 0Gloria Pozuelo1-2/+7
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-2/+2
2015-10-29It's "GTP Prime" ("GTP'"), not "GTP Prim".Guy Harris1-10/+10