File: UDP.html

package info (click to toggle)
python-libtrace 1.6%2Bgit20161027-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,124 kB
  • ctags: 1,357
  • sloc: ansic: 6,890; python: 3,228; makefile: 70; sh: 49
file content (71 lines) | stat: -rw-r--r-- 1,852 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /><title>IProtocol Decodes: UDP</title><meta name="generator" content="amaya 8.5, see http://www.w3.org/Amaya/" /><link rel="stylesheet" type="text/css" href="plt-doc.css" /></head><body>
<h2 style="text-align: left;">Transport Layer Decodes</h2>
<h3>Class UDP</h3>
<p>Provides access to fields in a UDP header.</p><br /><table class="indent1">
<tbody>
<tr><td class="heading" colspan="2">Instance Variables</td></tr><tr>
<td class="name methodwidth"><strong>src_port</strong></td>
<td class="name descriptionwidth"><em>udp.src_port -&gt;
anInteger</em></td>
</tr>
<tr>
<td><br />
</td>
<td class="description">Source Port (16-bit) </td>
</tr>
<tr>
<td class="name"><strong>dst_port</strong></td>
<td class="name"><em>udp.dst_port-&gt;
anInteger</em></td>
</tr>
<tr>
<td><br />
</td>
<td class="description">Destination Port (16-bit) </td>
</tr>
<tr>
<td class="name"><strong>len</strong></td>
<td class="name"><em>udp.len -&gt;
anInteger</em></td>
</tr>
<tr>
<td><br />
</td>
<td class="description">UDP length, i.e. header +
payload </td>
</tr>
<tr>
<td class="name"><strong>checksum</strong></td>
<td class="name"><em>udp.checksum -&gt;
anInteger</em></td>
</tr>
<tr>
<td><br />
</td>
<td class="description">UDP Checksum<br />
</td>
</tr>
<tr>
<td><br />
</td>
<td class="description">TCP Checksum </td>
</tr>
<tr>
<td class="name"><strong>payload</strong></td>
<td class="name">udp.payload -&gt; aPayloadObject</td>
</tr>
<tr>
<td><br />
</td>
<td class="description">None if udp had no payload,&nbsp; otherwise<br />

an object containing the packet's TCP payload</td>
</tr>

</tbody>
</table>
<p />
<p>Nevil Brownlee<br />Sat, 15 Mar 14 (NZDT)</p>
</body></html>