@cto.af/pcap-ng-parser
    Preparing search index...

    Interface GenericOption

    interface GenericOption {
        bigint?: bigint;
        data?: Buffer<ArrayBufferLike>;
        dataLength?: number;
        date?: Date;
        name?: string;
        optionType: number;
        private?: boolean;
        str?: string;
    }
    Index

    Properties

    bigint?: bigint
    data?: Buffer<ArrayBufferLike>
    dataLength?: number
    date?: Date
    name?: string
    optionType: number
    private?: boolean
    str?: string