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

    Interface ParserOptions

    interface ParserOptions {
        rejectNG?: boolean;
        rejectOld?: boolean;
    }
    Index

    Properties

    rejectNG?: boolean

    If true, don't allow new PCAPng format.

    rejectOld?: boolean

    If true, don't allow old PCAP format.