|
SourceForge Jpcap | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface UDPFields
IP protocol field encoding information.
Field Summary | |
---|---|
static int |
UDP_CSUM_LEN
Length of the checksum field in bytes. |
static int |
UDP_CSUM_POS
Position of the checksum. |
static int |
UDP_DP_POS
Position of the destination port. |
static int |
UDP_HEADER_LEN
Length of a UDP header in bytes. |
static int |
UDP_LEN_LEN
Length of the header length field in bytes. |
static int |
UDP_LEN_POS
Position of the header length. |
static int |
UDP_PORT_LEN
Length of a UDP port in bytes. |
static int |
UDP_SP_POS
Position of the source port. |
Field Detail |
---|
static final int UDP_PORT_LEN
static final int UDP_LEN_LEN
static final int UDP_CSUM_LEN
static final int UDP_SP_POS
static final int UDP_DP_POS
static final int UDP_LEN_POS
static final int UDP_CSUM_POS
static final int UDP_HEADER_LEN
|
Copyright © Patrick Charles & Jonas Lehmann, 2001; Esmond Pitt, 2008. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |