summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2012-10-28Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7790 :Pascal Quantin1-0/+1
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
2012-09-11Add data parameter to dissector_try_heuristicJakub Zawadzki1-1/+1
2012-09-10Initial commit to support yet another method of passing data between dissectors.Jakub Zawadzki1-1/+1
2012-08-16General cleanup of whitespace formatting.Bill Meier1-752/+752
2012-08-16From Stefan Metzmacher: Updates for the SMB2/3Bill Meier1-39/+376
2012-08-15bugfix minor memory leaks with GString useMichael Mann1-0/+2
2012-07-27Fix a few Clang warnings (dead increment, dead assignment)Pascal Quantin1-44/+2
2012-07-22Update display filter names per Bug 2794. Part 1 of many.Michael Mann1-6/+6
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
2012-06-26From Richard Sharpe:Bill Meier1-5/+5
2012-06-07Fix invalid hf[] entry 'display' field value.Bill Meier1-1/+1
2012-05-22packet-smb2: dissect the channel sequence in the SMB 2.2 headerRonnie Sahlberg1-7/+19
2012-05-22SMB2: Add dissection of the encrypted SMB2 headersRonnie Sahlberg1-136/+242
2012-05-22SMB2: Add support for the "encrypted" flag for sharesRonnie Sahlberg1-0/+7
2012-05-22SMB2: Fix, the flag is called PERSISTENT_HANDLES, not LARGE_MTURonnie Sahlberg1-1/+1
2012-05-22SMB2: Add support for SMB2_GLOBAL_CAP_ENCRYPTION flagRonnie Sahlberg1-0/+13
2012-05-17Fix copy&paste: hf variable name in hfi->abbrevJakub Zawadzki1-1/+1
2012-05-11Get rid of remaining Booleans-as-encoding-arguments inGuy Harris1-1/+1
2012-04-09Add missing const attribute to some char *Jakub Zawadzki1-12/+12
2012-03-18From Reinhard Speyerer: Fix several misspellings/typos in WiresharkBill Meier1-1/+1
2012-01-23Fix some duplicate display filter names.Chris Maynard1-1/+1
2011-10-24Fix encoding arg for various fcn calls:Bill Meier1-16/+16
2011-10-21For proto_tree_add_item(..., proto_xxx, ...)use ENC_NA as the encoding arg.Bill Meier1-2/+2
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