minor fix

This commit is contained in:
lgandx 2014-08-16 08:20:43 -04:00
commit 235f0fa8ae

View file

@ -315,7 +315,7 @@ def Validate_NBT_NS(data,Wredirect):
return True
else:
return True
return False
def Decode_Name(nbname):
#From http://code.google.com/p/dpkt/ with author's permission.