aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--epan/dissectors/packet-mysql.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-mysql.c b/epan/dissectors/packet-mysql.c
index 4035941c47..3f99689686 100644
--- a/epan/dissectors/packet-mysql.c
+++ b/epan/dissectors/packet-mysql.c
@@ -1716,6 +1716,7 @@ mysql_dissect_response(tvbuff_t *tvb, packet_info *pinfo, int offset,
break;
case RESPONSE_TABULAR:
+ case REQUEST: /* That shouldn't be the case; maybe two requests in a row (s. bug 15074) */
offset = mysql_dissect_result_header(tvb, pinfo, offset, tree, conn_data);
break;