📄 jpcap.tcppacket.html
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"><!--NewPage--><html><head><!-- Generated by javadoc on Tue Jul 04 05:58:19 GMT 2000 --><title> Class jpcap.TCPPacket</title></head><body><a name="_top_"></a><pre><a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-jpcap.html">This Package</a> <a href="jpcap.Packet.html#_top_">Previous</a> <a href="jpcap.UDPPacket.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre><hr><h1> Class jpcap.TCPPacket</h1><pre>java.lang.Object | +----<a href="jpcap.Packet.html#_top_">jpcap.Packet</a> | +----<a href="jpcap.IPPacket.html#_top_">jpcap.IPPacket</a> | +----jpcap.TCPPacket</pre><hr><dl> <dt> public class <b>TCPPacket</b> <dt> extends <a href="jpcap.IPPacket.html#_top_">IPPacket</a></dl>TCP????????????<p><hr><a name="index"></a><h2> <img src="images/variable-index.gif" width=207 height=38 alt="Variable Index"></h2><dl> <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o "> <a href="#ack"><b>ack</b></a> <dd> ACK???: ACK????????? <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o "> <a href="#ack_num"><b>ack_num</b></a> <dd> ACK?? <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o "> <a href="#dst_port"><b>dst_port</b></a> <dd> ?????? <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o "> <a href="#fin"><b>fin</b></a> <dd> FIN???: ????v? <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o "> <a href="#psh"><b>psh</b></a> <dd> PSH???: PUSH???????? <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o "> <a href="#rst"><b>rst</b></a> <dd> RST???: ?????? <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o "> <a href="#sequence"><b>sequence</b></a> <dd> ??????? <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o "> <a href="#src_port"><b>src_port</b></a> <dd> ?????? <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o "> <a href="#syn"><b>syn</b></a> <dd> SYN???: ???????????? <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o "> <a href="#urg"><b>urg</b></a> <dd> URG???: ????????????? <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o "> <a href="#urgent_pointer"><b>urgent_pointer</b></a> <dd> ?????? <dt> <img src="images/magenta-ball-small.gif" width=6 height=6 alt=" o "> <a href="#window"><b>window</b></a> <dd> ???????????????????</dl><h2> <img src="images/constructor-index.gif" width=275 height=38 alt="Constructor Index"></h2><dl> <dt> <img src="images/yellow-ball-small.gif" width=6 height=6 alt=" o "> <a href="#TCPPacket(int, int, long, long, boolean, boolean, boolean, boolean, boolean, boolean, int, int)"><b>TCPPacket</b></a>(int, int, long, long, boolean, boolean, boolean, boolean, boolean, boolean, int, int) <dd> TCP???????????????? </dl><h2> <img src="images/method-index.gif" width=207 height=38 alt="Method Index"></h2><dl> <dt> <img src="images/red-ball-small.gif" width=6 height=6 alt=" o "> <a href="#toString()"><b>toString</b></a>() <dd> ???????????????????<BR> ?幃: src_port > dst_port seq(sequence) win(window) [ack ack_num] [S][F][P]</dl><a name="variables"></a><h2> <img src="images/variables.gif" width=153 height=38 alt="Variables"></h2><a name="src_port"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a><b>src_port</b><pre> public int src_port</pre><dl> <dd> ??????<p></dl><a name="dst_port"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a><b>dst_port</b><pre> public int dst_port</pre><dl> <dd> ??????<p></dl><a name="sequence"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a><b>sequence</b><pre> public long sequence</pre><dl> <dd> ???????<p></dl><a name="ack_num"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a><b>ack_num</b><pre> public long ack_num</pre><dl> <dd> ACK??<p></dl><a name="urg"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a><b>urg</b><pre> public boolean urg</pre><dl> <dd> URG???: ?????????????<p></dl><a name="ack"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a><b>ack</b><pre> public boolean ack</pre><dl> <dd> ACK???: ACK?????????<p></dl><a name="psh"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a><b>psh</b><pre> public boolean psh</pre><dl> <dd> PSH???: PUSH????????<p></dl><a name="rst"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a><b>rst</b><pre> public boolean rst</pre><dl> <dd> RST???: ??????<p></dl><a name="syn"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a><b>syn</b><pre> public boolean syn</pre><dl> <dd> SYN???: ????????????<p></dl><a name="fin"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a><b>fin</b><pre> public boolean fin</pre><dl> <dd> FIN???: ????v?<p></dl><a name="window"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a><b>window</b><pre> public int window</pre><dl> <dd> ???????????????????<p></dl><a name="urgent_pointer"><img src="images/magenta-ball.gif" width=12 height=12 alt=" o "></a><b>urgent_pointer</b><pre> public short urgent_pointer</pre><dl> <dd> ??????<p></dl><a name="constructors"></a><h2> <img src="images/constructors.gif" width=231 height=38 alt="Constructors"></h2><a name="TCPPacket"></a><a name="TCPPacket(int, int, long, long, boolean, boolean, boolean, boolean, boolean, boolean, int, int)"><img src="images/yellow-ball.gif" width=12 height=12 alt=" o "></a><b>TCPPacket</b><pre> public TCPPacket(int src_port, int dst_port, long sequence, long ack_num, boolean urg, boolean ack, boolean psh, boolean rst, boolean syn, boolean fin, int window, int urgent)</pre><dl> <dd> TCP????????????????<p> <dd><dl> <dt> <b>Parameters:</b> <dd> src_port - ???????? <dd> dst_port - ???????? <dd> sequence - ??????? <dd> ack_num - ACK?? <dd> window - ???????? <dd> urgent - ?????? </dl></dd></dl><a name="methods"></a><h2> <img src="images/methods.gif" width=151 height=38 alt="Methods"></h2><a name="toString()"><img src="images/red-ball.gif" width=12 height=12 alt=" o "></a><a name="toString"><b>toString</b></a><pre> public String toString()</pre><dl> <dd> ???????????????????<BR> ?幃: src_port > dst_port seq(sequence) win(window) [ack ack_num] [S][F][P]<p> <dd><dl> <dt> <b>Overrides:</b> <dd> <a href="jpcap.IPPacket.html#toString()">toString</a> in class <a href="jpcap.IPPacket.html#_top_">IPPacket</a> </dl></dd></dl><hr><pre><a href="packages.html">All Packages</a> <a href="tree.html">Class Hierarchy</a> <a href="Package-jpcap.html">This Package</a> <a href="jpcap.Packet.html#_top_">Previous</a> <a href="jpcap.UDPPacket.html#_top_">Next</a> <a href="AllNames.html">Index</a></pre></body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -