aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-image-jfif.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-10Use val_to_str_const() where appropriate;wmeier1-2/+2
2012-06-28Update FSF address - part II.darkjames1-1/+1
2012-06-20Use separate filters for the RTT found on a SACK and the RTT found on amorriss1-0/+1
2012-02-12Fix some Dead Store (Dead assignement/Dead increment) Warning found by Clangalagoutte1-9/+11
2011-12-28Remove unneeded #includes;wmeier1-950/+958
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.wmeier1-1/+1
2011-10-16Do some conversions of proto_tree_add_item() 'encoding' arg.wmeier1-49/+49
2011-06-09- Replace jpeg_jfif decoder, with more generic mime_file (no more 64KB limit!).darkjames1-0/+1
2011-05-23From Micheal Mann via bug 2794: Fix some display filter field names.cmaynard1-1/+1
2011-03-24From Dirk: fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2930 :morriss1-56/+28
2011-03-22From Dirk via bug #5771: Add heuristic dissector for images and HTTP sfisher1-2/+17
2010-12-20Rename the routines that handle dissector tables with unsigned integerguy1-1/+1
2009-10-17From Marton Nemeth:stig1-0/+2
2009-06-18From Kovarththanan Rajaratnam via bug 3548:stig1-47/+14
2008-09-30Minor proto_reg_handoff cleanup: use find_dissector when appropriate.wmeier1-1/+1
2008-05-06From Peter Kjellerstedt (bug 2521):stig1-0/+1
2007-11-29From Didier Gautheron: Fix for Bug #1862: JPEG (JFIF) packet always malformedwmeier1-1/+1
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-3/+3
2007-03-27Fix about 100 simple to fix warnings from gcc 4.0 in epan/dissectors sfisher1-3/+3
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2005-11-01Use g_print() instead of fprintf() to write messages to the debug console.obiot1-3/+2
2005-08-10tvb_get_stringz() to tvb_get_ephemeral_stringz() conversion.sahlberg1-11/+3
2005-08-08various code cleanup:ulfl1-4/+0
2005-06-26Get rid of the private "my_match_strval()" routine in many dissectors;guy1-1/+1
2005-01-05Free the image type string as soon as we're done with it, so that weguy1-1/+8
2004-12-20Use "plurality()" rather than locally-defined "PLURALIZE()" macros, andguy1-2/+0
2004-10-30Squelch some compile warnings.guy1-3/+4
2004-10-28The offset to the first IFD in a TIFF file is 4 bytes long, not 2 bytesguy1-55/+84
2004-09-23From Jelmer Vernooij: fix a comment.guy1-1/+1
2004-09-01Get rid of some unused variables.guy1-2/+4
2004-07-18Move dissectors to epan/dissectors directory.gram1-0/+1198