Smb2-protocol: [Smb2-protocol] getinfo levels

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

Date: Thu, 17 Nov 2005 16:44:35 +1100
I feel dumb ...

I just noticed that all the getinfo levels map exactly to existing SMB
levels, using a very simple algorithm.

getinfo level class 1 level N is exactly the same as TRANS2 QFILEINFO
level 1000+N

getinfo level class 2 level N is exactly the same as TRANS2 QFSINFO
level 1000+N

so this gives us all the names, the structures and the parsers. I
would hazard a guess that the same applies for SMB2 setinfo, which
will make that really easy to implement.

Cheers, Tridge