aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-01From Reinhard Speyerer:Jaap Keuter1-1/+1
2009-03-31#include reassemble.h not req'dBill Meier1-1/+0
2008-08-21Modified version of a fix from Christopher Maynard as reported in bug 2822.Bill Meier1-2/+1
2008-05-26dissect te lock structures in the LOCK requestRonnie Sahlberg1-25/+74
2008-05-23add more dissection of FIND infolevelsRonnie Sahlberg1-10/+177
2008-05-23add dissectors for some more FIND info levels FileBothDirectoryInfo andRonnie Sahlberg1-0/+256
2008-05-23enhance the FIND dissectorRonnie Sahlberg1-28/+177
2008-05-23update the dissection of NOTIFYRonnie Sahlberg1-13/+49
2008-05-23updte the CLOSE dissectorRonnie Sahlberg1-2/+25
2008-05-23update to the ioctl dissectorRonnie Sahlberg1-10/+43
2008-05-23iupdates to the dissection of READ and LOCK for smb2Ronnie Sahlberg1-13/+61
2008-02-14fixup and improve createRonnie Sahlberg1-50/+63
2008-02-14fixum tree disconnectRonnie Sahlberg1-4/+2
2008-02-14fixup tree connectRonnie Sahlberg1-5/+125
2008-02-14fixup sessionlogoffRonnie Sahlberg1-4/+2
2008-02-14fixup sessionsetupRonnie Sahlberg1-18/+90
2008-02-14update dissection of negprotRonnie Sahlberg1-14/+167
2008-02-14fixup SMB2 header and decode async commands correctlyRonnie Sahlberg1-96/+140
2007-11-09Apply yet another set of the optimization patches:Anders Broman1-1/+1
2007-10-23Apply the small performance enhancment patches for:Anders Broman1-3/+3
2007-10-17Flag errorJaap Keuter1-1/+1
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_nameRonnie Sahlberg1-2/+2
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibGuy Harris1-2/+2
2007-05-21additional smb2 fixes from metzeRonnie Sahlberg1-6/+40
2007-05-21from metzeRonnie Sahlberg1-77/+132
2007-05-16from metzeRonnie Sahlberg1-14/+13
2007-05-15when spawning off to the next smb2 pdu in a chain we need to create a Ronnie Sahlberg1-2/+7
2007-05-15add dissection of the end_of_chain bit in the header flagsRonnie Sahlberg1-0/+10
2007-05-15from metzeRonnie Sahlberg1-50/+153
2007-05-15from metzeRonnie Sahlberg1-19/+39
2007-05-07add dissection of smb1 ioctl data by tying it into the dissectors for Ronnie Sahlberg1-17/+11
2007-05-07change the smb2 ioctl function to take a pointer to a uint32 (ioctl Ronnie Sahlberg1-21/+25
2007-05-07remove the ioctl function and table from the smb dissector and just use Ronnie Sahlberg1-6/+11
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