From 74fbeea0d52f78e2a8a438693217cb41e95c90f4 Mon Sep 17 00:00:00 2001 From: Luis Ontanon Date: Mon, 26 Mar 2007 23:06:38 +0000 Subject: the forgotten files from the last checkin svn path=/trunk/; revision=21217 --- epan/gcp.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'epan/gcp.c') 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) { -- cgit v1.2.3