language stringlengths 0 24 | filename stringlengths 9 214 | code stringlengths 99 9.93M |
|---|---|---|
ASN.1 | wireshark/epan/dissectors/asn1/its/ITS-Container.asn | ITS-Container {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (2)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS;
ItsPduHeader ::= SEQUENCE {
protocolVersion INTEGER (0..255),
messageID INTEGER{ denm(1), cam(2), poi(3), spatem(4), mapem(5), ivim(6), ev-rsr(... |
ASN.1 | wireshark/epan/dissectors/asn1/its/ITS-ContainerV1.asn | -- https://www.etsi.org/deliver/etsi_ts/102800_102899/10289402/01.02.01_60/ts_10289402v010201p.pdf
--
ITS-ContainerV1 {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5) wg1 (1) ts (102894) cdd (2) version (1)
}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- Use the def from V2
-- ItsPduHeaderV1 ::= SEQ... |
Configuration | wireshark/epan/dissectors/asn1/its/its.cnf | # its.cnf
# Intelligent Transport Systems (ITS)
#.OPT
PER
UNALIGNED
#.END
#.EXPORTS
#.OMIT_ASSIGNMENT
# Get rid of unused code warnings
TisTpgTransactionsPdu
DENM
DENMv1
CAM
CAMv1
SSEM
SREM
IVIM
MAPEM
SPATEM
EV-RSR
RTCMEM
CPM
EvcsnPdu
DriverLanguage
ChargingPower
StatusResponseCode
CurrentVehicleConfiguration
TpgLoc... |
C | wireshark/epan/dissectors/asn1/its/packet-its-template.c | /* packet-its-template.c
*
* Intelligent Transport Systems Applications dissectors
* Coyright 2018, C. Guerber <cguerber@yahoo.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/*
* Implement... |
C/C++ | wireshark/epan/dissectors/asn1/its/packet-its-template.h | /* packet-its-template.h
*
* Intelligent Transport Systems Applications dissectors
* C. Guerber <cguerber@yahoo.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_ITS_H__
#defin... |
ASN.1 | wireshark/epan/dissectors/asn1/its/TIS_TPG_Transactions_Descriptions.asn | -- TIS-TPG Transactions message definitions
-- ASN.1 Start Definition
TIS-TPG-Transactions-Descriptions {
itu-t (0) identified-organization (4) etsi (0) itsDomain (5)
wg1 (1) i2vApplications (101556) tpms (2) transactions (1) version (1)}
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
ItsPduHeader, CauseCode, Referenc... |
Text | wireshark/epan/dissectors/asn1/kerberos/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 kerberos )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
... |
ASN.1 | wireshark/epan/dissectors/asn1/kerberos/k5.asn | -- Extracted from http://www.h5l.org/dist/src/heimdal-1.2.tar.gz
-- Id: k5.asn1 22745 2008-03-24 12:07:54Z lha $
-- Commented out stuff already in KerberosV5Spec2.asn
KERBEROS5 DEFINITIONS ::=
BEGIN
NAME-TYPE ::= INTEGER {
kRB5-NT-UNKNOWN(0), -- Name type not known
kRB5-NT-PRINCIPAL(1), -- Just the name of the princ... |
Configuration | wireshark/epan/dissectors/asn1/kerberos/kerberos.cnf | # kerberos.cnf
# kerberos conformation file
# Copyright 2008 Anders Broman
#.EXPORTS
ChangePasswdData
Applications ONLY_ENUM
TGT-REQ
TGT-REP
#.FIELD_RENAME
Authenticator/_untag/subkey authenticator_subkey
KDC-REQ-BODY/etype kDC-REQ-BODY_etype
KRB-SAFE-BODY/user-data kRB-SAFE-BODY_user_data
EncKrbPrivPart/user-data en... |
ASN.1 | wireshark/epan/dissectors/asn1/kerberos/KerberosV5Spec2.asn | --http://www.ietf.org/rfc/rfc4120.txt?number=4120
KerberosV5Spec2 {
iso(1) identified-organization(3) dod(6) internet(1)
security(5) kerberosV5(2) modules(4) krb5spec2(2)
} DEFINITIONS EXPLICIT TAGS ::= BEGIN
-- OID arc for KerberosV5
--
-- This OID may be used to identify Kerberos protocol messages
--... |
C | wireshark/epan/dissectors/asn1/kerberos/packet-kerberos-template.c | /* packet-kerberos.c
* Routines for Kerberos
* Wes Hardaker (c) 2000
* wjhardaker@ucdavis.edu
* Richard Sharpe (C) 2002, rsharpe@samba.org, modularized a bit more and
* added AP-REQ and AP-REP dissection
*
* Ronnie Sahlberg (C) 2004, major rewrite for new ASN.1/BER API.
* ... |
C/C++ | wireshark/epan/dissectors/asn1/kerberos/packet-kerberos-template.h | /* packet-kerberos.h
* Routines for kerberos packet dissection
* 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_KERBEROS... |
ASN.1 | wireshark/epan/dissectors/asn1/kerberos/RFC3244.asn | -- Extracted from RFC 3244
RFC3244 DEFINITIONS ::=
BEGIN
ChangePasswdData ::= SEQUENCE {
newpasswd[0] OCTET STRING,
targname[1] PrincipalName OPTIONAL,
targrealm[2] Realm OPTIONAL
}
END |
ASN.1 | wireshark/epan/dissectors/asn1/kerberos/RFC6113.asn | -- Extracted from RFC 6113
KerberosPreauthFramework {
iso(1) identified-organization(3) dod(6) internet(1)
security(5) kerberosV5(2) modules(4) preauth-framework(3)
} DEFINITIONS EXPLICIT TAGS ::= BEGIN
IMPORTS
KerberosTime, PrincipalName, Realm, EncryptionKey, Checksum,
Int32, EncryptedData, PA-ENC-TS-ENC, PA-DA... |
ASN.1 | wireshark/epan/dissectors/asn1/kerberos/SPAKE.asn | -- Adapted from
-- https://tools.ietf.org/id/draft-ietf-kitten-krb-spake-preauth-09.txt
-- Appendix A.
-- Copyright (c) 2019 IETF Trust and the persons identified as authors of the
-- code. All rights reserved.
--
-- Redistribution and use in source and binary forms, with or without
-- modification, is permitted pursu... |
Text | wireshark/epan/dissectors/asn1/lcsap/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 lcsap )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
LCS... |
ASN.1 | wireshark/epan/dissectors/asn1/lcsap/LCS-AP-CommonDataTypes.asn | --
-- 3GPP TS 29.171 v17.2.0 (2022-12-15)
-- 7.5.6 Common Definitions
-- **************************************************************
--
-- Common definitions
--
-- **************************************************************
LCS-AP-CommonDataTypes {
itu-t (0) identified-organization (4) etsi (0) mobileDomai... |
ASN.1 | wireshark/epan/dissectors/asn1/lcsap/LCS-AP-Constants.asn | --
-- 3GPP TS 29.171 v17.2.0 (2022-12-15)
-- 7.5.7 Constant definitions
-- **************************************************************
--
-- Constant definitions
--
-- **************************************************************
LCS-AP-Constants {
itu-t (0) identified-organization (4) etsi (0) mobileDomain ... |
ASN.1 | wireshark/epan/dissectors/asn1/lcsap/LCS-AP-Containers.asn | --
-- 3GPP TS 29.171 v17.2.0 (2022-12-15)
-- 7.5.8 Container Definitions
-- **************************************************************
--
-- Container definitions
--
-- **************************************************************
LCS-AP-Containers {
itu-t (0) identified-organization (4) etsi (0) mobileDom... |
ASN.1 | wireshark/epan/dissectors/asn1/lcsap/LCS-AP-IEs.asn | --
-- 3GPP TS 29.171 v17.2.0 (2022-12-15)
-- 7.5.5 Information element definitions
-- **************************************************************
--
-- Information Element Definitions
--
-- **************************************************************
LCS-AP-IEs {
itu-t (0) identified-organization (4) etsi ... |
ASN.1 | wireshark/epan/dissectors/asn1/lcsap/LCS-AP-PDU-Contents.asn | --
-- 3GPP TS 29.171 v17.2.0 (2022-12-15)
-- 7.5.4 PDU definitions
-- **************************************************************
--
-- PDU definitions for LCS-AP.
--
-- **************************************************************
LCS-AP-PDU-Contents {
itu-t (0) identified-organization (4) etsi (0) mobile... |
ASN.1 | wireshark/epan/dissectors/asn1/lcsap/LCS-AP-PDU-Descriptions.asn | --
-- 3GPP TS 29.171 v17.2.0 (2022-12-15)
-- 7.5.3 Elementary procedure definitions
-- **************************************************************
--
-- Elementary Procedure definitions
--
-- **************************************************************
LCS-AP-PDU-Descriptions {
itu-t (0) identified-organization ... |
Configuration | wireshark/epan/dissectors/asn1/lcsap/lcsap.cnf | # lcsap.cnf
# lcsap conformation file
#.OPT
PER
ALIGNED
#.END
#.EXPORTS
Correlation-ID_PDU
Positioning-Data_PDU
#.PDU
LCS-AP-PDU
#.MAKE_ENUM
ProcedureCode
ProtocolIE-ID
#.NO_EMIT
TBCD-STRING
#.OMIT_ASSIGNMENT
# Get rid of unused code warnings
Presence
TriggeringMessage
ProtocolIE-ContainerList
Message-Identifier... |
C | wireshark/epan/dissectors/asn1/lcsap/packet-lcsap-template.c | /* packet-lcsap.c
* Routines for LCS-AP packet dissembly.
*
* Copyright (c) 2011 by Spenser Sheng <spenser.sheng@ericsson.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
* References:
* ETSI TS ... |
C/C++ | wireshark/epan/dissectors/asn1/lcsap/packet-lcsap-template.h | /* packet-lcsap.c
* Routines for LCS-AP packet dissembly.
*
* Copyright (c) 2011 by Spenser Sheng <spenser.sheng@ericsson.com>
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1999 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
* References:
* ETSI TS ... |
Text | wireshark/epan/dissectors/asn1/ldap/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 ldap )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
Ligh... |
Configuration | wireshark/epan/dissectors/asn1/ldap/ldap.cnf | # ldap.cnf
# LDAP conformation file
# Copyright 2005 Anders Broman
#.OMIT_ASSIGNMENT
DirSyncFlagsSubEntry
PasswdModifyResponseValue
#.PDU
#.TYPE_RENAME
BindResponse/_untag/resultCode BindResponse_resultCode
ExtendedResponse/_untag/resultCode ExtendedResponse_resultCode
ModifyRequest/_untag/modification ModifyReques... |
ASN.1 | wireshark/epan/dissectors/asn1/ldap/Lightweight-Directory-Access-Protocol-V3.asn | -- Module Lightweight-Directory-Access-Protocol-V3 (RFC 2251:12/1997)
Lightweight-Directory-Access-Protocol-V3
--
-- This is based on the ASN.1 definitions in RFC 2251, with changes made
-- as necessary for Wireshark.
-- Copyright (C) The Internet Society (1997). This version of
-- this ASN.1 module is part of RFC 2251... |
C | wireshark/epan/dissectors/asn1/ldap/packet-ldap-template.c | /* packet-ldap-template.c
* Routines for ldap packet dissection
*
* See RFC 3494 (LDAP v2), RFC 4511 (LDAP v3), and RFC 2222 (SASL).
*
* Wireshark - Network traffic analyzer
* By Gerald Combs <gerald@wireshark.org>
* Copyright 1998 Gerald Combs
*
* SPDX-License-Identifier: GPL-2.0-or-later
*/
/*
* This is no... |
C/C++ | wireshark/epan/dissectors/asn1/ldap/packet-ldap-template.h | /* packet-ldap.h
* Routines for ros 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_LDAP_H__
#define ... |
Text | wireshark/epan/dissectors/asn1/lix2/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 lix2 )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
lix2.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
pack... |
ASN.1 | wireshark/epan/dissectors/asn1/lix2/lix2.asn | -- This ASN.1 module was taken from 3GPP TS 33.128 V17.1.0 (2021-06) and modified to pass through asn2wrs
TS33128Payloads
{itu-t(0) identified-organization(4) etsi(0) securityDomain(2) lawfulIntercept(2) threeGPP(4) ts33128(19) r17(17) version0(0)}
DEFINITIONS IMPLICIT TAGS ::=
BEGIN
-- =============
-- Relative OI... |
Configuration | wireshark/epan/dissectors/asn1/lix2/lix2.cnf | # lix2.cnf
# lix2 conformation file
# $Id$
#.MODULE_IMPORT
#.EXPORTS
#.PDU
XIRIPayload
#.NO_EMIT
#.TYPE_RENAME
#.FIELD_RENAME
#.END |
C | wireshark/epan/dissectors/asn1/lix2/packet-lix2-template.c | /* packet-lix2-template.c
* Routines for Lawful Interception X2 xIRI event dissection
*
* See 3GPP TS33.128.
*
* 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/pac... |
Text | wireshark/epan/dissectors/asn1/lnpdqp/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 lnpdqp )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
LN... |
ASN.1 | wireshark/epan/dissectors/asn1/lnpdqp/LNPDQP.asn | -- lnpdqp.asn
-- GR-533 i2 2001
--
LNPDQP-Protocol {
itu-t identified-organization (4) etsi (0) mobileDomain (0)
gsm-Network (1) modules (3) map-OM-DataTypes (12) version13 (13)}
DEFINITIONS
IMPLICIT TAGS
::=
BEGIN
-- ConnectionControl ::= OPERATION
-- PARAMETER [PRIVATE 18] SET {
ConnectionControlArg ::... |
Configuration | wireshark/epan/dissectors/asn1/lnpdqp/lnpdqp.cnf | # lnpdqp.cnf
# lnpdqp conformation file
#.OPT
#.END
#.PDU
ConnectionControlArg
ProvideInstructionArg
#.FN_BODY Digits VAL_PTR = ¶meter_tvb
tvbuff_t *parameter_tvb = NULL;
guint8 type_of_dgt;
proto_tree *subtree;
type_of_dgt = tvb_get_guint8(tvb,offset);
switch(type_of_dgt){
case 2:
... |
C | wireshark/epan/dissectors/asn1/lnpdqp/packet-lnpdqp-template.c | /* packet-lnpdqp-template.c
* Routines for Local Number Portability Database Query Protocol dissection
*
* SPDX-License-Identifier: GPL-2.0-or-later
*
* Ref GR-533 i2 2001
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/asn1.h>
#include "packet-ber.h"
#define PNAME "Local Number Portability Da... |
Text | wireshark/epan/dissectors/asn1/logotypecertextn/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 logotypecertextn )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
LogotypeCertExtn.asn
)
set( EXTRA_DIST... |
ASN.1 | wireshark/epan/dissectors/asn1/logotypecertextn/LogotypeCertExtn.asn | -- This ASN.1 module was taken from RFC3709.
--
-- The copyright statement of the RFC as follows :
--
-- Full Copyright Statement
--
-- Copyright (C) The Internet Society (2004). This document is subject
-- to the rights, licenses and restrictions contained in BCP 78 and
-- except as set forth therein, the... |
Configuration | wireshark/epan/dissectors/asn1/logotypecertextn/logotypecertextn.cnf | # logotypecertextn.cnf
# LogotypeCertExtn conformation file
#.IMPORT ../x509af/x509af-exp.cnf
#.EXPORTS
#.PDU
#.REGISTER
LogotypeExtn B "1.3.6.1.5.5.7.1.12" "id-pe-logotype"
LogotypeExtn B "1.3.6.1.5.5.7.20.1" "id-pe-logo-loyalty"
LogotypeExtn B "1.3.6.1.5.5.7.20.2" "id-pe-logo-background"
#.FN_FTR LogotypeDetails... |
C | wireshark/epan/dissectors/asn1/logotypecertextn/packet-logotypecertextn-template.c | /* packet-logotypecertextn.c
* Routines for RFC3709 Logotype Certificate Extensions 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"
#... |
C/C++ | wireshark/epan/dissectors/asn1/logotypecertextn/packet-logotypecertextn-template.h | /* packet-logotypecertextn.h
* Routines for RFC3907 Logotype Certificate Extensions 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_LOGOTY... |
Text | wireshark/epan/dissectors/asn1/lpp/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 lpp )
set( PROTO_OPT )
set( EXPORT_FILES
${PROTOCOL_NAME}-exp.cnf
)
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
LPP-P... |
ASN.1 | wireshark/epan/dissectors/asn1/lpp/LPP-Broadcast-Definitions.asn | -- 3GPP TS 37.355 V17.5.0 (2023-06)
LPP-Broadcast-Definitions
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
OTDOA-ReferenceCellInfo,
OTDOA-NeighbourCellInfoList,
NR-TRP-LocationInfo-r16,
NR-DL-PRS-BeamInfo-r16,
NR-RTD-Info-r16
FROM LPP-PDU-Definitions;
AssistanceDataSIBelement-r15 ::= SEQUENCE {
valueTag-r15... |
ASN.1 | wireshark/epan/dissectors/asn1/lpp/LPP-PDU-Definitions.asn | -- 3GPP TS 37.355 V17.5.0 (2023-06)
LPP-PDU-Definitions
DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
LPP-Message ::= SEQUENCE {
transactionID LPP-TransactionID OPTIONAL, -- Need ON
endTransaction BOOLEAN,
sequenceNumber SequenceNumber OPTIONAL, -- Need ON
acknowledgement Acknowledgement OPTIONAL, -- Need ON
... |
Configuration | wireshark/epan/dissectors/asn1/lpp/lpp.cnf | # lpp.cnf
# lpp conformation file
# Copyright 2011-2023 Pascal Quantin
#.OPT
PER
UNALIGNED
#.END
#.USE_VALS_EXT
CarrierFreqOffsetNB-r14
#.EXPORTS
ARFCN-ValueEUTRA
ARFCN-ValueEUTRA-v9a0
ARFCN-ValueUTRA
CellGlobalIdEUTRA-AndUTRA
CellGlobalIdGERAN
DisplacementTimeStamp-r15_PDU
ECID-SignalMeasurementInformation
Ellipsoi... |
C | wireshark/epan/dissectors/asn1/lpp/packet-lpp-template.c | /* packet-lpp.c
* Routines for 3GPP LTE Positioning Protocol (LPP) packet dissection
* Copyright 2011-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
*
* Ref... |
C/C++ | wireshark/epan/dissectors/asn1/lpp/packet-lpp-template.h | /* packet-lpp.h
* Routines for 3GPP LTE Positioning Protocol (LPP) packet dissection
* Copyright 2011-2022 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
*
*/
#... |
Text | wireshark/epan/dissectors/asn1/lppa/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 lppa )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
LPPA-CommonDataTypes.asn
LPPA-Constants.asn
LPPA-... |
ASN.1 | wireshark/epan/dissectors/asn1/lppa/LPPA-CommonDataTypes.asn | -- 3GPP TS 36.455 V16.1.0 (2020-09)
--
-- **************************************************************
--
-- Common definitions
--
-- **************************************************************
LPPA-CommonDataTypes {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) ... |
ASN.1 | wireshark/epan/dissectors/asn1/lppa/LPPA-Constants.asn | -- 3GPP TS 36.455 V16.1.0 (2020-09)
--
-- **************************************************************
--
-- Constant definitions
--
-- **************************************************************
LPPA-Constants {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) lppa... |
ASN.1 | wireshark/epan/dissectors/asn1/lppa/LPPA-Containers.asn | -- 3GPP TS 36.455 V16.1.0 (2020-09)
--
-- **************************************************************
--
-- Container definitions
--
-- **************************************************************
LPPA-Containers {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) lp... |
ASN.1 | wireshark/epan/dissectors/asn1/lppa/LPPA-IEs.asn | -- 3GPP TS 36.455 V16.1.0 (2020-09)
--
-- **************************************************************
--
-- Information Element Definitions
--
-- **************************************************************
LPPA-IEs {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3)... |
ASN.1 | wireshark/epan/dissectors/asn1/lppa/LPPA-PDU-Contents.asn | -- 3GPP TS 36.455 V16.1.0 (2020-09)
--
-- **************************************************************
--
-- PDU definitions for LPPa.
--
-- **************************************************************
LPPA-PDU-Contents {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3... |
ASN.1 | wireshark/epan/dissectors/asn1/lppa/LPPA-PDU-Descriptions.asn | -- 3GPP TS 36.455 V16.1.0 (2020-09)
--
-- **************************************************************
--
-- Elementary Procedure definitions
--
-- **************************************************************
LPPA-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21... |
Configuration | wireshark/epan/dissectors/asn1/lppa/lppa.cnf | # lppa.cnf
# llpa conformation file
# Copyright 2011-2020 Pascal Quantin
#.OPT
PER
ALIGNED
#.END
#.MAKE_ENUM
ProcedureCode
ProtocolIE-ID
#.OMIT_ASSIGNMENT
Presence
ProtocolIE-ContainerList
ProtocolIE-ContainerPairList
ProtocolIE-ContainerPair
ProtocolIE-FieldPair
#.PDU
LPPA-PDU
#.TYPE_RENAME
InitiatingMessage/valu... |
C | wireshark/epan/dissectors/asn1/lppa/packet-lppa-template.c | /* packet-lppa.c
* Routines for 3GPP LTE Positioning Protocol A (LLPa) packet dissection
* Copyright 2011-2019, 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/lppa/packet-lppa-template.h | /* packet-lppa.h
* Routines for 3GPP LTE Positioning Protocol A (LLPa) 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_LPPA_H
#define PACKET_LPPA_H
typedef struct _... |
Text | wireshark/epan/dissectors/asn1/lppe/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 lppe )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
LPPe.asn
)
set( EXTRA_DIST
${ASN_FILE_LIST}
pack... |
ASN.1 | wireshark/epan/dissectors/asn1/lppe/LPPe.asn | -- Open Mobile Alliance OMA-TS-LPPe-V1_0-20200630-D
--
OMA-LPPE DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
-- asn2wrs does not seem to import integer constants (maxFreqLayers)
--IMPORTS GNSS-ID, GNSS-SignalID, GNSS-SignalIDs, GNSS-SystemTime, SV-ID,
--ECID-SignalMeasurementInformation, CellGlobalIdGERAN, CellGlobalIdEUTRA-A... |
Configuration | wireshark/epan/dissectors/asn1/lppe/lppe.cnf | # lppe.cnf
# llpe conformation file
# Copyright 2012-2018 Pascal Quantin
#.OPT
PER
UNALIGNED
#.END
#.IMPORT ../lpp/lpp-exp.cnf
#.PDU
OMA-LPPe-MessageExtension
#.END
#.OMIT_ASSIGNMENT
#.FIELD_RENAME
OMA-LPPe-MapDataReferenceElement/mapDataUrl mapDataUrl_choice
OMA-LPPe-WLAN-LocationDataLCI/latitude oma-LPPe-WLAN-Lo... |
C | wireshark/epan/dissectors/asn1/lppe/packet-lppe-template.c | /* packet-lppe.c
* Routines for LPP Extensions (LLPe) packet dissection
* Copyright 2012-2021, 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
*
* Ref Open Mobile... |
Text | wireshark/epan/dissectors/asn1/lte-rrc/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 lte-rrc )
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/lte-rrc/EUTRA-InterNodeDefinitions.asn | -- 3GPP TS 36.331 V17.5.0 (2023-06)
EUTRA-InterNodeDefinitions DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
AntennaInfoCommon,
AntennaInfoDedicated-v10i0,
ARFCN-ValueEUTRA,
ARFCN-ValueEUTRA-v9e0,
ARFCN-ValueEUTRA-r9,
CellIdentity,
C-RNTI,
DAPS-PowerCoordinationInfo-r16,
DL-DCCH-Message,
DRB-Identity,
DRB-... |
ASN.1 | wireshark/epan/dissectors/asn1/lte-rrc/EUTRA-RRC-Definitions.asn | -- 3GPP TS 36.331 V17.5.0 (2023-06)
EUTRA-RRC-Definitions DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
BCCH-BCH-Message ::= SEQUENCE {
message BCCH-BCH-MessageType
}
BCCH-BCH-MessageType ::= MasterInformationBlock
BCCH-BCH-Message-MBMS::= SEQUENCE {
message BCCH-BCH-MessageType-MBMS-r14
}
BCCH-BCH-Messag... |
ASN.1 | wireshark/epan/dissectors/asn1/lte-rrc/EUTRA-Sidelink-Preconf.asn | -- 3GPP TS 36.331 V17.5.0 (2023-06)
EUTRA-Sidelink-Preconf DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
AdditionalSpectrumEmission,
AdditionalSpectrumEmission-v10l0,
ARFCN-ValueEUTRA-r9,
FilterCoefficient,
maxCBR-Level-r14,
maxCBR-Level-1-r14,
maxFreq,
maxFreqV2X-r14,
maxSL-TxPool-r12,
maxSL-CommRxPoolPrec... |
ASN.1 | wireshark/epan/dissectors/asn1/lte-rrc/EUTRA-UE-Variables.asn | -- 3GPP TS 36.331 V17.5.0 (2023-06)
EUTRA-UE-Variables DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
AbsoluteTimeInfo-r10,
AreaConfiguration-r10,
AreaConfiguration-v1130,
ARFCN-ValueNR-r15,
BT-NameList-r15,
CarrierFreqGERAN,
CellIdentity,
CellList-r15,
CondReconfigurationToAddModList-r16,
ConnEstFailReport-... |
Configuration | wireshark/epan/dissectors/asn1/lte-rrc/lte-rrc.cnf | # lte-rrc.cnf
# lte-rrc conformation file
# Copyright 2008 Vincent Helfre, 2009-2023 Pascal Quantin
#.OPT
PER
UNALIGNED
PROTO_ROOT_NAME proto_lte_rrc
#.END
#.FIELD_RENAME
UERadioAccessCapabilityInformation-r8-IEs/ue-RadioAccessCapabilityInfo uERadioAccessCapabilityInformation-r8-IEs_ue-RadioAccessCapabilityInfo
R... |
ASN.1 | wireshark/epan/dissectors/asn1/lte-rrc/NBIOT-InterNodeDefinitions.asn | -- 3GPP TS 36.331 V17.5.0 (2023-06)
NBIOT-InterNodeDefinitions DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
C-RNTI,
PhysCellId,
SecurityAlgorithmConfig,
ShortMAC-I
FROM EUTRA-RRC-Definitions
AdditionalReestabInfoList
FROM EUTRA-InterNodeDefinitions
CarrierFreq-NB-r13,
CarrierFreq-NB-v1550,
RadioResourceCon... |
ASN.1 | wireshark/epan/dissectors/asn1/lte-rrc/NBIOT-RRC-Definitions.asn | -- 3GPP TS 36.331 V17.5.0 (2023-06)
NBIOT-RRC-Definitions DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
RRCConnectionReestablishmentReject,
SecurityModeCommand,
SecurityModeComplete,
SecurityModeFailure,
AdditionalSpectrumEmission,
ARFCN-ValueEUTRA-r9,
CarrierFreqsGERAN,
CellGlobalIdEUTRA,
CellIdentity,
C-R... |
ASN.1 | wireshark/epan/dissectors/asn1/lte-rrc/NBIOT-UE-Variables.asn | -- 3GPP TS 36.331 V17.5.0 (2023-06)
NBIOT-UE-Variables DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
CellGlobalIdEUTRA,
maxFreq,
PLMN-IdentityList3-r11
FROM EUTRA-RRC-Definitions
VarShortMAC-Input,
VarShortResumeMAC-Input-r13
FROM EUTRA-UE-Variables
ANR-CarrierList-NB-r16,
ANR-MeasResult-NB-r16,
maxFreqANR... |
C | wireshark/epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.c | /* packet-lte-rrc-template.c
* Routines for Evolved Universal Terrestrial Radio Access (E-UTRA);
* Radio Resource Control (RRC) protocol specification
* (3GPP TS 36.331 V17.5.0 Release 17) packet dissection
* Copyright 2008, Vincent Helfre
* Copyright 2009-2023, Pascal Quantin
*
* Wireshark - Network traffic ana... |
C/C++ | wireshark/epan/dissectors/asn1/lte-rrc/packet-lte-rrc-template.h | /* packet-lte-rrc-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_LTE_RRC_H
#define PACKET_LTE_RRC_H
extern va... |
ASN.1 | wireshark/epan/dissectors/asn1/lte-rrc/PC5-RRC-Definitions.asn | -- 3GPP TS 36.331 V17.5.0 (2023-06)
PC5-RRC-Definitions DEFINITIONS AUTOMATIC TAGS ::=
BEGIN
IMPORTS
TDD-ConfigSL-r12
FROM EUTRA-RRC-Definitions;
SBCCH-SL-BCH-Message ::= SEQUENCE {
message SBCCH-SL-BCH-MessageType
}
SBCCH-SL-BCH-MessageType ::= MasterInformationBlock-SL
SBCCH-SL-BCH-Message-V2X-r14 ... |
Text | wireshark/epan/dissectors/asn1/m2ap/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 m2ap )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
M2AP-CommonDataTypes.asn
M2AP-Constants.asn
M2AP-... |
ASN.1 | wireshark/epan/dissectors/asn1/m2ap/M2AP-CommonDataTypes.asn | -- 3GPP TS 36.443 V17.0.1 (2022-04)
-- **************************************************************
--
-- Common definitions
--
-- **************************************************************
M2AP-CommonDataTypes {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) m2ap (4)... |
ASN.1 | wireshark/epan/dissectors/asn1/m2ap/M2AP-Constants.asn | -- 3GPP TS 36.443 V17.0.1 (2022-04)
-- **************************************************************
--
-- Constant definitions
--
-- **************************************************************
M2AP-Constants {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) m2ap (4) ver... |
ASN.1 | wireshark/epan/dissectors/asn1/m2ap/M2AP-Containers.asn | -- 3GPP TS 36.443 V17.0.1 (2022-04)
-- **************************************************************
--
-- Container definitions
--
-- **************************************************************
M2AP-Containers {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) m2ap (4) v... |
ASN.1 | wireshark/epan/dissectors/asn1/m2ap/M2AP-IEs.asn | -- 3GPP TS 36.443 V17.0.1 (2022-04)
-- **************************************************************
--
-- Information Element Definitions
--
-- **************************************************************
M2AP-Ies {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) m2ap (4... |
ASN.1 | wireshark/epan/dissectors/asn1/m2ap/M2AP-PDU-Contents.asn | -- 3GPP TS 36.443 V17.0.1 (2022-04)
-- **************************************************************
--
-- PDU definitions for M2AP.
--
-- **************************************************************
M2AP-PDU-Contents {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modules (3) m2ap... |
ASN.1 | wireshark/epan/dissectors/asn1/m2ap/M2AP-PDU-Descriptions.asn | -- 3GPP TS 36.443 V17.0.1 (2022-04)
-- **************************************************************
--
-- Elementary Procedure definitions
--
-- **************************************************************
M2AP-PDU-Descriptions {
itu-t (0) identified-organization (4) etsi (0) mobileDomain (0)
eps-Access (21) modul... |
Configuration | wireshark/epan/dissectors/asn1/m2ap/m2ap.cnf | # m2ap.cnf
# m2ap conformation file
#.OPT
PER
ALIGNED
#.END
#.USE_VALS_EXT
ProcedureCode
ProtocolIE-ID
#.EXPORTS
#.PDU
M2AP-PDU
#.MAKE_ENUM
ProcedureCode
ProtocolIE-ID
#.OMIT_ASSIGNMENT
ProtocolIE-FieldPair
ProtocolIE-ContainerPair
ProtocolIE-ContainerPairList
ProtocolIE-ContainerList
Presence
#.TYPE_RENAME
Init... |
C | wireshark/epan/dissectors/asn1/m2ap/packet-m2ap-template.c | /* packet-m2ap.c
* Routines for M2 Application Protocol packet dissection
* Copyright 2016-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
*
* Reference: 3G... |
Text | wireshark/epan/dissectors/asn1/m3ap/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 m3ap )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
M3AP-CommonDataTypes.asn
M3AP-Constants.asn
M3AP-C... |
ASN.1 | wireshark/epan/dissectors/asn1/m3ap/M3AP-CommonDataTypes.asn | -- M3AP-CommonDataTypes.asn
--
-- 3GPP TS 36.444 V16.0.0 (2020-07)
-- http://www.3gpp.org/ftp/Specs/archive/36_series/36.444/36444-d20.zip
--
-- 9.3.6 Common Definitions
--
-- **************************************************************
--
-- Common definitions
--
-- *************************************************... |
ASN.1 | wireshark/epan/dissectors/asn1/m3ap/M3AP-Constants.asn | -- M3AP-Constants.asn
--
-- 3GPP TS 36.444 V16.0.0 (2020-07)
-- http://www.3gpp.org/ftp/Specs/archive/36_series/36.444/36444-d20.zip
--
-- 9.3.7 Constant Definitions
--
-- **************************************************************
--
-- Constant definitions
--
-- ***************************************************... |
ASN.1 | wireshark/epan/dissectors/asn1/m3ap/M3AP-Containers.asn | -- M3AP-Containers.asn
--
-- 3GPP TS 36.444 V16.0.0 (2020-07)
-- http://www.3gpp.org/ftp/Specs/archive/36_series/36.444/36444-d20.zip
--
-- 9.3.8 Container Definitions
--
-- **************************************************************
--
-- Container definitions
--
-- ************************************************... |
ASN.1 | wireshark/epan/dissectors/asn1/m3ap/M3AP-IEs.asn | -- M3AP-IEs.asn
--
-- 3GPP TS 36.444 V16.0.0 (2020-07)
-- http://www.3gpp.org/ftp/Specs/archive/36_series/36.444/36444-d20.zip
--
-- 9.3.5 Information Element Definitions
--
-- **************************************************************
--
-- Information Element Definitions
--
-- ***********************************... |
ASN.1 | wireshark/epan/dissectors/asn1/m3ap/M3AP-PDU-Contents.asn | -- M3AP-PDU-Contents.asn
--
-- 3GPP TS 36.444 V16.0.0 (2020-07)
-- http://www.3gpp.org/ftp/Specs/archive/36_series/36.444/36444-d20.zip
--
-- 9.3.4 PDU Definitions
--
-- **************************************************************
--
-- PDU definitions for M3AP.
--
-- ************************************************... |
ASN.1 | wireshark/epan/dissectors/asn1/m3ap/M3AP-PDU-Descriptions.asn | -- M3AP-PDU-Descriptions.asn
--
-- 3GPP TS 36.444 V16.0.0 (2020-07)
-- http://www.3gpp.org/ftp/Specs/archive/36_series/36.444/36444-d20.zip
--
-- 9.3.3 Elementary Procedure Definitions
--
-- **************************************************************
--
-- Elementary Procedure definitions
--
-- ********************... |
Configuration | wireshark/epan/dissectors/asn1/m3ap/m3ap.cnf | # m3ap.cnf
# m3ap conformation file
#.OPT
PER
ALIGNED
#.END
#.USE_VALS_EXT
ProcedureCode
ProtocolIE-ID
#.EXPORTS
#.PDU
M3AP-PDU
#.MAKE_ENUM
ProcedureCode
ProtocolIE-ID
#.NO_EMIT
# TBCD-STRING
#.OMIT_ASSIGNMENT
# Get rid of unused code warnings
ProtocolIE-FieldPair
ProtocolIE-ContainerPair
ProtocolIE-ContainerPai... |
C | wireshark/epan/dissectors/asn1/m3ap/packet-m3ap-template.c | /* packet-m3ap.c
* Routines for M3 Application 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
*
* Reference: 3GPP TS 36.444 v16.0.0
*/
#include "config.h"
#include <epan/... |
Text | wireshark/epan/dissectors/asn1/mms/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 mms )
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/mms/mms.asn | -- ASN definition from
-- http://www.sisconet.com/techinfo.htm
-- slightly modified
--
--
--Corrections made July 2, 1994
--
--
-- Modified to pass asn2wrs
MMS { iso standard 9506 part(2) mms-general-module-version(2) }
DEFINITIONS ::=
BEGIN
EXPORTS MMSpdu;
IMPORTS
EXTERNALt,
AP-title,
AP-invocation-iden... |
Configuration | wireshark/epan/dissectors/asn1/mms/mms.cnf | # mms.cnf
# mms conformation file
#.MODULE_IMPORT
ISO-8650-ACSE-1 acse
#.IMPORT ../acse/acse-exp.cnf
#.EXPORTS
MMSpdu
#.PDU
#.NO_EMIT
#.TYPE_RENAME
#.TYPE_ATTR
TimeOfDay TYPE = FT_STRING DISPLAY = BASE_NONE
UtcTime TYPE = FT_STRING DISPLAY = BASE_NONE
#.FIELD_RENAME
ConfirmedServiceRequest/deleteEventCondition ... |
C | wireshark/epan/dissectors/asn1/mms/packet-mms-template.c | /* packet-mms_asn1.c
*
* 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
*/
#include "config.h"
#include <epan/packet.h>
#include <epan/prefs.h>
#include <epan/asn1.h>
#include <... |
C/C++ | wireshark/epan/dissectors/asn1/mms/packet-mms-template.h | /* packet-mms.h
* Routines for MMS 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_MMS_H
#define PACKET_MMS_H
#include "packet-mms-exp.h"
... |
Text | wireshark/epan/dissectors/asn1/mpeg-audio/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 mpeg-audio )
set( PROTO_OPT )
set( EXT_ASN_FILE_LIST
)
set( ASN_FILE_LIST
${PROTOCOL_NAME}.asn
)
set( EXTRA_DIST
${AS... |
ASN.1 | wireshark/epan/dissectors/asn1/mpeg-audio/mpeg-audio.asn | -- ASN description of MPEG Audio
-- Written by Shaun Jackman <sjackman@gmail.com>
-- Copyright 2007 Shaun Jackman
--
-- This program is free software; you can redistribute it and/or
-- modify it under the terms of the GNU General Public License.
MPEG DEFINITIONS ::= BEGIN
Audio ::= SEQUENCE {
sync BIT STRI... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.