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

Ethereal-dev: [Ethereal-dev] [PATCH] SIP hidden fields for finding errors (take 2)

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

From: "Martin Mathieson" <martin@xxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 19 Apr 2004 14:42:09 +0100
Thanks guys for the comments, this version has the following improvements:

- The fields now visibly appear as booleans under the request/response tree
(as Biot suggested)
- The test for error responses is now >= 400
- Check for trees being null before adding proto items
- Removed the preference setting as the memchunks *can* grow thenselves.
Decreased initial sizes of chunks to 50

I resisted the temptation to change the response code from a string to a
number (which would make filtering easier)...

>From RFC 3261, section 7.1:

"Unlike HTTP/1.1, SIP treats the version number as a literal
           string.  In practice, this should make no difference."


Regards,
Martin


Attachment: packet-sip.c.diff
Description: Binary data

Attachment: packet-sip.h.diff
Description: Binary data

Attachment: sip_stat.c.diff
Description: Binary data