Re: [umit-devel] NetBIOS protocol and testing code

2011-06-29 Thread Bartosz SKOWRON
Hi! I have a few question.. What is a reason to write one test which is skipped? Why there are unused import statements? Bart. On Thu, Jun 23, 2011 at 3:38 PM, Adriano Monteiro Marques wrote: > Hi Narendran, > Nice! Would you like to coordinate with Bartosz to get this to UMPA's repo? > > On Ju

Re: [umit-devel] NetBIOS protocol and testing code

2011-06-23 Thread Adriano Monteiro Marques
Hi Narendran, Nice! Would you like to coordinate with Bartosz to get this to UMPA's repo? On Jun 23, 2011, at 7:06 AM, Narendran Thangarajan wrote: > NetBIOS code : > > #!/usr/bin/env python > > import struct > > from umit.umpa.protocols import _consts > from umit.umpa.protocols import _fiel

[umit-devel] NetBIOS protocol and testing code

2011-06-23 Thread Narendran Thangarajan
*NetBIOS code :* * * #!/usr/bin/env python import struct from umit.umpa.protocols import _consts from umit.umpa.protocols import _fields from umit.umpa.protocols import _protocols import umit.umpa.utils.net as _net import umit.umpa.utils.bits as _bits __all__ = ["NetBIOS",] class _MessageType(_