I setup reverse proxy (Pound) to listen on standard ports 80 and 443 and
pipe the data to backend server on the same machine (same IP address),
to ports 81 & 83 respectively.
Although everything passes OK, I can't capture any traffic on ports 81
or 83 either by using tcpdump or wireshark. Capturing
Guy Harris wrote:
> Andrew Hood wrote:
>
>
>>Is it possible to *not* treat warnings from system header includes as
>>errors? Otherwise --disable-warnings-as-errors will have to stay in my
>>config script.
>
>
> I don't know any way to tell GCC to treat warnings from some include
> files differ
Gerald,
What are the chances of getting the Sun C compiler instead of GCC on the
Solaris builtbot? We seem to be getting more and more reports of
Solaris build errors and warnings.
On Sat, Feb 09, 2008 at 11:35:38PM +, [EMAIL PROTECTED] wrote:
> http://anonsvn.wireshark.org/viewvc/viewvc.c
Dr. David Kirkby <[EMAIL PROTECTED]> writes:
>
> Hi all,
> I thought this might be of use to some of the developers (if not copy to
> /dev/null). It shows a number of warnings during compilation of release
> 24290, some of which might just significant, such as integer overflows.
>
Thanks for