aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-daap.c
AgeCommit message (Expand)AuthorFilesLines
2015-12-09new_create_dissector_handle -> create_dissector_handle for dissector directory.Michael Mann1-1/+1
2015-11-16create_dissector_handle -> new_create_dissector_handleMichael Mann1-4/+5
2015-11-04Don't include "file.h" if you don't need it.Guy Harris1-0/+1
2015-07-08dapp: cleanup, make elements filterableMartin Kaiser1-263/+305
2015-06-27(trivial) daap: remove if(tree) and return; at the end of a functionMartin Kaiser1-6/+3
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-2/+1
2014-09-29Fix a broken commentAndersBroman1-1/+1
2014-09-29Add editor modelines; fix indentation as needed.Bill Meier1-1/+14
2014-08-05Eliminate proto_tree_add_text from some dissectors.Michael Mann1-8/+7
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+1
2013-03-16[-Wmissing-prototypes]Anders Broman1-0/+3
2013-01-30A "DAAP request" is just an HTTP request of a certain type, possibly onGuy Harris1-17/+7
2013-01-30Add a routine to allow dissectors to specify ports that carry HTTPGuy Harris1-23/+17
2013-01-30Some FairPlay stuff in DAAP starts out with a 4-character FPLY tag, butGuy Harris1-4/+17
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-4/+4
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...Bill Meier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.Anders Broman1-15/+13
2011-05-04From Nick Glass via bug #5887: DACP (apple remote) enhancement to DAAPStephen Fisher1-0/+82
2010-12-06Fix various typos and spelling errors.Bill Meier1-3/+3
2010-11-18Tighten up TLV processing a bit to prevent a potential loop.Bill Meier1-4/+9
2010-11-17Use value-string_ext fcns to access value_string array;Bill Meier1-287/+299
2010-11-16From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5400 :Jeff Morriss1-35/+284
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-2/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-2/+2
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-08-16The real problem is that iTunes requests gzipped data and responds withGuy Harris1-1/+2
2005-08-05Put in a comment asking about the music going over the connection - weGuy Harris1-6/+5
2005-01-26bugfix of crash_00001_20050124142515.cap: dissector packet-daap.c displayed [...Ulf Lamping1-0/+1
2005-01-05Use "tvb_format_text()" with %s format strings, so that we handleGuy Harris1-5/+3
2004-08-22Propset eol-style and keywordsJörg Mayer1-1/+1
2004-08-22Use "tvb_get_ntoh64()", now that we have it.Guy Harris1-5/+1
2004-08-22From Kelly Byrd: DAAP support.Guy Harris1-0/+406