Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5799] problem with octet string

Date: Tue, 5 Apr 2011 06:00:55 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5799

--- Comment #6 from Anders Broman <anders.broman@xxxxxxxxxxxx> 2011-04-05 06:00:53 PDT ---
Hi,
I think any of these would work:
C:\Wireshark-trunk\epan\dissectors>grep register_ber_oid_dissector_handle *.c
packet-ber.c:register_ber_oid_dissector_handle(const char *oid,
dissector_handle
_t dissector, int proto _U_, const char *name)
packet-camel.c:   
register_ber_oid_dissector_handle("0.4.0.0.1.0.50.0",camel_ha
ndle, proto_camel, "CAP-v1-gsmSSF-to-gsmSCF-AC" );
packet-camel.c:   
register_ber_oid_dissector_handle("0.4.0.0.1.0.50.1",camel_ha
ndle, proto_camel, "CAP-v2-gsmSSF-to-gsmSCF-AC" );
packet-camel.c:   
register_ber_oid_dissector_handle("0.4.0.0.1.0.51.1",camel_ha
ndle, proto_camel, "CAP-v2-assist-gsmSSF-to-gsmSCF-AC" );
packet-camel.c:   
register_ber_oid_dissector_handle("0.4.0.0.1.0.52.1",camel_ha
ndle, proto_camel, "CAP-v2-gsmSRF-to-gsmSCF-AC" );
packet-camel.c:   
register_ber_oid_dissector_handle("0.4.0.0.1.21.3.50",camel_h
andle, proto_camel, "cap3-gprssf-scfAC" );
packet-camel.c:   
register_ber_oid_dissector_handle("0.4.0.0.1.21.3.51",camel_h
andle, proto_camel, "cap3-gsmscf-gprsssfAC" );
:

/Anders

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.