Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-dev: Re: [Wireshark-dev] Open Watcom C compiler ?

From: "Kukosa, Tomas" <tomas.kukosa@xxxxxxxxxxx>
Date: Wed, 4 Feb 2009 07:41:12 +0100
> > does it make sence to have Wireshark compileable for 
> Windows platform
> > with Watcom C? (http://openwatcom.org)
> > What is your opinion?
> > 
> > Is there here any active user of this compiler?
> 
> LOL!. But seriously OW is a very good compiler suite (I
> use it a lot). But I think WireShark is way too gcc-sentric.
> 
> --gv


The gcc is used for all non-Windows platform but the MSVC is used on
Windows (MSVC versions from 6.0 to 9.0 are supported)

I am able to compile most of Wireshark source with wcc386 (using cl
wrapper) now but I have reached some issues (one of them is limited
library size).

T.