Switch a bunch of dissectors over to using tvb_new_subset_remaining()
[obnox/wireshark/wip.git] / epan / dissectors / packet-smb2.c
2009-08-16 krjSwitch a bunch of dissectors over to using tvb_new_subs...
2009-08-09 krjDon't guard col_set_str (COL_INFO/COL_PROTOCOL) with...
2009-07-14 stigHeader field cleanup.
2009-07-13 etxrabFrom Chris Costa:
2009-06-18 stigFrom Kovarththanan Rajaratnam via bug 3548:
2009-06-05 guyHave tap listeners specify whether the "packet" routine...
2009-05-01 jakeFrom Reinhard Speyerer:
2009-03-31 wmeier#include reassemble.h not req'd
2008-08-21 wmeierModified version of a fix from Christopher Maynard...
2008-05-26 sahlbergdissect te lock structures in the LOCK request
2008-05-23 sahlbergadd more dissection of FIND infolevels
2008-05-23 sahlbergadd dissectors for some more FIND info levels FileBothD...
2008-05-23 sahlbergenhance the FIND dissector
2008-05-23 sahlbergupdate the dissection of NOTIFY
2008-05-23 sahlbergupdte the CLOSE dissector
2008-05-23 sahlbergupdate to the ioctl dissector
2008-05-23 sahlbergiupdates to the dissection of READ and LOCK for smb2
2008-02-14 sahlbergfixup and improve create
2008-02-14 sahlbergfixum tree disconnect
2008-02-14 sahlbergfixup tree connect
2008-02-14 sahlbergfixup sessionlogoff
2008-02-14 sahlbergfixup sessionsetup
2008-02-14 sahlbergupdate dissection of negprot
2008-02-14 sahlbergfixup SMB2 header and decode async commands correctly
2007-11-09 etxrabApply yet another set of the optimization patches:
2007-10-23 etxrabApply the small performance enhancment patches for:
2007-10-17 jakeFlag error
2007-08-28 sahlbergrename dcerpc_smb_store_pol_name to dcerpc_store_polhn...
2007-05-29 guyUse G_GINT64_MODIFIER, rather than the PRI[douxX]64...
2007-05-21 sahlbergadditional smb2 fixes from metze
2007-05-21 sahlbergfrom metze
2007-05-16 sahlbergfrom metze
2007-05-15 sahlbergwhen spawning off to the next smb2 pdu in a chain we...
2007-05-15 sahlbergadd dissection of the end_of_chain bit in the header...
2007-05-15 sahlbergfrom metze
2007-05-15 sahlbergfrom metze
2007-05-07 sahlbergadd dissection of smb1 ioctl data by tying it into...
2007-05-07 sahlbergchange the smb2 ioctl function to take a pointer to...
2007-05-07 sahlbergremove the ioctl function and table from the smb dissec...
2007-03-28 sfisherRemove almost all of the casts I committed recently...
2007-03-28 sfisherFix a bunch of warnings, add svn:keywords Id and svn...
2007-03-24 morrissClean up some more warnings: unused variables, unitiali...
2007-03-23 ulflfix some more warnings (type casts)
2006-07-12 etxrabFrom Stefan (metze) Metzmacher:
2006-05-21 sahlbergchange a whole bunch of ethereal into wireshark
2006-04-05 sahlbergdecode the first two bytes of the negotiate protocol...
2006-04-05 sahlbergfrom metze
2006-03-09 geraldRemove MIN and MAX defines, which GLib provides.
2006-03-01 guyConstify some items, and make one item static, so we...
2006-02-08 sahlbergsmb2:
2006-02-07 sahlbergsmb2 signing
2006-02-07 sahlberghandmerged patch from metze it conflicted with recent...
2006-02-07 sahlbergrename Logoff to SessionLogoff to make it consistent...
2006-02-07 sahlbergadd dissection of the P (PID Valid) bit in the header
2006-02-07 sahlbergadd dissection of
2006-02-06 sahlbergprettify class/infolevel for GetInfo/SetInfo
2006-02-06 sahlbergdissect the TWrp chain element
2005-12-24 sahlbergfrom metze
2005-12-23 sahlbergmake smb2 tappable
2005-12-18 guySquelch a compiler warning.
2005-12-08 sahlbergadd decoding of the share type that metze found in...
2005-12-07 sahlbergtap the ntlmssp protocol and extract the account/domain...
2005-12-06 sahlbergobjectid updates
2005-12-05 sahlbergupdates for FILE_OBJECTID_BUFFER and have smb call...
2005-12-02 sahlbergadd some more ioctls
2005-12-02 sahlbergadd dissection of
2005-12-01 sahlbergadd dissection of FSCTL_GET_SHADOW_COPY_DATA
2005-12-01 sahlbergswap in/out to be more consistent with sane naming...
2005-12-01 sahlbergstart implementing an ioctl dispatcher for different...
2005-12-01 sahlbergadd decoding of some ioctl names copied from packet...
2005-12-01 sahlbergmove the ioctl function code to the si structure so...
2005-12-01 sahlberg0x0b is ioctl not transaction
2005-11-29 guy"dcerpc_smb_fetch_pol()" doesn't necessarily return...
2005-11-28 sahlbergname some infolevels
2005-11-26 sahlbergadd endoffile infolevel
2005-11-26 sahlbergmore infolevels
2005-11-26 sahlbergupdate setinfo response dissection
2005-11-26 sahlbergmany commands return a short 8 byte pdu when errors...
2005-11-26 sahlbergassume the four bytes after the fid in notify request...
2005-11-25 sahlbergadd decoding of some more opcodes
2005-11-25 sahlbergadd decoding of some more opcodes
2005-11-25 sahlbergfrom metze and modified, fix for in offset/length...
2005-11-25 sahlbergadd dissection of treedisconnect
2005-11-25 sahlbergadd some more infolevels
2005-11-25 sahlbergfix typo it is one in buffer and one out buffer in...
2005-11-25 sahlbergtransaction update
2005-11-25 sahlbergadd dissection of the smb2 impersionationlevel field
2005-11-25 sahlbergsome info level updates
2005-11-25 sahlbergsome info level updates
2005-11-25 sahlbergupdate the transaction code
2005-11-24 sahlbergdissect some more of SMB2 Transaction command
2005-11-24 sahlbergdissect some of opcode 0x0b Transaction
2005-11-21 sahlbergfrom Metze
2005-11-19 sahlbergfix bug 588 and friends
2005-11-19 sahlbergthe 4 bytes in MxAc are access maxk not file attributes
2005-11-19 sahlbergprettification
2005-11-19 sahlbergdecode the extra blob at the end of Create calls
2005-11-18 sahlbergupdate to SMB2_FILE_ALL_INFO dissection
2005-11-18 sahlbergdissect some more infolevels
2005-11-17 sahlbergadd dissection of more infolevels for smb2
next