aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-media.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2016-08-22Pass an HTTP message type to all HTTP subdissectors.Guy Harris1-2/+6
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2015-12-09new_register_dissector -> register_dissector for dissector directory.Michael Mann1-1/+1
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+2
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-1/+0
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-11-25Have media dissector take its "media type parameter" from dissector data para...Michael Mann1-2/+2
2014-11-21Replace tvb_length()AndersBroman1-3/+3
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-0/+13
2014-08-14Eliminate proto_tree_add_text from some dissectors.Michael Mann1-4/+12
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-3/+3
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-3/+3
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+2
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-12-14Fix [-Wmissing-prototypes]Jakub Zawadzki1-0/+2
2013-11-02Prep a few more dissectors to receive their string data through dissector data.Michael Mann1-5/+7
2013-06-14Removed check_col() and the occasional tree.Michael Mann1-3/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-1/+1
2006-10-11fix #1154: although g_vsnprintf() is called, it don't like a NULL pointer for...Ulf Lamping1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-2/+2
2006-04-21From Chris Maynard:Jaap Keuter1-24/+34
2006-02-09Add heuristic dissection of XMLLuis Ontanon1-0/+7
2005-09-22bugfix: don't crash, if pinfo->match_string == NULLUlf Lamping1-1/+1
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+88