language
stringlengths
0
24
filename
stringlengths
9
214
code
stringlengths
99
9.93M
C/C++
wireshark/epan/dissectors/asn1/cms/packet-cms-template.h
/* packet-cms.h * Routines for RFC5652 Cryptographic Message Syntax packet dissection * Ronnie Sahlberg 2004 * Stig Bjorlykke 2010 * Uwe Heuert 2022 * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-lat...
Text
wireshark/epan/dissectors/asn1/credssp/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 # set( PROTOCOL_NAME credssp ) set( PROTO_OPT ) set( EXPORT_FILES ${PROTOCOL_NAME}-exp.cnf ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST C...
ASN.1
wireshark/epan/dissectors/asn1/credssp/CredSSP.asn
-- Derived from http://download.microsoft.com/download/9/5/E/95EF66AF-9026-4BB0-A41D-A4F81802D92C/%5BMS-CSSP%5D.pdf CredSSP DEFINITIONS EXPLICIT TAGS ::= BEGIN NegoData ::= SEQUENCE OF SEQUENCE { negoToken [0] OCTET STRING } TSPasswordCreds ::= SEQUENCE { domainName [0] OCTET STRING, userName [1] OCTET ...
Configuration
wireshark/epan/dissectors/asn1/credssp/credssp.cnf
# credssp.cnf # Credential Security Support Provider (CredSSP) conformance file #.PDU TSRequest #.FN_PARS TSRequest/version VAL_PTR = &credssp_ver #.FN_BODY TSRequest/authInfo VAL_PTR = &auth_tvb tvbuff_t *auth_tvb = NULL; tvbuff_t *decr_tvb = NULL; gssapi_encrypt_info_t gssapi_encrypt; %(DEFAULT_BODY)s memse...
C
wireshark/epan/dissectors/asn1/credssp/packet-credssp-template.c
/* packet-credssp.c * Routines for CredSSP (Credential Security Support Provider) packet dissection * Graeme Lunt 2011 * * 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/C++
wireshark/epan/dissectors/asn1/credssp/packet-credssp-template.h
/* packet-credssp.h * Routines for CredSSP (Credential Security Support Provider) packet dissection * Graeme Lunt 2011 * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PACKET_CREDSSP_H #defi...
Text
wireshark/epan/dissectors/asn1/crmf/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 # set( PROTOCOL_NAME crmf ) set( PROTO_OPT ) set( EXPORT_FILES ${PROTOCOL_NAME}-exp.cnf ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST CRMF...
ASN.1
wireshark/epan/dissectors/asn1/crmf/CRMF.asn
-- Extracted from RFC4211 -- by Martin Peylo <martin.peylo@nsn.com> -- -- Changes to make it work with asn2wrs: -- - none -- -- The copyright statement from the original description in RFC4211 -- follows below: -- -- Full Copyright Statement -- -- Copyright (C) The Internet Society (2005). -- -- This document...
Configuration
wireshark/epan/dissectors/asn1/crmf/crmf.cnf
# CRMF.cnf # CRMF conformation file #.MODULE_IMPORT PKIX1Explicit88 pkix1explicit PKIX1Implicit88 pkix1implicit CryptographicMessageSyntax2004 cms #.INCLUDE ../pkix1explicit/pkix1explicit_exp.cnf #.INCLUDE ../pkix1implicit/pkix1implicit_exp.cnf #.EXPORTS AttributeTypeAndValue CertId CertReqMessages CertTemplate Encr...
C
wireshark/epan/dissectors/asn1/crmf/packet-crmf-template.c
/* packet-crmf.c * Routines for RFC2511 Certificate Request Message Format packet dissection * Ronnie Sahlberg 2004 * * 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/C++
wireshark/epan/dissectors/asn1/crmf/packet-crmf-template.h
/* packet-crmf.h * Routines for RFC2511 Certificate Request Message Format packet dissection * Ronnie Sahlberg 2004 * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PACKET_CRMF_H #define P...
Text
wireshark/epan/dissectors/asn1/dap/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 # set( PROTOCOL_NAME dap ) set( PROTO_OPT ) set( EXPORT_FILES ${PROTOCOL_NAME}-exp.cnf ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST ${PRO...
ASN.1
wireshark/epan/dissectors/asn1/dap/dap.asn
-- Module DirectoryAbstractService (X.511:08/2005) DirectoryAbstractService {joint-iso-itu-t ds(5) module(1) directoryAbstractService(2) 4} DEFINITIONS ::= BEGIN -- EXPORTS All -- The types and values defined in this module are exported for use in the other ASN.1 modules contained -- within the Directory Specifica...
Configuration
wireshark/epan/dissectors/asn1/dap/dap.cnf
#.TYPE_ATTR # X509AF also exports the type Time. This makes sure asn2wrs uses the locally defined version. Time TYPE = FT_UINT32 DISPLAY = BASE_DEC STRINGS = VALS(dap_Time_vals) BITMASK = 0 #.END #.IMPORT ../x509if/x509if-exp.cnf #.IMPORT ../x509af/x509af-exp.cnf #.IMPORT ../x509sat/x509sat-exp...
ASN.1
wireshark/epan/dissectors/asn1/dap/DirectoryAccessProtocol.asn
-- http://www.itu.int/ITU-T/asn1/database/itu-t/x/x519/2001/index.html -- Module DirectoryAccessProtocol (X.519:02/2001) DirectoryAccessProtocol {joint-iso-itu-t ds(5) module(1) dap(11) 4} DEFINITIONS ::= BEGIN -- EXPORTS All -- The types and values defined in this module are exported for use in the other ASN.1 modul...
C
wireshark/epan/dissectors/asn1/dap/packet-dap-template.c
/* packet-dap.c * Routines for X.511 (X.500 Directory Asbtract Service) and X.519 DAP packet dissection * Graeme Lunt 2005 * * 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" #inc...
C/C++
wireshark/epan/dissectors/asn1/dap/packet-dap-template.h
/* packet-dap.h * Routines for X.511 (X.500 Directory Access Protocol) packet dissection * Graeme Lunt 2005 * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PACKET_DAP_H #define PACKET_DAP_H...
Text
wireshark/epan/dissectors/asn1/disp/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 # set( PROTOCOL_NAME disp ) set( PROTO_OPT ) set( EXPORT_FILES ${PROTOCOL_NAME}-exp.cnf ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST ${PR...
ASN.1
wireshark/epan/dissectors/asn1/disp/disp.asn
-- Module DirectoryShadowAbstractService (X.525:02/2001) DirectoryShadowAbstractService {joint-iso-itu-t ds(5) module(1) directoryShadowAbstractService(15) 4} DEFINITIONS IMPLICIT TAGS ::= BEGIN -- EXPORTS All -- The types and values defined in this module are exported for use in the other ASN.1 modules contained ...
Configuration
wireshark/epan/dissectors/asn1/disp/disp.cnf
#.TYPE_ATTR Time TYPE = FT_STRING DISPLAY = BASE_NONE STRING = NULL BITMASK = 0 #.MODULE_IMPORT OperationalBindingManagement dop #.IMPORT ../x509if/x509if-exp.cnf #.IMPORT ../x509af/x509af-exp.cnf #.IMPORT ../dap/dap-exp.cnf #.IMPORT ../dsp/dsp-exp.cnf #.IMPORT ../dop/dop-exp.cnf #.EXPORTS AgreementID #.NO_EMIT...
C
wireshark/epan/dissectors/asn1/disp/packet-disp-template.c
/* packet-disp.c * Routines for X.525 (X.500 Directory Shadow Asbtract Service) and X.519 DISP packet dissection * Graeme Lunt 2005 * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #include "config....
C/C++
wireshark/epan/dissectors/asn1/disp/packet-disp-template.h
/* packet-disp.h * Routines for X.525 (X.400 Message Transfer) packet dissection * Graeme Lunt 2005 * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PACKET_DISP_H #define PACKET_DISP_H #inc...
Text
wireshark/epan/dissectors/asn1/dop/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 # set( PROTOCOL_NAME dop ) set( PROTO_OPT ) set( EXPORT_FILES ${PROTOCOL_NAME}-exp.cnf ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST ${PRO...
ASN.1
wireshark/epan/dissectors/asn1/dop/dop.asn
-- Module DSAOperationalAttributeTypes (X.501:02/2001) DSAOperationalAttributeTypes {joint-iso-itu-t ds(5) module(1) dsaOperationalAttributeTypes(22) 4} DEFINITIONS ::= BEGIN -- EXPORTS All -- The types and values defined in this module are exported for use in the other ASN.1 modules contained -- within the Director...
Configuration
wireshark/epan/dissectors/asn1/dop/dop.cnf
#.IMPORT ../x509sat/x509sat-exp.cnf #.IMPORT ../x509if/x509if-exp.cnf #.IMPORT ../x509af/x509af-exp.cnf #.IMPORT ../dsp/dsp-exp.cnf #.IMPORT ../dap/dap-exp.cnf #.IMPORT ../crmf/crmf-exp.cnf #.MODULE_IMPORT BasicAccessControl crmf #.EXPORTS DSEType SupplierAndConsumers OperationalBindingID #.NO_EMIT ONLY_VALS Establ...
C
wireshark/epan/dissectors/asn1/dop/packet-dop-template.c
/* packet-dop.c * Routines for X.501 (DSA Operational Attributes) packet dissection * Graeme Lunt 2005 * * 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/C++
wireshark/epan/dissectors/asn1/dop/packet-dop-template.h
/* packet-x501.h * Routines for X.501 (DSA Operational Attributes) packet dissection * Graeme Lunt 2005 * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PACKET_X501_H #define PACKET_X501_H ...
Text
wireshark/epan/dissectors/asn1/dsp/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 # set( PROTOCOL_NAME dsp ) set( PROTO_OPT ) set( EXPORT_FILES ${PROTOCOL_NAME}-exp.cnf ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST ${PRO...
ASN.1
wireshark/epan/dissectors/asn1/dsp/dsp.asn
-- Module DistributedOperations (X.518:08/2005) DistributedOperations {joint-iso-itu-t ds(5) module(1) distributedOperations(3) 4} DEFINITIONS ::= BEGIN -- EXPORTS All -- The types and values defined in this module are exported for use in the other ASN.1 modules contained -- within the Directory Specifications, an...
Configuration
wireshark/epan/dissectors/asn1/dsp/dsp.cnf
#.MODULE_IMPORT DirectoryAccessProtocol dap ServiceAdministration x509if #.IMPORT ../dap/dap-exp.cnf #.IMPORT ../x509if/x509if-exp.cnf #.IMPORT ../x509af/x509af-exp.cnf #.IMPORT ../x509sat/x509sat-exp.cnf #.EXPORTS AccessPoint AccessPointInformation EXTERN WS_DLL ContinuationReference Exclusions MasterAndShadowAcce...
C
wireshark/epan/dissectors/asn1/dsp/packet-dsp-template.c
/* packet-dsp.c * Routines for X.518 (X.500 Distributed Operations) packet dissection * Graeme Lunt 2005 * * 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....
C/C++
wireshark/epan/dissectors/asn1/dsp/packet-dsp-template.h
/* packet-dsp.h * Routines for X.511 (X.500 Directory Access Protocol) packet dissection * Graeme Lunt 2005 * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PACKET_DSP_H #define PACKET_DSP_H...
Text
wireshark/epan/dissectors/asn1/e1ap/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 # set( PROTOCOL_NAME e1ap ) set( PROTO_OPT ) set( EXPORT_FILES ${PROTOCOL_NAME}-exp.cnf ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST E1AP...
ASN.1
wireshark/epan/dissectors/asn1/e1ap/E1AP-CommonDataTypes.asn
-- 3GPP TS 37.483 V17.5.0 (2023-06) -- ************************************************************** -- -- Common definitions -- -- ************************************************************** E1AP-CommonDataTypes { itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) ngran-access (22) modules (3) e1ap (...
ASN.1
wireshark/epan/dissectors/asn1/e1ap/E1AP-Constants.asn
-- 3GPP TS 37.483 V17.5.0 (2023-06) -- ************************************************************** -- -- Constant definitions -- -- ************************************************************** E1AP-Constants { itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) ngran-access (22) modules (3) e1ap (5) v...
ASN.1
wireshark/epan/dissectors/asn1/e1ap/E1AP-Containers.asn
-- 3GPP TS 37.483 V17.5.0 (2023-06) -- ************************************************************** -- -- Container definitions -- -- ************************************************************** E1AP-Containers { itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) ngran-access (22) modules (3) e1ap (5)...
ASN.1
wireshark/epan/dissectors/asn1/e1ap/E1AP-IEs.asn
-- 3GPP TS 37.483 V17.5.0 (2023-06) -- ************************************************************** -- -- Information Element Definitions -- -- ************************************************************** E1AP-IEs { itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) ngran-access (22) modules (3) e1ap ...
ASN.1
wireshark/epan/dissectors/asn1/e1ap/E1AP-PDU-Contents.asn
-- 3GPP TS 37.483 V17.5.0 (2023-06) -- ************************************************************** -- -- PDU definitions for E1AP -- -- ************************************************************** E1AP-PDU-Contents { itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) ngran-access (22) modules (3) e1a...
ASN.1
wireshark/epan/dissectors/asn1/e1ap/E1AP-PDU-Descriptions.asn
-- 3GPP TS 37.483 V17.5.0 (2023-06) -- ************************************************************** -- -- Elementary Procedure definitions -- -- ************************************************************** E1AP-PDU-Descriptions { itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) ngran-access (22) mod...
Configuration
wireshark/epan/dissectors/asn1/e1ap/e1ap.cnf
# e1ap.cnf # e1ap conformation file #.OPT PER ALIGNED #.END #.USE_VALS_EXT CauseRadioNetwork ProcedureCode ProtocolIE-ID T-Reordering ULDataSplitThreshold #.EXPORTS #.PDU E1AP-PDU #.MAKE_ENUM ProcedureCode ProtocolIE-ID #.NO_EMIT #.OMIT_ASSIGNMENT # Get rid of unused code warnings Presence ProtocolIE-ContainerLi...
C
wireshark/epan/dissectors/asn1/e1ap/packet-e1ap-template.c
/* packet-e1ap.c * Routines for E-UTRAN E1 Application Protocol (E1AP) packet dissection * Copyright 2018-2023, Pascal Quantin <pascal@wireshark.org> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later * ...
C/C++
wireshark/epan/dissectors/asn1/e1ap/packet-e1ap-template.h
/* packet-e1ap.h * Routines for E-UTRAN E1 Application Protocol (E1AP) packet dissection * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PACKET_E1AP_H #define PACKET_E1AP_H typedef struct {...
Text
wireshark/epan/dissectors/asn1/e2ap/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 # set( PROTOCOL_NAME e2ap ) set( PROTO_OPT ) set( EXPORT_FILES ${PROTOCOL_NAME}-exp.cnf ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST E...
ASN.1
wireshark/epan/dissectors/asn1/e2ap/E2AP-CommonDataTypes.asn
-- ASN1START -- ************************************************************** -- -- Common definitions -- Derived from 3GPP 38.413 (NGAP) -- -- ************************************************************** E2AP-CommonDataTypes { iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 53148 e2(1...
ASN.1
wireshark/epan/dissectors/asn1/e2ap/E2AP-Constants.asn
-- ASN1START -- ************************************************************** -- -- Constant definitions -- -- ************************************************************** E2AP-Constants { iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 53148 e2(1) version2 (2) e2ap(1) e2ap-Constants (...
ASN.1
wireshark/epan/dissectors/asn1/e2ap/E2AP-Containers.asn
-- ASN1START -- ************************************************************** -- -- Container definitions -- -- derived from 3GPP 38.413 (NGAP) -- ************************************************************** E2AP-Containers { iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 53148 e2(1) ...
ASN.1
wireshark/epan/dissectors/asn1/e2ap/E2AP-IEs.asn
-- ASN1START -- ************************************************************** -- E2AP -- Information Element Definitions -- -- ************************************************************** E2AP-IEs { iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 53148 e2(1) version2 (2) e2ap(1) e2ap-I...
ASN.1
wireshark/epan/dissectors/asn1/e2ap/E2AP-PDU-Contents.asn
-- ASN1START -- ************************************************************** -- -- PDU definitions for E2AP -- Derived from 3GPP 38.413 (NGAP) -- -- ************************************************************** E2AP-PDU-Contents { iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 53148 e...
ASN.1
wireshark/epan/dissectors/asn1/e2ap/E2AP-PDU-Descriptions.asn
-- ASN1START -- ************************************************************** -- -- Elementary Procedure definitions -- Derived from 3GPP 38.413 v15.4.0 NGAP -- ************************************************************** E2AP-PDU-Descriptions { iso(1) identified-organization(3) dod(6) internet(1) private(4) enterp...
Configuration
wireshark/epan/dissectors/asn1/e2ap/e2ap.cnf
# e2ap.cnf # e2ap conformation file #.OPT PER ALIGNED #.END #.USE_VALS_EXT ProcedureCode ProtocolIE-ID NI-ProtocolIE-ID #.EXPORTS ONLY_VALS WS_DLL #.EXPORTS #.PDU E2AP-PDU E2SM-KPM-EventTriggerDefinition E2SM-KPM-ActionDefinition E2SM-KPM-IndicationHeader E2SM-KPM-IndicationMessage E2SM-KPM-RANfunction-Descriptio...
ASN.1
wireshark/epan/dissectors/asn1/e2ap/e2sm-kpm-v2.02.asn
-- ASN1START -- ************************************************************** -- E2SM-KPM Information Element Definitions -- ************************************************************** E2SM-KPM-IEs { iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) oran(53148) e2(1) version2(2) e2sm(2)...
ASN.1
wireshark/epan/dissectors/asn1/e2ap/e2sm-ni-v1.00.asn
-- ASN1START -- ************************************************************** -- E2SM-NI -- Information Element Definitions -- -- ************************************************************** E2SM-NI-IEs { iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 53148 e2(1) version1 (1) e2sm(2) ...
ASN.1
wireshark/epan/dissectors/asn1/e2ap/e2sm-ric-v1.02.asn
-- ASN1START -- ************************************************************** -- E2SM-RC Information Element Definitions -- ************************************************************** E2SM-RC-IEs { iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) oran(53148) e2(1) version1(1) e2sm(2) e...
ASN.1
wireshark/epan/dissectors/asn1/e2ap/e2sm-v2.01.asn
-- ASN1START -- ************************************************************** -- E2SM -- Information Element Definitions -- -- ************************************************************** E2SM-COMMON-IEs { iso(1) identified-organization(3) dod(6) internet(1) private(4) enterprise(1) 53148 e2(1) version1 (1) e2sm(2)...
C
wireshark/epan/dissectors/asn1/e2ap/packet-e2ap-template.c
/* packet-e2ap.c * Routines for E2APApplication Protocol (e2ap) packet dissection * Copyright 2021, Martin Mathieson * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later * * References: ORAN-WG3.E2AP-v02.0...
Text
wireshark/epan/dissectors/asn1/ess/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 # set( PROTOCOL_NAME ess ) set( PROTO_OPT ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST ExtendedSecurityServices.asn ) set( EXTRA_DIST ${A...
Configuration
wireshark/epan/dissectors/asn1/ess/ess.cnf
# ess.cnf # ExtendedSecurityServices conformation file #.IMPORT ../x509af/x509af-exp.cnf #.IMPORT ../x509ce/x509ce-exp.cnf #.IMPORT ../cms/cms-exp.cnf #.EXPORTS ESSSecurityLabel_PDU #.PDU #.REGISTER ReceiptRequest B "1.2.840.113549.1.9.16.2.1" "id-aa-receiptRequest" ContentIdentifier B "1.2.840.113549.1.9.16.2...
ASN.1
wireshark/epan/dissectors/asn1/ess/ExtendedSecurityServices.asn
-- ExtendedSecurityServices as defined in RFC5035 -- -- The ASN definition has been modified to suit the Wireshark asn2wrs compiler -- -- -- -- The original ASN.1 definition from RFC5035 contains the following -- copyright statement: -- -- Full Copyright Statement -- -- Copyright (C) The IETF Trust (2007). --...
C
wireshark/epan/dissectors/asn1/ess/packet-ess-template.c
/* packet-ess.c * Routines for RFC 2634 and RFC 5035 Extended Security Services packet * dissection * Ronnie Sahlberg 2004 * Stig Bjorlykke 2010 * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */...
C/C++
wireshark/epan/dissectors/asn1/ess/packet-ess-template.h
/* packet-ess.h * Routines for RFC5035 Extended Security Services packet dissection * Ronnie Sahlberg 2004 * Stig Bjorlykke 2010 * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PACKE...
Text
wireshark/epan/dissectors/asn1/f1ap/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 # set( PROTOCOL_NAME f1ap ) set( PROTO_OPT ) set( EXPORT_FILES ${PROTOCOL_NAME}-exp.cnf ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST F1AP...
ASN.1
wireshark/epan/dissectors/asn1/f1ap/F1AP-CommonDataTypes.asn
-- 3GPP TS 38.473 V17.5.0 (2023-06) -- 9.4.6 Common Definitions -- ************************************************************** -- -- Common definitions -- -- ************************************************************** F1AP-CommonDataTypes { itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) ngran-ac...
ASN.1
wireshark/epan/dissectors/asn1/f1ap/F1AP-Constants.asn
-- 3GPP TS 38.473 V17.5.0 (2023-06) -- 9.4.7 Constant Definitions -- ************************************************************** -- -- Constant definitions -- -- ************************************************************** F1AP-Constants { itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) ngran-acce...
ASN.1
wireshark/epan/dissectors/asn1/f1ap/F1AP-Containers.asn
-- 3GPP TS 38.473 V17.5.0 (2023-06) -- 9.4.8 Container Definitions -- ************************************************************** -- -- Container definitions -- -- ************************************************************** F1AP-Containers { itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) ngran-a...
ASN.1
wireshark/epan/dissectors/asn1/f1ap/F1AP-IEs.asn
-- 3GPP TS 38.473 V17.5.0 (2023-06) -- 9.4.5 Information Element Definitions -- ************************************************************** -- -- Information Element Definitions -- -- ************************************************************** F1AP-IEs { itu-t (0) identified-organization (4) etsi (0) mobileDomai...
ASN.1
wireshark/epan/dissectors/asn1/f1ap/F1AP-PDU-Contents.asn
-- 3GPP TS 38.473 V17.5.0 (2023-06) -- 9.4.4 PDU Definitions -- ************************************************************** -- -- PDU definitions for F1AP. -- -- ************************************************************** F1AP-PDU-Contents { itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) ngran-a...
ASN.1
wireshark/epan/dissectors/asn1/f1ap/F1AP-PDU-Descriptions.asn
-- 3GPP TS 38.473 V17.5.0 (2023-06) -- 9.4.3 Elementary Procedure Definitions -- ************************************************************** -- -- Elementary Procedure definitions -- -- ************************************************************** F1AP-PDU-Descriptions { itu-t (0) identified-organization (4) etsi...
Configuration
wireshark/epan/dissectors/asn1/f1ap/f1ap.cnf
# f1ap.cnf # f1ap conformation file #.OPT PER ALIGNED #.END #.USE_VALS_EXT LongDRXCycleLength NRNRB ProcedureCode ProtocolIE-ID ShortDRXCycleLength #.EXPORTS NRPRACHConfig_PDU #.PDU F1AP-PDU NRPRACHConfig #.MAKE_ENUM ProcedureCode ProtocolIE-ID #.NO_EMIT #.OMIT_ASSIGNMENT # Get rid of unused code warnings Presen...
C
wireshark/epan/dissectors/asn1/f1ap/packet-f1ap-template.c
/* packet-f1ap.c * Routines for E-UTRAN F1 Application Protocol (F1AP) packet dissection * Copyright 2018-2023, Pascal Quantin <pascal@wireshark.org> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later * ...
C/C++
wireshark/epan/dissectors/asn1/f1ap/packet-f1ap-template.h
/* packet-f1ap.h * Routines for E-UTRAN F1 Application Protocol (F1AP) packet dissection * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PACKET_F1AP_H #define PACKET_F1AP_H #include "packet...
Text
wireshark/epan/dissectors/asn1/ftam/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 # set( PROTOCOL_NAME ftam ) set( PROTO_OPT ) set( EXPORT_FILES ${PROTOCOL_NAME}-exp.cnf ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST ISO8...
Configuration
wireshark/epan/dissectors/asn1/ftam/ftam.cnf
# FTAM.cnf # FTAM conformation file #.IMPORT ../acse/acse-exp.cnf #.EXPORTS Attribute-Extensions Concurrency-Access Date-and-Time-Attribute Legal-Qualification-Attribute Object-Availability-Attribute Object-Size-Attribute Pathname Permitted-Actions-Attribute Private-Use-Attribute #.OMIT_ASSIGNMENT F-CHECK-request F-...
ASN.1
wireshark/epan/dissectors/asn1/ftam/ISO8571-FTAM.asn
-- Module ISO8571-FTAM (ISO 8571-4:1988) -- -- Copyright (c) ISO/IEC 1988. This version of -- this ASN.1 module is part of ISO/IEC 8571-4:1988; -- see the ISO|IEC text itself for full legal notices. -- ISO8571-FTAM {iso standard 8571 application-context(1) iso-ftam(1)} DEFINITIONS ::= BEGIN PDU ::= CHOICE { fTAM-Reg...
C
wireshark/epan/dissectors/asn1/ftam/packet-ftam-template.c
/* packet-ftam_asn1.c * Routine to dissect OSI ISO 8571 FTAM Protocol packets * based on the ASN.1 specification from http://www.itu.int/ITU-T/asn1/database/iso/8571-4/1988/ * * also based on original handwritten dissector by * Yuriy Sidelnikov <YSidelnikov@hotmail.com> * * Anders Broman and Ronnie Sahlberg 2005...
C/C++
wireshark/epan/dissectors/asn1/ftam/packet-ftam-template.h
/* packet-ftam.h * Routine to dissect OSI ISO 8571 FTAM Protocol packets * based on the ASN.1 specification from http://www.itu.int/ITU-T/asn1/database/iso/8571-4/1988/ * * also based on original handwritten dissector by * Yuriy Sidelnikov <YSidelnikov@hotmail.com> * * Anders Broman and Ronnie Sahlberg 2005 * ...
Text
wireshark/epan/dissectors/asn1/gdt/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 # set( PROTOCOL_NAME gdt ) set( PROTO_OPT ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST ${PROTOCOL_NAME}.asn ) set( EXTRA_DIST ${ASN_FILE_...
ASN.1
wireshark/epan/dissectors/asn1/gdt/gdt.asn
-- =================================================================================================================== -- GDT protocol definition -- =================================================================================================================== GDT {iso(1) identified-organization(3) dod(6) internet(...
Configuration
wireshark/epan/dissectors/asn1/gdt/gdt.cnf
# gdt.cnf # GDT conformation file # $Id$ #.MODULE_IMPORT #.EXPORTS #.PDU GDTMessage #.NO_EMIT #.OMIT_ASSIGNMENT GeneralMessage FilterResultType PdCommandId #.TYPE_RENAME #.FIELD_RENAME EndPointDescriptor/id end_point_id Parameter/id parameter_type_id #.FIELD_ATTR EndPointDescriptor/id ABBREV=end...
C
wireshark/epan/dissectors/asn1/gdt/packet-gdt-template.c
/* packet-gdt-template.c * * Copyright 2022, Damir Franusic <damir.franusic@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 <epan/packet...
C/C++
wireshark/epan/dissectors/asn1/gdt/packet-gdt-template.h
/* packet-gdt-template.h * * Copyright 2022, Damir Franusic <damir.franusic@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 PACKET_GDT_H #define PACKET_GDT_H void proto_registe...
Text
wireshark/epan/dissectors/asn1/glow/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 # set( PROTOCOL_NAME glow ) set( PROTO_OPT ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST ${PROTOCOL_NAME}.asn ) set( EXTRA_DIST ${ASN_FILE...
ASN.1
wireshark/epan/dissectors/asn1/glow/glow.asn
-- -- GlowDtd.asn1 -- Lawo GmbH -- -- This file defines the Glow DTD used with the Ember+ protocol. -- -- Change Log: -- -- 2.50: -- - Added nullable parameter values. -- 2.40: -- - NOTE: This version describes the data schema of Ember+ 1.4. -- - Added Template Extensions -- 2.30: -- - NOTE: This version descri...
Configuration
wireshark/epan/dissectors/asn1/glow/glow.cnf
# Glow conformation file #.MODULE_IMPORT #.EXPORTS #.PDU Root #.NO_EMIT #.TYPE_RENAME #.FIELD_RENAME #.END
C
wireshark/epan/dissectors/asn1/glow/packet-glow-template.c
/* packet-glow.c * Routines for GLOW packet dissection * * Copyright 2018, Gilles Dufour <dufour.gilles@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 <e...
Text
wireshark/epan/dissectors/asn1/goose/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 # set( PROTOCOL_NAME goose ) set( PROTO_OPT ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST ${PROTOCOL_NAME}.asn ) set( EXTRA_DIST ${ASN_FIL...
ASN.1
wireshark/epan/dissectors/asn1/goose/goose.asn
IEC61850 DEFINITIONS ::= BEGIN GOOSEpdu ::= CHOICE { gseMngtPdu [APPLICATION 0] IMPLICIT GSEMngtPdu, goosePdu [APPLICATION 1] IMPLICIT IECGoosePdu, ... } GSEMngtPdu ::= SEQUENCE { stateID [0] IMPLICIT INTEGER, -- security [3] ANY OPTIONAL, -- reserved for future definition requestResp RequestResponse -- CH...
Configuration
wireshark/epan/dissectors/asn1/goose/goose.cnf
# goose.cnf # goose conformation file #.MODULE_IMPORT #.EXPORTS #.PDU #.NO_EMIT ONLY_VALS GOOSEpdu #.FN_BODY IECGoosePdu/simulation VAL_PTR = &value bool value; guint32 len = tvb_reported_length_remaining(tvb, offset); int origin_offset = offset; %(DEFAULT_BODY)s if((actx->private_data) && (actx->created_item)...
C
wireshark/epan/dissectors/asn1/goose/packet-goose-template.c
/* packet-goose.c * Routines for IEC 61850 GOOSE packet dissection * Martin Lutz 2008 * * Routines for IEC 61850 R-GOOSE packet dissection * Dordije Manojlovic 2020 * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL...
Text
wireshark/epan/dissectors/asn1/gprscdr/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 # set( PROTOCOL_NAME gprscdr ) set( PROTO_OPT ) set( EXPORT_FILES ${PROTOCOL_NAME}-exp.cnf ) set( EXT_ASN_FILE_LIST ) set( ASN_FILE_LIST G...
ASN.1
wireshark/epan/dissectors/asn1/gprscdr/GenericChargingDataTypes.asn
-- 3GPP TS 32.298 v18.2.0 (2023-06-23) GenericChargingDataTypes {itu-t (0) identified-organization (4) etsi(0) mobileDomain (0) charging (5) genericChargingDataTypes (0) asn1Module (0) version2 (1)} DEFINITIONS IMPLICIT TAGS ::= BEGIN -- EXPORTS everything IMPORTS AddressString, ISDN-AddressString, LCSClientExt...
Configuration
wireshark/epan/dissectors/asn1/gprscdr/gprscdr.cnf
# gprscdr.cnf # Anders Broman 2011 #.IMPORT ../gsm_map/gsm_map-exp.cnf #.MODULE #.OMIT_ASSIGNMENT CalledNumber CauseForTerm ChargeIndicator DataVolumeOctets MscNo SystemType NodeAddress ServiceContextID ChangeLocationV651 SubscriberEquipmentNumber SubscriberEquipmentType Session-Id PriorityType MessageClass # 6.4 If...
ASN.1
wireshark/epan/dissectors/asn1/gprscdr/GPRSChargingDataTypes.asn
-- -- 3GPP TS 32.298 v18.2.0 (2023-06-23) -- GPRSChargingDataTypes {itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) charging (5) gprsChargingDataTypes (2) asn1Module (0) version2 (1)} DEFINITIONS IMPLICIT TAGS ::= BEGIN -- EXPORTS everything IMPORTS -- AddressString, CallDuration, CallingNumber, C...
ASN.1
wireshark/epan/dissectors/asn1/gprscdr/GPRSChargingDataTypesV641.asn
-- 3GPP TS 32.298 V6.4.1 (2006-06) -- GPRSChargingDataTypesV641 {itu-t (0) identified-organization (4) etsi (0) mobileDomain (0) charging (5) gprsChargingDataTypes (2) asn1Module (0) version1 (0)} DEFINITIONS IMPLICIT TAGS ::= BEGIN -- EXPORTS everything IMPORTS --CallDuration, CalledNumber, CallEventRecordType, Ca...
C
wireshark/epan/dissectors/asn1/gprscdr/packet-gprscdr-template.c
/* packet-gprscdr-template.c * Copyright 2011 , Anders Broman <anders.broman [AT] ericsson.com> * * Updates and corrections: * Copyright 2018-2022, Joakim Karlsson <oakimk@gmail.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-Licens...
C/C++
wireshark/epan/dissectors/asn1/gprscdr/packet-gprscdr-template.h
/* packet-gprscdr.h * Routines for gprscdr packet dissection * Copyright 2011, Anders Broman <anders.broman@ericsson.com> * * Wireshark - Network traffic analyzer * By Gerald Combs <gerald@wireshark.org> * Copyright 1998 Gerald Combs * * SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PACKET_GPRSCDR_H #d...
Text
wireshark/epan/dissectors/asn1/gsm_map/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 # set( PROTOCOL_NAME gsm_map ) set( PROTO_OPT _EMPTY_ ) set( EXPORT_FILES ${PROTOCOL_NAME}-exp.cnf ) set( EXT_ASN_FILE_LIST ../ros/Remote-O...
ASN.1
wireshark/epan/dissectors/asn1/gsm_map/Ericsson.asn
-- Ericsson proprietary extensions EricssonMAP{ 0 identified-organization (4) etsi (0) mobileDomain (0) gsm-Network (1) modules (3) map-Protocol (4) version13 (13) } DEFINITIONS IMPLICIT TAGS ::= BEGIN IMPORTS IMSI, IMEI, ISDN-AddressString, Ext-SS-Status, SignalInfo, TBCD-STRING FROM MAP-CommonDataTypes {...
ASN.1
wireshark/epan/dissectors/asn1/gsm_map/GSMMAP.asn
-- Expanded ASN1 Module 'MAP-Protocol' --SIEMENS ASN.1 Compiler R5.70 (Production_5.70) -- Date: 2003-09-04 Time: 14:14:00 -- Updated to version 3GPP TS 29.002 V7.5.0 (2006-09) Release 7 -- Partially from ETS 300 599: December 2000 (GSM 09.02 version 4.19.1) DummyMA...
Configuration
wireshark/epan/dissectors/asn1/gsm_map/gsm_map.cnf
#.OPT -b #-d satcom #-s packet-gsm_map-tmp #-k -o gsm_map #.END #.MODULE MAP-BS-Code gsm_map MAP-TS-Code gsm_map MAP-SS-Code gsm_map MAP-ExtensionDataTypes gsm_map MAP-CommonDataTypes gsm_map MAP-SS-DataTypes gsm_map.ss MAP-OM-DataTypes gsm_map.om MAP-ER-DataType...
ASN.1
wireshark/epan/dissectors/asn1/gsm_map/MAP-ApplicationContexts.asn
--17.3.3 ASN.1 Module for application-context-names --The following ASN.1 module summarises the application-context-name assigned to MAP application-contexts. -- 3GPP TS 29.002 V15.5.0 (2019-06) MAP-ApplicationContexts { itu-t identified-organization (4) etsi (0) mobileDomain (0) gsm-Network (1) modules (3) map-...