aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2013-11-06Remove pinfo->private_data from DCERPC dissectors and instead have dcerpc_inf...Michael Mann1-9/+3
2013-10-29From didier gautheron: remove redundant or use faster col_xxx functionsBill Meier1-2/+2
2013-10-25Remove SMB's use of private_data and just pass the data through all of the di...Michael Mann1-11/+3
2013-10-15Reorder all of the bitmask trees according to its endianess from highest to l...Cal Turney1-21/+25
2013-09-22emem -> wmem conversion:Pascal Quantin1-1/+1
2013-09-21Add _g_ to the names of functions that allocate glib memory. This is a bit moreEvan Huus1-1/+1
2013-09-15emem -> wmem (except uat or init routines)Pascal Quantin1-28/+27
2013-09-15Remove unused variables, fix typos.Evan Huus1-2/+0
2013-09-15Convert proto_tree_add_uint_format to proto_tree_add_uint_format_value if hf_...Michael Mann1-1/+1
2013-09-09Register a wmem callback to free the glib hash tables used in SMB2 conversationEvan Huus1-1/+26
2013-09-09In SMB2 dissector, make sure pinfo->private_data is pointing to an SMB structEvan Huus1-0/+8
2013-08-01As pointed out in https://www.wireshark.org/lists/wireshark-dev/201307/msg002...Jeff Morriss1-18/+18
2013-07-31From Richard Sharpe:Jeff Morriss1-4/+4
2013-06-14Remove check_col() and the occasional tree.Michael Mann1-44/+20
2013-03-17From beroset:Anders Broman1-22/+21
2013-03-10Allocate zeroed memory instead of manually zeroing some of the fields. We wereEvan Huus1-5/+14
2013-03-09Use explicit casts.Anders Broman1-17/+17
2013-03-09Make checkAPIs HappyAlexis La Goutte1-1/+0
2013-03-09From Jose Pico via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8377 N...Alexis La Goutte1-3/+266
2013-02-24Use AF_ defines from <epan/aftypes.h>Jakub Zawadzki1-2/+3
2013-02-21include the wsutil/wsgcrypt.h instead of including gcrypt.h directlyMartin Kaiser1-1/+1
2013-02-19How can I get a new tvbuff that starts at an offset within a givenGuy Harris1-4/+2
2013-01-07Fix https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8164 :Pascal Quantin1-3/+17
2013-01-04Fix some errors found by fix-encoding-args.pl scriptPascal Quantin1-8/+8
2012-12-16From Richard Sharpe via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=8...Alexis La Goutte1-36/+30
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