Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Ethereal-dev: RE: [Ethereal-dev] little patch to packet-http.c allow to filter on the status

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: Biot Olivier <Olivier.Biot@xxxxxxxxxxx>
Date: Thu, 10 Jul 2003 15:49:27 +0200
Interesting feature!

However consider naming it http.response.code (similar to the existing
http.request.method). This way, other HTTP request and response attributes
can be added in a more uniform manner.

Regards,

Olivier

> -----Original Message-----
> From: boulot.dodo

[...]

> 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