The Register entry point returns the level of parsing that this parser understands.
WORD Register(
HPROTOCOL hProtocol
);
Should return a parser level value of 1.
Register returns the level of parsing that this parser understands. Only one level of parsing is recognized. When the parser Register function is called, the parser should call CreatePropertyDatabase and AddProperty to build a database describing all of the properties that it will use in describing the protocol it understands.