@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

    Interface name.

    options: Option[]

    All interface options.

    snapLen: number

    Capture length.

    tsoffset: bigint

    Offset, in MS, applied to each timestamp.

    tsresol: bigint

    Timestamp resolution in MS.