Gordon Ross wrote:
>> Some nits:
>>
>>   - snoop_smb.c:527: "*p" probably isn't a good name for a variable
>> with
>>     function-level scope.
> 
> OK, how about if I move that declaration to line 587,
> so the scope is just the "if (flags & F_SUM) ..." block?

Better.  Or just give it a cool name.  :->

>>   - should be using snprintf instead of sprintf, certainly for new
>> code,
>>     likely for anything touched, and (with some RTI Advocates)
>> requested
>>     for all code in the same file.
> 
> I can do that.  (I'll do it in webrev2)

Thanks!

>>   - what happened to the error class decode when in detail mode and
>>     non-NT traffic?
> 
> It's there.  It replaces "NT Status" if the message is using
> old-style error class+code.  See lines 568-569 in webrev1.

I don't see it.  The old code used to _decode_ the error class into a
human-readable string, and the new code seems to just print decimals.

-- 
James Carlson         42.703N 71.076W         <carls...@workingcode.com>
_______________________________________________
networking-discuss mailing list
networking-discuss@opensolaris.org

Reply via email to