Hi, I’m unsure, it looks
like a bigger job as well and I don’t have any CS2 – CS4 traces. Is there an interest in
updating the inap dissector to CS4? Regards Anders Från:
wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] För
Hi, BTW I have found that it is not optional
in later specifications (Capability Set 2-4) If I undestand it well later Capbility
Sets are supersets of previous ones, i.e. it would be enough to implement CS-4
(Q.1248.x). Am I right? Regards, Tomas From:
Anders Broman (AL/EAB) [mailto: Hi,
ExtensionType
::= INTEGER(0..MAX) Criticality
::= ENUMERATED {ignored(0), abort(1)} ExtensionField{EXTENSION:ChosenFrom}
::= SEQUENCE { In
the current inap.asn this is translated to: Extensions
::= SEQUENCE SIZE (1..10) OF Asn2wrs
translates it to: static
const ber_sequence_t Extensions_item_sequence[] = {
{ &hf_inap_value ,
BER_CLASS_CON, 1, BER_FLAGS_IMPLTAG, dissect_inap_OCTET_STRING },
static
int
offset = dissect_ber_sequence(implicit_tag, actx, tree, tvb, offset,
return offset; static
const ber_sequence_t Extensions_sequence_of[1] = { static
int
offset = dissect_ber_sequence_of(implicit_tag, actx, tree, tvb, offset,
return offset; Which
looks OK but I'm wondering about the OPTIONAL in the original statements does
that mean that that value should be OPTIONAL? Regards
|
- References:
- Re: [Wireshark-dev] Asn1 question
- From: Kukosa, Tomas
- Re: [Wireshark-dev] Asn1 question
- Prev by Date: Re: [Wireshark-dev] How do you unsubscribe to this newsgroup.
- Next by Date: [Wireshark-dev] Modified dissectors for TCP Quick-Start (RFC 4782)
- Previous by thread: Re: [Wireshark-dev] Asn1 question
- Next by thread: Re: [Wireshark-dev] Parallel Redundancy Protocol (PRP) dissector
- Index(es):