aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-gif.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-07Add infrastructure for section-initializing protocol hfis (without array).Jakub Zawadzki1-0/+2
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-08-30bitcoin, gif: pass header_field_info to proto_tree_*.Jakub Zawadzki1-252/+260
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-2/+1
2013-01-31Comment out unused hf[] entries & etc.Bill Meier1-1/+3
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 FSF address - part II.Jakub Zawadzki1-1/+1
2012-05-23Fix bug #7277Jakub Zawadzki1-1/+3
2012-05-15Remove unneeded #includes (stdlib, stdio, ctypes, time);Bill Meier1-543/+541
2011-11-01Remove comma at the end of several enumerator lists.Jeff Morriss1-1/+1
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.Bill Meier1-23/+23
2011-03-25remove assignment of an unused valueRonnie Sahlberg1-1/+1
2011-03-24From Dirk: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2930 :Jeff Morriss1-45/+20
2011-03-22From Dirk via bug #5771: Add heuristic dissector for images and HTTP Stephen Fisher1-4/+20
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-2/+2
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-07-22Remove unnecessary comma from value_string initializerBill Meier1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-1/+1
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2005-11-01Use g_print() instead of fprintf() to write messages to the debug console.Olivier Biot1-3/+2
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...Ronnie Sahlberg1-1/+1
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-07-28some more memification of tvb_get_string() no obvious memleaks fixed this ...Ronnie Sahlberg1-5/+1
2005-05-28From Gilbert Ramirez - Fix a FT_NONE with a bitmask (shouldn't have one).Olivier Biot1-1/+1
2005-01-05From Chris Maynard: add a missing free of a string fetched withGuy Harris1-0/+2
2004-12-20Use "plurality()" rather than locally-defined "PLURALIZE()" macros, andGuy Harris1-6/+4
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+711