aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.h
diff options
context:
space:
mode:
authorGregor Jasny <gjasny@googlemail.com>2016-03-26 22:44:50 +0100
committerMichael Mann <mmann78@netscape.net>2016-03-27 14:07:26 +0000
commitaab206c4e9cf038adca583cfa3744d3013210215 (patch)
treefdd2f0060d0d488ae41dbf26cc6c48c93f8984e4 /epan/dissectors/packet-http.h
parentdd6a74894f5cac1c3b2a3706e1e2e219b3440c0c (diff)
Add dissector table for negotiated WebSocket protocol
This adds the possibility to filter on the negotiated WebSocket protocol from the upgrade response as well as on a specific TCP port Bug: 12298 Change-Id: I8e0b785cec0b8c71ec558b74ac07c81194268b38 Signed-off-by: Gregor Jasny <gjasny@googlemail.com> Reviewed-on: https://code.wireshark.org/review/14645 Petri-Dish: Michael Mann <mmann78@netscape.net> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: Michael Mann <mmann78@netscape.net>
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;