network-packets - v0.0.1
    Preparing search index...

    Interface ARP

    interface ARP {
        hardware: string | number;
        op: string | number;
        protocol: number;
        senderHardware: string;
        senderProtocol: string;
        targetHardware: string;
        targetProtocol: string;
        type: "arp";
    }
    Index

    Properties

    hardware: string | number
    op: string | number
    protocol: number
    senderHardware: string
    senderProtocol: string
    targetHardware: string
    targetProtocol: string
    type: "arp"