Ethereal-dev: [Ethereal-dev] [Patch] Add another SIP response code to stats

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

From: Martin Mathieson <martin.mathieson@xxxxxxxxxxxx>
Date: Fri, 24 Feb 2006 17:51:04 +0000
Hi,
These patches:
- add SIP response code 412 ("Conditional Request Failed") to stats taps.

Regards,
Martin
Index: gtk/sip_stat.c
===================================================================
--- gtk/sip_stat.c	(revision 17399)
+++ gtk/sip_stat.c	(working copy)
@@ -119,6 +119,7 @@
     { 407, "Proxy Authentication Required"},
     { 408, "Request Timeout"},
     { 410, "Gone"},
+    { 412, "Conditional Request Failed"},
     { 413, "Request Entity Too Large"},
     { 414, "Request-URI Too Long"},
     { 415, "Unsupported Media Type"},
Index: tap-sipstat.c
===================================================================
--- tap-sipstat.c	(revision 17399)
+++ tap-sipstat.c	(working copy)
@@ -97,6 +97,7 @@
     { 407, "Proxy Authentication Required"},
     { 408, "Request Timeout"},
     { 410, "Gone"},
+    { 412, "Conditional Request Failed"},
     { 413, "Request Entity Too Large"},
     { 414, "Request-URI Too Long"},
     { 415, "Unsupported Media Type"},