Method Summary |
|
public int | getPDUMaxSize() Gets the PDU maximum size.
none. |
public int | getPortDst() Gets the destination port. |
public int | getPortSrc() Gets the source port.
none. |
public int | getTOS() Gets the IP type of service.
none. |
public void | open() Displays the dialog.
none. |
public void | setPDUMaxSize(int pdu_max_size) Sets the PDU maximum size.
Parameters: pdu_max_size - PDU maximum size. |
public void | setPortDst(int port_dst) Sets the destination port.
Parameters: port_dst - destination port. |
public void | setPortSrc(int port_src) Sets the source port.
Parameters: port_src - source port. |
public void | setTOS(int tos) Sets the type of service.
Parameters: tos - type of service. |