Ethereal-dev: [ethereal-dev] Adding new protocols

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

From: David Frascone <dave@xxxxxxxxxxxx>
Date: Tue, 27 Jun 2000 16:43:00 -0500
I just wrote a plugin for the DIAMETER protocol (www.diameter.org), and I'd
like to putback my changes.

But, I do have a couple of questions:

1)	DIAMETER can run on any port (it's configurable), and the most common
	port to run on is the RADIUS port.  How can I register two protocols
	types to the same UDP port?  (If it is a DIAMETER message, the first
	byte is 0xfe)  For now, I'm using a secondary port, 2645.

2)	Since I'm only adding two files, packet-diameter.c and
	packet-diameter.h, what kind of diffs should I send to this list?  Just
	the Makefile diffs?

Thanks in advance,


Dave