aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-07tvb_new_subset -> tvb_new_subset_length when length parameters are equal.Michael Mann1-2/+2
2014-05-21Change the signature of dissector_try_heuristic() to return hdtbl_entryAndersBroman1-1/+3
2014-04-30Fix uninitialized struct in SMB2Evan Huus1-6/+2
2014-03-07packet-smb2: setup decryption keys for kerberos session setupsStefan Metzmacher1-0/+45
2014-03-04Remove all $Id$ from top of fileAlexis La Goutte1-2/+0
2014-02-25packet-smb2: register a dissector on top of smb_directStefan Metzmacher1-0/+1
2014-02-25Can't register in a non-existent dissector table.Guy Harris1-1/+0
2014-02-25packet-smb2: register a dissector on top of smb_directStefan Metzmacher1-0/+1
2014-01-31Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-1/+0
2014-01-31packet-smb2: dissect SMBDirect Buffer DescriptorsStefan Metzmacher1-15/+110
2014-01-29packet-smb2: fix lease epoch fieldsStefan Metzmacher1-3/+4
2014-01-29smb2: Lease Epoch is only 16 bitVolker Lendecke1-3/+12
2014-01-29smb2: Fix a typoVolker Lendecke1-1/+1
2013-12-21Add missing includesJakub Zawadzki1-0/+1
2013-12-11- Make local functions static.Anders Broman1-0/+3
2013-11-27- Create/use several extended value_stringsBill Meier1-6/+6
2013-11-24Move dceprc_procedure_name from packet_info to dcerpc_info. Doesn't appear t...Michael Mann1-0/+1
2013-11-16Create/use extended-value-strings to reference certain value-strings;Bill Meier1-1349/+1350
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