Ethereal-dev: [Ethereal-dev] Error: field 'ts' has incomplete type

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

From: Alex González <alex_gp@xxxxxxx>
Date: Fri, 3 May 2002 00:03:50 +0200
hello.

I am developing a dissector for the WAL protocol. Actually, I had finally made it work under ethereal 0.9.0. I have downloaded ethereal 0.9.3 and tried my disector with this version. After a few modifications to suit the disector to the new version I proceed to compile and I am returned the next error:

In file included from epan/packet.h:28
                     from packet-wal.c: 32
wiretap/wtap.h: 289 field 'ts' has incomplete type
wiretap/wtap.h: 293 confused by earlier errors, bailing out

Any suggestion would be very appreciated.
Thank you very much.