ejip
Class Arp

java.lang.Object
  |
  +--ejip.Arp

public class Arp
extends java.lang.Object

handle ARP request.


Constructor Summary
Arp()
           
 
Method Summary
protected static void request(Packet p, int[] eth, int ip)
          handle ARP request.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Arp

public Arp()
Method Detail

request

protected static void request(Packet p,
                              int[] eth,
                              int ip)
handle ARP request.