aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-multipart.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-5/+3
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-2/+2
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-02-15multipart: Add Content-Description headerStig Bjørlykke1-8/+18
2016-02-05Multipath: use directly value of sizeof(guint32)Alexis La Goutte1-2/+2
2016-02-04Multipart: add dissection of multipart/encrypted and also fix problems to fin...DiablosOffens1-38/+197
2016-01-08Fix a lot of typos and misspellingsmoshekaplan1-2/+2
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-04Don't allow multiple registrations of a protocol in dissector tables.Michael Mann1-1/+1
2015-06-04MIME Multipart: fix display of the last IMF fieldPascal Quantin1-0/+4
2015-02-10Do not iterate over reported length when using tvb_find_line_endPascal Quantin1-2/+2
2014-12-23Deleting unnecessary #includes from dissectors.Martin Mathieson1-1/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-4/+0
2014-12-15exit if the key wasn't found in the parameters listMartin Kaiser1-0/+3
2014-12-02multipart: Handle multipart/signedStig Bjørlykke1-0/+2
2014-12-02multipart: Don't include boundary in preamble.Stig Bjørlykke1-2/+2
2014-11-25Ensure dissector data parameter is used instead of pinfo->private_data when p...Michael Mann1-10/+7
2014-11-25Have media dissector take its "media type parameter" from dissector data para...Michael Mann1-1/+1
2014-11-21Replace tvb_length()AndersBroman1-11/+11
2014-11-13Eliminate proto_tree_add_text for some dissectors.Michael Mann1-23/+34
2014-10-20Get rid of calls to ctype.h functions.Guy Harris1-3/+2
2014-09-29Add editor modelines and adjust indentation as needed.Bill Meier1-0/+13
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-11/+11
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-11/+11
2014-06-18Fixup: tvb_get_string(z) -> tvb_get_string(z)_encDario Lombardo1-2/+2
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+1
2014-05-27Use proto_tree_add_format_text()Jakub Zawadzki1-7/+2
2014-03-25no need for if(tree)Martin Kaiser1-72/+55
2014-03-25use wmem_ascii_strdown()Martin Kaiser1-6/+4
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-21Move base64_to_tvb() to tvbuff_base64.cJakub Zawadzki1-1/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+3
2013-11-02Require dissector_try_string to pass a data parameter to its subdissectors. ...Michael Mann1-2/+2
2013-11-02Fix build (missing some _U_)Alexis La Goutte1-1/+1
2013-11-02Prep a few more dissectors to receive their string data through dissector data.Michael Mann1-7/+6
2013-09-22emem -> wmem conversion:Pascal Quantin1-2/+2
2013-09-15emem -> wmemPascal Quantin1-3/+3
2013-07-18Fix memleak, base64_to_tvb() strdup passed string by its own.Jakub Zawadzki1-1/+1
2013-06-29Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-2/+0
2013-03-18From beroset:Anders Broman1-10/+10
2013-01-26Use "4 space" indentation.Bill Meier1-822/+822
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-08-14more ephemeral memory cleanupMichael Mann1-6/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-5/+5
2012-04-30From Evan Huus:pascal1-0/+3
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-10-06Added media type multipart/report from RFC3462.Stig Bjørlykke1-0/+2
2011-09-26Get rid of check_col() and use ENC.Anders Broman1-4/+3