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 |
I would gess not, you could raise an enhancment bug and add example traces to it.
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.