aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-01Fix bug #10858. There were several cases where uint32 fields were mistakenRichard Sharpe1-20/+37
2015-03-31Correctly handle the CREATE_APP_INSTANCE_ID Create Tag as well as another thatRichard Sharpe1-16/+28
2015-03-10Change a lot of http:// URLs to https://.Gerald Combs1-2/+2
2015-03-09Add dissection of the SMB2 FSCTL_SET_INTEGRITY_INFORMATION FSCTL based onRichard Sharpe1-0/+59
2015-03-03Eliminate e_uuid_t in favor of e_guid_t.Guy Harris1-25/+25
2015-02-13A dissector for the RSVD Protocol (see [MS-RSVD].pdf).Richard Sharpe1-0/+28
2015-01-22packet-smb2: implement SMB2 NegotiateContextsStefan Metzmacher1-6/+146
2015-01-22packet-smb2: fix getting the dataoffset in dissect_smb2_write_request()Stefan Metzmacher1-1/+1
2015-01-22packet-smb2: correctly dissect dcerpc traffic over different named pipe handlesStefan Metzmacher1-0/+25
2015-01-08guid_to_ep_str -> guid_to_strMichael Mann1-1/+1
2015-01-08Remove decode_numeric_bitfield.Michael Mann1-5/+2
2014-12-25Deleting unnecessary #includes from dissectors.Martin Mathieson1-4/+0
2014-12-21Cleanup use of #includes in non-generated epan/dissector/*.cBill Meier1-5/+4
2014-12-21Have a heur_dissector_list_t be an opaque handle.Guy Harris1-1/+1
2014-12-01Use proto_tree_add_bitmask for groups of proto_tree_add_boolean.Michael Mann1-52/+37
2014-11-20Eliminate proto_tree_add_text from some dissectors.Michael Mann1-25/+52
2014-10-15smb2: fully initialize dummy sessionEvan Huus1-7/+4
2014-10-07Dissect an SVHDX Open Device Context that appears as an Extra Create ParameterRichard Sharpe1-3/+153
2014-10-06Adjust indentation to match editor modelines; Do other minor whitespace changes.Bill Meier1-1/+1
2014-09-16Fix spelling: cant-->can't, wont-->won't, etcBill Meier1-17/+17
2014-07-09convert to proto_tree_add_subtree[_format]Michael Mann1-196/+88
2014-06-19Revert "Fixup: tvb_* -> tvb_captured"Michael Mann1-69/+69
2014-06-18Fixup: tvb_* -> tvb_capturedDario Lombardo1-69/+69
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