Re: Re: Patch for new dissector plugin for Ether-S-Bus telegrams modified (Jaap Keuter)

Guy Harris <[email protected]> Thu, 22 Jun 2006 19:39:10 -0700
Newsgroups gmane.network.ethereal.devel
Message-ID <[email protected]>
On Jun 15, 2006, at 11:24 AM, Christian Durrer wrote:

> Could you please have a look at it and if it is ok, check it in?

One warning from GCC:

	packet-sbus.c:634: warning: 'sbus_web_seq' is used uninitialized in  
this function

The section of code uses sbus_web_seq, but it's never been set.   
Where is the sequence number in a response?