ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Smb2-protocol: [Smb2-protocol] Quota

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

From: ronnie sahlberg <ronniesahlberg@xxxxxxxxx>
Date: Tue, 6 Dec 2005 01:52:54 +0000
List,

Can someone create some capture files containing user quota information?

Like setting it up for a few users and checking on the properties page
a few times?


The FILE_QUOTA_INFORMATION structure is  supposed to contain a list of :
4 bytes      offset to next entry
4 bytes      length of the sid
8 bytes      change time
8 bytes      quota used
8 bytes      treshold (soft quota)
8 bytes      limit (hard quota)
x bytes      sid


I would like to verify this with a trace   and also if possible a
trace of SMB1  to verify if the first 24 unknown bytes match this
structure.