ISO14443: Fix Dead Store (Dead assignement/Dead increment) Warning found by Clang
[metze/wireshark/wip.git] / epan / req_resp_hdrs.c
2015-04-30 Guy HarrisFix some cases where we're shifting a signed 1 left.
2014-09-16 Bill MeierFix spelling: cant-->can't, wont-->won't, etc
2014-05-14 AndersBroman- Replace tvb_length_remaining -> tvb_captured_length_r...
2014-03-31 AndersBromanUse tvb_get_string_enc() with UTF_8 when checking heade...
2014-03-04 Alexis La GoutteRemove all $Id$ from top of file
2013-09-22 Pascal Quantinemem -> wmem conversion:
2013-09-05 Evan HuusAs per the HTTP spec, prefer chunked transfer-encoding...
2013-05-24 Evan HuusAdd an optimization to req_resp_hdrs_do_reassembly...
2012-12-26 Guy HarrisFix a bunch of warnings.
2012-09-20 Jeff MorrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 Jakub ZawadzkiUpdate Free Software Foundation address.
2012-05-22 Ronnie SahlbergHTTP: RPC/HTTP do a better detection and parsing of...
2010-05-26 Anders BromanTry to optimize a bit.
2009-10-03 Jeff MorrissFix a typo
2009-10-03 Jeff MorrissSince chunk_size is now unsigned, check to ensure that...
2009-10-01 Stig BjørlykkeAdded a cast to avoid another warning.
2009-10-01 Stig BjørlykkeFixed input argument for sscanf "%x" (shall be unsigned...
2009-08-26 Bill Meier(FWIW) One step towards including stdio.h & stdlib...
2009-04-08 Gerald CombsMore size_t fixes. Use a string buffer in range.c.
2008-04-09 Anders BromanRemove:
2007-11-27 Guy Harrisstrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-19 Mike DuigouFrom Yaniv kaul:
2007-10-03 Sake BlokFixes reassembly of chunked http-responses spanning...
2007-08-21 Richard van der... From Mike Duigou <wireshark@duigou.org> (bug 1698):
2007-03-28 Stephen FisherRemove almost all of the casts I committed recently...
2007-03-26 Stephen FisherFix a bunch more warnings. Add -Werror when using...
2006-11-10 Ronnie Sahlbergfix for bug 1142
2006-11-07 Ronnie Sahlbergfix for bug 1200
2006-09-10 Ronnie Sahlbergimplement support to reassemble tcp sessions until...
2006-05-21 Ronnie Sahlbergname change
2005-01-20 Guy HarrisThere's no guaranteee that "req_resp_hdrs_do_reassembly...
2005-01-07 Guy HarrisFrom Chris Maynard: free strings fetched with "tvb_get_...
2004-09-29 Guy HarrisMove the request/response header helper routines to...