1 Jan 2007 21:23
Re: Problems encountered on Windows building from a "source tarball"
Guy Harris wrote: > Gerald Combs wrote: > >> I'm in the process of moving the contents of airpdcap to epan/crypt. >> Once that's done I'll add it to the distribution. > > Some warnings from my build on OS X 10.4: > airpdcap.c:1045: warning: comparison of unsigned expression < 0 is > always false Fixed. > In file included from airpdcap_wep.c:5: > airpdcap_int.h:62: warning: malformed '#pragma pack' - ignored > airpdcap_int.h:109: warning: malformed '#pragma pack' - ignored > > Do those structures need "#pragma pack"? If so, could the code be > changed not to require that? Not all C compilers support "#pragma > pack", as far as I know, and even those that do apparently don't support > it in the same way, for example: I doesn't look like it's required, as per your later messages. I've surrounded the "#pragma pack" sections with "#ifdef"s for the time being. > 1) Should all the crypt-XXX.[ch] files in the epan directory be moved > to the epan/crypt directory? Yes.(Continue reading)
>
> Maybe it's time for a new release - so at least this one get's out of
> the door ...
There are a couple of vulnerabilities that have been found and fixed
since the past release as well. I'll start making preparations for
another prerelease/release cycle. Does anyone have time to work on the
major roadmap items (version checking, updating, or online help)? I can
probably look at version checking.
_______________________________________________
Wireshark-dev mailing list
Wireshark-dev <at> wireshark.org
RSS Feed