Minor fix

This commit is contained in:
lgandx 2014-01-29 20:49:56 -05:00
commit 13e7623312

View file

@ -282,7 +282,6 @@ def NBT_NS_Role(data):
# Define what are we answering to.
def Validate_NBT_NS(data,Wredirect):
if Analyze(AnalyzeMode):
#print NBT_NS_Role(data[43:46])
return False
if NBT_NS_Role(data[43:46]) == "File Server Service":
return True