Undo communication protocol version bump.

Looks like it wasn't necessary because no message between remote peers
needed to be changed to support IPv6, just messages between Bro
parent and child processes were changed.
This commit is contained in:
Jon Siwek 2012-05-09 16:09:16 -05:00
parent 1e66fe905a
commit 8bb62eaaa2

View file

@ -196,7 +196,7 @@ extern "C" {
// Gets incremented each time there's an incompatible change
// to the communication internals.
static const unsigned short PROTOCOL_VERSION = 0x08;
static const unsigned short PROTOCOL_VERSION = 0x07;
static const char MSG_NONE = 0x00;
static const char MSG_VERSION = 0x01;