class io.IpDecoder

class IpDecoder
{
    // methods

    void setupDefragmenter(
        size_t fragmentLimit,
        uint_t timeout
        );

    void reset();

    bool decodeLinkHdr(
        io.PcapLinkType linkType,
        void const* p,
        size_t size
        );
};