aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2007-03-28Remove almost all of the casts I committed recently and in place ofStephen Fisher1-1/+1
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativeStephen Fisher1-1/+1
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...Jeff Morriss1-1/+1
2007-03-23fix some more warnings (type casts)Ulf Lamping1-3/+3
2006-07-12From Stefan (metze) Metzmacher:Anders Broman1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharkRonnie Sahlberg1-3/+3
2006-04-05decode the first two bytes of the negotiate protocol request as buffercodeRonnie Sahlberg1-1/+14
2006-04-05from metzeRonnie Sahlberg1-3/+29
2006-03-09Remove MIN and MAX defines, which GLib provides.Gerald Combs1-58/+56
2006-03-01Constify some items, and make one item static, so we don't initializeGuy Harris1-2/+2
2006-02-08smb2:Ronnie Sahlberg1-1/+8
2006-02-07smb2 signingRonnie Sahlberg1-7/+18
2006-02-07handmerged patch from metze it conflicted with recent P bit patch i checked inRonnie Sahlberg1-28/+33
2006-02-07rename Logoff to SessionLogoff to make it consistent withRonnie Sahlberg1-6/+6
2006-02-07add dissection of the P (PID Valid) bit in the headerRonnie Sahlberg1-4/+23
2006-02-07add dissection ofRonnie Sahlberg1-0/+31
2006-02-06prettify class/infolevel for GetInfo/SetInfoRonnie Sahlberg1-62/+132
2006-02-06dissect the TWrp chain elementRonnie Sahlberg1-0/+15
2005-12-24from metzeRonnie Sahlberg1-63/+71
2005-12-23make smb2 tappableRonnie Sahlberg1-0/+5
2005-12-18Squelch a compiler warning.Guy Harris1-1/+1
2005-12-08add decoding of the share type that metze found in the tree connect responseRonnie Sahlberg1-3/+25
2005-12-07tap the ntlmssp protocol and extract the account/domain names when users auth...Ronnie Sahlberg1-4/+129
2005-12-06objectid updatesRonnie Sahlberg1-15/+14
2005-12-05updates for FILE_OBJECTID_BUFFER and have smb call this (no more unknown by...Ronnie Sahlberg1-23/+31
2005-12-02add some more ioctlsRonnie Sahlberg1-8/+122
2005-12-02add dissection of Ronnie Sahlberg1-1/+55
2005-12-01add dissection of FSCTL_GET_SHADOW_COPY_DATARonnie Sahlberg1-12/+91
2005-12-01swap in/out to be more consistent with sane naming conventionsRonnie Sahlberg1-15/+16
2005-12-01start implementing an ioctl dispatcher for different ioctl functionsRonnie Sahlberg1-2/+18
2005-12-01add decoding of some ioctl names copied from packet-smb.cRonnie Sahlberg1-0/+56
2005-12-01move the ioctl function code to the si structure so we can switch on this lat...Ronnie Sahlberg1-6/+4
2005-12-010x0b is ioctl not transactionRonnie Sahlberg1-35/+192
2005-11-29"dcerpc_smb_fetch_pol()" doesn't necessarily return a name, as we mightGuy Harris1-6/+7
2005-11-28name some infolevelsRonnie Sahlberg1-36/+36
2005-11-26add endoffile infolevelRonnie Sahlberg1-0/+30
2005-11-26more infolevelsRonnie Sahlberg1-24/+54
2005-11-26update setinfo response dissectionRonnie Sahlberg1-9/+46
2005-11-26many commands return a short 8 byte pdu when errors occur.Ronnie Sahlberg1-65/+106
2005-11-26assume the four bytes after the fid in notify request is the completion maskRonnie Sahlberg1-2/+5
2005-11-25add decoding of some more opcodesRonnie Sahlberg1-32/+129
2005-11-25add decoding of some more opcodesRonnie Sahlberg1-6/+74
2005-11-25from metze and modified, fix for in offset/length for transaction requestRonnie Sahlberg1-16/+40
2005-11-25add dissection of treedisconnectRonnie Sahlberg1-1/+34
2005-11-25add some more infolevelsRonnie Sahlberg1-29/+42
2005-11-25fix typo it is one in buffer and one out buffer in transaction request no...Ronnie Sahlberg1-1/+1
2005-11-25transaction updateRonnie Sahlberg1-2/+9
2005-11-25add dissection of the smb2 impersionationlevel fieldRonnie Sahlberg1-2/+11
2005-11-25some info level updatesRonnie Sahlberg1-0/+58
2005-11-25some info level updatesRonnie Sahlberg1-52/+118