summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-imf.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-03Fix all -fstrict-alias warnings found by gcc 4.1.2Gilbert Ramirez1-1/+1
2013-12-21Move base64_to_tvb() to tvbuff_base64.cJakub Zawadzki1-1/+0
2013-12-20Strip leading spaces in unknown-extension value.Stig Bjørlykke1-1/+1
2013-12-18Added support for continuation line in content type.Stig Bjørlykke1-1/+7
2013-12-15Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-09Don't include <epan/strutil.h> when not needed.Jakub Zawadzki1-1/+0
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-1/+1
2013-10-25Add a very small hack to make the UAT update callback error string freeable, andEvan Huus1-3/+3
2013-09-22emem -> wmem conversion:Pascal Quantin1-7/+7
2013-09-15More wmem conversion (leaving uat related functions aside)Pascal Quantin1-5/+6
2013-08-06Replace hfinfo pointer to same_name_prev, with same_name_prev_id.Jakub Zawadzki1-1/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors. [2 of x]Jakub Zawadzki1-1/+1
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-5/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-1/+1
2013-05-26Batch of filterable expert infos.Michael Mann1-1/+10
2013-03-18From beroset:Anders Broman1-8/+8