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

Class NS

source code

 object --+        
          |        
dpkt.Packet --+    
              |    
        dns.DNS --+
                  |
                 NS

NetBIOS Name Service.

Nested Classes [hide private]
  Q
DNS question.
  RR
NetBIOS resource record.

Inherited from dpkt.Packet: __metaclass__

Instance Methods [hide private]
 
pack_name(self, buf, name) source code
 
unpack_name(self, buf, off) source code

Inherited from dns.DNS: __len__, __str__, get_opcode, get_qr, get_rcode, pack_q, pack_rr, set_opcode, set_qr, set_rcode, unpack, unpack_q, unpack_rr

Inherited from dpkt.Packet: __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: __hdr__, __hdr_defaults__, __hdr_fields__, __hdr_fmt__, __hdr_len__

Properties [hide private]
  an
  ar
  data
  id
  ns
  op
  qd

Inherited from dns.DNS: opcode, qr, rcode

Inherited from object: __class__