aboutsummaryrefslogtreecommitdiffstats
path: root/tap-httpstat.c
Commit message (Collapse)AuthorAgeFilesLines
* Move the tap infrastructure to the epan directory.Guy Harris2004-09-291-1/+1
| | | | svn path=/trunk/; revision=12128
* Move dissectors to epan/dissectors directory.Gilbert Ramirez2004-07-181-1/+1
| | | | | | | | | | Also move ncp222.py, x11-fields, process-x11-fields.pl, make-reg-dotc, and make-reg-dotc.py. Adjust #include lines in files that include packet-*.h files. svn path=/trunk/; revision=11410
* Set the svn:eol-style property on all text files to "native", so thatGuy Harris2004-07-181-1/+1
| | | | | | | | | they have LF at the end of the line on UN*X and CR/LF on Windows; hopefully this means that if a CR/LF version is checked in on Windows, the CRs will be stripped so that they show up only when checked out on Windows, not on UN*X. svn path=/trunk/; revision=11400
* Whitespace changes in order to make diff produce more readable resultsJörg Mayer2003-09-291-7/+6
| | | | svn path=/trunk/; revision=8568
* The code in an HTTP reply is a response code, not a response method.Guy Harris2003-09-021-13/+14
| | | | svn path=/trunk/; revision=8346
* From Jean-Michel Fayard: BOOTP/DHCP, HTTP, and WSP statistics taps.Guy Harris2003-09-021-0/+329
svn path=/trunk/; revision=8345