aboutsummaryrefslogtreecommitdiffstats
path: root/epan/req_resp_hdrs.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a typoJeff Morriss2009-10-031-1/+1
* Since chunk_size is now unsigned, check to ensure that it is not "too big."Jeff Morriss2009-10-031-10/+15
* Added a cast to avoid another warning.Stig Bjørlykke2009-10-011-1/+1
* Fixed input argument for sscanf "%x" (shall be unsigned int).Stig Bjørlykke2009-10-011-4/+3
* (FWIW) One step towards including stdio.h & stdlib.h only when req'd.Bill Meier2009-08-261-1/+3
* More size_t fixes. Use a string buffer in range.c.Gerald Combs2009-04-081-1/+1
* Remove:Anders Broman2008-04-091-4/+0
* strcasecmp(), strncasecmp(), g_strcasecmp(), and g_strncasecmp() delendaGuy Harris2007-11-271-2/+6
* From Yaniv kaul:Mike Duigou2007-11-191-8/+12
* Fixes reassembly of chunked http-responses spanning multiple tcp segmentsSake Blok2007-10-031-3/+1
* From Mike Duigou <wireshark@duigou.org> (bug 1698):Richard van der Hoff2007-08-211-3/+3
* Remove almost all of the casts I committed recently and in place ofStephen Fisher2007-03-281-4/+4
* Fix a bunch more warnings. Add -Werror when using --with-warnings-as-errorsStephen Fisher2007-03-261-4/+4
* fix for bug 1142Ronnie Sahlberg2006-11-101-8/+30
* fix for bug 1200Ronnie Sahlberg2006-11-071-2/+2
* implement support to reassemble tcp sessions until the end of the session (FIN)Ronnie Sahlberg2006-09-101-0/+25
* name changeRonnie Sahlberg2006-05-211-2/+2
* There's no guaranteee that "req_resp_hdrs_do_reassembly()" gets calledGuy Harris2005-01-201-2/+1
* From Chris Maynard: free strings fetched with "tvb_get_string()" whenGuy Harris2005-01-071-0/+2
* Move the request/response header helper routines to the epan directory.Guy Harris2004-09-291-0/+339