From 1fed5fef9a455171323e08f46f2dd8c1b834df79 Mon Sep 17 00:00:00 2001 From: Michael Mann Date: Sat, 2 Jan 2016 08:58:08 -0500 Subject: Add HTTP Follow stream This automatically detects and decompresses HTTP along a TCP stream through the use of taps. Bug: 3528 Change-Id: I8ab832d509700d0da8eabf3c3e514d8511c598d3 Reviewed-on: https://code.wireshark.org/review/13009 Petri-Dish: Michael Mann Tested-by: Petri Dish Buildbot Reviewed-by: Michael Mann --- ui/qt/follow_stream_dialog.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'ui/qt/follow_stream_dialog.h') diff --git a/ui/qt/follow_stream_dialog.h b/ui/qt/follow_stream_dialog.h index 86041e7192..2d82a83ea7 100644 --- a/ui/qt/follow_stream_dialog.h +++ b/ui/qt/follow_stream_dialog.h @@ -79,8 +79,8 @@ protected: void keyPressEvent(QKeyEvent *event); private slots: - void on_cbCharset_currentIndexChanged(int index); - void on_cbDirections_currentIndexChanged(int index); + void on_cbCharset_currentIndexChanged(int idx); + void on_cbDirections_currentIndexChanged(int idx); void on_bFind_clicked(); void on_leFind_returnPressed(); @@ -113,6 +113,7 @@ private: frs_return_t readTcpStream(); frs_return_t readUdpStream(); frs_return_t readSslStream(); + frs_return_t readHttpStream(); void followStream(); void addText(QString text, gboolean is_from_server, guint32 packet_num); -- cgit v1.2.3