16#ifndef PACKET_CHARGING_ASE_H
17#define PACKET_CHARGING_ASE_H
19#define minSubTariffControlLen 1
20#define maxSubTariffControlLen 8
21#define minAcknowledgementIndicatorsLen 1
22#define maxAcknowledgementIndicatorsLen 8
23#define minChargingControlIndicatorsLen 1
24#define maxChargingControlIndicatorsLen 8
25#define maxNetworkOperators 6
26#define minStopIndicatorsLen 1
27#define maxStopIndicatorsLen 8
28#define minTariffIndicatorsLen 1
29#define maxTariffIndicatorsLen 8
30#define minCommunicationTariffNum 1
31#define maxCommunicationTariffNum 4
34#define numOfExtensions 1
38extern const value_string charging_ase_ChargingMessageType_vals[];
39unsigned dissect_charging_ase_ChargingMessageType(
bool implicit_tag _U_,
tvbuff_t *tvb _U_,
unsigned offset _U_,
asn1_ctx_t *actx _U_,
proto_tree *tree _U_,
int hf_index _U_);
Central context object threaded through all ASN.1 dissection calls.
Definition asn1.h:93
Represents the metadata and indexing information for a single captured frame.
Definition packet_info.h:43
Mapping between a 32-bit integer value and its string representation.
Definition value_string.h:33
Core tvbuff (testy virtual buffer) structure representing a region of packet data,...
Definition tvbuff-int.h:95