1IPV6(3)                           ipv6 1.0.4                           IPV6(3)
2
3
4

NAME

6       packet.internet.ipv6 - IPv6 module
7

DESCRIPTION

9       Decode IP version 6 layer.  Extension headers are not supported.
10

CLASSES

12   class IPv6(packet.internet.ipv4.IPv4)
13       IPv6 object
14
15       Usage:
16           from packet.internet.ipv6 import IPv6
17
18           x = IPv6(pktt)
19
20       Object definition:
21
22       IPv6(
23           version       = int,
24           traffic_class = int,
25           flow_label    = int,
26           total_size    = int,
27           protocol      = int,
28           hop_limit     = int,
29           src           = IPv6Addr(),
30           dst           = IPv6Addr(),
31           data          = string,  # raw data of payload if protocol
32                                    # is not supported
33       )
34
35
36       Methods defined here:
37       ---------------------
38
39       __init__(self, pktt)
40       Constructor
41
42       Initialize object's private data.
43
44
45              pktt:  Packet trace object (packet.pktt.Pktt) so this layer has
46                     access to the parent layers.
47

SEE ALSO

49       baseobj(3),      packet.internet.ipv4(3),      packet.transport.tcp(3),
50       packet.transport.udp(3)
51
52

BUGS

54       No known bugs.
55

AUTHOR

57       Jorge Mora (mora@netapp.com)
58
59
60
61NFStest 2.1.5                  14 February 2017                        IPV6(3)
Impressum