Class ArpOperation

All Implemented Interfaces:
Serializable, Comparable<ArpOperation>

public final class ArpOperation extends NamedNumber<Short,ArpOperation>
ARP Operation Code
Since:
pcap4j 0.9.1
See Also:
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • REQUEST

      public static final ArpOperation REQUEST
      REQUEST: 1
    • REPLY

      public static final ArpOperation REPLY
      REPLY: 2
    • REQUEST_REVERSE

      public static final ArpOperation REQUEST_REVERSE
      request Reverse: 3
    • REPLY_REVERSE

      public static final ArpOperation REPLY_REVERSE
      reply Reverse: 4
    • DRARP_REQUEST

      public static final ArpOperation DRARP_REQUEST
      DRARP-Request: 5
    • DRARP_REPLY

      public static final ArpOperation DRARP_REPLY
      DRARP-Reply: 6
    • DRARP_ERROR

      public static final ArpOperation DRARP_ERROR
      DRARP-Error: 7
    • INARP_REQUEST

      public static final ArpOperation INARP_REQUEST
      InARP-Request: 8
    • INARP_REPLY

      public static final ArpOperation INARP_REPLY
      InARP-Reply: 9
    • ARP_NAK

      public static final ArpOperation ARP_NAK
      ARP-NAK: 10
    • MARS_REQUEST

      public static final ArpOperation MARS_REQUEST
      MARS-Request: 11
    • MARS_MULTI

      public static final ArpOperation MARS_MULTI
      MARS-Multi: 12
    • MARS_MSERV

      public static final ArpOperation MARS_MSERV
      MARS-MServ: 13
    • MARS_JOIN

      public static final ArpOperation MARS_JOIN
      MARS-Join: 14
    • MARS_LEAVE

      public static final ArpOperation MARS_LEAVE
      MARS-Leave: 15
    • MARS_NAK

      public static final ArpOperation MARS_NAK
      MARS-NAK: 16
    • MARS_UNSERV

      public static final ArpOperation MARS_UNSERV
      MARS-Unserv: 17
    • MARS_SJOIN

      public static final ArpOperation MARS_SJOIN
      MARS-SJoin: 18
    • MARS_SLEAVE

      public static final ArpOperation MARS_SLEAVE
      MARS-SLeave: 19
    • MARS_GROUPLIST_REQUEST

      public static final ArpOperation MARS_GROUPLIST_REQUEST
      MARS-Grouplist-Request: 20
    • MARS_GROUPLIST_REPLY

      public static final ArpOperation MARS_GROUPLIST_REPLY
      MARS-Grouplist-Reply: 21
    • MARS_REDIRECT_MAP

      public static final ArpOperation MARS_REDIRECT_MAP
      MARS-Redirect-Map: 22
    • MAPOS_UNARP

      public static final ArpOperation MAPOS_UNARP
      MAPOS-UNARP: 23
    • OP_EXP1

      public static final ArpOperation OP_EXP1
      OP_EXP1: 24
    • OP_EXP2

      public static final ArpOperation OP_EXP2
      OP_EXP2: 25
    • registry

      private static final Map<Short,ArpOperation> registry
  • Constructor Details

    • ArpOperation

      public ArpOperation(Short value, String name)
      Parameters:
      value - value
      name - name
  • Method Details