language stringlengths 0 24 | filename stringlengths 9 214 | code stringlengths 99 9.93M |
|---|---|---|
C/C++ | wireshark/ui/qt/search_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 SEARCH_FRAME_H
#define SEARCH_FRAME_H
#include <config.h>
#include "accordion_frame.h"
#include "cfile.h"
namespace Ui {
class Se... |
User Interface | wireshark/ui/qt/search_frame.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SearchFrame</class>
<widget class="AccordionFrame" name="SearchFrame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1026</width>
<height>34</height>
</rect>
</property>
<property name="windowTitle">
<string>F... |
C++ | wireshark/ui/qt/sequence_diagram.cpp | /* sequence_diagram.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "sequence_diagram.h"
#include "epan/addr_resolv.h"
#include "epan/sequence_analysis.h"
#include <ui/qt/utils/color_u... |
C/C++ | wireshark/ui/qt/sequence_diagram.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 SEQUENCE_DIAGRAM_H
#define SEQUENCE_DIAGRAM_H
#include <config.h>
#include <glib.h>
#include <epan/address.h>
#include <QObject>
... |
C++ | wireshark/ui/qt/sequence_dialog.cpp | /* sequence_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 "sequence_dialog.h"
#include <ui_sequence_dialog.h>
#include "epan/addr_resolv.h"
#include "file.h"
#include "wsutil... |
C/C++ | wireshark/ui/qt/sequence_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 SEQUENCE_DIALOG_H
#define SEQUENCE_DIALOG_H
#include <config.h>
#include <glib.h>
#include "cfile.h"
#include "epan/packet.h"
#in... |
User Interface | wireshark/ui/qt/sequence_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SequenceDialog</class>
<widget class="QDialog" name="SequenceDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>679</width>
<height>568</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalL... |
C++ | wireshark/ui/qt/service_response_time_dialog.cpp | /* service_response_time_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 "service_response_time_dialog.h"
#include "file.h"
#include <epan/tap.h>
#include <wsutil/ws_assert.h>
#... |
C/C++ | wireshark/ui/qt/service_response_time_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 __SERVICE_RESPONSE_TIME_DIALOG_H__
#define __SERVICE_RESPONSE_TIME_DIALOG_H__
#include "tap_parameter_dialog.h"
#include <epan/srt_t... |
C++ | wireshark/ui/qt/show_packet_bytes_dialog.cpp | /* show_packet_bytes_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 "show_packet_bytes_dialog.h"
#include <ui_show_packet_bytes_dialog.h>
#include "main_window.h"
#include "main... |
C/C++ | wireshark/ui/qt/show_packet_bytes_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 SHOW_PACKET_BYTES_DIALOG_H
#define SHOW_PACKET_BYTES_DIALOG_H
#include <config.h>
#include <glib.h>
#include <stdio.h>
#ifdef HAVE_... |
User Interface | wireshark/ui/qt/show_packet_bytes_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ShowPacketBytesDialog</class>
<widget class="QDialog" name="ShowPacketBytesDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>710</width>
<height>620</height>
</rect>
</property>
<property name="sizePolicy">
... |
C++ | wireshark/ui/qt/simple_dialog.cpp | /* simple_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 "simple_dialog.h"
#include "file.h"
#include "epan/strutil.h"
#include "epan/prefs.h"
#include "ui/commandline.h"
#in... |
C/C++ | wireshark/ui/qt/simple_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 SIMPLE_DIALOG_H
#define SIMPLE_DIALOG_H
#include <config.h>
#include <stdio.h>
#include <glib.h>
#include "ui/simple_dialog.h"
#... |
C++ | wireshark/ui/qt/simple_statistics_dialog.cpp | /* simple_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 "simple_statistics_dialog.h"
#include "file.h"
#include "epan/stat_tap_ui.h"
#include <QTreeWidget>
#inclu... |
C/C++ | wireshark/ui/qt/simple_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 __SIMPLE_STATISTICS_DIALOG_H__
#define __SIMPLE_STATISTICS_DIALOG_H__
#include "tap_parameter_dialog.h"
struct _stat_data_t;
class... |
C++ | wireshark/ui/qt/stats_tree_dialog.cpp | /* stats_tree_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 "stats_tree_dialog.h"
#include "file.h"
#include "epan/stats_tree_priv.h"
#include <ui/qt/utils/qt_ui_utils.h>
#i... |
C/C++ | wireshark/ui/qt/stats_tree_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 STATS_TREE_DIALOG_H
#define STATS_TREE_DIALOG_H
#include "tap_parameter_dialog.h"
#include <config.h>
#include <glib.h>
#include ... |
C++ | wireshark/ui/qt/strip_headers_dialog.cpp | /* strip_headers_dialog.cpp
* Dialog for stripping lower level protocols and outputting protocols
* with a native encapsulation to file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "con... |
C/C++ | wireshark/ui/qt/strip_headers_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 STRIP_HEADERS_DIALOG_H
#define STRIP_HEADERS_DIALOG_H
#include <QDialog>
#include <QDebug>
namespace Ui {
class StripHeadersDialog;... |
User Interface | wireshark/ui/qt/strip_headers_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>StripHeadersDialog</class>
<widget class="QDialog" name="StripHeadersDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>393</width>
<height>158</height>
</rect>
</property>
<property name="windowTitle">
<s... |
C++ | wireshark/ui/qt/supported_protocols_dialog.cpp | /* supported_protocols_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 "supported_protocols_dialog.h"
#include <ui_supported_protocols_dialog.h>
#include <epa... |
C/C++ | wireshark/ui/qt/supported_protocols_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 SUPPORTED_PROTOCOLS_DIALOG_H
#define SUPPORTED_PROTOCOLS_DIALOG_H
#include "geometry_state_dialog.h"
#include <ui/qt/models/supporte... |
User Interface | wireshark/ui/qt/supported_protocols_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>SupportedProtocolsDialog</class>
<widget class="QDialog" name="SupportedProtocolsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>540</height>
</rect>
</property>
<property name="windowT... |
C++ | wireshark/ui/qt/tabnav_tree_widget.cpp | /* tabnav_tree_widget.cpp
* Tree widget with saner tab navigation properties.
*
* Copyright 2017 Peter Wu <peter@lekensteyn.nl>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "tabnav_tre... |
C/C++ | wireshark/ui/qt/tabnav_tree_widget.h | /** @file
*
* Tree widget with saner tab navigation properties.
*
* Copyright 2017 Peter Wu <peter@lekensteyn.nl>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef TABNAV_TREE_WIDGET_H
#def... |
C++ | wireshark/ui/qt/tap_parameter_dialog.cpp | /* tap_parameter_dialog.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/*
* @file Tap parameter dialog class
*
* Base class for statistics dialogs. Subclasses must implement:
* - fillTree. C... |
C/C++ | wireshark/ui/qt/tap_parameter_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 TAP_PARAMETER_DIALOG_H
#define TAP_PARAMETER_DIALOG_H
/*
* @file Base class for statistics and analysis dialogs.
* Provides conven... |
User Interface | wireshark/ui/qt/tap_parameter_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TapParameterDialog</class>
<widget class="QDialog" name="TapParameterDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>587</width>
<height>459</height>
</rect>
</property>
<property name="windowTitle">
<s... |
C++ | wireshark/ui/qt/tcp_stream_dialog.cpp | /* tcp_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 "tcp_stream_dialog.h"
#include <ui_tcp_stream_dialog.h>
#include <algorithm> // for std::sort
#include <utility> // ... |
C/C++ | wireshark/ui/qt/tcp_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 TCP_STREAM_DIALOG_H
#define TCP_STREAM_DIALOG_H
#include <config.h>
#include <glib.h>
#include <file.h>
#include <epan/dissectors... |
User Interface | wireshark/ui/qt/tcp_stream_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TCPStreamDialog</class>
<widget class="QDialog" name="TCPStreamDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>969</width>
<height>640</height>
</rect>
</property>
<property name="windowTitle">
<string>... |
C++ | wireshark/ui/qt/time_shift_dialog.cpp | /* time_shift_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 "time_shift_dialog.h"
#include <ui_time_shift_dialog.h>
#include "main_application.h"
#include <ui/time_shift.h>
#i... |
C/C++ | wireshark/ui/qt/time_shift_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 TIME_SHIFT_DIALOG_H
#define TIME_SHIFT_DIALOG_H
#include <config.h>
#include <glib.h>
#include "cfile.h"
#include <ui/qt/widgets/... |
User Interface | wireshark/ui/qt/time_shift_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TimeShiftDialog</class>
<widget class="QDialog" name="TimeShiftDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>549</width>
<height>257</height>
</rect>
</property>
<property name="sizePolicy">
<sizepoli... |
C++ | wireshark/ui/qt/traffic_table_dialog.cpp | /* traffic_table_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 "traffic_table_dialog.h"
#include <ui_traffic_table_dialog.h>
#include <epan/addr_resolv.h>
#include <epan/prefs.... |
C/C++ | wireshark/ui/qt/traffic_table_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 TRAFFIC_TABLE_DIALOG_H
#define TRAFFIC_TABLE_DIALOG_H
#include <config.h>
#include "file.h"
#include "epan/conversation_table.h"
... |
User Interface | wireshark/ui/qt/traffic_table_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>TrafficTableDialog</class>
<widget class="QDialog" name="TrafficTableDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>680</width>
<height>475</height>
</rect>
</property>
<layout class="QVBoxLayout" name="v... |
C++ | wireshark/ui/qt/uat_dialog.cpp | /* uat_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 "uat_dialog.h"
#include <ui_uat_dialog.h>
#include "main_application.h"
#include "epan/strutil.h"
#include "epan/uat-int.h"... |
C/C++ | wireshark/ui/qt/uat_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 UAT_DIALOG_H
#define UAT_DIALOG_H
#include <config.h>
#include <glib.h>
#include "geometry_state_dialog.h"
#include <ui/qt/models/... |
User Interface | wireshark/ui/qt/uat_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>UatDialog</class>
<widget class="QDialog" name="UatDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>566</width>
<height>403</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
... |
C++ | wireshark/ui/qt/uat_frame.cpp | /* uat_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 <glib.h>
#include <epan/filter_expressions.h>
#include "uat_frame.h"
#include <ui_uat_frame.h>
#includ... |
C/C++ | wireshark/ui/qt/uat_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 UAT_FRAME_H
#define UAT_FRAME_H
#include <QFrame>
#include <ui/qt/geometry_state_dialog.h>
#include <ui/qt/models/uat_model.h>
#inc... |
User Interface | wireshark/ui/qt/uat_frame.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>UatFrame</class>
<widget class="QFrame" name="UatFrame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>513</width>
<height>397</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame</string>
... |
C++ | wireshark/ui/qt/voip_calls_dialog.cpp | /* voip_calls_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 "voip_calls_dialog.h"
#include <ui_voip_calls_dialog.h>
#include "file.h"
#include "epan/addr_resolv.h"
#include "e... |
C/C++ | wireshark/ui/qt/voip_calls_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 VOIP_CALLS_DIALOG_H
#define VOIP_CALLS_DIALOG_H
#include <config.h>
#include <glib.h>
#include <mutex>
#include "cfile.h"
#includ... |
User Interface | wireshark/ui/qt/voip_calls_dialog.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>VoipCallsDialog</class>
<widget class="QDialog" name="VoipCallsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>750</width>
<height>430</height>
</rect>
</property>
<property name="windowTitle">
<string>... |
C++ | wireshark/ui/qt/welcome_page.cpp | /* welcome_page.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/prefs.h>
#include "ui/capture_globals.h"
#include "ui/urls.h"
#include "ws... |
C/C++ | wireshark/ui/qt/welcome_page.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 WELCOME_PAGE_H
#define WELCOME_PAGE_H
#include <QFrame>
class QListWidget;
class QListWidgetItem;
class QMenu;
#include <ui/qt/wid... |
User Interface | wireshark/ui/qt/welcome_page.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WelcomePage</class>
<widget class="QWidget" name="WelcomePage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>811</width>
<height>663</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</st... |
C++ | wireshark/ui/qt/wireless_frame.cpp | /* wireless_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 "wireless_frame.h"
#include <ui_wireless_frame.h>
#include "config.h"
#include <glib.h>
#include <capture/capture_ses... |
C/C++ | wireshark/ui/qt/wireless_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 WIRELESS_FRAME_H
#define WIRELESS_FRAME_H
#include <glib.h>
#include <QFrame>
namespace Ui {
class WirelessFrame;
}
class Wireles... |
User Interface | wireshark/ui/qt/wireless_frame.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WirelessFrame</class>
<widget class="QFrame" name="WirelessFrame">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>955</width>
<height>20</height>
</rect>
</property>
<property name="windowTitle">
<string>Frame<... |
C++ | wireshark/ui/qt/wireshark_application.cpp | /* wireshark_application.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_application.h"
WiresharkApplication *wsApp = NULL;
WiresharkApplication::WiresharkApplication(int &a... |
C/C++ | wireshark/ui/qt/wireshark_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 WIRESHARK_APPLICATION_H
#define WIRESHARK_APPLICATION_H
#include <main_application.h>
class WiresharkApplication : public MainAppli... |
wireshark/ui/qt/wireshark_de.ts | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="de">
<context>
<name>Abbreviation</name>
<message>
<source></source>
<comment>for "not applicable"</comment>
<translation></translation>
</message>
</context>
<context>
<name>AboutDialog</n... | |
C++ | wireshark/ui/qt/wireshark_dialog.cpp | /* wireshark_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 "cfile.h"
#include <epan/packet.h>
#include <epan/tap.h>
#include "main_appl... |
C/C++ | wireshark/ui/qt/wireshark_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 WIRESHARK_DIALOG_H
#define WIRESHARK_DIALOG_H
/*
* @file General dialog base class
*
* Base class which provides convenience meth... |
wireshark/ui/qt/wireshark_en.ts | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="en">
<context>
<name>Abbreviation</name>
<message>
<source></source>
<comment>for "not applicable"</comment>
<translation></translation>
</message>
</context>
<context>
<name>AboutDialog</n... | |
wireshark/ui/qt/wireshark_es.ts | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="es">
<context>
<name>Abbreviation</name>
<message>
<source></source>
<comment>for "not applicable"</comment>
<translation></translation>
</message>
</context>
<context>
<name>AboutDialog</n... | |
wireshark/ui/qt/wireshark_fr.ts | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="fr">
<context>
<name>Abbreviation</name>
<message>
<source></source>
<comment>for "not applicable"</comment>
<translation></translation>
</message>
</context>
<context>
<name>AboutDialog</n... | |
wireshark/ui/qt/wireshark_it.ts | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="it">
<context>
<name>Abbreviation</name>
<message>
<source></source>
<comment>for "not applicable"</comment>
<translation></translation>
</message>
</context>
<context>
<name>AboutDialog</n... | |
wireshark/ui/qt/wireshark_ja_JP.ts | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="ja_JP">
<context>
<name>Abbreviation</name>
<message>
<source></source>
<comment>for "not applicable"</comment>
<translation></translation>
</message>
</context>
<context>
<name>AboutDialog... | |
C++ | wireshark/ui/qt/wireshark_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 "main_application.h"
#include "wireshark_main_window.h"
/*
* The generated Ui_WiresharkMainWindow::setupUi() can grow lar... |
C/C++ | wireshark/ui/qt/wireshark_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 WIRESHARK_MAIN_WINDOW_H
#define WIRESHARK_MAIN_WINDOW_H
/** @defgroup main_window_group Main window
* The main window has the follo... |
User Interface | wireshark/ui/qt/wireshark_main_window.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WiresharkMainWindow</class>
<widget class="QMainWindow" name="WiresharkMainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>960</width>
<height>768</height>
</rect>
</property>
<property name="acceptDrops">... |
C++ | wireshark/ui/qt/wireshark_main_window_slots.cpp | /* main_window_slots.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>
// Qt 5.5.0 + Visual C++ 2013
#ifdef _MSC_VER
#pragma warning(push)
#pragma warning(disable:4996)
#endif
... |
wireshark/ui/qt/wireshark_pl.ts | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="pl">
<context>
<name>Abbreviation</name>
<message>
<source></source>
<comment>for "not applicable"</comment>
<translation></translation>
</message>
</context>
<context>
<name>AboutDialog</n... | |
wireshark/ui/qt/wireshark_ru.ts | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="ru">
<context>
<name>Abbreviation</name>
<message>
<source></source>
<comment>for "not applicable"</comment>
<translation></translation>
</message>
</context>
<context>
<name>AboutDialog</n... | |
wireshark/ui/qt/wireshark_sv.ts | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="sv">
<context>
<name>Abbreviation</name>
<message>
<source></source>
<comment>for "not applicable"</comment>
<translation></translation>
</message>
</context>
<context>
<name>AboutDialog</n... | |
wireshark/ui/qt/wireshark_tr_TR.ts | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="tr_TR">
<context>
<name>Abbreviation</name>
<message>
<source></source>
<comment>for "not applicable"</comment>
<translation></translation>
</message>
</context>
<context>
<name>AboutDialog... | |
wireshark/ui/qt/wireshark_uk.ts | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="uk">
<context>
<name>Abbreviation</name>
<message>
<source></source>
<comment>for "not applicable"</comment>
<translation></translation>
</message>
</context>
<context>
<name>AboutDialog</n... | |
wireshark/ui/qt/wireshark_zh_CN.ts | <?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE TS>
<TS version="2.1" language="zh_CN">
<context>
<name>Abbreviation</name>
<message>
<source></source>
<comment>for "not applicable"</comment>
<translation></translation>
</message>
</context>
<context>
<name>AboutDialog... | |
C++ | wireshark/ui/qt/wlan_statistics_dialog.cpp | /* wlan_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 "wlan_statistics_dialog.h"
#include <epan/packet.h>
#include <epan/strutil.h>
#include <epan/tap.h>
#include <... |
C/C++ | wireshark/ui/qt/wlan_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 WLANSTATISTICSDIALOG_H
#define WLANSTATISTICSDIALOG_H
#include "tap_parameter_dialog.h"
#include <ui/qt/models/percent_bar_delegate.... |
C++ | wireshark/ui/qt/manager/preference_manager.cpp | /* preference_manager.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/manager/preference_manager.h>
#include <ui/qt/manager/wireshark_preference.h>
#include ... |
C/C++ | wireshark/ui/qt/manager/preference_manager.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 PREFERENCE_MANAGER_H
#define PREFERENCE_MANAGER_H
#include <config.h>
#include <QObject>
#include <QMetaObject>
#include <QHash>
#i... |
C++ | wireshark/ui/qt/manager/wireshark_preference.cpp | /* wireshark_preference.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 <epan/prefs.h>
#include <epan/prefs-int.h>
#include <ui/qt/manager/wireshark_preference.h>
#... |
C/C++ | wireshark/ui/qt/manager/wireshark_preference.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 WIRESHARK_PREFERENCE_H
#define WIRESHARK_PREFERENCE_H
#include <ui/qt/models/pref_models.h>
#include <QStyleOptionViewItem>
#includ... |
C++ | wireshark/ui/qt/models/astringlist_list_model.cpp | /* astringlist_list_model.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <QSortFilterProxyModel>
#include <QStringList>
#include <QPalette>
#include <QApplication>
#include <QBrush>
#i... |
C/C++ | wireshark/ui/qt/models/astringlist_list_model.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 ASTRINGLIST_LIST_MODEL_H
#define ASTRINGLIST_LIST_MODEL_H
#include <config.h>
#include <QAbstractTableModel>
#include <QModelIndex>... |
C++ | wireshark/ui/qt/models/atap_data_model.cpp | /** @file
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <glib.h>
#include <epan/tap.h>
#include <epan/conversation.h>
#include <epan/conversation_table.h>
#include <epan/maxmind_db.h>
#in... |
C/C++ | wireshark/ui/qt/models/atap_data_model.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 ATAP_DATA_MODEL_H
#define ATAP_DATA_MODEL_H
#include "config.h"
#include "glib.h"
#include <epan/tap.h>
#include <epan/conversatio... |
C++ | wireshark/ui/qt/models/cache_proxy_model.cpp | /* cache_proxy_model.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <ui/qt/models/cache_proxy_model.h>
CacheProxyModel::CacheProxyModel(QObject *parent) : QIdentityProxyModel(parent)
{... |
C/C++ | wireshark/ui/qt/models/cache_proxy_model.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 CACHE_PROXY_MODEL_H
#define CACHE_PROXY_MODEL_H
#include <config.h>
#include <QIdentityProxyModel>
#include <QStandardItemModel>
/... |
C++ | wireshark/ui/qt/models/coloring_rules_delegate.cpp | /* coloring_rules_delegate.cpp
* Delegates for editing various coloring rule fields.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <ui/qt/models/coloring_rules_delegate.h>
#include <ui/qt... |
C/C++ | wireshark/ui/qt/models/coloring_rules_delegate.h | /** @file
*
* Delegates for editing various coloring rule fields.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef COLORING_RULE_DELEGATE_H
#define COLORING_RULE_DELEGATE_H
#include <config... |
C++ | wireshark/ui/qt/models/coloring_rules_model.cpp | /* coloring_rules_model.cpp
* Data model for coloring rules.
*
* 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 "coloring_rules_model.h"
#include <errno.h>
#include "ui/w... |
C/C++ | wireshark/ui/qt/models/coloring_rules_model.h | /** @file
*
* Data model for coloring rules.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef COLORING_RULES_MODEL_H
#define COLORING_RULES_MODEL_H
#include <config.h>
#include <glib.h>
#i... |
C++ | wireshark/ui/qt/models/column_list_model.cpp | /* column_list_models.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <ui/qt/models/column_list_model.h>
#include <ui/qt/utils/qt_ui_utils.h>
#include <ui/qt/widgets/field_filter_edit.h>... |
C/C++ | wireshark/ui/qt/models/column_list_model.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 COLUMN_LIST_MODELS_H
#define COLUMN_LIST_MODELS_H
#include <QAbstractListModel>
#include <QSortFilterProxyModel>
#include <QStyledIt... |
C++ | wireshark/ui/qt/models/credentials_model.cpp | /*
* credentials_model.h
*
* Copyright 2019 - Dario Lombardo <lomato@gmail.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "credentials_model.h"
#include <file.h>
#include <ui/qt/ut... |
C/C++ | wireshark/ui/qt/models/credentials_model.h | /** @file
*
* Copyright 2019 - Dario Lombardo <lomato@gmail.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CREDENTIALS_MODELS_H
#define CREDENTIALS_MODELS_H
#include <QAbstractListMo... |
C++ | wireshark/ui/qt/models/decode_as_delegate.cpp | /* decode_as_delegate.cpp
* Delegates for editing various field types in a Decode As record.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "decode_as_delegate.h"
#include "epan/decode_as... |
C/C++ | wireshark/ui/qt/models/decode_as_delegate.h | /** @file
*
* Delegates for editing various field types in a Decode As record.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef DECODE_AS_DELEGATE_H
#define DECODE_AS_DELEGATE_H
#include <c... |
C++ | wireshark/ui/qt/models/decode_as_model.cpp | /* decode_as_model.cpp
* Data model for Decode As records.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <errno.h>
#include "decode_as_model.h"
#include <epan/to_str.h>
#include <epan/de... |
C/C++ | wireshark/ui/qt/models/decode_as_model.h | /** @file
*
* Data model for Decode As records.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef DECODE_AS_MODEL_H
#define DECODE_AS_MODEL_H
#include <config.h>
#include <glib.h>
#include ... |
C++ | wireshark/ui/qt/models/dissector_tables_model.cpp | /* dissector_tables_model.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <ui/qt/models/dissector_tables_model.h>
#include <epan/ftypes/ftypes.h>
#include <epan/packet.h>
#include <ui/q... |
C/C++ | wireshark/ui/qt/models/dissector_tables_model.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 DISSECTOR_TABLES_MODEL_H
#define DISSECTOR_TABLES_MODEL_H
#include <config.h>
#include <ui/qt/models/tree_model_helpers.h>
#includ... |
C++ | wireshark/ui/qt/models/enabled_protocols_model.cpp | /* enabled_protocols_model.cpp
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include <QSortFilterProxyModel>
#include <ui/qt/models/enabled_protocols_model.h>
#include <epan/packet.h>
#include <e... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.