Ethereal-dev: [Ethereal-dev] Diameter Protocol

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Tue, 8 Apr 2003 21:20:09 -0500


FYI,
I added a diagnostic MessageBox to 'proto.c' to aid me as to why my plugin
was not registering my dissector. As I clicked OK to the hundreds of
protocols, one went by without a protocol->name. I changed my MessageBox to
use protocol->short_name and found this to be the protocol found in
'packet-diameter.c'.
      proto_diameter = proto_register_protocol (gbl_diameterString,
            "Diameter", "diameter");

This may only happen on my compiled app, but someone may want to look into
this to confirm things.

P.S.
I figured out why my plugin wasn't registering correctly.