summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gtk/sip_stat.c4
-rw-r--r--tap-sipstat.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/gtk/sip_stat.c b/gtk/sip_stat.c
index 938a819cdf..17932d68bf 100644
--- a/gtk/sip_stat.c
+++ b/gtk/sip_stat.c
@@ -140,6 +140,7 @@ static const value_string vals_status_code[] = {
{ 489, "Bad Event"},
{ 491, "Request Pending"},
{ 493, "Undecipherable"},
+ { 494, "Security Agreement Required"},
{ 499, "Client Error - Others"},
{ 500, "Server Internal Error"},
@@ -160,6 +161,9 @@ static const value_string vals_status_code[] = {
{ 0, NULL}
};
+void register_tap_listener_gtksipstat(void);
+
+
/* Create tables for responses and requests */
static void
sip_init_hash(sipstat_t *sp)
diff --git a/tap-sipstat.c b/tap-sipstat.c
index 33021fc691..0862c4152d 100644
--- a/tap-sipstat.c
+++ b/tap-sipstat.c
@@ -118,6 +118,7 @@ static const value_string vals_status_code[] = {
{ 489, "Bad Event"},
{ 491, "Request Pending"},
{ 493, "Undecipherable"},
+ { 494, "Security Agreement Required"},
{ 499, "Client Error - Others"},
{ 500, "Server Internal Error"},