aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-gtpv2.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-2/+2
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-5/+5
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-11-03GTPv2: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+1
2015-11-02[GTPv2] Dissect UTRAN F-Container content.AndersBroman1-0/+29
2015-10-30The item argument is used.Guy Harris1-1/+1
2015-10-30GTPv2: Mark a parameter unused.Gerald Combs1-1/+1