aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-skinny.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-02Skinny: revert previous changeMartin Mathieson1-57/+57
2022-03-30Skinny: Set some masks to match boolean field widthMartin Mathieson1-57/+57
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-108/+108
2021-12-31Fix more repeated words throughoutMoshe Kaplan1-1/+1
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-26/+26
2021-10-31Skinny: Resynced Skinny xml definition with codeJirka Novak1-67/+179
2021-10-27Flow sequence: Shows more information about various skinny messagesJirka Novak1-1/+83
2021-10-26SKINNY: Initialize our addresses.Gerald Combs1-0/+2
2021-10-24Skinny: Create RTP stream based on messages (2)Jirka Novak1-1/+1
2021-10-24Skinny: Create RTP stream based on messagesJirka Novak1-0/+49
2021-09-16ptvcursor: add explicit memory scopeEvan Huus1-1/+1
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-5/+5
2021-07-26Move epan/wmem/wmem_scopes.h to epan/João Valverde1-1/+1
2020-09-07Yet more spelling fixes.Martin Mathieson1-2/+2
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-11/+6
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2018-09-26Use the time stamps in the packet_info structure, not the frame_data structure.Guy Harris1-2/+2
2018-09-25Rename packet-ssl* to packet-tls*Gerald Combs1-1/+1
2018-09-20skinny: remove comment that matches field label (callState)Peter Wu1-1/+1
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-08-21[skinny]: minor changes to xml fileDiederik de Groot1-276/+270
2017-03-19dissector: fix typo reponse -> responseAlexis La Goutte1-1/+1
2017-02-22[skinny]: Fix tvb struct size guard valueDiederik de Groot1-163/+165
2017-02-16[skinny]: Added conversation and request_response handlingDiederik de Groot1-445/+909
2017-02-12[skinny]: Add struct/union guards to multi-part message handlersDiederik de Groot1-1034/+808
2017-02-12[skinny] Fix ConnectionStatRes and DialedNumber Messages protocol version >20Diederik de Groot1-124/+120
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-1/+1
2016-12-18RTP: RTP dissector is able to decode RTP over TCP (RFC 4571)Jiri Novak1-2/+2
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-2/+2
2016-08-22Look up the XML dissector the right way.Guy Harris1-6/+4
2016-05-21[skinny] Fix StartMediaTransmissionMessage and OpenReceiveChannelMessage prot...Diederik de Groot1-47/+52
2016-05-17[skinny] Update message definitionsDiederik de Groot1-7/+64
2016-03-04Clean up modelines and indentation.Jeff Morriss1-6/+6
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-2/+2
2015-12-11new_register_dissector -> register_dissector for remaining uses.Michael Mann1-1/+1
2015-12-09Skinny: packet-skinnyDiederik de Groot1-3/+11
2015-11-20More spelling fixes found by lintianBalint Reczey1-2/+2
2015-11-07Create real dissector tables for SSL and DTLS to use.Michael Mann1-1/+1
2015-11-04Skinny: fix dissector registration for SSLPascal Quantin1-1/+2
2015-09-13dissector-skinny: Update skinny dissector to fix ServerRes MessageDiederik de Groot1-10/+29
2015-09-12dissector-skinny: Update skinny dissector to include new messages and enumsDiederik de Groot1-23/+73
2015-08-09[skinny] Add missing change to source (.in); Also do minor cleanup.Bill Meier1-23/+18
2015-05-12Don't cast pointers when they're assigned to the data field of an address.Guy Harris1-2/+2
2015-01-27Lua: Expose tcp_dissect_pdus() to LuaHadriel Kaplan1-1/+1
2015-01-19Skinny: packet-skinny.cDiederik de Groot1-36/+63
2014-08-29Skinny:Diederik de Groot1-31/+44
2014-08-26Skinny:Diederik de Groot1-12/+9
2014-08-26Skinny: do not try to create a wmem_strbuf whose size is bigger than the max ...Pascal Quantin1-4/+4
2014-08-26Fix typoEvan Huus1-1/+1