summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-gtpv2.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-26Parse enterprise-numbers at run timeJoão Valverde1-3/+3
2017-06-20GTPv2: put dissection under GTPv2 protocol itemPascal Quantin1-7/+5
2017-06-08GTPv2: Added decoding of Serving PLMN Rate Control and Counter IEMarius Paliga1-3/+60
2017-06-08GTPv2: Add CIOT flag into Node FeaturesMarius Paliga1-3/+15
2017-06-01[GTPv2] Add "name" to IEs with Generic names in some cases.AndersBroman1-3/+34
2017-05-29Fix up dissector tables' UI names.Jeff Morriss1-1/+1
2017-05-16[GTPv2] Update cause values as per 3GPP TS 29.274 V14.3.0 (2017-03).AndersBroman1-1/+13
2017-04-17[GTPv2]: Add preference to Decode the SRVCC Transparent ContainersBinh Trinh1-7/+28
2017-04-16[GTPv2]: Add Request/Response Lookups for SRVCC PS-to-CS MessagesBinh Trinh1-9/+28
2017-04-03GTPv2: fix dissection of TWAN PLMN-IDPascal Quantin1-1/+1
2017-03-29Add ENC_TIME_MSEC_NTP and use it in packet-gtpv2.cAndersBroman1-2/+2
2017-03-23[GTPv2] Add dissection of Millisecond Time Stamp.AndersBroman1-4/+25
2017-03-16[GTPv2] Don't try to dissect Target to Source Transparent Container it'sAndersBroman1-5/+30
2017-02-16[GTPv2] Add dissection of Node Identifier.AndersBroman1-1/+43
2017-02-14gtp: changed display format of a FQDN from BYTES to STRINGJan Spevak1-2/+2
2017-02-10diameter_3gpp: added decoding of TWAN-Identifier AVPJan Spevak1-1/+2
2017-01-27GPTv2: add CIoT optim support indication and ePCO IEs dissectionJordan Keister1-5/+70
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-12-19Added decoding of RAN/NAS cause IE/AVPJan Spevak1-2/+57
2016-12-15[GTPv2] Fix dissection of MM Context fpr EPSAndersBroman1-19/+19
2016-12-13Adjust proto_tree_add_uint_format_value calls to use unit stringMichael Mann1-13/+8
2016-11-18gtpv2: correct order in bearer qosJoakim Karlsson1-20/+20
2016-11-01[GTPv2] Basic dissection of IE Integer Number and value_string updates.AndersBroman1-13/+66
2016-10-25e212: added 3 new filters (CGI, ECGI, TAI)Hessam Jalali1-3/+3
2016-10-22GTPv2: add dissection of a few Information ElementsPascal Quantin1-10/+60
2016-10-19GTPv2: Add support for NB-IoT featuresJan Spevak1-2/+110
2016-09-28proto_tree_add_item_ret_(u)int/proto_tree_add_bitmask_with_flags_ret_uint64: ...Pascal Quantin1-1/+1
2016-09-20[GTPv2] Export dissect_gtpv2_tai()AndersBroman1-1/+1
2016-08-31Don't do any Decode As stuff for dissector tables not used with Decode As.Guy Harris1-1/+1
2016-08-15GTPv2: Proper decoding of transparent containers for SRVCC PS to CS Request a...Binh Trinh1-3/+11
2016-07-29GTPv2: fix test for flags in TWAN Identifier IE (CID 1364616)Pascal Quantin1-5/+5
2016-07-25[GTPv2] Dissect TWAN Identifier and other minor updates.AndersBroman1-8/+202
2016-07-18[GTPv2] Extend MM Context dissection.AndersBroman1-9/+101
2016-06-18GTPv2: Use proto_tree_add_bitmaskMichael Mann1-14/+9
2016-06-17GTPV2: add decoding of ECI into enodebid and cellidBinh Trinh1-1/+24
2016-03-24GTPv2: Fix length of Presence Reporting Area Identifier fieldUli Heilmeier1-5/+5
2016-03-24Add support in order to dissect the GTPv2 IE "Presence Reporting Area Informa...Lucas Simopoulos1-1/+27
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-1/+1
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-10GTPv2 conversation time responseglores1-0/+11
2016-03-03GTPv2 bearer resource command message conversation fixglores1-0/+3
2016-03-03Define in one and only one C file, declare in a header file.Guy Harris1-5/+0
2016-03-02GTP session ID generated tree item for tracking GTPv2 sessionsglores1-193/+339
2016-02-18GTPv2 command messages conversationglores1-0/+14
2016-01-27Added dissector for Paging and Service Information (186) IE.Branislav Makan1-1/+52
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-1/+1
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-1/+1
2015-12-15[GTPv2] Add dissection of Source to Target Transparent ContainerAndersBroman1-3/+13
2015-12-14GTPv2 conversation adaptationGloria Pozuelo1-2/+196