Ethereal

[Ethereal-dev] Decode as
Google
 
Web Ethereal.com

Home | Introduction | Documentation | Lists | FAQ | Development | Wiki | Bugs

Ethereal-dev: May 2003


Hi,

I have a protocol in my plugin (the H.323 mother of all plugins) and I 
can't get it in the list 
for Decode As... So far I register it using the following code called from 
plugin_init()

        h225Cont.h225_0.hf_proto_H225 = proto_register_protocol( "ITU-T 
Recommendation H.225.0", "H.225.0", "h225" );
        proto_register_field_array( h225Cont.h225_0.hf_proto_H225, hfh225, 
array_length( hfh225 ) );
        proto_register_subtree_array( etth225, array_length( etth225 ) );
                register_dissector( "h225", dissect_h225, 
h225Cont.h225_0.hf_proto_H225 );

What do I have to do to get it in the list for decode as?

-- 
Andreas Sikkema
andreas.sikkema@xxxxxxxxxxx
"While you're waiting, read the free novel we sent you. 
 It's a Spanish story about a guy named `Manual'" - Dilbert



Powered by MHonArc 2.6.10