Package org.jnetpcap.util.resolver

Address to human label resolvers.

See:
          Description

Interface Summary
Resolver A resolver interface that can resolver various types of addresses and specific protocol numbers and types to a human readable name.
 

Class Summary
AbstractResolver Default adaptor class for Resovler interface.
IEEEOuiPrefixResolver A resolver that resolves the first 3 bytes of a MAC address to a manufacturer code.
IpResolver A resolver object that knows how to convert IP addresses into hostnames.
 

Enum Summary
Resolver.ResolverType Type of resolver that can be registered with JRegistry.
 

Package org.jnetpcap.util.resolver Description

Address to human label resolvers. For example, ip address to hostname are resolved.