aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2011-10-06Convert 'encoding' parameter of certain proto_tree_add_item() calls in non-au...Bill Meier1-2/+2
2011-10-04Use ENC_NA as encoding for proto_tree_add_item() calls which directly referen...Bill Meier1-2/+2
2011-10-03Fix a typoAnders Broman1-1/+1
2011-10-03Set ENCAnders Broman1-265/+265
2011-10-03Fix checkhf error in packet-smb2.c file.Alexis La Goutte1-28/+0
2011-10-01Fix checkAPI error:Bill Meier1-1/+1
2011-10-01Fix "unused_but_set_variable" GCC warning: Remove apparently unneeded code.Bill Meier1-2/+0
2011-10-01From Stefan Metzmacher: Support for SMB 2.22 features;Bill Meier1-40/+1067
2011-06-19Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-67/+56
2011-05-26From Michael Mann.Anders Broman1-28/+28
2011-05-19Give some routines used for info levels that appear both in set and getGuy Harris1-5/+5
2011-05-12Fix the test.sh failures based on Guy's suggestion in https://bugs.wireshark....Jeff Morriss1-2/+2
2011-05-10Add missing line of code: Fixes Coverity 1042 (UNUSED);Bill Meier1-7/+2
2011-05-04Cleanup: replace sizeof(arr)/sizeof(arr[0]) with shorter array_length(arr)Jakub Zawadzki1-1/+1
2011-03-25remove an unused variableRonnie Sahlberg1-3/+1
2011-03-07From Stefan Metzmacher: smb2 multi-credit / large mtu supportBill Meier1-6/+32
2011-01-26Add MS-SMB2 to the list of URLs to reference for this protocol.Stephen Fisher1-2/+5
2011-01-26Improve display of names and descriptions of SMB2 share flags andStephen Fisher1-20/+34
2011-01-26Minor changes to SMB2 Share Type value string: rename values and changeStephen Fisher1-10/+11
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