aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-t38.c
AgeCommit message (Expand)AuthorFilesLines
2022-11-30asn2wrs: disable template line directive by defaultJoakim Karlsson1-33/+0
2022-11-30asn2wrs: disable line directive by defaultJoakim Karlsson1-27/+1
2022-08-25Rename a bunch of things with "conversation".Guy Harris1-4/+4
2022-06-07t38: Use correct conversation_new() optionsStig Bjørlykke1-1/+1
2021-12-17ASN1: Convert I/O from GLib to stdio.hJoão Valverde1-3/+3
2021-07-26asn1: convert most dissectors to pinfo->poolEvan Huus1-2/+2
2021-04-30Cast away the return value of g_strlcpy() and g_strlcat().Guy Harris1-2/+2
2020-03-11t38: propagate ACDR changes in autogenerated file to the sourcePeter Wu1-7/+5
2020-02-13Introduce AudioCodes Debug Recording (ACDR) dissectorOrgad Shaneh1-0/+16
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-3/+3
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-2/+2
2018-02-28t38: allocate memory in pinfo pool scope.Dario Lombardo1-1/+1
2018-02-18ASN.1: update auto generated dissectorsPascal Quantin1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-10-29Add conversation endpoint typeMichael Mann1-4/+4
2017-10-28Privatize the conversation_key structureMichael Mann1-1/+1
2017-01-29Register reassembly tablesMichael Mann1-18/+6
2017-01-29Fix decoding of T.30 over T.38.Guy Harris1-1/+1
2017-01-29Allow Decode As for T.38-over-TCP and T.38-over-UDP.Guy Harris1-1/+2
2016-10-13Convert most UDP dissectors to use "auto" preferences.Michael Mann1-1/+0
2016-10-08Combine Decode As and port preferences for tcp.port dissector table.Michael Mann1-13/+7
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-13Move /asn1 to /epan/dissectorsJoão Valverde1-25/+25
2016-02-26Add free_address_wmem(), fix warnings [-Wcast-qual]João Valverde1-1/+1
2016-02-08Revert "Add free_address_wmem() and other extensions to address API"João Valverde1-1/+1
2016-02-07Add free_address_wmem() and other extensions to address APIJoão Valverde1-1/+1
2016-01-25Move the proto data stuff out of frame_data.[ch].Guy Harris1-5/+6
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-4/+4
2015-12-15T.38: don't register for TCP and UDP ports 6004.Jeff Morriss1-49/+27
2015-12-09"new" dissector API -> dissector API for ASN.1 dissectors.Michael Mann1-4/+4
2015-11-25create_dissector_handle -> new_create_dissector_handle for ASN.1 dissectorsMichael Mann1-9/+11
2015-11-22register_dissector -> new_register_dissector for ASN.1 dissectors.Michael Mann1-6/+6
2015-10-24T38: fix a dereference of NULL pointerPascal Quantin1-32/+32
2015-10-22Use address functions instead of ADDRESS macros in asn1 and epanGerald Combs1-2/+2
2015-07-04asn1: split off cleanup routinesPeter Wu1-3/+9
2015-04-10Remove depricated API tvb_length -> tvb_reported_lengthAndersBroman1-4/+4
2015-03-12Don't pass a t4-non-ecm-sig-end to the tap if we didn't see the start of theJeff Morriss1-3/+5
2015-03-03Replace tvb_get_ptr calls with a better API choice.Michael Mann1-1/+1
2015-01-07tvb_bytes_to_ep_str -> tvb_bytes_to_strMichael Mann1-2/+2
2014-12-23asn1 generated dissectors: cleanup #include usageBill Meier1-12/+8
2014-11-16Remove ipproto member of packet_info.Michael Mann1-16/+3
2014-08-09Eliminate (almost all) proto_tree_add_text calls from ASN.1 dissectors.Michael Mann1-20/+23
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-4/+4
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-4/+4
2014-04-27T38: fix access to uninitialised variablesPascal Quantin1-5/+8
2014-02-18Remove $Id$ from the ASN.1 dissectors and regenerate them.Jeff Morriss1-20/+18
2013-12-19Rename a couple of to_str functions to have ep_ in the name. This makes itEvan Huus1-2/+2
2013-12-07- Make local functions static.Anders Broman1-7/+6
2013-11-23Create the ability to have packet scoped "proto" data. Bug 9470 (https://bug...Michael Mann1-2/+2
2013-11-12Add "T.38 handle protection" inside t38_add_address() so dissectors calling i...Michael Mann1-1/+1