aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-16 add dissection of DIRECTORY specific bits of the accessmask for SET_SECURITY...sahlberg1-0/+75
2006-08-16add code to dissect FILE specific bits for the accessmask inside a security d...sahlberg1-2/+89
2006-08-16 add a type field for the fid tracking structure and initialize it to UNKNOWNsahlberg1-11/+32
2006-08-14rename some structures and defines from the se_tree to the emem_tree prefixsahlberg1-2/+2
2006-07-19add two missing CHECK_BYTE_COUNTsahlberg1-3/+4
2006-06-19add tracking of TID -> sharenamessahlberg1-21/+102
2006-06-19make fid->filename tracking work for files opened with NTCreateAndXsahlberg1-0/+8
2006-06-19add infrastructure to make tracking of fid->filename easy to implement and usesahlberg1-0/+12
2006-06-18track smb FIDFs when tehy are opened and closed.sahlberg1-42/+203
2006-06-18rename add_fid() to dissect_smb_fid() as a firsdt step towards adding trackin...sahlberg1-33/+33
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-04-26From Mark C. Brown:jake1-77/+77
2006-02-07add dissection ofsahlberg1-1/+31
2006-02-06add dissection of a few more create optionssahlberg1-15/+86
2005-12-21add dissection of two more NTCreateAndX bits : sahlberg1-0/+20
2005-12-11implement SMB_FILE_ALL_INFO properly once and for allsahlberg1-73/+50
2005-12-05updates for FILE_OBJECTID_BUFFER and have smb call this (no more unknown by...sahlberg1-26/+5
2005-11-26add endoffile infolevelsahlberg1-0/+19
2005-11-26more infolevelssahlberg1-0/+19
2005-11-26assume the four bytes after the fid in notify request is the completion masksahlberg1-1/+1
2005-11-25from metze and modified, fix for in offset/length for transaction requestsahlberg1-1/+1
2005-11-25add some more infolevelssahlberg1-3/+37
2005-11-25add dissection of the smb2 impersionationlevel fieldsahlberg1-1/+1
2005-11-25some info level updatessahlberg1-0/+43
2005-11-25some info level updatessahlberg1-1/+44
2005-11-19fix for bug 570, the domain name is present in sessionsetupandx replies eve...sahlberg1-1/+1
2005-11-18dissect some more infolevelssahlberg1-20/+20
2005-11-17add dissection of more infolevels for smb2sahlberg1-14/+12
2005-11-17add dissection of fs_[objectid|full_size]_infosahlberg1-46/+62
2005-11-17 add dissection of fs quota infosahlberg1-1/+1
2005-11-17add full dissection of fs_[volume|size|device|atrtibute]_infosahlberg1-84/+118
2005-11-17add dissection of the security descriptor masksahlberg1-1/+1
2005-11-12from Laurent Constantinsahlberg1-20/+154
2005-11-12 improve the dissection of Create and fill in most of the fieldssahlberg1-5/+5
2005-11-12dissect more of Close request/responsesahlberg1-1/+1
2005-10-04Don't ensure all the bytes of a security descriptor exist before callingguy1-4/+4
2005-09-29Make "top_tree" static; nobody else uses it, and if they're both notguy1-1/+1
2005-09-28fix #480: Change defaults for all reassembling settings to ONulfl1-2/+2
2005-09-17Move some headers for stuff defined by a dissector into epan/dissectorsguy1-1/+1
2005-09-17Move a pile of protocol-related headers from the top-level sourceguy1-1/+1
2005-09-13In smb_trans_defragment(), throw an exception if we encounter a too-largegerald1-0/+9
2005-08-24EVERYTHING IN THE BUILDBOT IS GOING TO BE RED!!! Sorry! ulfl1-5/+3
2005-08-20removed MSVC warnings:ulfl1-3/+3
2005-08-20Use get_timedelta() to get the difference between two times.guy1-8/+5
2005-08-19Restore pinfo->private_data after calling another dissector, in case it getsgerald1-0/+2
2005-08-17snprintf -> g_snprintfulfl1-2/+1
2005-08-16add SetFileInfo level 1013 SetDispositionInfo decodingsahlberg1-1/+35
2005-08-13some more gmemchunk -> se_alloc() updatessahlberg1-71/+9
2005-08-10rename ep_tvb_get_string() to tvb_get_ephemeral_string() asnd update the docu...sahlberg1-1/+1
2005-08-06DissectorError is not supposed to be directly thrown; one should use theguy1-68/+68