URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5dd1401291f3ce8b2ff39f9af409348027b940dc
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5dd1401 by Michael Mann (mmann78@xxxxxxxxxxxx):
Cleanup follow stream code
Adding Follow HTTP Stream justified some refactoring and code removal.
Change-Id: I9b7ace83f8517e880e78193bb97ac32e3fc91114
Reviewed-on: https://code.wireshark.org/review/13015
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 1fed5fe Add HTTP Follow stream
adds 5dd1401 Cleanup follow stream code
Summary of changes:
ui/CMakeLists.txt | 1 -
ui/Makefile.common | 1 -
ui/follow.c | 122 ------------------------------------------------
ui/follow.h | 5 --
ui/gtk/follow_http.c | 10 ++--
ui/gtk/follow_ssl.c | 11 +++--
ui/gtk/follow_stream.c | 32 ++++---------
ui/gtk/follow_stream.h | 15 +++---
ui/gtk/follow_tcp.c | 10 ++--
ui/gtk/follow_udp.c | 10 ++--
10 files changed, 47 insertions(+), 170 deletions(-)
delete mode 100644 ui/follow.c