aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.h
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2017-09-12 14:48:43 +0200
committerAnders Broman <a.broman58@gmail.com>2017-09-19 06:06:39 +0000
commitadf170c23d179dcec29c86c22151ed19684f6209 (patch)
tree63c8561b3675adc7e1d50854741a8a4e0405a183 /epan/dissectors/packet-http.h
parente79320f2a02169569998447a59c54a9d0ef38fcb (diff)
WebSocket: add permessage-deflate extension support
Bug: 14054 Change-Id: Ib6fbb58cab4d9eb140c0911391a9c330a036cfd1 Reviewed-on: https://code.wireshark.org/review/23515 Reviewed-by: Peter Wu <peter@lekensteyn.nl> Petri-Dish: Peter Wu <peter@lekensteyn.nl> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com> Petri-Dish: Pascal Quantin <pascal.quantin@gmail.com> Reviewed-by: Anders Broman <a.broman58@gmail.com>
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 a4aac74217..6e5e5efce9 100644
--- a/epan/dissectors/packet-http.h
+++ b/epan/dissectors/packet-http.h
@@ -70,6 +70,7 @@ typedef struct _http_conv_t {
guint32 req_res_num;
guint8 upgrade;
gchar *websocket_protocol; /* Negotiated WebSocket protocol */
+ gchar *websocket_extensions; /* Negotiated WebSocket extensions */
/* Server address and port, known after first server response */
guint16 server_port;
address server_addr;