aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
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
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