aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window.ui
diff options
context:
space:
mode:
authorMoshe Kaplan <me@moshekaplan.com>2018-01-14 20:19:06 -0500
committerAnders Broman <a.broman58@gmail.com>2018-02-07 05:37:51 +0000
commitcd8c73a35591d409b3efaba648584418bc8bb540 (patch)
tree80947dfdfe2ddbe3ab70900e7d92efe45efaac3c /ui/qt/main_window.ui
parent71844ed50a35d8bfb03e10061846f726d7f9af9e (diff)
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@moshekaplan.com> Petri-Dish: Roland Knall <rknall@gmail.com> Tested-by: Petri Dish Buildbot Reviewed-by: Anders Broman <a.broman58@gmail.com>
Diffstat (limited to 'ui/qt/main_window.ui')
-rw-r--r--ui/qt/main_window.ui9
1 files changed, 9 insertions, 0 deletions
diff --git a/ui/qt/main_window.ui b/ui/qt/main_window.ui
index 2d54b578ae..28e3c929a2 100644
--- a/ui/qt/main_window.ui
+++ b/ui/qt/main_window.ui
@@ -484,6 +484,7 @@
<addaction name="actionStatisticsHTTPPacketCounter"/>
<addaction name="actionStatisticsHTTPRequests"/>
<addaction name="actionStatisticsHTTPLoadDistribution"/>
+ <addaction name="actionStatisticsHTTPReferers"/>
</widget>
<widget class="QMenu" name="menu29West">
<property name="title">
@@ -1941,6 +1942,14 @@
<string>HTTP load distribution</string>
</property>
</action>
+ <action name="actionStatisticsHTTPReferers">
+ <property name="text">
+ <string>Referers</string>
+ </property>
+ <property name="toolTip">
+ <string>HTTP referers</string>
+ </property>
+ </action>
<action name="actionStatisticsPacketLengths">
<property name="text">
<string>Packet Lengths</string>