language stringlengths 0 24 | filename stringlengths 9 214 | code stringlengths 99 9.93M |
|---|---|---|
Text | wireshark/epan/dissectors/asn1/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
#
ADD_CUSTOM_CMAKE_INCLUDE()
set(ASN1_SRC_DIRS
lix2
HI2Operations
acp133
acse
ain
ansi_map
ansi_tcap
atn-cm
atn-cpdlc
atn-ulcs
c1222... |
Text | wireshark/epan/dissectors/asn1/CMakeListsCustom.example.txt | # CMakeListsCustom.example.txt
#
# Wireshark - Network traffic analyzer
# By Gerald Combs <gerald@wireshark.org>
# Copyright 1998 Gerald Combs
#
# SPDX-License-Identifier: GPL-2.0-or-later
#
# Add a list of your custom asn1 dissectors here
#
set(CUSTOM_ASN1_SRC_DIR
foo
) |
ASN.1 | wireshark/epan/dissectors/asn1/acp133/acp133.asn | ACP133CommonContent { joint-iso-ccitt(2) country(16) us(840) organization(1) gov(101) dod(2) ds(2) module(0) commonContent(2) editionB (3) }
DEFINITIONS ::=
BEGIN
IMPORTS
GeneralNames, CertificateAssertion
FROM CertificateExtensions {joint-iso-ccitt ds(5)
module(1) certificateExtensions(26) 0}
Al... |
Configuration | wireshark/epan/dissectors/asn1/acp133/acp133.cnf | # acp133.cnf
# ACP133 conformation file
#.IMPORT ../p1/p1-exp.cnf
#.IMPORT ../x509af/x509af-exp.cnf
#.IMPORT ../x509ce/x509ce-exp.cnf
#.IMPORT ../x509if/x509if-exp.cnf
#.IMPORT ../x509sat/x509sat-exp.cnf
#.PDU
ACPPreferredDelivery
ALType
Community
OnSupported
ACPLegacyFormat
Addressees
DistributionCode
JPEG
MonthlyUK... |
Text | wireshark/epan/dissectors/asn1/acp133/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 acp133 )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
${PROTOCOL_NAME}.asn
MHSDirectoryObjectsAndAttri... |
ASN.1 | wireshark/epan/dissectors/asn1/acp133/MHSDirectoryObjectsAndAttributes.asn | -- http://www.itu.int/ITU-T/asn1/database/itu-t/x/x402/1999/index.html
-- Module MHSDirectoryObjectsAndAttributes (X.402:06/1999)
MHSDirectoryObjectsAndAttributes {joint-iso-itu-t mhs(6) arch(5) modules(0)
directory(1) version-1999(1)} DEFINITIONS IMPLICIT TAGS ::=
BEGIN
-- Prologue
-- Exports everything.
IMPORTS
... |
C | wireshark/epan/dissectors/asn1/acp133/packet-acp133-template.c | /* packet-acp133.c
* Routines for ACP133 specific syntaxes in X.500 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/acp133/packet-acp133-template.h | /* packet-acp133.h
* Routines for ACP133 specific syntaxes in X.500 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_ACP133_H
#define PACKET_ACP13... |
ASN.1 | wireshark/epan/dissectors/asn1/acse/acse.asn | -- ACSE definition from
-- http://www.itu.int/ITU-T/asn1/database/itu-t/x/x227bis/1998/ACSE-1.html
-- and modified to pass through asn2wrs
--
--
-- Module ACSE-1 (X.227bis:09/1998)
ACSE-1 {joint-iso-itu-t association-control(2) modules(0) acse1(1) version1(1)}
-- ACSE-1 refers to ACSE version 1
DEFINITIONS ::=
BEGI... |
Configuration | wireshark/epan/dissectors/asn1/acse/acse.cnf | # asce.cnf
# ACSE conformation file
#.IMPORT ../x509if/x509if-exp.cnf
#.OMIT_ASSIGNMENT
Application-context-name
#.END
#.NO_EMIT ONLY_VALS
ACSE-apdu
#.EXPORTS
EXTERNALt
AE-title
AP-title
AP-invocation-identifier
AE-qualifier
ASO-qualifier
AE-invocation-identifier
#.TYPE_RENAME
AARQ-apdu/_untag/protocol-version T_A... |
Text | wireshark/epan/dissectors/asn1/acse/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 acse )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
${PR... |
C | wireshark/epan/dissectors/asn1/acse/packet-acse-template.c | /*XXX
There is a bug in asn2wrs that it can not yet handle tagged assignments such
as EXTERNAL ::= [UNIVERSAL 8] IMPLICIT SEQUENCE {
This bug is workedaround by some .cnf magic but this should be cleaned up
once asn2wrs learns how to deal with tagged assignments
*/
/* packet-acse.c
* Routines for ACSE pack... |
C/C++ | wireshark/epan/dissectors/asn1/acse/packet-acse-template.h | /* packet-acse.h
* Routines for ACSE packet dissection
* Ronnie Sahlberg 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_ACSE_H
#define PACKET_ACSE_H
#include <epan/asn1.h>
#... |
ASN.1 | wireshark/epan/dissectors/asn1/ain/AIN-Errors.asn | AIN-Errors{ ainErrorsObjectIdentifier }
--This module contains the type definitions for the AIN errors.
DEFINITIONS ::=
BEGIN
IMPORTS
ERROR
FROM Remote-Operations-Information-Objects {
joint-iso-itu-t remote-operations(4)
informationObjects(5) version1(0)}
ApplicationErrorStrin... |
ASN.1 | wireshark/epan/dissectors/asn1/ain/AIN-Operations.asn | AIN-Operations{ ainOperationsObjectIdentifier }
--This module contains type definitions for the AIN operations.
DEFINITIONS ::=
BEGIN
IMPORTS
OPERATION
FROM Remote-Operations-Information-Objects {
joint-iso-itu-t remote-operations(4)
informationObjects(5) version1(0)}
--erro... |
ASN.1 | wireshark/epan/dissectors/asn1/ain/AIN-Parameters.asn | AIN-Parameters{ ainParametersObjectIdentifier }
--This module contains the type definitions for the AIN parameters.
DEFINITIONS ::=
BEGIN
-- ainParametersObjectIdentifier OBJECT IDENTIFIER ::= ? - -not yet defined
-- TYPE DEFINITIONS FOR AIN PARAMETERS FOLLOWS
AccessC... |
Configuration | wireshark/epan/dissectors/asn1/ain/ain.cnf | # ain.cnf
# ain conformation file
#.EXPORTS
#.NO_EMIT ONLY_VALS
ROS
#.OMIT_ASSIGNMENT
# Removed as they are giving 'defined but not used' warnings currently.
Priority
RejectProblem
#.END
#.TYPE_RENAME
#.FIELD_RENAME
DisplayInformation/notificationIndicator displayInformation_notificationIndicator
Reject/problem/... |
Text | wireshark/epan/dissectors/asn1/ain/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 ain )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST_LATE
../ros/Remote-Operations-Information-Objects.asn
../ros/Remote-Opera... |
C | wireshark/epan/dissectors/asn1/ain/packet-ain-template.c | /* packet-ain-template.c
* Routines for AIN
* Copyright 2018, 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
*
* Ref
* GR-1299-CORE
*/
#include "config.h"
#include ... |
ASN.1 | wireshark/epan/dissectors/asn1/ansi_map/ansi_map.asn | -- Copyright 2005 - 2009 Anders Broman
MAP-Protocol{ 0 identified-organization (4) etsi (0) mobileDomain (0) gsm-Network (1) modules (3) map-Protocol (4) version5 (5) }
DEFINITIONS ::=
BEGIN
-- Import from GSM MAP for convenience
IMPORTS
IMSI
FROM MAP-CommonDataTypes {
itu-t identified-organization (4) etsi (0) m... |
Configuration | wireshark/epan/dissectors/asn1/ansi_map/ansi_map.cnf | # ansi_map.cnf
# ansi_map conformation file
# Copyright 2005-2007 Anders Broman
#.IMPORT ../gsm_map/gsm_map-exp.cnf
#.EXPORTS
#.OMIT_ASSIGNMENT
DetectionPointType
EnhancedPrivacyEncryptionReport
MINExtension
#.USE_VALS_EXT
# AnnouncementCode-std-ann
TriggerType
SMS-CauseCode
SystemMyTypeCode
# AnnouncementCode-tone
... |
Text | wireshark/epan/dissectors/asn1/ansi_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 ansi_map )
set( ASN_FILE_LIST
${PROTOCOL_NAME}.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet-${PROTOCOL_NAME}-template... |
C | wireshark/epan/dissectors/asn1/ansi_map/packet-ansi_map-template.c | /* packet-ansi_map.c
* Routines for ANSI 41 Mobile Application Part (IS41 MAP) dissection
* Specications from 3GPP2 (www.3gpp2.org)
* Based on the dissector by :
* Michael Lum <mlum [AT] telostech.com>
* In association with Telos Technology Inc.
*
* Copyright 2005 - 2009, Anders Broman <anders.broman@ericsson.co... |
C/C++ | wireshark/epan/dissectors/asn1/ansi_map/packet-ansi_map-template.h | /* packet-ansi_map.h
* Routines for ansi_map packet dissection
* Copyright 2005, 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_ANSI_MAP_H... |
Configuration | wireshark/epan/dissectors/asn1/ansi_tcap/ansi_tcap.cnf | # tcap.cnf
# tcap conformation file
#.NO_EMIT ONLY_VALS
PackageType
#.OMIT_ASSIGNMENT
# Removed as they are giving 'defined but not used' warnings currently.
Priority
#.END
#.FIELD_RENAME
Invoke/parameter invoke_parameter
ReturnResult/parameter returnResult_parameter
ReturnErr... |
Text | wireshark/epan/dissectors/asn1/ansi_tcap/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 ansi_tcap )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
TCAP-Remote-Operations-Information-Objects.asn... |
C | wireshark/epan/dissectors/asn1/ansi_tcap/packet-ansi_tcap-template.c | /* packet-ansi_tcap-template.c
* Routines for ANSI TCAP
* Copyright 2007 Anders Broman <anders.broman@ericsson.com>
* Built from the gsm-map dissector Copyright 2004 - 2005, Anders Broman <anders.broman@ericsson.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 19... |
C/C++ | wireshark/epan/dissectors/asn1/ansi_tcap/packet-ansi_tcap-template.h | /* packet-ansi_tcap.h
*
* Copyright 2007 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_ANSI_TCAP_H
#define PACKET_ANSI_TCAP_H
#define A... |
ASN.1 | wireshark/epan/dissectors/asn1/ansi_tcap/TCAP-Remote-Operations-Information-Objects.asn | TCAP-Remote-Operations-Information-Objects {iso(1)
memberbody(2) usa(840) t1-114(10013) modules(0) informationObjects(1) version4(4) }
DEFINITIONS ::=
BEGIN
--Exports Everything
IMPORTS
emptyBind, emptyUnbind
FROM Remote-Operations-Useful-Definitions {joint-iso-ccitt remote-operations(4) useful-definitions(7) v... |
ASN.1 | wireshark/epan/dissectors/asn1/ansi_tcap/TCAPPackage.asn | TCAPPackage {iso(1) memberbody(2) usa(840) t1-114(10013) modules(0) tcapPackage(0) version4(4)}
DEFINITIONS ::=
-- iso(1) memberbody(2)
-- usa(840) T1.114(10013)
BEGIN
-- defining a module called TCAPPackage which contains type
-- definitions for the contents of any generic TCAP message
--exports everything
IMP... |
ASN.1 | wireshark/epan/dissectors/asn1/atn-cm/atn-cm.asn | -- ICAO doc 9705 Edition 2 Contact Management (CM)
CMMessageSetVersion1 DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- ----------------------------------------------------------------------------------
-- CM Message Structure
-- ----------------------------------------------------------------------------------
-- Aircraft-... |
Configuration | wireshark/epan/dissectors/asn1/atn-cm/atn-cm.cnf | #.MODULE_IMPORT
#.EXPORTS
#.PDU
CMAircraftMessage
CMGroundMessage
#.END
#
# Editor modelines - https://www.wireshark.org/tools/modelines.html
#
# Local variables:
# c-basic-offset: 4
# tab-width: 8
# indent-tabs-mode: nil
# End:
#
# vi: set shiftwidth=4 tabstop=8 expandtab:
# :indentSize=4:tabSize=8:noTabs=tru... |
Text | wireshark/epan/dissectors/asn1/atn-cm/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 atn-cm )
set( PROTO_OPT )
set( EXPORT_FILES
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
${PROTOCOL_NAME}.asn
)
set(... |
C | wireshark/epan/dissectors/asn1/atn-cm/packet-atn-cm-template.c | /* packet-atn-cm.c
* By Mathias Guettler <guettler@web.de>
* Copyright 2013
*
* Routines for ATN context management protocol packet disassembly.
* ATN context management allows an aircraft
* to log on to a ground facility.
* details see:
* http://en.wikipedia.org/wiki/CPDLC
* http://members.optusnet.com.au/~c... |
ASN.1 | wireshark/epan/dissectors/asn1/atn-cpdlc/atn-cpdlc.asn | -- Sub-Volume IV ASN.1 reference definitions for ICAO Doc. 9705,
-- Second Edition
-- Version 1.1, 03 Oct 2001
-- protected mode PDR's
-- 2011-10-25 Doc 9705 Draft Ed 3 (ICAO web site - 11/00) including "9705 PDRS FOR CPDLC"
-- based on "ACP WGN SG/N2 Version 1.1 (Output Montreal - May 2005)"
-- plain old CPDLC
CP... |
Configuration | wireshark/epan/dissectors/asn1/atn-cpdlc/atn-cpdlc.cnf | #.MODULE_IMPORT
#.END
#.EXPORTS
#.END
#.OMIT_ASSIGNMENT
#.END
#.PDU
AircraftPDUs
GroundPDUs
ProtectedAircraftPDUs
ProtectedGroundPDUs
#.END
#.FIELD_RENAME
AircraftPDUs/send aircraftpdus_send
GroundPDUs/send groundpdus_send
ATCUplinkMessageData/constrainedData atcuplinkmessagedata_constraineddata
ATCDownli... |
Text | wireshark/epan/dissectors/asn1/atn-cpdlc/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 atn-cpdlc )
set( PROTO_OPT )
set( EXPORT_FILES
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
${PROTOCOL_NAME}.asn
)
s... |
C | wireshark/epan/dissectors/asn1/atn-cpdlc/packet-atn-cpdlc-template.c | /* packet-atn-cpdlc-template.c
* By Mathias Guettler <guettler@web.de>
* Copyright 2013
*
* Routines for ATN Cpdlcc protocol packet disassembly
* details see:
* http://en.wikipedia.org/wiki/CPDLC
* http://members.optusnet.com.au/~cjr/introduction.htm
* standards:
* http://legacy.icao.int/anb/panels/acp/repos... |
ASN.1 | wireshark/epan/dissectors/asn1/atn-ulcs/atn-ulcs.asn | -- File: atn-ulcs.asn
-- Sub-Volume IV ASN.1 reference definitions for ICAO Doc. 9705,
-- Second Edition
-- Version 1.1, 03 Oct 2001
-- The majority of the ULCS protocol definitions are specified in the ULCS
-- Technical Provisions by reference to ISO/IEC Standards and/or ITU-T
-- Recommendations. The ASN.1 definitio... |
Configuration | wireshark/epan/dissectors/asn1/atn-ulcs/atn-ulcs.cnf | #.MODULE_IMPORT
#.FIELD_RENAME
AARQ-apdu/protocol-version aarq-apdu_protocol-version
AARE-apdu/protocol-version aare-apdu_protocol-version
RLRE-apdu/reason rlre-apdu_response_reason
RLRQ-apdu/reason rlrq-apdu_request_reason
EXTERNALt/encoding/single-ASN1-type externalt_encoding_single-asn1-type
EXTERNALt/encoding/... |
Text | wireshark/epan/dissectors/asn1/atn-ulcs/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 atn-ulcs )
set( PROTO_OPT )
set( EXPORT_FILES
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
${PROTOCOL_NAME}.asn
)
se... |
C | wireshark/epan/dissectors/asn1/atn-ulcs/packet-atn-ulcs-template.c | /* packet-atn-ulcs.c
* By Mathias Guettler <guettler@web.de>
* Copyright 2013
*
* Routines for ATN upper layer
* protocol packet disassembly
* ATN upper layers are embedded within OSI Layer 4 (COTP).
*
* ATN upper layers contain:
* Session Layer (NUL protocol option)
* Presentation Layer (NUL protocol option... |
C/C++ | wireshark/epan/dissectors/asn1/atn-ulcs/packet-atn-ulcs-template.h | /* packet-atn-ulcs.h
* Definitions for atn packet disassembly structures and routines
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef PACKET_ATN_ULCS_H
#define PACKET_ATN_ULCS_H
#include "pa... |
ASN.1 | wireshark/epan/dissectors/asn1/c1222/c1222.asn | -- C1222 PROTOCOL
--
C1222-PROTOCOL DEFINITIONS ::=
BEGIN
MESSAGE ::= [APPLICATION 0] IMPLICIT SEQUENCE {
aSO-context [1] ASO-qualifier OPTIONAL,
called-AP-title [2] Called-AP-title OPTIONAL,
called-AP-invocation-id [4] Called-AP-invocation-id OPTIONAL,
callin... |
Configuration | wireshark/epan/dissectors/asn1/c1222/c1222.cnf | # c1222.cnf
# C1222 conformation file
# Copyright 2010, Edward J. Beroset, edward.beroset@elster.com
#.MODULE_IMPORT
IMPORT ../acse/acse.inf
#.EXPORTS
#.PDU
MESSAGE
#.NO_EMIT
#.TYPE_RENAME
#.FIELD_RENAME
#.TYPE_ATTR
Calling-authentication-value-c1222/_untag/iv-element BLURB="c1222.iv-element"
Calling-authentica... |
Text | wireshark/epan/dissectors/asn1/c1222/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 c1222 )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
${PROTOCOL_NAME}.asn
)
set( EXTRA_DIST
${ASN_FIL... |
C | wireshark/epan/dissectors/asn1/c1222/packet-c1222-template.c | /* packet-c1222.c
* Routines for ANSI C12.22 packet dissection
* Copyright 2010, Edward J. Beroset, edward.beroset@elster.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"
#i... |
C/C++ | wireshark/epan/dissectors/asn1/c1222/packet-c1222-template.h | /* packet-c1222.h
* Routines for ANSI C12.22 packet dissection
* Copyright 2010, Edward J. Beroset, edward.beroset@elster.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_C1222_H
... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/camel.asn | --***********************************************
-- ASN.1+ version of CAMEL3 message set.
--
-- Ref : CAMEL Application Part (CAP) specification
-- (3GPP TS 29.078 version 3.5.0 Release 1999)
-- ETSI TS 129 078 V3.5.0 (2000-09)
-- Updated to 3GPP TS 29.078 version 7.3.0 Release 7 (2006-06)
--
--*****... |
Configuration | wireshark/epan/dissectors/asn1/camel/camel.cnf | # camel.cnf
# camel conformation file
# Anders Broman 2007
#.IMPORT ../gsm_map/gsm_map-exp.cnf
#.IMPORT ../inap/inap-exp.cnf
#.MODULE
CS1-DataTypes inap
CS2-datatypes inap
#.ASSIGNED_OBJECT_IDENTIFIER classes
#.ASSIGNED_OBJECT_IDENTIFIER ros-InformationObjects
#.ASSIGNED_OBJECT_IDENTIFIER tc-Messages
#.ASSIGNED_OB... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/CamelV2diff.asn | -- Hand crafted ASN1 file for the differences between latest spec and V2
-- statments sufixed with V2 to be able to generate this with the latest ASN1 spec.
-- .cnf and -template is used to call the statmets here.
CAP-DataTypesV2 {ccitt(0) identified-organization(4) etsi(0) mobileDomain(0) gsm-Network(1) modules(3)cap... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/CAP-classes.asn | -- 3GPP TS 29.078 11.0.0 (2011-09)
-- 5.5 Classes
CAP-classes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) umts-network(1)
modules(3) cap-classes(54) version8(7)}
DEFINITIONS ::= BEGIN
IMPORTS
ROS-OBJECT-CLASS,
Code
FROM Remote-Operations-Information-Objects ros-InformationObjects
id-rosObject-gp... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/CAP-datatypes.asn | -- 3GPP TS 29.078 11.0.0 (2011-09)
-- 5 Common CAP Types
-- 5.1 Data types
CAP-datatypes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) umts-network(1) modules(3) cap-datatypes(52) version8(7)}
DEFINITIONS IMPLICIT TAGS ::= BEGIN
IMPORTS
Duration,
Integer4,
Interval,
LegID,
ServiceKey
FROM CS1-Da... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/CAP-errorcodes.asn | -- 3GPP TS 29.078 11.0.0 (2011-09)
-- 5.4 Error codes
CAP-errorcodes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) umts-network(1) modules(3) cap-errorcodes(57) version8(7)}
DEFINITIONS ::= BEGIN
IMPORTS
ros-InformationObjects
FROM CAP-object-identifiers {itu-t(0) identified-organization(4) etsi(0) m... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/CAP-errortypes.asn | -- 3GPP TS 29.078 11.0.0 (2011-09)
-- 5.2 Error types
CAP-errortypes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) umts-network(1) modules(3) cap-errortypes(51) version8(7)}
-- This module contains the type definitions for the CAP Error Types.
-- Where a parameter of type CHOICE is tagged with a specif... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/CAP-GPRS-ReferenceNumber.asn | -- 3GPP TS 29.078 29.078 11.0.0 (2011-09)
-- 8.1.1 GPRS Reference Number
CAP-GPRS-ReferenceNumber {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0)
umts-network(1) modules(3) cap-dialogueInformation(111) version8(7)}
-- Module CAP-GPRS-ReferenceNumber is updated to version8(7) for Rel-6. The definitions
-- ... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/CAP-gprsSSF-gsmSCF-ops-args.asn | -- 3GPP TS 29.078 11.0.0 (2011-09)
-- 8 GPRS Control
-- 8.1 gsmSCF/gprsSSF operations and arguments
CAP-gprsSSF-gsmSCF-ops-args {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0)
umts-network(1) modules(3) cap-GPRS-ops-args(107) version8(7)}
-- Module CAP-gprsSSF-gsmSCF-ops-args is updated to version8(7) for... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/CAP-gsmSCF-gsmSRF-ops-args.asn | -- 3GPP TS 29.078 11.0.0 (2011-09)
-- 6.2 gsmSCF/gsmSRF interface
-- 6.2.1 gsmSCF/gsmSRF operations and arguments
CAP-gsmSCF-gsmSRF-ops-args {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0)
umts-network(1) modules(3) cap-gsmSCF-gsmSRF-ops-args(103) version8(7)}
DEFINITIONS IMPLICIT TAGS ::= BEGIN
-- This ... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/CAP-gsmSSF-gsmSCF-ops-args.asn | -- 3GPP TS 29.078 11.0.0 (2011-09)
-- 6 Circuit Switched Call Control
-- 6.1 gsmSSF/CCF - gsmSCF Interface
-- 6.1.1 Operations and arguments
CAP-gsmSSF-gsmSCF-ops-args {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0)
umts-network(1) modules(3) cap-gsmSSF-gsmSCF-ops-args(101) version8(7)}
DEFINITIONS IMPLIC... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/CAP-object-identifiers.asn | -- 3GPP TS 29.078 11.0.0 (2011-09)
-- 5.6 Object IDentifiers (IDs)
CAP-object-identifiers {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0)
umts-network(1) modules(3) cap-object-identifiers(100) version8(7)}
DEFINITIONS ::= BEGIN
-- This module assigns object identifiers for Modules, Packages, Contracts an... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/CAP-operationcodes.asn | -- 3GPP TS 29.078 11.0.0 (2011-09)
-- 5.3 Operation codes
CAP-operationcodes {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) umts-network(1) modules(3) cap-operationcodes(53) version8(7)}
DEFINITIONS ::= BEGIN
IMPORTS
ros-InformationObjects
FROM CAP-object-identifiers {itu-t(0) identified-organization(... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/CAP-SMS-ops-args.asn | -- 3GPP TS 29.078 11.0.0 (2011-09)
-- 7 SMS Control
-- 7.1 SMS operations and arguments
CAP-SMS-ops-args {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) umts-network(1) modules(3) cap-SMS-ops-args(105) version8(7)}
-- The module CAP-SMS-ops-args is updated to version8(7) for Rel-6. The OPERATION definition... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/CAP-U-ABORT-Data.asn | -- 3GPP TS 29.078 11.0.0 (2011-09)
-- 5.7 User Abort Data
CAP-U-ABORT-Data {itu-t(0) identified-organization(4) etsi(0) mobileDomain(0) umts-network(1) modules(3) cap-u-abort-data(110) version8(7)}
DEFINITIONS ::= BEGIN
id-CAP-U-ABORT-Reason OBJECT IDENTIFIER ::= {itu-t(0) identified-organization(4) etsi(0) mobileDom... |
Text | wireshark/epan/dissectors/asn1/camel/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 camel )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( EXT_ASN_FILE_LIST_LATE
../ros/Remote-Operations-Information-Obje... |
C | wireshark/epan/dissectors/asn1/camel/packet-camel-template.c | /* packet-camel-template.c
* Routines for Camel
* Copyright 2004, Tim Endean <endeant@hotmail.com>
* Copyright 2005, Olivier Jacques <olivier.jacques@hp.com>
* Copyright 2005, Javier Acuna <javier.acuna@sixbell.com>
* Updated to ETSI TS 129 078 V6.4.0 (2004-3GPP TS 29.078 version 6.4.0 Release 6 1 12)
* Copyright... |
C/C++ | wireshark/epan/dissectors/asn1/camel/packet-camel-template.h | /* packet-camel-template.h
* Routines for Camel
* Copyright 2004, Tim Endean <endeant@hotmail.com>
* Copyright 2005, Olivier Jacques <olivier.jacques@hp.com>
* Built from the gsm-map dissector Copyright 2004, Anders Broman <anders.broman@ericsson.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <g... |
ASN.1 | wireshark/epan/dissectors/asn1/camel/TCAPMessages.asn | -- Generated by Asnp, the pretty-printer of France Telecom R&D (http://asn1.elibel.tm.fr/asnp/)
TCAPMessages {itu-t recommendation q 773 modules(2) messages(1) version3(3)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
-- This is a dummy asn1 file to be replacet when everthing is in place...
-- EXPORTS everything
-- Transaction ... |
ASN.1 | wireshark/epan/dissectors/asn1/cbrs-oids/cbrs-oids.asn | --
-- Citizens Broadband Radio Service - Object Identifiers
--
-- ASN.1 interpolated from
-- - WInnForum CBRS COMSEC TS WINNF-15-S-0065-V2.0.0
-- https://www.wirelessinnovation.org/assets/work_products/Specifications/winnf-15-s-0065-v2.0.0%20cbrs%20communications%20security%20technical%20specification.pdf
-- - WInnFo... |
Configuration | wireshark/epan/dissectors/asn1/cbrs-oids/cbrs-oids.cnf | # cbrs-oids.cnf
# Citizens Broadband Radio Service - Object Identifiers confirmation file
#.REGISTER
ZONE B "1.3.6.1.4.1.46609.1.2" "CBRS_PAL_ZONE"
FREQUENCY B "1.3.6.1.4.1.46609.1.3" "CBRS_PAL_FREQUENCY"
FCCID B "1.3.6.1.4.1.46609.1.4" "CBRS_CBSD_FCCID"
SERIAL B "1.3.6.1.4.1.46609.1.5" "CBRS_CBSD_SERIAL"
... |
Text | wireshark/epan/dissectors/asn1/cbrs-oids/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 cbrs-oids )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
... |
C | wireshark/epan/dissectors/asn1/cbrs-oids/packet-cbrs-oids-template.c | /* packet-cbrs-oids.c
*
* Citizens Broadband Radio Service - Object Identifiers
*
* Extracted from
* - WInnForum CBRS COMSEC TS WINNF-15-S-0065-V2.0.0
* https://www.wirelessinnovation.org/assets/work_products/Specifications/winnf-15-s-0065-v2.0.0%20cbrs%20communications%20security%20technical%20specification.pd... |
ASN.1 | wireshark/epan/dissectors/asn1/cdt/cdt.asn | CompressedDataType
{ iso(1) identified-organization(3) nato(26) stanags(0)
mmhs(4406) object-identifiers(0) id-mcont(4) 2 }
DEFINITIONS ::=
BEGIN
CompressedData ::= SEQUENCE {
compressionAlgorithm CompressionAlgorithmIdentifier,
compressedContentInfo CompressedContentInfo }
CompressionAlg... |
Configuration | wireshark/epan/dissectors/asn1/cdt/cdt.cnf | # cdt.cnf
# Compressed Data Type conformation file
#.EXPORTS
CompressedData
#.REGISTER
CompressedData B "1.3.26.0.4406.0.4.2" "cdt"
#.FN_BODY CompressedData
content_type = 0;
%(DEFAULT_BODY)s
#.FN_PARS AlgorithmID-ShortForm
VAL_PTR = &value
#.FN_BODY AlgorithmID-ShortForm
guint32 value;
%(DEFAULT_B... |
Text | wireshark/epan/dissectors/asn1/cdt/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 cdt )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
${PROTOCOL_NAME}.asn
)
set( EXTRA_DIST
${ASN_FILE_... |
C | wireshark/epan/dissectors/asn1/cdt/packet-cdt-template.c | /* packet-cdt.c
*
* Routines for Compressed Data Type packet dissection.
*
* Copyright 2005, Stig Bjorlykke <stig@bjorlykke.org>, Thales Norway AS
*
* 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/cdt/packet-cdt-template.h | /* packet-cdt.h
*
* Routines for Compressed Data Type packet dissection.
*
* Copyright 2005, Stig Bjorlykke <stig@bjorlykke.org>, Thales Norway AS
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
... |
Configuration | wireshark/epan/dissectors/asn1/charging_ase/charging_ase.cnf | # charging ase.cnf
# charging ase conformation file
# Anders Broman 2009
#.EXPORTS
ChargingMessageType
ChargingMessageType_PDU
#.PDU
ChargingMessageType
#.FN_BODY ExtensionField/value
proto_tree_add_expert(tree, actx->pinfo, &ei_charging_ase_extensions_not_dissected, tvb, offset, -1);
return tvb_reported_length(t... |
Text | wireshark/epan/dissectors/asn1/charging_ase/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 charging_ase )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
Tariffing-Data-Types.asn
)
set( EXTRA_DIST... |
C | wireshark/epan/dissectors/asn1/charging_ase/packet-charging_ase-template.c | /* packet-charging_ase-template.c
* Copyright 2009 , Anders Broman <anders.broman [AT] ericsson.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
* References: ETSI ES 201 296 V1.3.1 (2003-04)
*/
#... |
C/C++ | wireshark/epan/dissectors/asn1/charging_ase/packet-charging_ase-template.h | /* packet-charging_ase-template.h
* Copyright 2009, 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_CHARGING_ASE_H
#define PACKET_CHARGING_A... |
ASN.1 | wireshark/epan/dissectors/asn1/charging_ase/Tariffing-Data-Types.asn | -- ETSI ES 201 296 V1.3.1 (2003-04)
Tariffing-Data-Types {itu-t(0) identified-organization(4) etsi (0) 1296 version3(4)}
DEFINITIONS IMPLICIT TAGS ::= BEGIN
-- This module contains the common data type definitions for the charging information used in the
-- new ISUP APM application "Charging ASE" and in the INAP char... |
Text | wireshark/epan/dissectors/asn1/cmip/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 cmip )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST_LATE
../x721/Attribute-ASN... |
ASN.1 | wireshark/epan/dissectors/asn1/cmip/CMIP-1.asn | -- Module CMIP-1 (X.711:10/1997)
CMIP-1 {joint-iso-itu-t ms(9) cmip(1) modules(0) protocol(3)} DEFINITIONS ::=
BEGIN
IMPORTS
ERROR, OPERATION
FROM Remote-Operations-Information-Objects {joint-iso-itu-t
remote-operations(4) informationObjects(5) version1(0)}
ROS{}, InvokeId, noInvokeId
FROM Remote-Ope... |
ASN.1 | wireshark/epan/dissectors/asn1/cmip/CMIP-A-ABORT-Information.asn | -- Module CMIP-A-ABORT-Information (X.711:10/1997)
CMIP-A-ABORT-Information {joint-iso-itu-t ms(9) cmip(1) modules(0)
aAbortUserInfo(2)} DEFINITIONS ::=
BEGIN
-- Information carried in user-information parameter of A-ABORT
CMIPAbortInfo ::= SEQUENCE {
abortSource [0] IMPLICIT CMIPAbortSource,
userInfo [1] ... |
ASN.1 | wireshark/epan/dissectors/asn1/cmip/CMIP-A-ASSOCIATE-Information.asn | -- Module CMIP-A-ASSOCIATE-Information (X.711:10/1997)
CMIP-A-ASSOCIATE-Information {joint-iso-itu-t ms(9) cmip(1) modules(0)
aAssociateUserInfo(1)} DEFINITIONS ::=
BEGIN
FunctionalUnits ::= BIT STRING {
multipleObjectSelection(0), filter(1), multipleReply(2), extendedService(3),
cancelGet(4)}
-- Functional uni... |
ASN.1 | wireshark/epan/dissectors/asn1/cmip/CMIP.asn | -- some of the definitions use implicit tags so be careful when adding
-- new structures.
-- Module CMIP-A-ASSOCIATE-Information (X.711:10/1997)
CMIP-A-ASSOCIATE-Information {joint-iso-itu-t ms(9) cmip(1) modules(0)
aAssociateUserInfo(1)} DEFINITIONS ::=
BEGIN
IMPORTS
EXTERNALt
FROM ACSE-1 {joint-iso-itu-t... |
Configuration | wireshark/epan/dissectors/asn1/cmip/cmip.cnf | # cmip.cnf
# CMIP conformation file
#.IMPORT ../acse/acse-exp.cnf
#.MODULE
Remote-Operations-Information-Objects cmip.ros
Attribute-ASN1Module cmip.x721
#.OMIT_ASSIGNMENT Remote-Operations-Information-Objects
Bind
Unbind
#.END
#.NO_EMIT ONLY_VALS
LinkedReplyArgument
#.TYPE_RENAME
Invoke/argument InvokeArgume... |
C | wireshark/epan/dissectors/asn1/cmip/packet-cmip-template.c | /* packet-cmip.c
* Routines for X.711 CMIP 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 <epan/packet.h>
#include <epan/ex... |
C/C++ | wireshark/epan/dissectors/asn1/cmip/packet-cmip-template.h | /* packet-cmip.h
* Routines for X.711 CMIP 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_CMIP_H
#define PACKET_CMIP_H
#include "packet-c... |
Text | wireshark/epan/dissectors/asn1/cmp/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 cmp )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
CMP.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
packet... |
ASN.1 | wireshark/epan/dissectors/asn1/cmp/CMP.asn | -- Extracted from RFC4210
-- by Martin Peylo <martin.peylo@nsn.com>
--
-- Changes to the original ASN.1 source:
-- - Commented out the import of UTF8String which is not needed
-- - Commented out PKIBody/p10cr since PKCS-10 is not implemented
-- - Uncommented the definitions for the OIDs used in InfoTypeAndValue
-... |
Configuration | wireshark/epan/dissectors/asn1/cmp/cmp.cnf | # CMP.cnf
# CMP conformation file
#.MODULE_IMPORT
PKIX1Explicit88 pkix1explicit
PKIX1Implicit88 pkix1implicit
PKCS-10 pkcs10
#.INCLUDE ../pkix1explicit/pkix1explicit_exp.cnf
#.INCLUDE ../pkix1implicit/pkix1implicit_exp.cnf
#.INCLUDE ../crmf/crmf-exp.cnf
#.EXPORTS
PKIMessage
ProtectedPart
OOBCert
OOBCertHash
#.REGIS... |
C | wireshark/epan/dissectors/asn1/cmp/packet-cmp-template.c | /* packet-cmp.c
*
* Routines for RFC2510 Certificate Management Protocol packet dissection
* Ronnie Sahlberg 2004
* Updated to RFC4210 CMPv2 and associated "Transport Protocols for CMP" draft
* Martin Peylo 2008
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1... |
C/C++ | wireshark/epan/dissectors/asn1/cmp/packet-cmp-template.h | /* packet-cmp.h
* Routines for RFC2510 Certificate Management Protocol 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_CMP_H
#define PACKET... |
ASN.1 | wireshark/epan/dissectors/asn1/cms/AttributeCertificateVersion1.asn | -- Extracted from RFC5652
AttributeCertificateVersion1
{ iso(1) member-body(2) us(840) rsadsi(113549)
pkcs(1) pkcs-9(9) smime(16) modules(0) v1AttrCert(15) }
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
-- EXPORTS All
IMPORTS
-- Directory Authentication Framework (X.509)
AttCertValidityPeriod, Extensions,... |
Text | wireshark/epan/dissectors/asn1/cms/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 cms )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
Crypt... |
Configuration | wireshark/epan/dissectors/asn1/cms/cms.cnf | # CMS.cnf
# CMS conformation file
#.IMPORT ../x509af/x509af-exp.cnf
#.IMPORT ../x509ce/x509ce-exp.cnf
#.IMPORT ../x509if/x509if-exp.cnf
#.IMPORT ../x509sat/x509sat-exp.cnf
#.OMIT_ASSIGNMENT
CBCParameter
ExtendedCertificateOrCertificate
#.END
#.EXPORTS
ContentInfo
ContentType
Countersignature
Digest
DigestAlgorithmId... |
ASN.1 | wireshark/epan/dissectors/asn1/cms/CMSFirmwareWrapper.asn | -- Verbatim copy of Appendix A of RFC 4108 followed by Errata ID 4093
CMSFirmwareWrapper
{ iso(1) member-body(2) us(840) rsadsi(113549) pkcs(1)
pkcs-9(9) smime(16) modules(0) cms-firmware-wrap(22) }
DEFINITIONS IMPLICIT TAGS ::= BEGIN
IMPORTS
EnvelopedData
FROM CryptographicMessageSyntax -- [CMS]
{ iso(1) mem... |
ASN.1 | wireshark/epan/dissectors/asn1/cms/CryptographicMessageSyntax.asn | -- Extracted from RFC5652
-- and massaged/modified so it passes through our asn2wrs compiler
CryptographicMessageSyntax
{ iso(1) member-body(2) us(840) rsadsi(113549)
pkcs(1) pkcs-9(9) smime(16) modules(0) cms-2004(24) }
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
-- EXPORTS All
-- The types and values defined in this... |
C | wireshark/epan/dissectors/asn1/cms/packet-cms-template.c | /* packet-cms.c
* 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.