aboutsummaryrefslogtreecommitdiffstats
path: root/epan/gcp.c
diff options
context:
space:
mode:
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) {