74 lines
1.4 KiB
HTML
74 lines
1.4 KiB
HTML
|
<HTML>
|
||
|
<!-- THIS FILE IS GENERATED FROM ANOTHER SOURCE FILE -->
|
||
|
<HEAD>
|
||
|
<TITLE>UDPPacket</TITLE>
|
||
|
</HEAD>
|
||
|
<BODY BGCOLOR="ffffff">
|
||
|
<DL>
|
||
|
<DT><H1>UDPPacket</H1></DT>
|
||
|
<DD>
|
||
|
|
||
|
A packet carrying UDP header.
|
||
|
</DD>
|
||
|
<DT><H2>Super Class:</H2></DT>
|
||
|
<DD><DL><DT><A HREF="IPPacket.html"><CODE>IPPacket</CODE></A></DT></DL></DD>
|
||
|
<DT><H2>Methods:</H2></DT>
|
||
|
<DL COMPACT>
|
||
|
<DT>
|
||
|
<A NAME="udp_data"><CODE>udp_data</CODE></A>
|
||
|
<DD>
|
||
|
<p>
|
||
|
|
||
|
Return data part as <A HREF="http://www.ruby-lang.org/en/man-1.4/String.html"><CODE>String</CODE></A>.
|
||
|
</p>
|
||
|
<DT>
|
||
|
<A NAME="udp_dport"><CODE>udp_dport</CODE></A>
|
||
|
<DD>
|
||
|
<DT>
|
||
|
<A NAME="dport"><CODE>dport</CODE></A>
|
||
|
<DD>
|
||
|
<p>
|
||
|
|
||
|
Return destination port number.
|
||
|
</p>
|
||
|
<DT>
|
||
|
<A NAME="udp_len"><CODE>udp_len</CODE></A>
|
||
|
<DD>
|
||
|
<p>
|
||
|
|
||
|
Return value of length field. This value represents
|
||
|
the length in octets of this UDP datagram.
|
||
|
</p>
|
||
|
<DT>
|
||
|
<A NAME="udp_sum"><CODE>udp_sum</CODE></A>
|
||
|
<DD>
|
||
|
<p>
|
||
|
|
||
|
Return the value of checksum field.
|
||
|
</p>
|
||
|
<DT>
|
||
|
<A NAME="udp_sport"><CODE>udp_sport</CODE></A>
|
||
|
<DD>
|
||
|
<DT>
|
||
|
<A NAME="sport"><CODE>sport</CODE></A>
|
||
|
<DD>
|
||
|
<p>
|
||
|
|
||
|
Return source port number.
|
||
|
</p>
|
||
|
<DT>
|
||
|
<A NAME="to_s"><CODE>to_s</CODE></A>
|
||
|
<DD>
|
||
|
<p>
|
||
|
|
||
|
Return string representation.
|
||
|
</p>
|
||
|
</DL>
|
||
|
</DL>
|
||
|
<HR>
|
||
|
<P ALIGN="RIGHT">
|
||
|
<A HREF="mailto:fukusima@goto.info.waseda.ac.jp">fukusima@goto.info.waseda.ac.jp</A><BR>
|
||
|
</P>
|
||
|
</BODY>
|
||
|
</HTML>
|