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

    Interface ParseEvents

    interface ParseEvents {
        close: Event;
        custom: CustomEvent<CustomBlock>;
        data: CustomEvent<Packet>;
        error: ErrorEvent;
        interface: CustomEvent<Interface>;
        names: CustomEvent<NameResolution>;
        secrets: CustomEvent<DecryptionSecrets>;
        section: CustomEvent<SectionHeader>;
        stats: CustomEvent<InterfaceStatistics>;
        unknown: CustomEvent<number>;
    }
    Index

    Properties

    close: Event
    custom: CustomEvent<CustomBlock>
    data: CustomEvent<Packet>
    error: ErrorEvent
    interface: CustomEvent<Interface>
    names: CustomEvent<NameResolution>
    secrets: CustomEvent<DecryptionSecrets>
    section: CustomEvent<SectionHeader>
    stats: CustomEvent<InterfaceStatistics>
    unknown: CustomEvent<number>