bro 1.1-current compile error

TCP_Endpoint.h:170: error: 'uint32 TCP_Endpoint::ack_seq' is protected
TCP.cc:768: error: within this context

Huh, I wonder why we haven't seen this before, because it's certainly
an error. What compiler/version are you using?

I've fixed this for the next release.

    Vern

Here it is. I have no clue why the compiler didn't catch this error
since it is so obvious.

% g++ -v
Using built-in specs.
Target: powerpc-apple-darwin8
Configured with: /private/var/tmp/gcc/gcc-5341.obj~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=powerpc-apple-darwin8 --host=powerpc-apple-darwin8 --target=powerpc-apple-darwin8
Thread model: posix
gcc version 4.0.1 (Apple Computer, Inc. build 5341)