|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--jpcap.Packet
|
+--jpcap.IPPacket
|
+--jpcap.UDPPacket
This class represents UDP packet.
| Field Summary | |
int |
dst_port
Destination port number |
int |
length
packet length |
int |
src_port
Source port number |
| Fields inherited from class jpcap.IPPacket |
d_flag, dont_frag, dst_ip, flow_label, hop_limit, ident, more_frag, offset, option, options, priority, protocol, r_flag, rsv_frag, rsv_tos, src_ip, t_flag, version |
| Fields inherited from class jpcap.Packet |
caplen, data, datalink, header, len, sec, usec |
| Constructor Summary | |
UDPPacket(int src_port,
int dst_port)
Creates a UDP packet. |
|
| Method Summary | |
java.lang.String |
toString()
Returns a string representation of this packet. Format: src_port > dst_port |
| Methods inherited from class jpcap.IPPacket |
setIPv4Parameter, setIPv6Parameter |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public int src_port
public int dst_port
public int length
| Constructor Detail |
public UDPPacket(int src_port,
int dst_port)
src_port - source port numberdst_port - destination port number| Method Detail |
public java.lang.String toString()
toString in class IPPacket
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||