Hello
As you may know, RFC2068 says that http answers begin with a
status line
Status-Line = HTTP-Version SP Status-Code SP Reason-Phrase CRLF
eg. HTTP/1.1 404 Page not found
While the status line is fine to display to humans, I wanted
to dissect the Status-Code to easily filter my capture.
This simple patch add a new field http.status_code
For example, you can check http clients errors with the filter
    http.status_code >= 400 and http.status_code < 500





Acc�dez au courrier �lectronique de La Poste : www.laposte.net ; 
3615 LAPOSTENET (0,34�/mn) ; t�l : 08 92 68 13 50 (0,34�/mn)

Attachment: patch
Description: Binary data

Reply via email to