Ethereal-dev: Re: [Ethereal-dev] New Dissector: Dumb Question

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

From: Jon Ringle <ml-ethereal@xxxxxxxxxx>
Date: Mon, 24 Jan 2005 23:38:40 -0500
On Monday 24 January 2005 08:37 pm, Bryan Miller wrote:
> When you run make, a nifty Python script should generate a new
> register.c containing your dissector.

Yes. The python script can be found at ./epan/dissectors/make-reg-dotc.py
Alex, make sure that your proto_register_*() and proto_reg_handoff_*() 
function declarations can be matched by the regex expression in the python 
script.

Jon