aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2008-06-12From yami via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2603 : regi...morriss1-0/+2
2008-05-29Note underflow/overflow possibilities (there used to be checks thatguy1-0/+2
2008-05-14Fix some of the Errors/warnings detected by checkapi.wmeier1-1/+3
2008-04-14gcc 4.3 will not handle an overflow in the expected way but will warn instead...jmayer1-4/+0
2008-03-17Fix another crash from http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=111...morriss1-8/+7
2008-03-01Rewrote to use g_strlcpy and g_strlcat.stig1-4/+2
2008-02-07Removed even more "statement not reached" warnings.stig1-4/+0
2008-01-09add support for qpi level 516 : posix aclsahlberg1-4/+183
2007-12-10add some more names for Query/Set path info levels and add empty stubs sahlberg1-1/+122
2007-11-25Fix bug 2019: The SMB dissector was dereferencing a NULL pointer.gerald1-90/+90
2007-11-09Apply yet another set of the optimization patches:etxrab1-1/+1
2007-11-08Apply yet another set of the optimization patches:etxrab1-623/+622
2007-10-23Apply the small performance enhancment patches for:etxrab1-8/+8
2007-08-20we need to track the fid in the rwdata structure so that reassembly of sahlberg1-0/+7
2007-06-17track filenames between rename requests and responses to make it easier to sahlberg1-2/+44
2007-06-17remember locking info between requests and repsonses so it is easier to sahlberg1-2/+109
2007-06-05For various routines used by dissect_smb_fid() to dissect various FIDguy1-96/+101
2007-05-22show the directory name in replies to CreateDir/Checkdir and DeleteDirsahlberg1-0/+6
2007-05-22show the filename that was to be deleted in the Delete replysahlberg1-0/+16
2007-05-22improve FIND_FIRST2 useability in the same way as in the previous sahlberg1-10/+31
2007-05-22remember the object name from a QUERY_PATH_INFO and show it as a sahlberg1-0/+11
2007-05-22show the QUERY_FS_INFO level as a generated item in the response packetsahlberg1-1/+3
2007-05-22add the level of interest to the dissection of QUERY_PATH_INFO/QUERY_FILE_I...sahlberg1-0/+4
2007-05-22add the disposition to the data we store for how a fid is openedsahlberg1-2/+7
2007-05-21add tracking of OFFSET/LENGTH to reads/writes so we can easily see in a faile...sahlberg1-10/+143
2007-05-21since we now have a generic "track fid for transactions" we no longer need to...sahlberg1-34/+0
2007-05-21track FIDs on a per transaction (request+response) basis and make sure the FI...sahlberg1-0/+28
2007-05-21there wre two fields in smb for filenames with the same display filer string.sahlberg1-1/+1
2007-05-11make create_options, access_mask and share_access fitlerablesahlberg1-8/+25
2007-05-10add more tracking of FID propertiessahlberg1-268/+336
2007-05-10prettify dissection of FIDs,sahlberg1-43/+54
2007-05-07add dissection of smb1 ioctl data by tying it into the dissectors for sahlberg1-11/+18
2007-05-07change the smb2 ioctl function to take a pointer to a uint32 (ioctl sahlberg1-1/+2
2007-05-07remove the ioctl function and table from the smb dissector and just use sahlberg1-73/+1
2007-04-26As with other types of extra info, tag the UID extra info. Don't addguy1-12/+18
2007-04-24Add tracking of uid->domain/account mappings for SMB by tapping the ntlmssp t...sahlberg1-2/+100
2007-03-30Fix more warningssfisher1-0/+2
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-55/+55
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativesfisher1-56/+55
2007-03-27from Peter Johansson:ulfl1-2/+2
2007-03-20remove some compiler warningssahlberg1-7/+7
2007-02-14show the share mode bits that are SET on the share mode expansion line so one...sahlberg1-3/+18
2006-12-05Remove unused variablewmeier1-1/+1
2006-12-01store FID/TID tracking based on the fid/tid value and not the frame it was op...sahlberg1-4/+4
2006-09-23replace a rotating buffer in smb with ep allocated memorysahlberg1-7/+1
2006-09-21From: Marco Strackjake1-2/+2
2006-08-18Fix CID 209 (possible NULL dereference).gerald1-2/+2
2006-08-16add tracking of fid type to objects opened by NT CREATE so that we can diss...sahlberg1-1/+26
2006-08-16use the same structure to pass the fid type information from nt transaction p...sahlberg1-14/+11
2006-08-16track fid types between NT TRans QUERY_SECURITY_DESCRIPTOR and dissect the AC...sahlberg1-16/+31