SourceForge Jpcap

net.sourceforge.jpcap.net
Interface IPv4

All Superinterfaces:
IPFields
All Known Subinterfaces:
IPv4.TCP
All Known Implementing Classes:
IPv4.TCP.Packet

public interface IPv4
extends IPFields

IPv4 interface.

Since:
2.0.0
Version:
$Revision: 1.1 $
Author:
Esmond Pitt

Nested Class Summary
static interface IPv4.IGMP
          IGMP (Internet Group Management Protocol) API interface.
static class IPv4.Packet
          Base IPv4 packet class.
static class IPv4.PacketFactory
          IPv4 PacketFactory class.
static interface IPv4.TCP
          TCP/IPv4 interface.
static interface IPv4.UDP
           
 
Field Summary
static int IPv4_VERSION
           
 
Fields inherited from interface net.sourceforge.jpcap.net.IPFields
IP_CODE_LEN, IP_CODE_POS, IP_CSUM_LEN, IP_CSUM_POS, IP_DST_POS, IP_FRAG_LEN, IP_FRAG_POS, IP_HEADER_LEN, IP_ID_LEN, IP_ID_POS, IP_LEN_LEN, IP_LEN_POS, IP_SRC_POS, IP_TOS_LEN, IP_TOS_POS, IP_TTL_LEN, IP_TTL_POS, IP_VER_LEN, IP_VER_POS
 

Field Detail

IPv4_VERSION

static final int IPv4_VERSION
See Also:
Constant Field Values

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