aboutsummaryrefslogtreecommitdiffstats
path: root/epan/req_resp_hdrs.c
AgeCommit message (Expand)AuthorFilesLines
2010-05-26Try to optimize a bit.etxrab1-21/+10
2009-10-03Fix a typomorriss1-1/+1
2009-10-03Since chunk_size is now unsigned, check to ensure that it is not "too big."morriss1-10/+15
2009-10-01Added a cast to avoid another warning.stig1-1/+1
2009-10-01Fixed input argument for sscanf "%x" (shall be unsigned int).stig1-4/+3
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.wmeier1-1/+3
2009-04-08More size_t fixes. Use a string buffer in range.c.gerald1-1/+1
2008-04-09Remove:etxrab1-4/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaguy1-2/+6
2007-11-19From Yaniv kaul:bondolo1-8/+12
2007-10-03Fixes reassembly of chunked http-responses spanning multiple tcp segmentssake1-3/+1
2007-08-21From Mike Duigou <wireshark@duigou.org> (bug 1698):richardv1-3/+3
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-4/+4
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorssfisher1-4/+4
2006-11-10fix for bug 1142sahlberg1-8/+30
2006-11-07fix for bug 1200sahlberg1-2/+2
2006-09-10implement support to reassemble tcp sessions until the end of the session (FIN)sahlberg1-0/+25
2006-05-21name changesahlberg1-2/+2
2005-01-20There's no guaranteee that "req_resp_hdrs_do_reassembly()" gets calledguy1-2/+1
2005-01-07From Chris Maynard: free strings fetched with "tvb_get_string()" whenguy1-0/+2
2004-09-29Move the request/response header helper routines to the epan directory.guy1-0/+339