Ethereal-dev: Re: [Ethereal-dev] RANAP dissector

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

From: Guy Harris <guy@xxxxxxxxxx>
Date: Tue, 24 Apr 2001 12:20:23 -0700 (PDT)
> Looking forward to having it in the official release

Checked in.

(I didn't bother with "packet-ranap.h" - "dissect_ranap()" is static, so
there's no need to declare it in a header file for other modules to
include - and I also

	made all the other routines in "packet-ranap.c" static, as
	they're not called outside "packet-ranap.c";

	removed the include of "packet-ip.h" from "packet-sual.c", as it
	wasn't necessary;

	called the dissector table in "packet-sual.c"
	"sual_dissector_table" rather than "ranap_dissector_table", as
	presumably it can be used for things other than RANAP.)