class io.IpDecoder

class IpDecoder {
    // methods

    void setupDefragmenter(
        size_t fragmentLimit,
        uint_t fragmentTimeout
    );

    void reset();

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