aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-imf.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-02-15Tools: Fix fix-encoding-args.pl ASCII string validationJoão Valverde1-14/+14
2022-01-09imf: dissect some more headersMartin Kaiser1-0/+15
2021-12-19Replace g_strdup_printf() with ws_strdup_printf()João Valverde1-4/+4
2021-09-01tvbuff: convert helper methods to pinfo->poolEvan Huus1-1/+1
2021-07-29Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-17/+17
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-1/+1
2020-12-22Detect and replace bad allocation patternsMoshe Kaplan1-3/+3
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-01-29dissectors: use '/' when stacking protocols in COL_PROTOCOL.Dario Lombardo1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-3/+3
2018-12-02Fixes IMF dissectorChristophe GUERBER1-1/+1
2018-11-29Add sip_call_id filter to RTP stream.Anders Broman1-0/+1
2018-06-03Free dynamic header fields on exitStig Bjørlykke1-31/+49
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-09-04IMF: preserve carrying protocol (e.g. SMTP, POP, IMAP) in protocol columnMartin Mathieson1-0/+4
2017-09-02Don't export structures used internally by dissectors for Export Objects.Guy Harris1-0/+8
2017-02-02imf: convert GHashTable to wmem_mapDario Lombardo1-4/+4
2017-01-30Have format_text_wsp use wmem allocated memory.Michael Mann1-1/+1
2017-01-12uat: add a reset callback.Dario Lombardo1-0/+1
2016-12-13imf: fix no newline at end of file [-Wnewline-eof]Alexis La Goutte1-1/+1
2016-12-07Fix: Allocate new string for export object entry to prevent crash when memory...bwhitn1-1/+1
2016-12-07reformatted IMF export objectsbwhitn1-2/+11
2016-12-02Enable exporting objects with tsharkMoshe Kaplan1-1/+31
2016-11-10Enable exporting IMF traffic as an EML fileMoshe Kaplan1-1/+34
2016-08-22Pass an HTTP message type to all HTTP subdissectors.Guy Harris1-1/+6
2016-06-27tvb_get_string_enc + proto_tree_add_item = proto_tree_add_item_ret_stringMichael Mann1-16/+9
2016-06-05Initialize all header_field_info membersPascal Quantin1-2/+2
2016-01-21IMF: Don't declare 'imf_field' *name as const [-Wcast-qual]João Valverde1-3/+3
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-14register_dissector -> new_register_dissectorMichael Mann1-5/+6
2015-11-12[IMF] Add bounds checks to avoid buffer overruns,DiablosOffens1-4/+13
2015-08-11Added Reload Lua plugins.Stig Bjørlykke1-2/+2
2015-06-23replace another bunch of deprecated tvb_length callsMartin Kaiser1-1/+1
2015-04-03Fix IMF DissectorGraham Bloice1-6/+10
2015-02-18Make UAT record update callbacks return a success/failure indication.Guy Harris1-4/+5
2015-01-13UAT error string pointers should not be const pointers.Guy Harris1-1/+1
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+0
2014-12-02imf: Added base64 content encoding supportStig Bjørlykke1-1/+12
2014-11-25Ensure dissector data parameter is used instead of pinfo->private_data when p...Michael Mann1-7/+1
2014-11-10Improved deregistering fields.Stig Bjørlykke1-5/+1
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-9/+7
2014-10-13ASN1: Register PDU-dissectors as NEWStig Bjørlykke1-2/+2
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-10Eliminate proto_tree_add_text from some dissectors.Michael Mann1-3/+1
2014-06-29proto_tree_add_subtree[_format]Michael Mann1-4/+2
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-1/+1
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-1/+1
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-7/+7