> main.c: In function `gotPacket': > main.c:68: sizeof applied to an incomplete type
It means that at that point of the compilation, the size of the object was not yet known. Is there a forward reference in there somewhere? Did you forget a "struct" with the type? Volker -- Volker Kuhlmann is possibly list0570 with the domain in header http://volker.dnsalias.net/ Please do not CC list postings to me.
