Ethereal-dev: Re: [Ethereal-dev] [Patch][packet-enip.c]

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

From: Guy Harris <guy@xxxxxxxxxxxx>
Date: Tue, 3 Feb 2004 11:10:40 -0800
On Tue, Feb 03, 2004 at 04:20:07PM +0100, Magnus Hansson wrote:
> Attached is a patch for the packet-enip.c (EtherNet/IP industrial
> protocol).

...but not for the current version in the Ethereal CVS repository; in
the current CVS version, the

	switch( encap_cmd )
	{

		...

	}

code already handles NOPs by calling "show_cdf()", for example.