This fixes a bug in the TokenOption class which used the hexadecimal
format of the option when comparing with TokenHexString. Note that
TokenHexString is automatically converted to binary format for
evaluation.
Add support and testing for TokenSubstring. This token
takes three paramaters (string, start and length) and produces
a new string based on the original string. It allows negative
values for start and length causing it to count from the end
of the string for start and to get characters before the start
point for length.
- Copyright years corrected
- Additional AM_CXXFLAGS for gcc added
- LOG4CPLUS libs added to LDFLAGS
- New unit-test for optionString for IPv6 packets added
- Several comments in token.h clarified/corrected
- Exception message extended slightly