aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/capture_interfaces_dialog.ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/capture_interfaces_dialog.ui')
-rw-r--r--ui/qt/capture_interfaces_dialog.ui83
1 files changed, 45 insertions, 38 deletions
diff --git a/ui/qt/capture_interfaces_dialog.ui b/ui/qt/capture_interfaces_dialog.ui
index df3e77b8e9..96d48893a2 100644
--- a/ui/qt/capture_interfaces_dialog.ui
+++ b/ui/qt/capture_interfaces_dialog.ui
@@ -27,7 +27,7 @@
<item>
<widget class="QTableWidget" name="tbInterfaces">
<property name="editTriggers">
- <set>QAbstractItemView::NoEditTriggers</set>
+ <set>QAbstractItemView::DoubleClicked</set>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
@@ -45,15 +45,10 @@
<number>0</number>
</property>
<property name="columnCount">
- <number>9</number>
+ <number>8</number>
</property>
<column>
<property name="text">
- <string>Capture</string>
- </property>
- </column>
- <column>
- <property name="text">
<string>Interface</string>
</property>
</column>
@@ -104,36 +99,47 @@
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;You probably want to enable this. Usually a network card will only capture the traffic sent to its own network address. If you want to capture all traffic that the network card can &amp;quot;see&amp;quot;, mark this option. See the FAQ for some more details of capturing packets from a switched network.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="text">
- <string>Capture packets in promiscuous mode</string>
+ <string>Capture packets in promiscuous mode on all interfaces</string>
</property>
</widget>
</item>
<item>
- <widget class="QCheckBox" name="captureShowInfoCheckBox">
- <property name="toolTip">
- <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Show the capture summary dialog while capturing.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
+ <spacer name="horizontalSpacer_2">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
</property>
- <property name="text">
- <string>Show the capture summary dialog while capturing</string>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>13</width>
+ <height>3</height>
+ </size>
</property>
- </widget>
+ </spacer>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout">
+ <item>
+ <widget class="QLabel" name="label_4">
+ <property name="text">
+ <string>Capture Filter for selected Interfaces:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="CaptureFilterCombo" name="allFilterComboBox">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ </widget>
+ </item>
+ </layout>
</item>
</layout>
</item>
<item>
- <spacer name="horizontalSpacer_2">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>48</height>
- </size>
- </property>
- </spacer>
- </item>
- <item>
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QPushButton" name="bClose_2">
@@ -141,22 +147,16 @@
<bool>false</bool>
</property>
<property name="text">
- <string>Add pipe...</string>
+ <string>Manage Interfaces...</string>
</property>
</widget>
</item>
<item>
- <spacer name="verticalSpacer">
- <property name="orientation">
- <enum>Qt::Vertical</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>20</width>
- <height>18</height>
- </size>
+ <widget class="QPushButton" name="compileBPF">
+ <property name="text">
+ <string>Compile BPFs</string>
</property>
- </spacer>
+ </widget>
</item>
</layout>
</item>
@@ -629,6 +629,13 @@
</item>
</layout>
</widget>
+ <customwidgets>
+ <customwidget>
+ <class>CaptureFilterCombo</class>
+ <extends>QComboBox</extends>
+ <header location="global">capture_filter_combo.h</header>
+ </customwidget>
+ </customwidgets>
<resources/>
<connections/>
</ui>