Hi, I am developing a dissector for a proprietary protocol. I would like to know how to handle packets that are encoded with COBS - Consistent Overhead Byte Stuffing. Are there any APIs available? Thanks in Advance Regards, Laser asked 18 Jan '11, 19:23 Neo Laser |
One Answer:
Direct COBS support isn't available. What you should look into is using tvb_*_real_data functions found in tvbuff.h
answered 19 Jan '11, 00:01 Jaap ♦ |