aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-19Revert "tap: change glib functions to wmem."Pascal Quantin1-2/+2
2016-06-17tap: change glib functions to wmem.Dario Lombardo1-2/+2
2016-06-03SMB2: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+0
2016-06-01SMB2 ioctl FSCTL_OFFLOAD_WRITEGordon Ross1-44/+127
2016-05-31SMB2 ioctl FSCTL_SRV_COPYCHUNK and relatedGordon Ross1-0/+110
2016-05-30SMB2 ioctl FSCTL_QUERY_ALLOCATED_RANGES etcGordon Ross1-3/+99
2016-05-27Show the reserved fields in AAPL buffers.Guy Harris1-0/+9
2016-05-27SMB2 FSCTL_SRV_ENUMERATE_SNAPSHOTS misnamedGordon Ross1-4/+4
2016-05-27SMB2 Notify response shown as malformedGordon Ross1-2/+4
2016-05-25Remove an extra break from a copy-and-pasteo.Guy Harris1-1/+0
2016-05-25Clean up indentation.Guy Harris1-3/+3
2016-05-24Stylistic constency.Guy Harris1-10/+5
2016-05-24Add support for Apple Create Context extensions.Guy Harris1-1/+268
2016-04-22Do not mix wmem and glib allocatorsPascal Quantin1-6/+5
2016-03-20Create call_data_dissector() to call data dissector.Michael Mann1-3/+1
2016-03-20Manually add protocol dependencies derived from find_dissector.Michael Mann1-3/+3
2016-03-17Associate dissector tables and heuristic subdissector lists with a protocol.Michael Mann1-1/+1
2016-03-02SMB2: fix Uninitialized variables (UNINIT) (CID 1354418)Alexis La Goutte1-1/+0
2016-02-03Pass smb2_info_t structure to heuristic subdissectors.Michael Mann1-6/+6
2016-01-24Add the packet number to the packet_info structure, and use it.Guy Harris1-13/+13
2016-01-23Add more fields to packet_info structure and use them.Guy Harris1-2/+2
2015-12-07Spelling fixes for errors found by lintianBalint Reczey1-1/+1
2015-11-30SMB2: fix problems with dissection of error responseDiablosOffens1-105/+132
2015-11-10packet-smb2: provide reassembling support for Named Pipe subdissectors (e.g. ...Stefan Metzmacher1-21/+322
2015-11-07packet-smb2: make smb2_set_dcerpc_file_id() more reliableStefan Metzmacher1-2/+13
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