language
stringlengths
0
24
filename
stringlengths
9
214
code
stringlengths
99
9.93M
C
wireshark/ui/preference_utils.c
/* preference_utils.c * Routines for handling preferences * * 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 <epan/column.h> #include <wsutil/filesyste...
C/C++
wireshark/ui/preference_utils.h
/** @file * * Routines for handling preferences * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __PREFRENCE_UTILS_H__ #define __PREFRENCE_UTILS_H__ #ifdef __cplusplus extern "C" { #endif /...
C
wireshark/ui/profile.c
/* profile.c * Dialog box for profiles editing * Stig Bjorlykke <stig@bjorlykke.org>, 2008 * * 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 <string.h> #include <errno.h...
C/C++
wireshark/ui/profile.h
/** @file * * Definitions for dialog box for profiles editing. * Stig Bjorlykke <stig@bjorlykke.org>, 2008 * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __PROFILE_H__ #define __PROFILE_H...
C/C++
wireshark/ui/progress_dlg.h
/** @file * * Definitions for progress dialog box routines * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __PROGRESS_DLG_H__ #define __PROGRESS_DLG_H__ #ifdef __cplusplus extern "C" { #en...
C
wireshark/ui/proto_hier_stats.c
/* proto_hier_stats.c * Routines for calculating statistics based on protocol. * * 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 <string.h> #include "file.h" #include "f...
C/C++
wireshark/ui/proto_hier_stats.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_PROTO_HIER_STATS_H__ #define __UI_PROTO_HIER_STATS_H__ #include <epan/proto.h> #include "cfile.h" #ifdef __cplusplus extern "C...
C
wireshark/ui/recent.c
/* recent.c * Recent "preference" handling routines * Copyright 2004, Ulf Lamping <ulf.lamping@web.de> * * 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 <wireshark.h> #...
C/C++
wireshark/ui/recent.h
/** @file * * Definitions for recent "preference" handling routines * Copyright 2004, Ulf Lamping <ulf.lamping@web.de> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __RECENT_H__ #define ...
C/C++
wireshark/ui/recent_utils.h
/** @file * * Routines called to write stuff to the recent file; their implementations * are GUI-dependent, but the API's aren't * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __UI_RECENT...
C
wireshark/ui/rtp_media.c
/* rtp_media.c * * RTP decoding routines for Wireshark. * Copied from ui/gtk/rtp_player.c * * Copyright 2006, Alejandro Vaquero <alejandrovaquero@yahoo.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1999 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-...
C/C++
wireshark/ui/rtp_media.h
/** @file * * RTP decoding routines for Wireshark. * Copied from ui/gtk/rtp_player.c * * Copyright 2006, Alejandro Vaquero <alejandrovaquero@yahoo.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1999 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later...
C
wireshark/ui/rtp_stream.c
/* rtp_stream.c * RTP streams summary addition for Wireshark * * Copyright 2003, Alcatel Business Systems * By Lars Ruoff <lars.ruoff@gmx.net> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #inc...
C/C++
wireshark/ui/rtp_stream.h
/** @file * * RTP streams summary addition for Wireshark * * Copyright 2003, Alcatel Business Systems * By Lars Ruoff <lars.ruoff@gmx.net> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef...
C
wireshark/ui/rtp_stream_id.c
/* rtp_stream_id.c * RTP stream id functions for Wireshark * * Copyright 2003, Alcatel Business Systems * By Lars Ruoff <lars.ruoff@gmx.net> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #inclu...
C/C++
wireshark/ui/rtp_stream_id.h
/** @file * * RTP stream id functions for Wireshark * * Copyright 2003, Alcatel Business Systems * By Lars Ruoff <lars.ruoff@gmx.net> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __RT...
C
wireshark/ui/service_response_time.c
/* service_response_time.c * Copied from ui/gtk/service_response_time_table.h, 2003 Ronnie Sahlberg * Helper routines and structs common to all service response time statistics * taps. * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-Licen...
C/C++
wireshark/ui/service_response_time.h
/** @file * * Copied from ui/gtk/service_response_time_table.h, 2003 Ronnie Sahlberg * Helper routines and structs common to all service response time statistics * taps. * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier:...
C/C++
wireshark/ui/simple_dialog.h
/** @file * * Definitions for alert box routines with toolkit-independent APIs but * toolkit-dependent implementations. * * 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_UI_H...
C
wireshark/ui/software_update.c
/* software_update.h * Wrappers and routines to check for software updates. * * 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 "software_update.h" #include "language.h" #i...
C/C++
wireshark/ui/software_update.h
/** @file * * Wrappers and routines to check for software updates. * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __SOFTWARE_UPDATE_H__ #define __SOFTWARE_UPDATE_H__ /** @file * Automat...
C
wireshark/ui/ssl_key_export.c
/* export_sslkeys.c * * Export SSL Session Keys dialog * by Sake Blok <sake@euronet.nl> (20110526) * * 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 ...
C/C++
wireshark/ui/ssl_key_export.h
/** @file * * SSL session key utilities. Copied from ui/gkt/export_sslkeys.c * by Sake Blok <sake@euronet.nl> (20110526) * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __SSL_KEY_EXPORT_H_...
C
wireshark/ui/summary.c
/* summary.c * Routines for capture file summary info * * 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 <wiretap/pcap-encap.h> #include <wiretap/wtap_opttypes.h> #includ...
C/C++
wireshark/ui/summary.h
/** @file * * Definitions for capture file summary data * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __SUMMARY_H__ #define __SUMMARY_H__ #ifdef HAVE_LIBPCAP #include "ui/capture.h" #end...
C/C++
wireshark/ui/tap-credentials.h
/** @file * * Tap credentials data structure * 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 __TAP_CREDENTIALS_H__ #define __TAP_CREDEN...
C
wireshark/ui/tap-iax2-analysis.c
/* tap-iax2-analysis.c * IAX2 analysis addition for Wireshark * * based on rtp_analysis.c * Copyright 2003, Alcatel Business Systems * By Lars Ruoff <lars.ruoff@gmx.net> * * based on tap_rtp.c * Copyright 2003, Iskratel, Ltd, Kranj * By Miha Jemec <m.jemec@iskratel.si> * * Wireshark - Network traffic analyze...
C/C++
wireshark/ui/tap-iax2-analysis.h
/** @file * * IAX2 analysis addition for Wireshark * * based on rtp_analysis.c * Copyright 2003, Alcatel Business Systems * By Lars Ruoff <lars.ruoff@gmx.net> * * based on tap_rtp.c * Copyright 2003, Iskratel, Ltd, Kranj * By Miha Jemec <m.jemec@iskratel.si> * * Wireshark - Network traffic analyzer * By Ge...
C
wireshark/ui/tap-rlc-graph.c
/* tap-rlc-graph.c * LTE RLC channel graph info * * Originally from tcp_graph.c by Pavel Mores <pvl@uh.cz> * * 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 <stdlib.h> ...
C/C++
wireshark/ui/tap-rlc-graph.h
/** @file * * LTE RLC stream statistics * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __TAP_RLC_GRAPH_H__ #define __TAP_RLC_GRAPH_H__ #include <epan/epan.h> #include <epan/packet.h> #inc...
C
wireshark/ui/tap-rtp-analysis.c
/* tap-rtp-analysis.c * RTP stream handler functions used by tshark and wireshark * * Copyright 2008, Ericsson AB * By Balint Reczey <balint.reczey@ericsson.com> * * most functions are copied from ui/gtk/rtp_stream.c and ui/gtk/rtp_analysis.c * Copyright 2003, Alcatel Business Systems * By Lars Ruoff <lars.ruof...
C/C++
wireshark/ui/tap-rtp-analysis.h
/** @file * * RTP analysis addition for Wireshark * * Copyright 2003, Alcatel Business Systems * By Lars Ruoff <lars.ruoff@gmx.net> * * based on tap_rtp.c * Copyright 2003, Iskratel, Ltd, Kranj * By Miha Jemec <m.jemec@iskratel.si> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark...
C
wireshark/ui/tap-rtp-common.c
/* tap-rtp-common.c * RTP stream handler functions used by tshark and wireshark * * Copyright 2008, Ericsson AB * By Balint Reczey <balint.reczey@ericsson.com> * * most functions are copied from ui/gtk/rtp_stream.c and ui/gtk/rtp_analysis.c * Copyright 2003, Alcatel Business Systems * By Lars Ruoff <lars.ruoff@...
C/C++
wireshark/ui/tap-rtp-common.h
/** @file * * RTP streams handler functions used by tshark and wireshark * * Copyright 2008, Ericsson AB * By Balint Reczey <balint.reczey@ericsson.com> * * most functions are copied from ui/gtk/rtp_stream.c and ui/gtk/rtp_analisys.c * Copyright 2003, Alcatel Business Systems * By Lars Ruoff <lars.ruoff@gmx.ne...
C
wireshark/ui/tap-sctp-analysis.c
/* * Copyright 2004-2013, Irene Ruengeler <i.ruengeler [AT] fh-muenster.de> * * 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 <string.h> #include <math.h> #include <glib...
C/C++
wireshark/ui/tap-sctp-analysis.h
/** @file * * Copyright 2004-2013, Irene Ruengeler <i.ruengeler [AT] fh-muenster.de> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __TAP_SCTP_ANALYSIS_H__ #define __TAP_SCTP_ANALYSIS_H__ ...
C
wireshark/ui/tap-tcp-stream.c
/* tap-tcp-stream.c * TCP stream statistics * Originally from tcp_graph.c by Pavel Mores <pvl@uh.cz> * Win32 port: rwh@unifiedtech.com * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #include "co...
C/C++
wireshark/ui/tap-tcp-stream.h
/** @file * * TCP stream statistics * Originally from tcp_graph.c by Pavel Mores <pvl@uh.cz> * Win32 port: rwh@unifiedtech.com * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __TAP_TCP_S...
C/C++
wireshark/ui/taps.h
/** @file * * Definitions for tap registration * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __TAPS_H__ #define __TAPS_H__ #include <glib.h> #include <epan/tap.h> #ifdef __cplusplus ex...
C
wireshark/ui/tap_export_pdu.c
/* tap_export_pdu.c * Routines for exporting PDUs 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 "config.h" #include <epan/tap.h> #include <epan/exported_pdu.h> #include <epan/epa...
C/C++
wireshark/ui/tap_export_pdu.h
/** @file * * Routines for exporting PDUs to 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_EXPORT_PDU_H__ #define __TAP_EXPORT_PDU_H__ #ifdef __cplusplus extern "C" { #endif /...
C
wireshark/ui/text_import.c
/* text_import.c * State machine for text import * November 2010, Jaap Keuter <jaap.keuter@xs4all.nl> * Modified March 2021, Paul Weiß <paulniklasweiss@gmail.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * Based on text2pcap.c by Ashok N...
C/C++
wireshark/ui/text_import.h
/** @file * * text_import.h * State machine for text import * November 2010, Jaap Keuter <jaap.keuter@xs4all.nl> * Modified February 2021, Paul Weiß * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * Based on text2pcap.h by Ashok Narayanan <as...
C
wireshark/ui/text_import_regex.c
/* text_import_regex.c * Regex based text importer * March 2021, Paul Weiß <paulniklasweiss@gmail.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * Based on text_import.c by Jaap Keuter <jaap.keuter@xs4all.nl> * * SPDX-License-Identifier:...
C/C++
wireshark/ui/text_import_regex.h
/** @file * * text_import_regex.h * Regex based alternative to the state machine for text import * Feburary 2021, Paul Weiß <paulniklasweiss@gmail.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * Based on text_import.h by Jaap Keuter <ja...
C/C++
wireshark/ui/text_import_scanner.h
/** @file * * text_import_scanner.h * Scanner for text import * November 2010, Jaap Keuter <jaap.keuter@xs4all.nl> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * Based on text2pcap.h by Ashok Narayanan <ashokn@cisco.com> * * SPDX-License-I...
wireshark/ui/text_import_scanner.l
/* -*-mode: flex-*- */ %top { /* Include this before everything else, for various large-file definitions */ #include "config.h" #include <wireshark.h> } /* * We want a reentrant scanner. */ %option reentrant /* * We don't use input, so don't generate code for it. */ %option noinput /* * We don't use unput, so ...
C
wireshark/ui/time_shift.c
/* time_shift.c * Routines for "Time Shift" window * Submitted by Edwin Groothuis <wireshark@mavetju.org> * * 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 <stdio.h> #in...
C/C++
wireshark/ui/time_shift.h
/** @file * * Submitted by Edwin Groothuis <wireshark@mavetju.org> * * 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_H__ #define __TIME_SHIFT_H__ #include "cfile.h" #include <ws...
C/C++
wireshark/ui/urls.h
/** @file * * Define URLs for various Wireshark sites, so that if they move, we only * have to change the URLs here. * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 2000 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #define WS_HOME_PAGE_URL "https...
C
wireshark/ui/util.c
/* util.c * Utility routines * * 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 <stdlib.h> #include <string.h> #ifdef HAVE_UNISTD_H #include <unistd.h>...
C/C++
wireshark/ui/util.h
/** @file * * Utility definitions * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __UTIL_H__ #define __UTIL_H__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /* Collect command...
C
wireshark/ui/voip_calls.c
/* voip_calls.c * VoIP calls summary addition for Wireshark * * Copyright 2004, Ericsson, Spain * By Francisco Alcoba <francisco.alcoba@ericsson.com> * * based on h323_calls.c * Copyright 2004, Iskratel, Ltd, Kranj * By Miha Jemec <m.jemec@iskratel.si> * * H323, RTP, RTP Event, MGCP, AudioCodes (ISDN PRI and ...
C/C++
wireshark/ui/voip_calls.h
/** @file * * VoIP calls summary addition for Wireshark * * Copyright 2004, Ericsson , Spain * By Francisco Alcoba <francisco.alcoba@ericsson.com> * * based on h323_calls.h * Copyright 2004, Iskratel, Ltd, Kranj * By Miha Jemec <m.jemec@iskratel.si> * * H323, RTP and Graph Support * By Alejandro Vaquero, al...
C/C++
wireshark/ui/ws_ui_util.h
/** @file * * Declarations of UI utility routines; these routines have GUI-independent * APIs, but GUI-dependent implementations, so that they can be called by * GUI-independent code to affect the GUI. * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Comb...
wireshark/ui/cli/.editorconfig
# # Editor configuration # # https://editorconfig.org # [tap-camelsrt.[ch]] indent_size = 2 [tap-diameter-avp.[ch]] indent_style = tab indent_size = tab [tap-endpoints.[ch]] indent_style = tab indent_size = tab [tap-follow.[ch]] indent_size = 2 [tap-hosts.[ch]] indent_style = tab indent_size = tab [tap-httpstat.[...
C
wireshark/ui/cli/simple_dialog.c
/* simple_dialog.c * simple_dialog 2023 Niels Widger * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ /* This module provides a minimal cli implementation of simple dialogs. * It is only used by t...
C
wireshark/ui/cli/tap-camelsrt.c
/* tap_camelsrt.c * CAMEL Service Response Time statistics for tshark * Copyright 2006 Florent Drouin (based on tap_h225rassrt.c from Lars Roland) * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #i...
C
wireshark/ui/cli/tap-credentials.c
/* * tap-credentials.c * 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 "config.h" #include <stdio.h> #include <stdlib.h> #include <strin...
C
wireshark/ui/cli/tap-diameter-avp.c
/* tap-diameter-avp.c * Copyright 2010 Andrej Kuehnal <andrejk@freenet.de> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ /* * This TAP enables extraction of most important diameter fields in text...
C
wireshark/ui/cli/tap-endpoints.c
/* tap-endpoints.c * endpoints 2014 Michael Mann * * 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 <stdio.h> #include <stdlib.h> #include <string.h> #include <epan/pac...
C
wireshark/ui/cli/tap-expert.c
/* tap-expert.c * Copyright 2011 Martin Mathieson * * 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 <stdio.h> #include <stdlib.h> #include <string.h> #include <epan/pac...
C
wireshark/ui/cli/tap-exportobject.c
/* tap-exportobject.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" #include <glib.h> #include <errno.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include ...
C/C++
wireshark/ui/cli/tap-exportobject.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_EXPORT_OBJECT_H__ #define __TAP_EXPORT_OBJECT_H__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ void eo_list_objec...
C
wireshark/ui/cli/tap-flow.c
/* tap-flow.c * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ /* This module provides udp and tcp follow stream capabilities to tshark. * It is only used by tshark and not wireshark. */ #include "...
C
wireshark/ui/cli/tap-follow.c
/* tap-follow.c * * Copyright 2011-2013, QA Cafe <info@qacafe.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ /* This module provides udp and tcp follow stream capabilities to tshark. * It is...
C
wireshark/ui/cli/tap-funnel.c
/* * tap-funnel.c * * EPAN's GUI mini-API * * (c) 2006, Luis E. Garcia Ontanon <luis@ontanon.org> * * 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/funnel.h> ...
C
wireshark/ui/cli/tap-gsm_astat.c
/* tap-gsm_astat.c * * Copyright 2003, Michael Lum <mlum [AT] telostech.com> * In association with Telos Technology Inc. * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ /* * This TAP provides sta...
C
wireshark/ui/cli/tap-hosts.c
/* tap-hosts.c * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ /* Dump our collected IPv4- and IPv6-to-hostname mappings */ #include "config.h" #include <stdlib.h> #include <string.h> #include "gl...
C
wireshark/ui/cli/tap-httpstat.c
/* tap-httpstat.c * tap-httpstat 2003 Jean-Michel FAYARD * * 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 <stdio.h> #include <stdlib.h> #include <string.h> #include <...
C
wireshark/ui/cli/tap-icmpstat.c
/* tap-icmpstat.c * icmpstat 2011 Christopher Maynard * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ /* This module provides icmp echo request/reply SRT statistics to tshark. * It is only used b...
C
wireshark/ui/cli/tap-icmpv6stat.c
/* tap-icmpv6stat.c * icmpv6stat 2011 Christopher Maynard * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ /* This module provides icmpv6 echo request/reply SRT statistics to tshark. * It is only ...
C
wireshark/ui/cli/tap-iostat.c
/* tap-iostat.c * iostat 2002 Ronnie Sahlberg * * 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 <stdlib.h> #include <string.h> #include <epan/epan_dissect.h> #include ...
C
wireshark/ui/cli/tap-iousers.c
/* tap-iousers.c * iostat 2003 Ronnie Sahlberg * * 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 <stdio.h> #include <stdlib.h> #include <string.h> #include <epan/packe...
C
wireshark/ui/cli/tap-macltestat.c
/* tap-macltestat.c * Copyright 2011 Martin Mathieson * * 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 <stdio.h> #include <stdlib.h> #include <string.h> #include <epan...
C
wireshark/ui/cli/tap-protocolinfo.c
/* tap-protocolinfo.c * protohierstat 2002 Ronnie Sahlberg * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ /* This module provides Protocol Column Info tap for tshark */ #include "config.h" #inc...
C
wireshark/ui/cli/tap-protohierstat.c
/* tap-protohierstat.c * protohierstat 2002 Ronnie Sahlberg * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ /* This module provides ProtocolHierarchyStatistics for tshark */ #include "config.h" ...
C/C++
wireshark/ui/cli/tap-protohierstat.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_PROTO_HIER_STAT_H__ #define __TAP_PROTO_HIER_STAT_H__ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ extern int pc_...
C
wireshark/ui/cli/tap-rlcltestat.c
/* tap-rlclte_stat.c * Copyright 2011 Martin Mathieson * * 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 <stdio.h> #include <stdlib.h> #include <string.h> #include <epa...
C
wireshark/ui/cli/tap-rpcprogs.c
/* tap-rpcprogs.c * rpcstat 2002 Ronnie Sahlberg * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ /* This module provides rpc call/reply SRT statistics to tshark. * It is only used by tshark and n...
C
wireshark/ui/cli/tap-rtd.c
/* tap-rtd.c * * Based on tap-srt.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" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <epan/packet.h> #includ...
C
wireshark/ui/cli/tap-rtp.c
/* tap-rtp.c * RTP TAP for tshark * * Copyright 2008, Ericsson AB * By Balint Reczey <balint.reczey@ericsson.com> * * based on ui/gtk/rtp_stream_dlg.c * Copyright 2003, Alcatel Business Systems * By Lars Ruoff <lars.ruoff@gmx.net> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.o...
C
wireshark/ui/cli/tap-rtspstat.c
/* tap-rtspstat.c * tap-rtspstat March 2011 * * Stephane GORSE (Orange Labs / France Telecom) * Copied from Jean-Michel FAYARD's works (HTTP) * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #in...
C
wireshark/ui/cli/tap-sctpchunkstat.c
/* tap_sctpchunkstat.c * SCTP chunk counter for wireshark * Copyright 2005 Oleg Terletsky <oleg.terletsky@comverse.com> * * 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...
C
wireshark/ui/cli/tap-simple_stattable.c
/* tap-simpletable.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" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <epan/packet.h> #include <epan/timestamp...
C
wireshark/ui/cli/tap-sipstat.c
/* tap_sipstat.c * sip message counter for wireshark * * Copied from ui/gtk/sip_stat.c and tap-httpstat.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" #include <stdio.h> #i...
C
wireshark/ui/cli/tap-smbsids.c
/* tap-smbsids.c * smbstat 2003 Ronnie Sahlberg * * 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 <stdio.h> #include <stdlib.h> #include <string.h> #include <glib.h> ...
C
wireshark/ui/cli/tap-srt.c
/* tap-srt.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" #include <stdio.h> #include <stdlib.h> #include <string.h> #include <epan/packet.h> #include <epan/srt_table.h> #inc...
C
wireshark/ui/cli/tap-stats_tree.c
/* tap-stats_tree.c * tshark's tap implememntation of stats_tree * 2005, Luis E. G. Ontanon * * 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 <string.h> #include <stdio....
C
wireshark/ui/cli/tap-sv.c
/* tap-sv.c * Copyright 2008 Michael Bernhard * * 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 <stdio.h> #include <stdlib.h> #include <string.h> #include <glib.h> #in...
C
wireshark/ui/cli/tap-voip.c
/* tap-voip.c * voip 2023 Niels Widger * * 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 <stdlib.h> #include <string.h> #include <locale.h> #include <glib.h> #include ...
C/C++
wireshark/ui/cli/tap-voip.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_VOIP_H__ #define __TAP_VOIP_H__ #include "ui/voip_calls.h" #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ /* store...
C
wireshark/ui/cli/tap-wspstat.c
/* tap-wspstat.c * wspstat 2003 Jean-Michel FAYARD * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ /* This module provides WSP statistics to tshark. * It is only used by tshark and not wireshark...
C/C++
wireshark/ui/cli/tshark-tap.h
/** @file * * Registation tap hooks for TShark * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef __TSHARK_TAP_H__ #define __TSHARK_TAP_H__ #include <epan/conversation_table.h> extern void in...
Text
wireshark/ui/logray/CMakeLists.txt
# CMakeLists.txt # # Wireshark - Network traffic analyzer # By Gerald Combs <gerald@wireshark.org> # Copyright 1998 Gerald Combs # # SPDX-License-Identifier: GPL-2.0-or-later # if(USE_qt6) set(qtver "6") else() set(qtver "5") endif() ADD_CUSTOM_CMAKE_INCLUDE() set(WIRESHARK_WIDGET_HEADERS ../qt/widgets/addition...
C++
wireshark/ui/logray/logray_application.cpp
/* logray_application.cpp * * Logray - Event log analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #include "logray_application.h" #include "extcap.h" #include "ui/iface_lists.h" #include "ui/ws_ui_util.h" LograyApplication *lwApp ...
C/C++
wireshark/ui/logray/logray_application.h
/** @file * * Logray - Event log analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef LOGRAY_APPLICATION_H #define LOGRAY_APPLICATION_H #include <main_application.h> // To do: // - Remove SequenceDiagram dependency on RTPStrea...
wireshark/ui/logray/logray_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 &quot;not applicable&quot;</comment> <translation></translation> </message> </context> <context> <name>AboutDialog</n...
C++
wireshark/ui/logray/logray_main.cpp
/* logray_main.cpp * * Logray - Event log 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> #inclu...
C++
wireshark/ui/logray/logray_main_window.cpp
/* logray_main_window.cpp * * Logray - Event log analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #include "main_application.h" #include "logray_main_window.h" /* * The generated Ui_LograyMainWindow::setupUi() can grow larger than...