On Tuesday, July 8, 2003, at 4:37 AM, Biot Olivier wrote:


After inspection the following dissector sources include
<epan/conversation.h> but don't use it:

...


packet-ncp2222.c (generated with ncp2222.py)

It includes "packet-ncp2222.inc", which *does* use conversations.


packet-scsi.c

It needs to include <epan/packet.h>, which <epan/conversation.h> happens to include, so the include has to be replaced by an include of <epan/packet.h>.


I propose to have these extraneous includes removed.

I've checked in the changes that apply.




Reply via email to