aboutsummaryrefslogtreecommitdiffstats
path: root/epan/req_resp_hdrs.c
AgeCommit message (Collapse)AuthorFilesLines
2005-01-20There's no guaranteee that "req_resp_hdrs_do_reassembly()" gets calledGuy Harris1-2/+1
only at the beginning of a tvbuff, so it needs an argument that's the starting offset in the tvbuff. svn path=/trunk/; revision=13128
2005-01-07From Chris Maynard: free strings fetched with "tvb_get_string()" whenGuy Harris1-0/+2
we're done with them. svn path=/trunk/; revision=12975
2004-09-29Move the request/response header helper routines to the epan directory.Guy Harris1-0/+339
svn path=/trunk/; revision=12129