aboutsummaryrefslogtreecommitdiffstats
path: root/epan/gcp.c
diff options
context:
space:
mode:
authorLuis Ontanon <luis.ontanon@gmail.com>2007-03-26 23:06:38 +0000
committerLuis Ontanon <luis.ontanon@gmail.com>2007-03-26 23:06:38 +0000
commit74fbeea0d52f78e2a8a438693217cb41e95c90f4 (patch)
tree0e3e045bab322a078bcf427db5dba4ceba64ddd1 /epan/gcp.c
parent70f83dc136d97d73f653d284dbcc3f49110b9c86 (diff)
the forgotten files from the last checkin
svn path=/trunk/; revision=21217
Diffstat (limited to 'epan/gcp.c')
-rw-r--r--epan/gcp.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/gcp.c b/epan/gcp.c
index bf2a087480..5ffe6a04b5 100644
--- a/epan/gcp.c
+++ b/epan/gcp.c
@@ -562,6 +562,10 @@ gchar* gcp_cmd_to_str(gcp_cmd_t* c, gboolean persistent) {
case GCP_CMD_REPLY:
s = "ActionReply {";
break;
+ case GCP_CMD_OTHER_REQ:
+ s = "Request {";
+ break;
+
}
for (term = c->terms.next; term; term = term->next) {