aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2010-11-03From Claes Nasten, submitted in bug 2952:Chris Maynard1-9/+60
2010-10-29Use value_string_ext fcns to access certain value_string arrays.Bill Meier1-3/+6
2010-09-23Replace blurbs that match the name (case insensitive) with NULL.Jeff Morriss1-8/+8
2010-09-21As suggested by Kovarththanan Rajaratnam in https://bugs.wireshark.org/bugzil...Jeff Morriss1-6/+6
2010-09-06From yami via bug 3310:Stig Bjørlykke1-28/+174
2010-09-02Apply the quick fix from bug 2952.Stig Bjørlykke1-3/+8
2010-08-10Dissect SMB_FILE_ATTRIBUTES, when used as file attributes rather thanGuy Harris1-9/+9
2010-05-13As suggested in http://www.wireshark.org/lists/wireshark-dev/200809/msg00075....Jeff Morriss1-18/+13
2010-02-04From MetzeRonnie Sahlberg1-3/+0
2009-12-19For fields of type FT_ABSOLUTE_TIME, have the "display" value be one ofGuy Harris1-7/+7
2009-12-07A fix for bug 4301:Stig Bjørlykke1-1/+2
2009-10-04we must create a fake dcerpc_call_value strucure before we call into the Ronnie Sahlberg1-2/+4
2009-09-24Don't guard col_append_str with check_colKovarththanan Rajaratnam1-6/+2
2009-08-16Switch a bunch of dissectors over to using tvb_new_subset_remaining()Kovarththanan Rajaratnam1-1/+1
2009-08-09Don't guard col_set_str (COL_INFO/COL_PROTOCOL) with col_checkKovarththanan Rajaratnam1-3/+1
2009-07-14Header field cleanup.Stig Bjørlykke1-1/+1
2009-07-13From Chris Costa:Anders Broman1-7/+30
2009-06-18From Kovarththanan Rajaratnam via bug 3548:Stig Bjørlykke1-73/+73
2009-06-05Have tap listeners specify whether the "packet" routine requiresGuy Harris1-1/+2
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