aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtp.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-08Replace or rename "duplicate" UDP protocols shown in Decode AsMichael Mann1-1/+5
2015-08-12GTP: fix indent (use 4 spaces)Alexis La Goutte1-4/+4
2015-08-12[GTP] Direct Tunnel Flags 7.7.81 is currently specified with one dataAndersBroman1-2/+4
2015-07-06GTP fixes: RAB setup and PDP context prioLuca Melette1-2/+6
2015-07-03Split init of misc dissectors into init/cleanup functionsPeter Wu1-2/+2
2015-06-21Further refactor SRT stats.Michael Mann1-0/+58
2015-06-15GTP: put T-PDU Data item under GTP treePascal Quantin1-1/+1
2015-05-25[GTP] Dissect eNodeB ID IEAnders1-4/+55
2015-05-21[GTP] Add a couple of new IEs as "Not dissected yet"Anders1-11/+140
2015-05-19[GTP]Target identification can have a length of 0.Anders1-0/+3
2015-04-22Convert proto_tree_add_boolean to proto_tree_add_bitmask_[value|value_with_fl...Michael Mann1-23/+61
2015-03-18Remove proto_tree_add_text from packet-gtp.cMichael Mann1-57/+125
2015-03-14Support gtpp data record format version older than 6Mato1-1/+1