(Trivial) Fix spellling in a comment.
[metze/wireshark/wip.git] / epan / req_resp_hdrs.c
2013-09-22 pascalemem -> wmem conversion:
2013-09-05 eapacheAs per the HTTP spec, prefer chunked transfer-encoding...
2013-05-24 eapacheAdd an optimization to req_resp_hdrs_do_reassembly...
2012-12-26 guyFix a bunch of warnings.
2012-09-20 morrissWe always HAVE_CONFIG_H so don't bother checking whethe...
2012-06-28 darkjamesUpdate Free Software Foundation address.
2012-05-22 sahlbergHTTP: RPC/HTTP do a better detection and parsing of...
2010-05-26 etxrabTry to optimize a bit.
2009-10-03 morrissFix a typo
2009-10-03 morrissSince chunk_size is now unsigned, check to ensure that...
2009-10-01 stigAdded a cast to avoid another warning.
2009-10-01 stigFixed input argument for sscanf "%x" (shall be unsigned...
2009-08-26 wmeier(FWIW) One step towards including stdio.h & stdlib...
2009-04-08 geraldMore size_t fixes. Use a string buffer in range.c.
2008-04-09 etxrabRemove:
2007-11-27 guystrcasecmp(), strncasecmp(), g_strcasecmp(), and g_strn...
2007-11-19 bondoloFrom Yaniv kaul:
2007-10-03 sakeFixes reassembly of chunked http-responses spanning...
2007-08-21 richardvFrom Mike Duigou <wireshark@duigou.org> (bug 1698):
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-26 sfisherFix a bunch more warnings. Add -Werror when using...
2006-11-10 sahlbergfix for bug 1142
2006-11-07 sahlbergfix for bug 1200
2006-09-10 sahlbergimplement support to reassemble tcp sessions until...
2006-05-21 sahlbergname change
2005-01-20 guyThere's no guaranteee that "req_resp_hdrs_do_reassembly...
2005-01-07 guyFrom Chris Maynard: free strings fetched with "tvb_get_...
2004-09-29 guyMove the request/response header helper routines to...