Add HTTP Follow stream
authorMichael Mann <mmann78@netscape.net>
Sat, 2 Jan 2016 13:58:08 +0000 (08:58 -0500)
committerMichael Mann <mmann78@netscape.net>
Sun, 3 Jan 2016 13:36:18 +0000 (13:36 +0000)
commit1fed5fef9a455171323e08f46f2dd8c1b834df79
tree14f04a9c27e1362385e11fff70f3cc5b90137611
parentca736cc7b49650764340bf420f834ddbd92da60b
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 <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
21 files changed:
epan/dissectors/packet-http.c
epan/follow.c
epan/follow.h
ui/follow.h
ui/gtk/CMakeLists.txt
ui/gtk/Makefile.common
ui/gtk/follow_http.c [new file with mode: 0644]
ui/gtk/follow_http.h [new file with mode: 0644]
ui/gtk/follow_ssl.c
ui/gtk/follow_stream.c
ui/gtk/follow_stream.h
ui/gtk/follow_tcp.c
ui/gtk/follow_udp.c
ui/gtk/main_menubar.c
ui/qt/follow_stream_dialog.cpp
ui/qt/follow_stream_dialog.h
ui/qt/main_window.h
ui/qt/main_window.ui
ui/qt/main_window_slots.cpp
ui/qt/packet_list.cpp
ui/qt/proto_tree.cpp