language stringlengths 0 24 | filename stringlengths 9 214 | code stringlengths 99 9.93M |
|---|---|---|
C | wireshark/plugins/epan/ethercat/packet-nv.c | /* packet-nv.c
* Routines for ethercat packet disassembly
*
* Copyright (c) 2007 by Beckhoff Automation GmbH
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/* Include files */
#include "config.h... |
C/C++ | wireshark/plugins/epan/ethercat/packet-nv.h | /* packet-nv.h
*
* Copyright (c) 2007 by Beckhoff Automation GmbH
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef _PACKET_NV_H_
#define _PACKET_NV_H_
/* Ensure the same data layout for all... |
Text | wireshark/plugins/epan/falco_bridge/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
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(falco-bridge 0 0 4 0)
set(DISSECTOR_SRC
p... |
C | wireshark/plugins/epan/falco_bridge/packet-falco-bridge.c | /* packet-falco-bridge.c
*
* By Loris Degioanni
* Copyright (C) 2021 Sysdig, Inc.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
// To do:
// - Convert this to C++? It would let us get rid of the... |
Markdown | wireshark/plugins/epan/falco_bridge/README.md | # Falco Bridge
This plugin is a bridge between [Falco plugins](https://github.com/falcosecurity/plugins/) and Wireshark, so that Falco plugins can be used as dissectors.
It requires [libsinsp and libscap](https://github.com/falcosecurity/libs/).
## Building the Falco Bridge plugin
1. Download and compile [libsinsp a... |
C++ | wireshark/plugins/epan/falco_bridge/sinsp-span.cpp | /* sinsp-span.cpp
*
* By Gerald Combs
* Copyright (C) 2022 Sysdig, Inc.
*
* 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 <stddef.h>
#include <stdint.h>
#include <glib... |
C/C++ | wireshark/plugins/epan/falco_bridge/sinsp-span.h | /* sinsp-span.h
*
* By Gerald Combs
* Copyright (C) 2022 Sysdig, Inc.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __SINSP_SPAN_H__
#define __SINSP_SPAN_H__
#include <stdint.h>
#inclu... |
wireshark/plugins/epan/gryphon/AUTHORS | Author :
Steve Limkemann <stevelim@dgtech.com>
Plugin conversion :
Olivier Abad <oabad@cybercable.fr>
Plugin conversion fixes and Gryphon Protocol additions:
Mark Ciechanowski <mark.ciechanowski@gmail.com> | |
Text | wireshark/plugins/epan/gryphon/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
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(gryphon 0 0 4 0)
set(DISSECTOR_SRC
packet... |
C | wireshark/plugins/epan/gryphon/packet-gryphon.c | /* packet-gryphon.c
*
* Updated routines for Gryphon protocol packet dissection
* By Mark C. <markc@dgtech.com>
* Copyright (C) 2018 DG Technologies, Inc. (Dearborn Group, Inc.) USA
*
* Routines for Gryphon protocol packet disassembly
* By Steve Limkemann <stevelim@dgtech.com>
* Copyright 1998 Steve Limkemann
... |
C/C++ | wireshark/plugins/epan/gryphon/packet-gryphon.h | /* packet-gryphon.h
*
* Updated routines for Gryphon protocol packet dissection
* By Mark C. <markc@dgtech.com>
* Copyright (C) 2018 DG Technologies, Inc. (Dearborn Group, Inc.) USA
*
* Definitions for Gryphon packet disassembly structures and routines
* By Steve Limkemann <stevelim@dgtech.com>
* Copyright 1998... |
wireshark/plugins/epan/gryphon/README | Dearborn Group Technology has released under GPL this plugin
for Wireshark. It decodes the protocol used by their Gryphon
and BEACON automotive network tool.
The plugin decodes the communication protocol, but not any
vehicle network messages.
Dearborn Group Technology can be found at https://www.dgtech.com
The author... | |
Text | wireshark/plugins/epan/irda/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
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(irda 0 0 6 0)
set(DISSECTOR_SRC
packet-ir... |
C/C++ | wireshark/plugins/epan/irda/irda-appl.h | /* irda-appl.h
* Interface for IrDA application dissectors
* By Jan Kiszka <jan.kiszka@web.de>
* Copyright 2003 Jan Kiszka
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@unicom.net>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __IRDA_APPL_H__
#de... |
C | wireshark/plugins/epan/irda/packet-ircomm.c | /* packet-ircomm.c
* Routines for IrCOMM dissection
* Copyright 2003 Jan Kiszka <jan.kiszka@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 <epan/packet.h>
/*... |
C | wireshark/plugins/epan/irda/packet-irda.c | /* packet-irda.c
* Routines for IrDA dissection
* By Shaun Jackman <sjackman@pathwayconnect.com>
* Copyright 2000 Shaun Jackman
*
* Extended by Jan Kiszka <jan.kiszka@web.de>
* Copyright 2003 Jan Kiszka
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald C... |
C | wireshark/plugins/epan/irda/packet-sir.c | /** Decode IrDA Serial Infrared (SIR) wrapped packets.
* @author Shaun Jackman <sjackman@debian.org>
* @copyright Copyright 2004 Shaun Jackman
* @license GPL
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-l... |
Text | wireshark/plugins/epan/mate/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
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(mate 1 0 1 0)
set(DISSECTOR_SRC
packet-ma... |
C/C++ | wireshark/plugins/epan/mate/mate.h | /* mate.h
* MATE -- Meta Analysis and Tracing Engine
*
* Copyright 2004, 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
*/
#ifndef __MATE_H_
#define __MATE... |
wireshark/plugins/epan/mate/mate_grammar.lemon | %include {
/* mate_grammar.lemon
* MATE's configuration language grammar
*
* Copyright 2005, 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
*/
/*
* XXX - ... | |
wireshark/plugins/epan/mate/mate_parser.l | %top {
/* Include this before everything else, for various large-file definitions */
#include "config.h"
/* Include this before everything else, as it declares functions used here. */
#include "mate.h"
}
/*
* We want a reentrant scanner.
*/
%option reentrant
/*
* We don't use input, so don't generate code for it.
... | |
C | wireshark/plugins/epan/mate/mate_runtime.c | /* mate_runtime.c
* MATE -- Meta Analysis Tracing Engine
*
* Copyright 2004, 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... |
C | wireshark/plugins/epan/mate/mate_setup.c | /* mate_setup.c
* MATE -- Meta Analysis Tracing Engine
*
* Copyright 2004, 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 "... |
C | wireshark/plugins/epan/mate/mate_util.c | /* mate_util.c
* MATE -- Meta Analysis Tracing Engine
* Utility Library: Single Copy Strings and Attribute Value Pairs
*
* Copyright 2004, Luis E. Garcia Ontanon <luis@ontanon.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-... |
C/C++ | wireshark/plugins/epan/mate/mate_util.h | /* mate_util.h
*
* Copyright 2004, 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
*/
#ifndef __AVP_H_
#define __AVP_H_
#include "epan/proto.h"
#include <sys... |
C | wireshark/plugins/epan/mate/packet-mate.c | /* packet-mate.c
* Routines for the mate Facility's Pseudo-Protocol dissection
*
* Copyright 2004, Luis E. Garcia Ontanon <gopo@webflies.org>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/****... |
wireshark/plugins/epan/mate/examples/call.mate | # call.mate
Action=Settings; DiscardPduData=TRUE; ShowGopTimes=FALSE; ShowPduTree=FALSE;
Action=PduDef; Name=q931_pdu; Proto=q931; Stop=TRUE; Transport=tcp/ip; addr=ip.addr; call_ref=q931.call_ref; q931_msg=q931.message_type;
Action=PduDef; Name=ras_pdu; Proto=h225.RasMessage; Transport=udp/ip; addr=ip.addr; ras_sn=h... | |
wireshark/plugins/epan/mate/examples/mms.mate | # mms.mate
# MMSE over HTTP
Action=PduDef; Name=mmse_over_http_pdu; Proto=http; Transport=tcp/ip; Payload=mmse; addr=ip.addr; port=tcp.port; http_rq=http.request; content=http.content_type;
Action=PduExtra; For=mmse_over_http_pdu; resp=http.response.code; method=http.request.method; host=http.host; content=http.con... | |
wireshark/plugins/epan/mate/examples/pasv_ftp.mate | # pasv_ftp.mate
Action=PduDef; Name=ftp_pdu; Proto=ftp; Transport=tcp/ip; Stop=TRUE; ftp_addr=ip.addr; ftp_port=tcp.port; ftp_resp=ftp.response.code; ftp_req=ftp.request.command; server_addr=ftp.passive.ip; server_port=ftp.passive.port;
Action=PduDef; Name=ftp_data_pdu; Proto=ftp-data; Transport=tcp/ip; server_addr=i... | |
wireshark/plugins/epan/mate/examples/tcp.mate | # tcp.mate
Action=PduDef; Name=tcp_pdu; Proto=tcp; Transport=ip; addr=ip.addr; port=tcp.port; tcp_start=tcp.flags.syn; tcp_stop=tcp.flags.fin; tcp_stop=tcp.flags.reset;
Action=GopDef; Name=tcp_session; On=tcp_pdu; addr; addr; port; port;
Action=GopStart; For=tcp_session; tcp_start=1;
Action=GopStop; For=tc... | |
wireshark/plugins/epan/mate/examples/web.mate | # web.mate
Action=PduDef; Name=dns_pdu; Proto=dns; Transport=ip; addr=ip.addr; dns_resp=dns.flags.response; host=dns.qry.name; client_addr=ip.src; dns_id=dns.id;
Action=PduDef; Name=http_pdu; Proto=http; Transport=tcp/ip; addr=ip.addr; port=tcp.port; http_rq=http.request.method; http_rs=http.response; host=http.host;... | |
wireshark/plugins/epan/mate/matelib/dns.mate | # dns.mate
Action=PduDef; Name=dns_pdu; Proto=dns; Transport=udp/ip; addr=ip.addr; port=udp.port; dns_id=dns.id; dns_rsp=dns.flags.response;
Action=GopDef; Name=dns_req; On=dns_pdu; addr; addr; port!53; dns_id;
Action=GopStart; For=dns_req; dns_rsp=0;
Action=GopStop; For=dns_req; dns_rsp=1; | |
wireshark/plugins/epan/mate/matelib/h225_ras.mate | # h225_ras.mate
Action=PduDef; Name=ras_pdu; Proto=h225.RasMessage; Transport=udp/ip; ras_sn=h225.requestSeqNum; ras_msg=h225.RasMessage; addr=ip.addr;
Action=GopDef; Name=ras_leg; On=ras_pdu; addr; addr; ras_sn;
Action=GopStart; For=ras_leg; ras_msg|0|3|6|9|12|15|18|21|26|30;
Action=GopStop; For=ras_leg; ras_msg|1|2|... | |
wireshark/plugins/epan/mate/matelib/isup.mate | # isup.mate
#Action=Transform; Name=isup_msg_type; Mode=Insert; Match=Strict; isup_msg=1; .isup_IAM=;
#Action=Transform; Name=isup_msg_type; Mode=Insert; Match=Strict; isup_msg=2; .isup_SAM=;
#Action=Transform; Name=isup_msg_type; Mode=Insert; Match=Strict; isup_msg=3; .isup_INR=;
#Action=Transform; ... | |
wireshark/plugins/epan/mate/matelib/megaco.mate | # megaco.mate
Action=PduDef; Name=mgc_pdu; Proto=megaco; Transport=ip; addr=ip.addr; megaco_ctx=megaco.context; megaco_trx=megaco.transid; megaco_msg=megaco.transaction; term=megaco.termid;
Action=GopDef; Name=mgc_tr; On=mgc_pdu; addr; addr; megaco_trx;
Action=GopStart; For=mgc_tr; megaco_msg|Request|Notify;
Action=G... | |
wireshark/plugins/epan/mate/matelib/q931.mate | # q931.thing
Action=PduDef; Name=q931_pdu; Proto=q931; Stop=TRUE; Transport=tcp/ip; addr=ip.addr; call_ref=q931.call_ref; q931_msg=q931.message_type;
Action=GopDef; Name=q931_leg; On=q931_pdu; addr; addr; call_ref;
Action=GopStart; For=q931_leg; q931_msg=5;
Action=GopStop; For=q931_leg; q931_msg=90; | |
wireshark/plugins/epan/mate/matelib/radius.mate | # radius.mate
Action=Transform; Name=radius_same_port; Mode=Insert; Match=Strict; radius_port; radius_port;
Action=Transform; Name=radius_same_port; Mode=Insert; Match=Every; radius_port; .radius_port=0;
Action=PduDef; Name=radius_pdu; Proto=radius; Transport=udp/ip; radius_addr=ip.addr; radius_port=udp.port; radius_... | |
wireshark/plugins/epan/mate/matelib/rtsp.mate | # rtsp.mate
Action=PduDef; Name=rtsp_pdu; Proto=rtsp; Transport=tcp/ip; addr=ip.addr; port=tcp.port; rtsp_method=rtsp.method;
Action=PduExtra; For=rtsp_pdu; rtsp_ses=rtsp.session; rtsp_url=rtsp.url;
Action=GopDef; Name=rtsp_ses; On=rtsp_pdu; addr; addr; port; port;
Action=GopStart; For=rtsp_ses; rtsp_method=DESCRIBE;... | |
wireshark/plugins/epan/mate/matelib/sip.mate | # sip.mate
Action=PduDef; Name=sip_pdu; Proto=sip; Transport=tcp/ip; addr=ip.addr; port=tcp.port; sip_method=sip.Method; sip_callid=sip.Call-ID; calling=sdp.owner.username;
Action=GopDef; Name=sip_leg; On=sip_pdu; addr; addr; port; port;
Action=GopStart; For=sip_leg; sip_method=INVITE;
Action=GopStop; For=sip_leg; sip... | |
wireshark/plugins/epan/opcua/AUTHORS | Authors :
Gerhard Gappmeier <gerhard.gappmeier@ascolab.com>
Hannes Mezger <hannes.mezger@ascolab.com>
ascolab GmbH
http://www.ascolab.com | |
wireshark/plugins/epan/opcua/ChangeLog | Overview of changes in OpcUa plugin:
Version 0.0.1:
* initial implementation without security
Version 1.0.0:
* released implementation that works for OPC UA V1.0.
- The protocol is not compatible to the previous version.
Transport-layer, security-layer as well as the application-layer
data types have changed... | |
Text | wireshark/plugins/epan/opcua/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
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(opcua 1 0 0 0)
set(DISSECTOR_SRC
opcua.c
... |
wireshark/plugins/epan/opcua/Doxyfile | # Doxyfile 1.4.1-KDevelop
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = opcua.kdevelop
PROJECT_NUMBER = $VERSION$
OUTPUT_DIRECTORY =... | |
C | wireshark/plugins/epan/opcua/opcua.c | /******************************************************************************
** Copyright (C) 2006-2007 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C | wireshark/plugins/epan/opcua/opcua_application_layer.c | /******************************************************************************
** Copyright (C) 2006-2007 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C/C++ | wireshark/plugins/epan/opcua/opcua_application_layer.h | /******************************************************************************
** Copyright (C) 2006-2007 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C | wireshark/plugins/epan/opcua/opcua_complextypeparser.c | /******************************************************************************
** Copyright (C) 2006-2015 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C/C++ | wireshark/plugins/epan/opcua/opcua_complextypeparser.h | /******************************************************************************
** Copyright (C) 2006-2015 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C | wireshark/plugins/epan/opcua/opcua_enumparser.c | /******************************************************************************
** Copyright (C) 2006-2015 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C/C++ | wireshark/plugins/epan/opcua/opcua_enumparser.h | /******************************************************************************
** Copyright (C) 2006-2015 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C/C++ | wireshark/plugins/epan/opcua/opcua_extensionobjectids.h | /******************************************************************************
** Copyright (C) 2006-2015 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C | wireshark/plugins/epan/opcua/opcua_extensionobjecttable.c | /******************************************************************************
** Copyright (C) 2006-2015 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C | wireshark/plugins/epan/opcua/opcua_hfindeces.c | /******************************************************************************
** Copyright (C) 2006-2015 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C/C++ | wireshark/plugins/epan/opcua/opcua_hfindeces.h | /******************************************************************************
** Copyright (C) 2006-2015 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C/C++ | wireshark/plugins/epan/opcua/opcua_identifiers.h | /******************************************************************************
** Copyright (C) 2006-2007 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C | wireshark/plugins/epan/opcua/opcua_security_layer.c | /******************************************************************************
** Copyright (C) 2006-2007 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C/C++ | wireshark/plugins/epan/opcua/opcua_security_layer.h | /******************************************************************************
** Copyright (C) 2006-2007 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C/C++ | wireshark/plugins/epan/opcua/opcua_serviceids.h | /******************************************************************************
** Copyright (C) 2006-2015 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C | wireshark/plugins/epan/opcua/opcua_serviceparser.c | /******************************************************************************
** Copyright (C) 2006-2015 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C/C++ | wireshark/plugins/epan/opcua/opcua_serviceparser.h | /******************************************************************************
** Copyright (C) 2006-2015 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C | wireshark/plugins/epan/opcua/opcua_servicetable.c | /******************************************************************************
** Copyright (C) 2006-2015 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C/C++ | wireshark/plugins/epan/opcua/opcua_servicetable.h | /******************************************************************************
** Copyright (C) 2006-2009 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C | wireshark/plugins/epan/opcua/opcua_simpletypes.c | /******************************************************************************
** Copyright (C) 2006-2007 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C/C++ | wireshark/plugins/epan/opcua/opcua_simpletypes.h | /******************************************************************************
** Copyright (C) 2006-2007 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C | wireshark/plugins/epan/opcua/opcua_statuscode.c | /******************************************************************************
** Copyright (C) 2014 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MER... |
C/C++ | wireshark/plugins/epan/opcua/opcua_statuscode.h | /******************************************************************************
** Copyright (C) 2014 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN, MER... |
C | wireshark/plugins/epan/opcua/opcua_transport_layer.c | /******************************************************************************
** Copyright (C) 2006-2009 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
C/C++ | wireshark/plugins/epan/opcua/opcua_transport_layer.h | /******************************************************************************
** Copyright (C) 2006-2009 ascolab GmbH. All Rights Reserved.
** Web: http://www.ascolab.com
**
** SPDX-License-Identifier: GPL-2.0-or-later
**
** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
** WARRANTY OF DESIGN... |
wireshark/plugins/epan/opcua/README | OpcUa Plugin:
=============
This plugin implements the dissection of the OpcUa Binary Protocol.
Authors: Gerhard Gappmeier & Hannes Mezger
ascolab GmbH
http://www.ascolab.com
Overview:
=========
OpcUa (OPC Unified Architecture) is a vendor and platform independent
protocol for automation technolog... | |
Text | wireshark/plugins/epan/pluginifdemo/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
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(pluginifdemo 0 0 2 0)
SET(CMAKE_AUTOMOC ON... |
C | wireshark/plugins/epan/pluginifdemo/pluginifdemo.c | /* pluginifdemo.c
* Routines for plugin_if demo capability
* Author: Roland Knall <rknall@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>
#includ... |
C/C++ | wireshark/plugins/epan/pluginifdemo/pluginifdemo.h | /* pluginifdemo.h
* Definitions for plugin_if_demo structures and routines
* By Steve Limkemann <stevelim@dgtech.com>
* Copyright 1998 Steve Limkemann
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*... |
C++ | wireshark/plugins/epan/pluginifdemo/ui/pluginifdemo_about.cpp | /* pluginifdemo_about.cpp
*
* Author: Roland Knall <rknall@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 <plugins/epan/pluginifdemo/ui/pluginifdemo_about.h>
#include <ui_plugi... |
C/C++ | wireshark/plugins/epan/pluginifdemo/ui/pluginifdemo_about.h | /* pluginifdemo_about.h
*
* Author: Roland Knall <rknall@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 PLUGINIFDEMO_ABOUT_H_
#define PLUGINIFDEMO_ABOUT_H_
#include <QWidget>
#... |
User Interface | wireshark/plugins/epan/pluginifdemo/ui/pluginifdemo_about.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PluginIFDemo_About</class>
<widget class="QDialog" name="PluginIFDemo_About">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>545</width>
<height>401</height>
</rect>
</property>
<property name="sizePolicy">
<si... |
C++ | wireshark/plugins/epan/pluginifdemo/ui/pluginifdemo_main.cpp | /* pluginifdemo_main.cpp
*
* Author: Roland Knall <rknall@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 <plugins/epan/pluginifdemo/ui/pluginifdemo_main.h>
#include <ui_plugini... |
C/C++ | wireshark/plugins/epan/pluginifdemo/ui/pluginifdemo_main.h | /* pluginifdemo_main.h
*
* Author: Roland Knall <rknall@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 PLUGINIFDEMO_MAIN_H_
#define PLUGINIFDEMO_MAIN_H_
#include <QWidget>
#inc... |
User Interface | wireshark/plugins/epan/pluginifdemo/ui/pluginifdemo_main.ui | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>PluginIFDemo_Main</class>
<widget class="QDialog" name="PluginIFDemo_Main">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>500</width>
<height>570</height>
</rect>
</property>
<property name="minimumSize">
<siz... |
C++ | wireshark/plugins/epan/pluginifdemo/ui/uiclasshandler.cpp | /* uiclasshandler.cpp
*
* Author: Roland Knall <rknall@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 <glib.h>
#include <QObject>
#include <QApplication>
... |
C++ | wireshark/plugins/epan/pluginifdemo/ui/uihandler.cpp | /* uihandler.cpp
* Author: Roland Knall <rknall@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 <glib.h>
#include <QObject>
#include <QApplication>
#includ... |
C/C++ | wireshark/plugins/epan/pluginifdemo/ui/uihandler.h | /* uihandler.h
* Author: Roland Knall <rknall@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 PLUGINIFDEMO_UI_UIHANDLER_H_
#define PLUGINIFDEMO_UI_UIHANDLER_H_
#ifdef __cplusplus... |
wireshark/plugins/epan/profinet/AUTHORS | Author :
Ulf Lamping <ulf.lamping@web.de>
Tobias Scholz <scholzt234@googlemail.com>
Birol Capa <birol.capa@gmail.com> | |
wireshark/plugins/epan/profinet/ChangeLog | Overview of changes in Art-Net Ethereal plugin:
Version 0.0.0:
* initial implementation
Version 0.0.1:
* some experiments
Version 0.1.0:
* first official plugin
Version 0.1.1:
* fixed some bugs in the PN-IO dissection found with fuzz-test.sh
Version 0.1.2:
* PN-DCP: dissection of "DHCP/DHCP client identifier"... | |
Text | wireshark/plugins/epan/profinet/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
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(profinet 0 2 4 0)
set(DISSECTOR_SRC
packe... |
C | wireshark/plugins/epan/profinet/packet-dcerpc-pn-io.c | /* packet-dcerpc-pn-io.c
* Routines for PROFINET IO dissection.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/*
* The PN-IO protocol is a field bus protocol related to decentralized
* periphery... |
C | wireshark/plugins/epan/profinet/packet-dcom-cba-acco.c | /* packet-dcom-cba-acco.c
* Routines for DCOM CBA
*
* 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 <epan/packet.h>
#include <epan/expert.h>
#include... |
C/C++ | wireshark/plugins/epan/profinet/packet-dcom-cba-acco.h | /* packet-dcom-cba-acco.h
* Routines for DCOM CBA
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef __PACKET_DCERPC_DCOM_CBA_ACCO_H
#define __PACKET_DCERPC_DCOM_CBA_ACCO_H
typedef struct cba_... |
C | wireshark/plugins/epan/profinet/packet-dcom-cba.c | /* packet-dcom-cba.c
* Routines for DCOM CBA
*
* 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/packet.h>
#include <epan/expert.h>
#include <epan/dissectors/packet-d... |
C | wireshark/plugins/epan/profinet/packet-pn-dcp.c | /* packet-pn-dcp.c
* Routines for PN-DCP (PROFINET Discovery and basic Configuration Protocol)
* packet dissection.
*
* IEC 61158-6-10 section 4.3
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
... |
C | wireshark/plugins/epan/profinet/packet-pn-mrp.c | /* packet-pn-mrp.c
* Routines for PN-MRP (PROFINET Media Redundancy Protocol)
* packet dissection.
*
* 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/packet.h>
#inc... |
C | wireshark/plugins/epan/profinet/packet-pn-mrrt.c | /* packet-pn-mrrt.c
* Routines for PN-MRRT (PROFINET Media Redundancy for cyclic realtime data)
* packet dissection.
*
* 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 <e... |
C | wireshark/plugins/epan/profinet/packet-pn-ptcp.c | /* packet-pn-ptcp.c
* Routines for PN-PTCP (PROFINET Precision Time Clock Protocol)
* packet dissection.
*
* 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/packet.h... |
C | wireshark/plugins/epan/profinet/packet-pn-rsi.c | /* packet-pn-rsi.c
* Routines for PN-RSI
* packet dissection.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as pub... |
C | wireshark/plugins/epan/profinet/packet-pn-rt.c | /* packet-pn-rt.c
* Routines for pn-rt (PROFINET Real-Time) packet dissection.
* This is the base for other PROFINET protocols like IO, CBA, DCP, ...
* (the "content subdissectors" will register themselves using a heuristic)
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copy... |
C | wireshark/plugins/epan/profinet/packet-pn-rtc-one.c | /* packet-pn-rtc-one.c
* Routines for PROFINET IO - RTC1 dissection.
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/*
* The PN-IO protocol is a field bus protocol related to decentralized
* peri... |
C | wireshark/plugins/epan/profinet/packet-pn.c | /* packet-pn.c
* Common functions for other PROFINET protocols like IO, CBA, DCP, ...
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "config.h"
#include <string.h>
#include <epan/packet... |
C/C++ | wireshark/plugins/epan/profinet/packet-pn.h | /* packet-pn.h
* Common functions for other PROFINET protocols like DCP, MRP, ...
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/*
* Cyclic PNIO RTC1 Data Dissection:
*
* Added new structures t... |
Text | wireshark/plugins/epan/stats_tree/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
#
include(WiresharkPlugin)
# Plugin name and version info (major minor micro extra)
set_module_info(stats_tree 0 0 1 0)
set(TAP_SRC
pinfo_sta... |
C | wireshark/plugins/epan/stats_tree/pinfo_stats_tree.c | /* pinfo_stats_tree.c
* Stats tree for ethernet frames
*
* (c) 2005, Luis E. G. 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/stat... |
C/C++ | wireshark/plugins/epan/stats_tree/pinfo_stats_tree.h | /* pinfo_stats_tree.h
* Stats tree for ethernet frames
*
* (c) 2005, Luis E. G. 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
*/
extern void register_pinfo_stat_trees(vo... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.