Hi, I'm working on a protocol dissector which uses a variable-length quantity encoding. So I've written functions like:
to peek the values from the buffer. For all other In proto.c there are non-exported functions like Is there any solution to realize this without any changes to proto.c? There is at least one existing dissector (packet-wap.c) which uses a similar VLQ encoding, but has no bitmasks in it. Thanks for help, Thomas asked 28 Feb '16, 04:15 th-wiens |