aboutsummaryrefslogtreecommitdiffstats
path: root/epan/req_resp_hdrs.c
AgeCommit message (Expand)AuthorFilesLines
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