aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.h
AgeCommit message (Expand)AuthorFilesLines
2008-09-24track smb dialects between negprot request to the responses so we can sahlberg1-1/+2
2008-08-26#include <emem.h> not req'dwmeier1-1/+0
2007-06-18Fix Windows build-bot warnings:sfisher1-2/+2
2007-06-17track filenames between rename requests and responses to make it easier to sahlberg1-1/+8
2007-06-17remember locking info between requests and repsonses so it is easier to sahlberg1-1/+17
2007-05-22show the filename that was to be deleted in the Delete replysahlberg1-0/+1
2007-05-22remember the object name from a QUERY_PATH_INFO and show it as a sahlberg1-0/+1
2007-05-22add the disposition to the data we store for how a fid is openedsahlberg1-0/+1
2007-05-21add tracking of OFFSET/LENGTH to reads/writes so we can easily see in a faile...sahlberg1-1/+2
2007-05-21track FIDs on a per transaction (request+response) basis and make sure the FI...sahlberg1-2/+7
2007-05-10add more tracking of FID propertiessahlberg1-2/+20
2007-05-10prettify dissection of FIDs,sahlberg1-1/+2
2007-05-07add dissection of smb1 ioctl data by tying it into the dissectors for sahlberg1-0/+1
2007-04-26As with other types of extra info, tag the UID extra info. Don't addguy1-6/+7
2007-04-24add a missing change from the previous commitsahlberg1-0/+3
2007-03-26From Peter Johansson:sfisher1-0/+2
2006-08-16track fid types between NT TRans QUERY_SECURITY_DESCRIPTOR and dissect the AC...sahlberg1-0/+1
2006-08-16 add a type field for the fid tracking structure and initialize it to UNKNOWNsahlberg1-1/+15
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixsahlberg1-2/+2
2006-06-20Change ETH_VAR_IMPORT to WS_VAR_IMPORT. Try to fix a duplicate variablegerald1-4/+4
2006-06-19add tracking of TID -> sharenamessahlberg1-0/+3
2006-06-19add infrastructure to make tracking of fid->filename easy to implement and usesahlberg1-1/+2
2006-06-18track smb FIDFs when tehy are opened and closed.sahlberg1-1/+4
2006-06-18rename add_fid() to dissect_smb_fid() as a firsdt step towards adding trackin...sahlberg1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-02-07add dissection ofsahlberg1-0/+1
2005-11-26add endoffile infolevelsahlberg1-0/+1
2005-11-26more infolevelssahlberg1-0/+1
2005-11-26assume the four bytes after the fid in notify request is the completion masksahlberg1-0/+1
2005-11-25add some more infolevelssahlberg1-0/+2
2005-11-25add dissection of the smb2 impersionationlevel fieldsahlberg1-0/+1
2005-11-25some info level updatessahlberg1-0/+2
2005-11-25some info level updatessahlberg1-0/+2
2005-11-18dissect some more infolevelssahlberg1-0/+3
2005-11-17add dissection of more infolevels for smb2sahlberg1-0/+2
2005-11-17add dissection of fs_[objectid|full_size]_infosahlberg1-0/+2
2005-11-17 add dissection of fs quota infosahlberg1-0/+1
2005-11-17add full dissection of fs_[volume|size|device|atrtibute]_infosahlberg1-0/+5
2005-11-17add dissection of the security descriptor masksahlberg1-0/+2
2005-11-12 improve the dissection of Create and fill in most of the fieldssahlberg1-0/+10
2005-11-12dissect more of Close request/responsesahlberg1-0/+2
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsguy1-0/+286