summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-http.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/dissectors/packet-http.h')
-rw-r--r--epan/dissectors/packet-http.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dissectors/packet-http.h b/epan/dissectors/packet-http.h
index 833447477a..c6411aa757 100644
--- a/epan/dissectors/packet-http.h
+++ b/epan/dissectors/packet-http.h
@@ -77,6 +77,7 @@ typedef struct _http_conv_t {
/** the number of requests on the conversation. */
guint32 req_res_num;
guint8 upgrade;
+ gchar *websocket_protocol; /* Negotiated WebSocket protocol */
/* Server address and port, known after first server response */
guint16 server_port;
address server_addr;