SourceForge Jpcap

Uses of Class
net.sourceforge.jpcap.net.MACAddress

Packages that use MACAddress
net.sourceforge.jpcap.net Provides a hierarchical inheritance-based library of network packet types and protocols. 
 

Uses of MACAddress in net.sourceforge.jpcap.net
 

Methods in net.sourceforge.jpcap.net that return MACAddress
 MACAddress EthernetPacket.getDestinationMACAddress()
          Fetch the MAC address of the host where the packet originated from.
 MACAddress EthernetPacket.getSourceMACAddress()
          Fetch the MAC address of the host where the packet originated from.
 

Methods in net.sourceforge.jpcap.net with parameters of type MACAddress
 void EthernetPacket.setDestinationMACAddress(MACAddress macAddress)
          Set the destination hardware address.
 void ARPPacket.setDestinationMACAddress(MACAddress macAddress)
          Set the destination hardware address.
 void EthernetPacket.setSourceMACAddress(MACAddress macAddress)
          Set the source hardware address.
 void ARPPacket.setSourceMACAddress(MACAddress macAddress)
          Set the source hardware address.
 


Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008.