Wireshark-commits: [Wireshark-commits] master cd8c73a: Generate HTTP Referer statistics
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cd8c73a35591d409b3efaba648584418bc8bb540
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
cd8c73a by Moshe Kaplan (me@xxxxxxxxxxxxxxx):
Generate HTTP Referer statistics
The main benefit of this feature is that it enables users to see the
succession of HTTP requests that led to a specific request.
A sample PCAP is available here:
https://bugs.wireshark.org/bugzilla/attachment.cgi?id=16085
Change-Id: I7c521315b848fbce659fdc01e43f261d804a3a48
Reviewed-on: https://code.wireshark.org/review/25319
Reviewed-by: Moshe Kaplan <me@xxxxxxxxxxxxxxx>
Petri-Dish: Roland Knall <rknall@xxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 71844ed wsutil: use SPDX identifiers.
adds cd8c73a Generate HTTP Referer statistics
Summary of changes:
epan/dissectors/packet-http.c | 155 ++++++++++++++++++++++++++++++++++++++++--
epan/dissectors/packet-http.h | 2 +
ui/qt/main_window.h | 1 +
ui/qt/main_window.ui | 9 +++
ui/qt/main_window_slots.cpp | 5 ++
5 files changed, 167 insertions(+), 5 deletions(-)