summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-22SMB2: better RSVD flowVolodymyr Khomenko1-2/+33
2017-01-19RSVD dissector: added RSVD v2 verbsVolodymyr Khomenko1-0/+2
2017-01-10Rename tvb_new_subset() to tvb_new_subset_length_caplen().Guy Harris1-2/+2
2016-12-02Make SMB2 MessageId field a FT_UINT64Michael Mann1-2/+2
2016-10-31Handle -K, -n, -N, and -u in the common dissection option code.Guy Harris1-0/+2
2016-10-27smb2: fix spelling typo found by lintianAlexis La Goutte1-1/+1
2016-09-06SMB2: Always display reserved fieldAlexis La Goutte1-0/+1
2016-09-06smb2: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2016-09-04SMB2: dissect the buffer of getinfo quota requestUri Simchoni1-2/+108
2016-09-03SMB2: dissect getinfo request fixed parametersUri Simchoni1-30/+43
2016-09-02SMB2: dissect class and infolevel in get quota info requestUri Simchoni1-0/+6
2016-09-02SMB2: dissect quota infoUri Simchoni1-0/+30
2016-07-31packet-smb2: fix field type of hf_smb2_ea_data_lenHiroshi Ioka1-1/+1
2016-07-26packet-smb2: fix data type of share_typeHiroshi Ioka1-2/+2
2016-07-26packet-smb2: add a dissector for STATUS_STOPPED_ON_SYMLINKHiroshi Ioka1-13/+126
2016-07-26SMB2: Always display reserved fieldAlexis La Goutte1-2/+29
2016-07-25SMB2: (Re)indent hf_register_info hf (use tab)Alexis La Goutte1-767/+1175
2016-07-18packet-smb2: add dissectors forHiroshi Ioka1-3/+104
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