summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2007-08-20we need to track the fid in the rwdata structure so that reassembly of Ronnie Sahlberg1-0/+7
2007-06-17track filenames between rename requests and responses to make it easier to Ronnie Sahlberg1-2/+44
2007-06-17remember locking info between requests and repsonses so it is easier to Ronnie Sahlberg1-2/+109
2007-06-05For various routines used by dissect_smb_fid() to dissect various FIDGuy Harris1-96/+101
2007-05-22show the directory name in replies to CreateDir/Checkdir and DeleteDirRonnie Sahlberg1-0/+6
2007-05-22show the filename that was to be deleted in the Delete replyRonnie Sahlberg1-0/+16
2007-05-22improve FIND_FIRST2 useability in the same way as in the previous Ronnie Sahlberg1-10/+31
2007-05-22remember the object name from a QUERY_PATH_INFO and show it as a Ronnie Sahlberg1-0/+11
2007-05-22show the QUERY_FS_INFO level as a generated item in the response packetRonnie Sahlberg1-1/+3
2007-05-22add the level of interest to the dissection of QUERY_PATH_INFO/QUERY_FILE_I...Ronnie Sahlberg1-0/+4
2007-05-22add the disposition to the data we store for how a fid is openedRonnie Sahlberg1-2/+7
2007-05-21add tracking of OFFSET/LENGTH to reads/writes so we can easily see in a faile...Ronnie Sahlberg1-10/+143
2007-05-21since we now have a generic "track fid for transactions" we no longer need to...Ronnie Sahlberg1-34/+0
2007-05-21track FIDs on a per transaction (request+response) basis and make sure the FI...Ronnie Sahlberg1-0/+28
2007-05-21there wre two fields in smb for filenames with the same display filer string.Ronnie Sahlberg1-1/+1
2007-05-11make create_options, access_mask and share_access fitlerableRonnie Sahlberg1-8/+25
2007-05-10add more tracking of FID propertiesRonnie Sahlberg1-268/+336
2007-05-10prettify dissection of FIDs,Ronnie Sahlberg1-43/+54
2007-05-07add dissection of smb1 ioctl data by tying it into the dissectors for Ronnie Sahlberg1-11/+18
2007-05-07change the smb2 ioctl function to take a pointer to a uint32 (ioctl Ronnie Sahlberg1-1/+2
2007-05-07remove the ioctl function and table from the smb dissector and just use Ronnie Sahlberg1-73/+1
2007-04-26As with other types of extra info, tag the UID extra info. Don't addGuy Harris1-12/+18
2007-04-24Add tracking of uid->domain/account mappings for SMB by tapping the ntlmssp t...Ronnie Sahlberg1-2/+100
2007-03-30Fix more warningsStephen Fisher1-0/+2
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-55/+55
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativeStephen Fisher1-56/+55
2007-03-27from Peter Johansson:Ulf Lamping1-2/+2
2007-03-20remove some compiler warningsRonnie Sahlberg1-7/+7
2007-02-14show the share mode bits that are SET on the share mode expansion line so one...Ronnie Sahlberg1-3/+18
2006-12-05Remove unused variableBill Meier1-1/+1
2006-12-01store FID/TID tracking based on the fid/tid value and not the frame it was op...Ronnie Sahlberg1-4/+4
2006-09-23replace a rotating buffer in smb with ep allocated memoryRonnie Sahlberg1-7/+1
2006-09-21From: Marco StrackJaap Keuter1-2/+2
2006-08-18Fix CID 209 (possible NULL dereference).Gerald Combs1-2/+2
2006-08-16add tracking of fid type to objects opened by NT CREATE so that we can diss...Ronnie Sahlberg1-1/+26
2006-08-16use the same structure to pass the fid type information from nt transaction p...Ronnie Sahlberg1-14/+11
2006-08-16track fid types between NT TRans QUERY_SECURITY_DESCRIPTOR and dissect the AC...Ronnie Sahlberg1-16/+31
2006-08-16 add dissection of DIRECTORY specific bits of the accessmask for SET_SECURITY...Ronnie Sahlberg1-0/+75
2006-08-16add code to dissect FILE specific bits for the accessmask inside a security d...Ronnie Sahlberg1-2/+89
2006-08-16 add a type field for the fid tracking structure and initialize it to UNKNOWNRonnie Sahlberg1-11/+32
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixRonnie Sahlberg1-2/+2
2006-07-19add two missing CHECK_BYTE_COUNTRonnie Sahlberg1-3/+4
2006-06-19add tracking of TID -> sharenamesRonnie Sahlberg1-21/+102
2006-06-19make fid->filename tracking work for files opened with NTCreateAndXRonnie Sahlberg1-0/+8
2006-06-19add infrastructure to make tracking of fid->filename easy to implement and useRonnie Sahlberg1-0/+12
2006-06-18track smb FIDFs when tehy are opened and closed.Ronnie Sahlberg1-42/+203
2006-06-18rename add_fid() to dissect_smb_fid() as a firsdt step towards adding trackin...Ronnie Sahlberg1-33/+33
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-04-26From Mark C. Brown:Jaap Keuter1-77/+77
2006-02-07add dissection ofRonnie Sahlberg1-1/+31