aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-09Squelch a couple of Valgrind warnings.Gerald Combs1-2/+2
2008-09-27Minor cleanup for proto_reg-handoff & etcBill Meier1-5/+5
2008-09-24track smb dialects between negprot request to the responses so we can Ronnie Sahlberg1-2/+38
2008-06-12From yami via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=2603 : regi...Jeff Morriss1-0/+2
2008-05-29Note underflow/overflow possibilities (there used to be checks thatGuy Harris1-0/+2
2008-05-14Fix some of the Errors/warnings detected by checkapi.Bill Meier1-1/+3
2008-04-14gcc 4.3 will not handle an overflow in the expected way but will warn instead...Jörg Mayer1-4/+0
2008-03-17Fix another crash from http://bugs.wireshark.org/bugzilla/show_bug.cgi?id=111...Jeff Morriss1-8/+7
2008-03-01Rewrote to use g_strlcpy and g_strlcat.Stig Bjørlykke1-4/+2
2008-02-07Removed even more "statement not reached" warnings.Stig Bjørlykke1-4/+0
2008-01-09add support for qpi level 516 : posix aclRonnie Sahlberg1-4/+183
2007-12-10add some more names for Query/Set path info levels and add empty stubs Ronnie Sahlberg1-1/+122
2007-11-25Fix bug 2019: The SMB dissector was dereferencing a NULL pointer.Gerald Combs1-90/+90
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-11-08Apply yet another set of the optimization patches:Anders Broman1-623/+622
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-8/+8
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