aboutsummaryrefslogtreecommitdiffstats
path: root/epan/req_resp_hdrs.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-27Officially remove tvb_get_string and tvb_get_stringz.Michael Mann1-3/+3
2015-04-30Fix some cases where we're shifting a signed 1 left.Guy Harris1-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-2/+2
2014-05-14- Replace tvb_length_remaining -> tvb_captured_length_remaining,AndersBroman1-7/+7
2014-03-31Use tvb_get_string_enc() with UTF_8 when checking headers as it's faster.AndersBroman1-1/+1
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2013-09-22emem -> wmem conversion:Pascal Quantin1-3/+3
2013-09-05As per the HTTP spec, prefer chunked transfer-encoding to content-length if weEvan Huus1-38/+38
2013-05-24Add an optimization to req_resp_hdrs_do_reassembly that shaves about 20% offEvan Huus1-0/+23
2012-12-26Fix a bunch of warnings.Guy Harris1-3/+7
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-2/+0
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-05-22HTTP: RPC/HTTP do a better detection and parsing of RPC over HTTPRonnie Sahlberg1-0/+21
2010-05-26Try to optimize a bit.Anders Broman1-21/+10
2009-10-03Fix a typoJeff Morriss1-1/+1
2009-10-03Since chunk_size is now unsigned, check to ensure that it is not "too big."Jeff Morriss1-10/+15
2009-10-01Added a cast to avoid another warning.Stig Bjørlykke1-1/+1
2009-10-01Fixed input argument for sscanf "%x" (shall be unsigned int).Stig Bjørlykke1-4/+3
2009-08-26(FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier1-1/+3
2009-04-08More size_t fixes. Use a string buffer in range.c.Gerald Combs1-1/+1
2008-04-09Remove:Anders Broman1-4/+0
2007-11-27strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris1-2/+6
2007-11-19From Yaniv kaul:Mike Duigou1-8/+12
2007-10-03Fixes reassembly of chunked http-responses spanning multiple tcp segmentsSake Blok1-3/+1
2007-08-21From Mike Duigou <wireshark@duigou.org> (bug 1698):Richard van der Hoff1-3/+3
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-4/+4
2007-03-26Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher1-4/+4
2006-11-10fix for bug 1142Ronnie Sahlberg1-8/+30
2006-11-07fix for bug 1200Ronnie Sahlberg1-2/+2
2006-09-10implement support to reassemble tcp sessions until the end of the session (FIN)Ronnie Sahlberg1-0/+25
2006-05-21name changeRonnie Sahlberg1-2/+2
2005-01-20There's no guaranteee that "req_resp_hdrs_do_reassembly()" gets calledGuy Harris1-2/+1
2005-01-07From Chris Maynard: free strings fetched with "tvb_get_string()" whenGuy Harris1-0/+2
2004-09-29Move the request/response header helper routines to the epan directory.Guy Harris1-0/+339