language stringlengths 0 24 | filename stringlengths 9 214 | code stringlengths 99 9.93M |
|---|---|---|
C++ | wireshark/ui/qt/extcap_argument.cpp | /* extcap_argument.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <extcap_argument.h>
#include <QObject>
#include <QWidget>
#include <QLabel>
#include <QLineEdit>
#include <QDateTimeEd... |
C/C++ | wireshark/ui/qt/extcap_argument.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef UI_QT_EXTCAP_ARGUMENT_H_
#define UI_QT_EXTCAP_ARGUMENT_H_
#include <QObject>
#include <QWidget>
#include <QLabel>
#include <QVariant... |
C++ | wireshark/ui/qt/extcap_argument_file.cpp | /* extcap_argument_file.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <extcap_argument.h>
#include <extcap_argument_file.h>
#include <wsutil/utf8_entities.h>
#include "ui/qt/widgets/... |
C/C++ | wireshark/ui/qt/extcap_argument_file.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef UI_QT_EXTCAP_ARGUMENT_FILE_H_
#define UI_QT_EXTCAP_ARGUMENT_FILE_H_
#include <QObject>
#include <QWidget>
#include <QLineEdit>
#inc... |
C++ | wireshark/ui/qt/extcap_argument_multiselect.cpp | /* extcap_argument_multiselect.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <extcap_argument.h>
#include <extcap_argument_file.h>
#include <wsutil/utf8_entities.h>
#include <QObject... |
C/C++ | wireshark/ui/qt/extcap_argument_multiselect.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef UI_QT_EXTCAP_ARGUMENT_MULTISELECT_H_
#define UI_QT_EXTCAP_ARGUMENT_MULTISELECT_H_
#include <QObject>
#include <QWidget>
#include <QS... |
C++ | wireshark/ui/qt/extcap_options_dialog.cpp | /* extcap_options_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <config.h>
#include <glib.h>
#include <extcap_options_dialog.h>
#include <ui_extcap_options_dialog.h>
#include... |
C/C++ | wireshark/ui/qt/extcap_options_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef EXTCAP_OPTIONS_DIALOG_H
#define EXTCAP_OPTIONS_DIALOG_H
#include <config.h>
#include <QWidget>
#include <QDialog>
#include <QPushB... |
User Interface | wireshark/ui/qt/extcap_options_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ExtcapOptionsDialog</class>
<widget class="QDialog" name="ExtcapOptionsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>92</height>
</rect>
</property>
<property name="minimumSize">
<... |
C++ | wireshark/ui/qt/file_set_dialog.cpp | /* fileset_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <glib.h>
#include "file.h"
#include "fileset.h"
#include "ui/help_url.h"
#include <wsutil/str_ut... |
C/C++ | wireshark/ui/qt/file_set_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef FILE_SET_DIALOG_H
#define FILE_SET_DIALOG_H
#include <config.h>
#include <glib.h>
#include "file.h"
#include "fileset.h"
#include... |
User Interface | wireshark/ui/qt/file_set_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FileSetDialog</class>
<widget class="QDialog" name="FileSetDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>750</width>
<height>450</height>
</rect>
</property>
<property name="windowTitle">
<string>Dial... |
C++ | wireshark/ui/qt/filter_action.cpp | /* filter_action.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "filter_action.h"
#include <ui/qt/main_application.h>
#include <ui/qt/main_window.h>
#include <QClipboard>
#include <QM... |
C/C++ | wireshark/ui/qt/filter_action.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/* Derived from gtk/filter_utils.h */
#ifndef FILTER_ACTION_H
#define FILTER_ACTION_H
#include <wsutil/utf8_entities.h>
#include <QAction>... |
C++ | wireshark/ui/qt/filter_dialog.cpp | /* filter_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <config.h>
#include <glib.h>
#include <wsutil/filter_files.h>
#include <wsutil/filesystem.h>
#include "filter_dialog.h... |
C/C++ | wireshark/ui/qt/filter_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef FILTER_DIALOG_H
#define FILTER_DIALOG_H
#include "geometry_state_dialog.h"
#include <ui/qt/models/filter_list_model.h>
#include <Q... |
User Interface | wireshark/ui/qt/filter_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FilterDialog</class>
<widget class="QDialog" name="FilterDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>584</width>
<height>390</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog... |
C++ | wireshark/ui/qt/filter_expression_frame.cpp | /* filter_expression_frame.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "filter_expression_frame.h"
#include <ui_filter_expression_frame.h>
#include <epan/filter_expressions.h>
#incl... |
C/C++ | wireshark/ui/qt/filter_expression_frame.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef FILTER_EXPRESSION_FRAME_H
#define FILTER_EXPRESSION_FRAME_H
#include "accordion_frame.h"
namespace Ui {
class FilterExpressionFrame... |
User Interface | wireshark/ui/qt/filter_expression_frame.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FilterExpressionFrame</class>
<widget class="AccordionFrame" name="FilterExpressionFrame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>796</width>
<height>82</height>
</rect>
</property>
<property name="sizePol... |
C++ | wireshark/ui/qt/firewall_rules_dialog.cpp | /* firewall_rules_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <config.h>
#include "firewall_rules_dialog.h"
#include <ui_firewall_rules_dialog.h>
#include "epan/packet_info.... |
C/C++ | wireshark/ui/qt/firewall_rules_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef FIREWALL_RULES_DIALOG_H
#define FIREWALL_RULES_DIALOG_H
#include "epan/address.h"
#include <wireshark_dialog.h>
namespace Ui {
cla... |
User Interface | wireshark/ui/qt/firewall_rules_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FirewallRulesDialog</class>
<widget class="QDialog" name="FirewallRulesDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>650</width>
<height>450</height>
</rect>
</property>
<layout class="QVBoxLayout" name=... |
C++ | wireshark/ui/qt/follow_stream_action.cpp | /* follow_stream_action.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <config.h>
#include <glib.h>
#include <epan/packet_info.h>
#include <epan/proto_data.h>
#include <epan/packet.h>
... |
C/C++ | wireshark/ui/qt/follow_stream_action.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef FOLLOWSTREAMACTION_H
#define FOLLOWSTREAMACTION_H
#include "config.h"
#include <glib.h>
#include <epan/packet_info.h>
#include <epa... |
C++ | wireshark/ui/qt/follow_stream_dialog.cpp | /* follow_stream_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "follow_stream_dialog.h"
#include <ui_follow_stream_dialog.h>
#include "main_application.h"
#include "main_window... |
C/C++ | wireshark/ui/qt/follow_stream_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef FOLLOW_STREAM_DIALOG_H
#define FOLLOW_STREAM_DIALOG_H
#include <config.h>
#include <glib.h>
#include <stdio.h>
#ifdef HAVE_UNISTD... |
User Interface | wireshark/ui/qt/follow_stream_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FollowStreamDialog</class>
<widget class="QDialog" name="FollowStreamDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>609</width>
<height>600</height>
</rect>
</property>
<property name="sizePolicy">
<si... |
C++ | wireshark/ui/qt/font_color_preferences_frame.cpp | /* font_color_preferences_frame.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <config.h>
#include <ui/qt/utils/qt_ui_utils.h>
#include "font_color_preferences_frame.h"
#include <ui/qt... |
C/C++ | wireshark/ui/qt/font_color_preferences_frame.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef FONT_COLOR_PREFERENCES_FRAME_H
#define FONT_COLOR_PREFERENCES_FRAME_H
#include <QFrame>
#include <QFont>
#include <epan/prefs.h>
n... |
User Interface | wireshark/ui/qt/font_color_preferences_frame.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FontColorPreferencesFrame</class>
<widget class="QFrame" name="FontColorPreferencesFrame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>540</width>
<height>390</height>
</rect>
</property>
<property name="minimu... |
C++ | wireshark/ui/qt/funnel_statistics.cpp | /* funnel_statistics.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <glib.h>
#include "epan/color_filters.h"
#include "file.h"
#include "epan/funnel.h"
#include "... |
C/C++ | wireshark/ui/qt/funnel_statistics.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef FUNNELSTATISTICS_H
#define FUNNELSTATISTICS_H
#include <QObject>
#include <QAction>
#include <QSet>
#include <epan/funnel.h>
#inclu... |
C++ | wireshark/ui/qt/funnel_string_dialog.cpp | /* funnel_string_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "funnel_string_dialog.h"
#include <ui_funnel_string_dialog.h>
#include <QLabel>
#include <QLineEdit>
#include <u... |
C/C++ | wireshark/ui/qt/funnel_string_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef FUNNEL_STRING_DIALOG_H
#define FUNNEL_STRING_DIALOG_H
#include <glib.h>
#include "epan/funnel.h"
#include <QDialog>
class QLineEd... |
User Interface | wireshark/ui/qt/funnel_string_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FunnelStringDialog</class>
<widget class="QDialog" name="FunnelStringDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>176</width>
<height>66</height>
</rect>
</property>
<property name="windowTitle">
<st... |
C++ | wireshark/ui/qt/funnel_text_dialog.cpp | /* funnel_text_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "funnel_text_dialog.h"
#include <ui_funnel_text_dialog.h>
#include <QPushButton>
#include <QRegularExpression>
#inc... |
C/C++ | wireshark/ui/qt/funnel_text_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef FUNNEL_TEXT_DIALOG_H
#define FUNNEL_TEXT_DIALOG_H
#include <glib.h>
#include "epan/funnel.h"
#include "geometry_state_dialog.h"
#i... |
User Interface | wireshark/ui/qt/funnel_text_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FunnelTextDialog</class>
<widget class="QDialog" name="FunnelTextDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>620</width>
<height>450</height>
</rect>
</property>
<property name="windowTitle">
<strin... |
C++ | wireshark/ui/qt/geometry_state_dialog.cpp | /* geometry_state_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "geometry_state_dialog.h"
#include <ui/qt/utils/qt_ui_utils.h>
#include "ui/recent.h"
#include "ui/ws_ui_util.h"
... |
C/C++ | wireshark/ui/qt/geometry_state_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef GEOMETRY_STATE_DIALOG_H
#define GEOMETRY_STATE_DIALOG_H
#include <QDialog>
class GeometryStateDialog : public QDialog
{
public:
//... |
C++ | wireshark/ui/qt/glib_mainloop_on_qeventloop.cpp | /** @file
*
* Copyright 2022 Tomasz Mon <desowin@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <QTimer>
#include "glib_mainloop_on_qeventloop.h"
GLibPoller::GLibPoller(GMainContext *context) :
mutex_(), dispatched_(),
ctx_(context), priority_(0),
fds_(g_new(GPollFD, 1)), alloca... |
C/C++ | wireshark/ui/qt/glib_mainloop_on_qeventloop.h | /** @file
*
* Copyright 2022 Tomasz Mon <desowin@gmail.com>
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef GLIB_MAINLOOP_ON_QEVENTLOOP_H
#define GLIB_MAINLOOP_ON_QEVENTLOOP_H
#include <QThread>
#include <QMutex>
#include <QWaitCondition>
#include <glib.h>
class GLibPoller : public QThread
{
Q_OBJE... |
Text | wireshark/ui/qt/gpl-template.txt | /* <filename>.c
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/ |
C++ | wireshark/ui/qt/gsm_map_summary_dialog.cpp | /* gsm_map_summary_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#incl... |
C/C++ | wireshark/ui/qt/gsm_map_summary_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef GSM_MAP_SUMMARY_D... |
User Interface | wireshark/ui/qt/gsm_map_summary_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GsmMapSummaryDialog</class>
<widget class="QDialog" name="GsmMapSummaryDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>420</height>
</rect>
</property>
<property name="windowTitle">
... |
C++ | wireshark/ui/qt/iax2_analysis_dialog.cpp | /* iax2_analysis_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "iax2_analysis_dialog.h"
#include <ui_iax2_analysis_dialog.h>
#include "file.h"
#include "frame_tvbuff.h"
#inclu... |
C/C++ | wireshark/ui/qt/iax2_analysis_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef IAX2_ANALYSIS_DIALOG_H
#define IAX2_ANALYSIS_DIALOG_H
// The GTK+ UI checks for multiple RTP streams, and if found opens the RTP
// ... |
User Interface | wireshark/ui/qt/iax2_analysis_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Iax2AnalysisDialog</class>
<widget class="QDialog" name="Iax2AnalysisDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>650</width>
<height>475</height>
</rect>
</property>
<property name="windowTitle">
<s... |
C++ | wireshark/ui/qt/import_text_dialog.cpp | /* import_text_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include "import_text_dialog.h"
#include "wiretap/wtap.h"
#include "wiretap/pcap-encap.h"
#include <ep... |
C/C++ | wireshark/ui/qt/import_text_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef IMPORT_TEXT_DIALOG_H
#define IMPORT_TEXT_DIALOG_H
#include <config.h>
#include <stdio.h>
#include <glib.h>
#include "ui/text_impo... |
User Interface | wireshark/ui/qt/import_text_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ImportTextDialog</class>
<widget class="QDialog" name="ImportTextDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>562</width>
<height>832</height>
</rect>
</property>
<property name="maximumSize">
<size>... |
C++ | wireshark/ui/qt/interface_frame.cpp | /* interface_frame.cpp
* Display of interfaces, including their respective data, and the
* capability to filter interfaces by type
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"... |
C/C++ | wireshark/ui/qt/interface_frame.h | /** @file
*
* Display of interfaces, including their respective data, and the
* capability to filter interfaces by type
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef INTERFACE_FRAME_H
#d... |
User Interface | wireshark/ui/qt/interface_frame.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>InterfaceFrame</class>
<widget class="QFrame" name="InterfaceFrame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>256</width>
<height>209</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy ... |
C++ | wireshark/ui/qt/interface_toolbar.cpp | /* interface_toolbar.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <errno.h>
#include <ws_diag_control.h>
#if WS_IS_AT_LEAST_GNUC_VERSION(12,1)
DIAG_OFF(stringop... |
C/C++ | wireshark/ui/qt/interface_toolbar.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef INTERFACE_TOOLBAR_H
#define INTERFACE_TOOLBAR_H
#include <glib.h>
#include "ui/iface_toolbar.h"
#include "funnel_text_dialog.h"
#in... |
User Interface | wireshark/ui/qt/interface_toolbar.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>InterfaceToolbar</class>
<widget class="QFrame" name="InterfaceToolbar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>600</width>
<height>32</height>
</rect>
</property>
<property name="windowTitle">
<string>... |
C++ | wireshark/ui/qt/interface_toolbar_reader.cpp | /* interface_toolbar_reader.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <sys/types.h>
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
#include <errno.h>
#incl... |
C/C++ | wireshark/ui/qt/interface_toolbar_reader.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef INTERFACE_TOOLBAR_READER_H
#define INTERFACE_TOOLBAR_READER_H
#include <QObject>
#include <QByteArray>
#ifdef _WIN32
#include <wind... |
C++ | wireshark/ui/qt/io_console_dialog.cpp | /*
* io_console_dialog.c
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <config.h>
#define WS_LOG_DOMAIN LOG_DOMAIN_QTUI
#include "io_console_dialog.h"
#include <ui_io_console_dialog.h>
#... |
C/C++ | wireshark/ui/qt/io_console_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef IO_CONSOLE_DIALOG_H
#define IO_CONSOLE_DIALOG_H
#include <wireshark.h>
#include <QTextEdit>
#include <QSplitter>
#include <QKeySequ... |
User Interface | wireshark/ui/qt/io_console_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>IOConsoleDialog</class>
<widget class="QDialog" name="IOConsoleDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>596</width>
<height>430</height>
</rect>
</property>
<property name="windowTitle">
<string>... |
C++ | wireshark/ui/qt/io_graph_dialog.cpp | /* io_graph_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "io_graph_dialog.h"
#include <ui_io_graph_dialog.h>
#include "file.h"
#include <epan/stat_tap_ui.h>
#include "epan/st... |
C/C++ | wireshark/ui/qt/io_graph_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef IO_GRAPH_DIALOG_H
#define IO_GRAPH_DIALOG_H
#include <config.h>
#include <glib.h>
#include "epan/epan_dissect.h"
#include "epan/pr... |
User Interface | wireshark/ui/qt/io_graph_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>IOGraphDialog</class>
<widget class="QDialog" name="IOGraphDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>850</width>
<height>640</height>
</rect>
</property>
<property name="windowTitle">
<string>Dial... |
C++ | wireshark/ui/qt/layout_preferences_frame.cpp | /* layout_preferences_frame.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <config.h>
#include "layout_preferences_frame.h"
#include <ui_layout_preferences_frame.h>
#include <QAbstrac... |
C/C++ | wireshark/ui/qt/layout_preferences_frame.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef LAYOUT_PREFERENCES_FRAME_H
#define LAYOUT_PREFERENCES_FRAME_H
#include <epan/prefs.h>
#include <QFrame>
#include <QAbstractButton>
... |
User Interface | wireshark/ui/qt/layout_preferences_frame.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LayoutPreferencesFrame</class>
<widget class="QFrame" name="LayoutPreferencesFrame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>414</width>
<height>409</height>
</rect>
</property>
<property name="windowTitle"... |
C++ | wireshark/ui/qt/lbm_lbtrm_transport_dialog.cpp | /* lbm_lbtrm_transport_dialog.cpp
*
* Copyright (c) 2005-2014 Informatica Corporation. All Rights Reserved.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "lbm_lbtrm_transport_dialog.h"
#... |
C/C++ | wireshark/ui/qt/lbm_lbtrm_transport_dialog.h | /** @file
*
* Copyright (c) 2005-2014 Informatica Corporation. All Rights Reserved.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef LBM_LBTRM_TRANSPORT_DIALOG_H
#define LBM_LBTRM_TRANSPORT_... |
User Interface | wireshark/ui/qt/lbm_lbtrm_transport_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LBMLBTRMTransportDialog</class>
<widget class="QDialog" name="LBMLBTRMTransportDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>841</width>
<height>563</height>
</rect>
</property>
<property name="windowTit... |
C++ | wireshark/ui/qt/lbm_lbtru_transport_dialog.cpp | /* lbm_lbtru_transport_dialog.cpp
*
* Copyright (c) 2005-2014 Informatica Corporation. All Rights Reserved.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "lbm_lbtru_transport_dialog.h"
#... |
C/C++ | wireshark/ui/qt/lbm_lbtru_transport_dialog.h | /** @file
*
* Copyright (c) 2005-2014 Informatica Corporation. All Rights Reserved.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef LBM_LBTRU_TRANSPORT_DIALOG_H
#define LBM_LBTRU_TRANSPORT_... |
User Interface | wireshark/ui/qt/lbm_lbtru_transport_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LBMLBTRUTransportDialog</class>
<widget class="QDialog" name="LBMLBTRUTransportDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>872</width>
<height>667</height>
</rect>
</property>
<property name="windowTit... |
C++ | wireshark/ui/qt/lbm_stream_dialog.cpp | /* lbm_stream_dialog.cpp
*
* Copyright (c) 2005-2014 Informatica Corporation. All Rights Reserved.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
// Adapted from stats_tree_packet.cpp
#include "l... |
C/C++ | wireshark/ui/qt/lbm_stream_dialog.h | /** @file
*
* Copyright (c) 2005-2014 Informatica Corporation. All Rights Reserved.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef LBM_STREAM_DIALOG_H
#define LBM_STREAM_DIALOG_H
#include... |
User Interface | wireshark/ui/qt/lbm_stream_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LBMStreamDialog</class>
<widget class="QDialog" name="LBMStreamDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>652</width>
<height>459</height>
</rect>
</property>
<property name="windowTitle">
<string>... |
C++ | wireshark/ui/qt/lte_mac_statistics_dialog.cpp | /* lte_mac_statistics_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "lte_mac_statistics_dialog.h"
#include <epan/packet.h>
#include <epan/strutil.h>
#include <epan/tap.h>
#inc... |
C/C++ | wireshark/ui/qt/lte_mac_statistics_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __LTE_MAC_STATISTICS_DIALOG_H__
#define __LTE_MAC_STATISTICS_DIALOG_H__
#include "tap_parameter_dialog.h"
#include <QLabel>
#includ... |
C++ | wireshark/ui/qt/lte_rlc_graph_dialog.cpp | /* lte_rlc_graph_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "lte_rlc_graph_dialog.h"
#include <ui_lte_rlc_graph_dialog.h>
#include <epan/epan.h>
#include <epan/epan_dissect.... |
C/C++ | wireshark/ui/qt/lte_rlc_graph_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef LTE_RLC_GRAPH_DIALOG_H
#define LTE_RLC_GRAPH_DIALOG_H
#include "wireshark_dialog.h"
#include <ui/tap-rlc-graph.h>
#include <ui/qt/w... |
User Interface | wireshark/ui/qt/lte_rlc_graph_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>LteRlcGraphDialog</class>
<widget class="QDialog" name="LteRlcGraphDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>660</width>
<height>447</height>
</rect>
</property>
<property name="windowTitle">
<str... |
C++ | wireshark/ui/qt/lte_rlc_statistics_dialog.cpp | /* lte_rlc_statistics_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "lte_rlc_statistics_dialog.h"
#include <epan/packet.h>
#include <epan/strutil.h>
#include <epan/tap.h>
#inc... |
C/C++ | wireshark/ui/qt/lte_rlc_statistics_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __LTE_RLC_STATISTICS_DIALOG_H__
#define __LTE_RLC_STATISTICS_DIALOG_H__
#include "tap_parameter_dialog.h"
#include <QCheckBox>
cla... |
C++ | wireshark/ui/qt/main.cpp | /* main.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <config.h>
#define WS_LOG_DOMAIN LOG_DOMAIN_MAIN
#include <glib.h>
#include <locale.h>
#ifdef _WIN32
#include <windows.h>
#inc... |
C++ | wireshark/ui/qt/main_application.cpp | /* main_application.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
// warning C4267: 'argument' : conversion from 'size_t' to 'int', possible loss of data
#ifdef _MSC_VER
#pragma warning(push)
#... |
C/C++ | wireshark/ui/qt/main_application.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef MAIN_APPLICATION_H
#define MAIN_APPLICATION_H
#include <config.h>
#include <glib.h>
#include "wsutil/feature_list.h"
#include "ep... |
C++ | wireshark/ui/qt/main_status_bar.cpp | /* main_status_bar.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <glib.h>
#include "file.h"
#include <epan/expert.h>
#include <epan/prefs.h>
#include <wsutil/fi... |
C/C++ | wireshark/ui/qt/main_status_bar.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef MAIN_STATUS_BAR_H
#define MAIN_STATUS_BAR_H
#include "config.h"
#include "cfile.h"
#include "capture/capture_session.h"
#include ... |
C++ | wireshark/ui/qt/main_window.cpp | /* main_window.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <glib.h>
#include "ui/preference_utils.h"
#include "main_window.h"
#include "funnel_statistics.h"
#... |
C/C++ | wireshark/ui/qt/main_window.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef MAINWINDOW_H
#define MAINWINDOW_H
#include <epan/prefs.h>
#include <epan/stat_groups.h>
#include <epan/frame_data.h>
// frame_data ... |
C++ | wireshark/ui/qt/main_window_layout.cpp | /* main_window_layout.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <config.h>
#include <ui/qt/main_window.h>
#include <ui/qt/widgets/additional_toolbar.h>
#include "ui/recent.h"
#i... |
C++ | wireshark/ui/qt/main_window_preferences_frame.cpp | /* main_window_preferences_frame.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "main_window_preferences_frame.h"
#include <ui/qt/utils/qt_ui_utils.h>
#include <ui_main_window_preferen... |
C/C++ | wireshark/ui/qt/main_window_preferences_frame.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef MAIN_WINDOW_PREFERENCES_FRAME_H
#define MAIN_WINDOW_PREFERENCES_FRAME_H
#include <epan/prefs.h>
#include <QFrame>
namespace Ui {
c... |
User Interface | wireshark/ui/qt/main_window_preferences_frame.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindowPreferencesFrame</class>
<widget class="QFrame" name="MainWindowPreferencesFrame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>405</width>
<height>445</height>
</rect>
</property>
<property name="size... |
C++ | wireshark/ui/qt/manage_interfaces_dialog.cpp | /* manage_interfaces_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <wireshark.h>
#include "manage_interfaces_dialog.h"
#include <ui_manage_interfaces_dialog.h>
#include "epan/p... |
C/C++ | wireshark/ui/qt/manage_interfaces_dialog.h | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef MANAGE_INTERFACES_DIALOG_H
#define MANAGE_INTERFACES_DIALOG_H
#include <config.h>
#include <glib.h>
#include "capture_opts.h"
#inc... |
User Interface | wireshark/ui/qt/manage_interfaces_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ManageInterfacesDialog</class>
<widget class="QDialog" name="ManageInterfacesDialog">
<property name="windowModality">
<enum>Qt::ApplicationModal</enum>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>750</... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.