aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2015-11-02wsgcrypt.h checks internally if we HAVE_LIBGCRYPTMartin Kaiser1-3/+0
2015-10-30packet-smb2: Add dissector for SMB2_FSCTL_OFFLOAD_READMichael Adam1-0/+85
2015-10-29[SMB2] Fix compile error.Michael Mann1-1/+2
2015-10-29packet-smb2: display SMB2_FLAGS_PRIORITY_MASK in the headerStefan Metzmacher1-0/+10
2015-10-29packet-smb2: maintain a smb2_fid_info per open fileStefan Metzmacher1-13/+86
2015-10-02Add support for the FSCTL_QUERY_FILE_REGION FSCTL.Richard Sharpe1-0/+89
2015-07-28SMB2: only move ssi for request if request is really completeNoel Power1-1/+5
2015-07-25MSWSP: Initial implementation of MS-WSP (windows search protocol) dissectorGregor Beck1-21/+26
2015-07-17Remove all preferences related to enabling/disabling heuristic dissectors.Michael Mann1-2/+2
2015-07-16SMB2: Fix Dead Store (Dead assignement/Dead increment) warning found by ClangAlexis La Goutte1-2/+0
2015-07-16One definition of the same typedef suffices.Guy Harris1-2/+0
2015-07-16Add support to the SMB2 protocol for one of the proposals for POSIX ExtensionsRichard Sharpe1-2/+191
2015-07-12Add "user presentable" and "unique string ids" to heuristic table entries.Michael Mann1-2/+2
2015-07-04Add support for dissecting Notify Responses based on the SMB2 spec. Tested withRichard Sharpe1-2/+80
2015-07-03[smb2] Update some commentsBill Meier1-13/+13
2015-07-02Revert "SMB2 - An out-of-order entry in smb2_ioctl_vals[] causes run-time err...Alexis La Goutte1-5/+0
2015-07-02SMB2 - An out-of-order entry in smb2_ioctl_vals[] causes run-time error.cturney1-0/+5
2015-07-01Sort smb2_ioctl_vals[] numerically.Guy Harris1-1/+1
2015-07-01smb2: dissect FSCTL_PIPE_WAITGregor Beck1-0/+41
2015-06-22Remove a bunch of deprecated tvb_length callsEvan Huus1-63/+63
2015-06-21Further refactor SRT stats.Michael Mann1-0/+49
2015-06-06SMB2: There are identical sub-expressions to the left and to the right of the...Alexis La Goutte1-2/+2
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