aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-http.h
diff options
context:
space:
mode:
authorSake Blok <sake@euronet.nl>2007-12-26 18:28:31 +0000
committerSake Blok <sake@euronet.nl>2007-12-26 18:28:31 +0000
commit9ad27ce239ddccb6dfd005fdf8ad76db4933ef7f (patch)
tree6812673729ed53c4f5e8ffb56a0ce8251cd2bf95 /epan/dissectors/packet-http.h
parent37192d7afa43c30f52879ccc65b4f62a8f624335 (diff)
Fix for bug 1586: When proxying a tcp connection (mostly used with ssl over an
http proxy), let the proxied protocol take care of reassembly itself. svn path=/trunk/; revision=23949
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 21be75350d..1ff19501a9 100644
--- a/epan/dissectors/packet-http.h
+++ b/epan/dissectors/packet-http.h
@@ -53,6 +53,7 @@ typedef struct _http_conv_t {
gchar *http_host;
gchar *request_method;
gchar *request_uri;
+ guint32 startframe; /* First frame of proxied connection */
} http_conv_t;
#endif /* __PACKET_HTTP_H__ */