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

    Interface Interface

    interface Interface {
        linkType: number;
        linkTypeName?: string;
        name?: string;
        options: Option[];
        snapLen: number;
        tsoffset: bigint;
        tsresol: bigint;
    }
    Index

    Properties

    linkType: number
    linkTypeName?: string
    name?: string
    options: Option[]
    snapLen: number
    tsoffset: bigint
    tsresol: bigint