aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-png.c
AgeCommit message (Expand)AuthorFilesLines
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-3/+3
2011-10-10 Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-a...Bill Meier1-3/+3
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-23/+23
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-05-04From Nick Glass via bug #5887: DACP (apple remote) enhancement to DAAPStephen Fisher1-0/+1
2011-03-24From Dirk: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2930 :Jeff Morriss1-14/+12
2011-03-22From Dirk via bug #5771: Add heuristic dissector for images and HTTP Stephen Fisher1-0/+15
2009-09-24* Prefer col_append_str instead of col_append_fstr for constant stringsKovarththanan Rajaratnam1-2/+1
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-32/+32
2008-12-17Fix some typos and spelling (mostly in text strings)Bill Meier1-1/+1
2008-06-25Constify a bunch of stuff, to squelch -Wwrite-strings warnings. Guy Harris1-1/+1
2007-01-02Oops: wireshark.com --> wireshark.orgBill Meier1-1/+1
2007-01-02More ethereal --> wiresharkBill Meier1-2/+2
2006-09-24don't replace the COL_PROTO and COL_INFO entries simply with "PNG", but appen...Ulf Lamping1-7/+2
2006-08-28Don't abort the entire program if we have bad data. Just mark theGerald Combs1-35/+36
2006-08-26two more chunksRonnie Sahlberg1-0/+66
2006-08-26fix wrong constant in a valuestringRonnie Sahlberg1-1/+66
2006-08-26initial PNG dissector (Portable Network Graphics)Ronnie Sahlberg1-0/+300