aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-png.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-10Add missing includes in order to remove exceptions.h from proto.h (next commit).Jakub Zawadzki1-0/+2
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-0/+2
2013-08-17Convert few more dissectors to new proto API.Jakub Zawadzki1-184/+226
2013-08-05Keep result of [new_]register_dissector in some dissectors.Jakub Zawadzki1-3/+4
2013-04-02Both tvb_length_remaining and tvb_reported_length_remaining can return -1.Chris Maynard1-1/+1
2013-02-01Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-16/+7
2013-01-30Clean up white space.Guy Harris1-1/+1
2013-01-30Wiretap: Add support for files contain GIF, PNG images Michael Mann1-0/+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-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-3/+3
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
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