aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-daap.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-4/+4
2011-10-15Convert proto_tree_add_item() 'encoding' arg for field types FT_STRING, FT_ST...wmeier1-1/+1
2011-09-26Get rid of check_col, while at it set ENC.etxrab1-15/+13
2011-05-04From Nick Glass via bug #5887: DACP (apple remote) enhancement to DAAPsfisher1-0/+82
2010-12-06Fix various typos and spelling errors.wmeier1-3/+3
2010-11-18Tighten up TLV processing a bit to prevent a potential loop.wmeier1-4/+9
2010-11-17Use value-string_ext fcns to access value_string array;wmeier1-287/+299
2010-11-16From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5400 :morriss1-35/+284
2009-08-09Don't guard col_set_str (COL_PROTOCOL) with col_checkkrj1-2/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-2/+2
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-08-16The real problem is that iTunes requests gzipped data and responds withguy1-1/+2
2005-08-05Put in a comment asking about the music going over the connection - weguy1-6/+5
2005-01-26bugfix of crash_00001_20050124142515.cap: dissector packet-daap.c displayed [...ulfl1-0/+1
2005-01-05Use "tvb_format_text()" with %s format strings, so that we handleguy1-5/+3
2004-08-22Propset eol-style and keywordsjmayer1-1/+1
2004-08-22Use "tvb_get_ntoh64()", now that we have it.guy1-5/+1
2004-08-22From Kelly Byrd: DAAP support.guy1-0/+406