aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
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
2006-02-06add dissection of a few more create optionsRonnie Sahlberg1-15/+86
2005-12-21add dissection of two more NTCreateAndX bits : Ronnie Sahlberg1-0/+20
2005-12-11implement SMB_FILE_ALL_INFO properly once and for allRonnie Sahlberg1-73/+50
2005-12-05updates for FILE_OBJECTID_BUFFER and have smb call this (no more unknown by...Ronnie Sahlberg1-26/+5
2005-11-26add endoffile infolevelRonnie Sahlberg1-0/+19
2005-11-26more infolevelsRonnie Sahlberg1-0/+19
2005-11-26assume the four bytes after the fid in notify request is the completion maskRonnie Sahlberg1-1/+1
2005-11-25from metze and modified, fix for in offset/length for transaction requestRonnie Sahlberg1-1/+1
2005-11-25add some more infolevelsRonnie Sahlberg1-3/+37
2005-11-25add dissection of the smb2 impersionationlevel fieldRonnie Sahlberg1-1/+1
2005-11-25some info level updatesRonnie Sahlberg1-0/+43
2005-11-25some info level updatesRonnie Sahlberg1-1/+44
2005-11-19fix for bug 570, the domain name is present in sessionsetupandx replies eve...Ronnie Sahlberg1-1/+1
2005-11-18dissect some more infolevelsRonnie Sahlberg1-20/+20
2005-11-17add dissection of more infolevels for smb2Ronnie Sahlberg1-14/+12
2005-11-17add dissection of fs_[objectid|full_size]_infoRonnie Sahlberg1-46/+62
2005-11-17 add dissection of fs quota infoRonnie Sahlberg1-1/+1
2005-11-17add full dissection of fs_[volume|size|device|atrtibute]_infoRonnie Sahlberg1-84/+118
2005-11-17add dissection of the security descriptor maskRonnie Sahlberg1-1/+1
2005-11-12from Laurent ConstantinRonnie Sahlberg1-20/+154
2005-11-12 improve the dissection of Create and fill in most of the fieldsRonnie Sahlberg1-5/+5
2005-11-12dissect more of Close request/responseRonnie Sahlberg1-1/+1
2005-10-04Don't ensure all the bytes of a security descriptor exist before callingGuy Harris1-4/+4
2005-09-29Make "top_tree" static; nobody else uses it, and if they're both notGuy Harris1-1/+1
2005-09-28fix #480: Change defaults for all reassembling settings to ONUlf Lamping1-2/+2
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsGuy Harris1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceGuy Harris1-1/+1
2005-09-13In smb_trans_defragment(), throw an exception if we encounter a too-largeGerald Combs1-0/+9
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! Ulf Lamping1-5/+3