aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.h
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2012-11-02 20:35:24 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2012-11-02 20:35:24 +0000
commit94ae27661e80dbd2ea800749c601283b066be804 (patch)
tree10aa4d85a0c420b61a44f780c24c6c985548979c /epan/dissectors/packet-http.h
parent2ed0d19555c5372ccd729ce448969e10bcc7ced6 (diff)
From vanviegen via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7934 WebSocket dissector improvements
- Now works for WebSocket packets not aligned with IP packets. - Support subdissectors. From me : - Fix checkAPIs warning (about comments) - Remove some whitespace svn path=/trunk/; revision=45875
Diffstat (limited to 'epan/dissectors/packet-http.h')
-rw-r--r--epan/dissectors/packet-http.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-http.h b/epan/dissectors/packet-http.h
index 0ccc4a0e48..afb09aaa8f 100644
--- a/epan/dissectors/packet-http.h
+++ b/epan/dissectors/packet-http.h
@@ -53,7 +53,7 @@ typedef struct _http_conv_t {
gchar *http_host;
gchar *request_method;
gchar *request_uri;
- gchar *upgrade;
+ guint8 upgrade;
guint32 startframe; /* First frame of proxied connection */
} http_conv_t;