Ethereal-dev: [Ethereal-dev] New dissector for NSIP and updated dissector for BSSGP

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

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Tue, 30 Nov 2004 22:27:41 +0100
Hi,
I’ve checked in the NSIP dissector with a change to set default port2
changed to unallocated port 19999 rather than 20 000 used by DNP,
I haven’t checked in BSSGP as I’m unsure if 
The new code:
proto_reg_handoff_bssgp(void)
{
  bssgp_handle = create_dissector_handle(dissect_bssgp, proto_bssgp);
  llc_handle = find_dissector("llc");
  rrlp_handle = find_dissector("rrlp");
  data_handle = find_dissector("data");  
}
Should realy replace old code :
llcgprs_handle = find_dissector ("llcgprs");

As far as I can find there is no dissector for rrlp in Ethereal should there
be?

Best regards
Anders