aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2008-02-14fixup and improve createsahlberg1-50/+63
2008-02-14fixum tree disconnectsahlberg1-4/+2
2008-02-14fixup tree connectsahlberg1-5/+125
2008-02-14fixup sessionlogoffsahlberg1-4/+2
2008-02-14fixup sessionsetupsahlberg1-18/+90
2008-02-14update dissection of negprotsahlberg1-14/+167
2008-02-14fixup SMB2 header and decode async commands correctlysahlberg1-96/+140
2007-11-09Apply yet another set of the optimization patches:etxrab1-1/+1
2007-10-23Apply the small performance enhancment patches for:etxrab1-3/+3
2007-10-17Flag errorjake1-1/+1
2007-08-28rename dcerpc_smb_store_pol_name to dcerpc_store_polhnd_namesahlberg1-2/+2
2007-05-29Use G_GINT64_MODIFIER, rather than the PRI[douxX]64 macros, for GLibguy1-2/+2
2007-05-21additional smb2 fixes from metzesahlberg1-6/+40
2007-05-21from metzesahlberg1-77/+132
2007-05-16from metzesahlberg1-14/+13
2007-05-15when spawning off to the next smb2 pdu in a chain we need to create a sahlberg1-2/+7
2007-05-15add dissection of the end_of_chain bit in the header flagssahlberg1-0/+10
2007-05-15from metzesahlberg1-50/+153
2007-05-15from metzesahlberg1-19/+39
2007-05-07add dissection of smb1 ioctl data by tying it into the dissectors for sahlberg1-17/+11
2007-05-07change the smb2 ioctl function to take a pointer to a uint32 (ioctl sahlberg1-21/+25
2007-05-07remove the ioctl function and table from the smb dissector and just use sahlberg1-6/+11
2007-03-28Remove almost all of the casts I committed recently and in place ofsfisher1-1/+1
2007-03-28Fix a bunch of warnings, add svn:keywords Id and svn:eol-style nativesfisher1-1/+1
2007-03-24Clean up some more warnings: unused variables, unitialized variables, wrong f...morriss1-1/+1
2007-03-23fix some more warnings (type casts)ulfl1-3/+3
2006-07-12From Stefan (metze) Metzmacher:etxrab1-2/+2
2006-05-21change a whole bunch of ethereal into wiresharksahlberg1-3/+3
2006-04-05decode the first two bytes of the negotiate protocol request as buffercodesahlberg1-1/+14
2006-04-05from metzesahlberg1-3/+29
2006-03-09Remove MIN and MAX defines, which GLib provides.gerald1-58/+56
2006-03-01Constify some items, and make one item static, so we don't initializeguy1-2/+2
2006-02-08smb2:sahlberg1-1/+8
2006-02-07smb2 signingsahlberg1-7/+18
2006-02-07handmerged patch from metze it conflicted with recent P bit patch i checked insahlberg1-28/+33
2006-02-07rename Logoff to SessionLogoff to make it consistent withsahlberg1-6/+6
2006-02-07add dissection of the P (PID Valid) bit in the headersahlberg1-4/+23
2006-02-07add dissection ofsahlberg1-0/+31
2006-02-06prettify class/infolevel for GetInfo/SetInfosahlberg1-62/+132
2006-02-06dissect the TWrp chain elementsahlberg1-0/+15
2005-12-24from metzesahlberg1-63/+71
2005-12-23make smb2 tappablesahlberg1-0/+5
2005-12-18Squelch a compiler warning.guy1-1/+1
2005-12-08add decoding of the share type that metze found in the tree connect responsesahlberg1-3/+25
2005-12-07tap the ntlmssp protocol and extract the account/domain names when users auth...sahlberg1-4/+129
2005-12-06objectid updatessahlberg1-15/+14
2005-12-05updates for FILE_OBJECTID_BUFFER and have smb call this (no more unknown by...sahlberg1-23/+31
2005-12-02add some more ioctlssahlberg1-8/+122
2005-12-02add dissection of sahlberg1-1/+55
2005-12-01add dissection of FSCTL_GET_SHADOW_COPY_DATAsahlberg1-12/+91