aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-jfif.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-29Avoid including <wiretap/wtap.h> in dissectors.Jakub Zawadzki1-0/+1
2013-10-13whitespace fixes; mostly: remove trailing blanksBill Meier1-1/+1
2013-09-22More emem -> wmem conversion:Pascal Quantin1-3/+3
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-7/+4
2013-03-29Rename value string (and similar) functions to use a consistent pattern. ThisEvan Huus1-1/+1
2012-10-07From Роман Донченко:Jaap Keuter1-22/+42
2012-09-27Allow dissection of partial jpegs by a modification of the heuristics.Chris Maynard1-2/+2
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-08-10Use val_to_str_const() where appropriate;Bill Meier1-2/+2
2012-06-28Update FSF address - part II.Jakub Zawadzki1-1/+1
2012-03-11Return a valid offset from process_app0_segment().Stig Bjørlykke1-0/+1
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-9/+11
2011-12-28Remove unneeded #includes;Bill Meier1-950/+958
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-49/+49
2011-06-09- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).Jakub Zawadzki1-0/+1
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.Chris Maynard1-1/+1
2011-03-24From Dirk: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2930 :Jeff Morriss1-56/+28
2011-03-22From Dirk via bug #5771: Add heuristic dissector for images and HTTP Stephen Fisher1-2/+17
2010-12-20Rename the routines that handle dissector tables with unsigned integerGuy Harris1-1/+1
2009-10-17From Marton Nemeth:Stig Bjørlykke1-0/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-47/+14
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.Bill Meier1-1/+1
2008-05-06From Peter Kjellerstedt (bug 2521):Stig Bjørlykke1-0/+1
2007-11-29From Didier Gautheron: Fix for Bug #1862: JPEG (JFIF) packet always malformedBill Meier1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-3/+3
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors Stephen Fisher1-3/+3
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-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion.Ronnie Sahlberg1-11/+3
2005-08-08various code cleanup:Ulf Lamping1-4/+0
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;Guy Harris1-1/+1
2005-01-05Free the image type string as soon as we're done with it, so that weGuy Harris1-1/+8
2004-12-20Use "plurality()" rather than locally-defined "PLURALIZE()" macros, andGuy Harris1-2/+0
2004-10-30Squelch some compile warnings.Guy Harris1-3/+4
2004-10-28The offset to the first IFD in a TIFF file is 4 bytes long, not 2 bytesGuy Harris1-55/+84
2004-09-23From Jelmer Vernooij: fix a comment.Guy Harris1-1/+1
2004-09-01Get rid of some unused variables.Guy Harris1-2/+4
2004-07-18Move dissectors to epan/dissectors directory.Gilbert Ramirez1-0/+1198