This is a static archive of our old Q&A Site. Please post any new questions and answers at ask.wireshark.org.

Wireshark dissector support for BER OID for “{itu-t(0) identified-organization(4) etsi(0) securityDomain(2)…}"

0

Hi,

I am trying to decode ASN.1 encoded packets for BER OID for "{itu-t(0) identified-organization(4) etsi(0) securityDomain(2)...}" using the latest 1.8.2 but I am not able to decode it. Could someone please point if Wireshark supports this. The Dissector table list DOES NOT show up BER OID 0.4.0.2.x.x.x

This question is marked "community wiki".

asked 22 Aug '12, 06:36

RajanB's gravatar image

RajanB
1111
accept rate: 0%

I would gess not, you could raise an enhancment bug and add example traces to it.

(22 Aug '12, 10:26) Anders ♦

I could see that the code base has the required dissector file :

http://anonsvn.wireshark.org/wireshark/trunk-1.8/epan/dissectors/packet-HI2Operations.c

How does it translate to Dissector Table list? Could someone please help on this.

(22 Aug '12, 20:40) RajanB