Package dpkt :: Module netbios :: Class NS :: Class RR
[hide private]
[frames] | no frames]

Class RR

source code

object --+                
         |                
   ??.Temp --+            
             |            
   dpkt.Packet --+        
                 |        
         dns.DNS.Q --+    
                     |    
            dns.DNS.RR --+
                         |
                        NS.RR

NetBIOS resource record.

Instance Methods [hide private]
 
unpack_rdata(self, buf, off) source code

Inherited from dns.DNS.RR: pack_rdata

Inherited from dns.DNS.Q: __len__, __str__, unpack

Inherited from dpkt.Packet: __bytes__, __getitem__, __init__, __repr__, pack, pack_hdr

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __setattr__, __sizeof__, __subclasshook__

Class Variables [hide private]

Inherited from dns.DNS.RR: __hdr__, __hdr_defaults__, __hdr_fields__, __hdr_fmt__, __hdr_len__

Properties [hide private]
  cls
  data
  name
  rdata
  rlen
  ttl
  type

Inherited from object: __class__

Method Details [hide private]

unpack_rdata(self, buf, off)

source code 
Overrides: dns.DNS.RR.unpack_rdata