aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-02packet-smb2: use better error checking logic in do_decryptStefan Metzmacher1-6/+12
2022-02-02packet-smb2: add AES-256-* decryptionStefan Metzmacher1-67/+178
2021-12-22Corrects repeated words throughout the code.Moshe Kaplan1-1/+1
2021-12-19Replace g_snprintf() with snprintf() (dissectors)João Valverde1-8/+8
2021-12-03epan: Remove STR_ASCII and STR_UNICODEJoão Valverde1-21/+21
2021-10-07to_str: scope tvb_ip6_to_strEvan Huus1-2/+2
2021-10-07to_str: scope tvb_ip_to_strEvan Huus1-2/+2
2021-07-27Change some `wmem_packet_scope()` to `pinfo->pool`David Perry1-60/+46
2021-07-01packet-smb2: dissect the read response data with dissect_smb2_olb_*Stefan Metzmacher1-28/+53
2021-06-16wsutil: add a header that defines some "round to power of 2" macros.Guy Harris1-2/+3
2021-04-17Fix some more item types.Martin Mathieson1-1/+1
2021-04-16packet-smb2: complete SMB2_RDMA_TRANSFORM* dissectionStefan Metzmacher1-0/+4
2021-04-16packet-smb2: add SMB2_WRITE_FLAG_WRITE_UNBUFFEREDStefan Metzmacher1-1/+19
2021-04-16packet-smb2: mark SMB 2.2.2 and SMB 2.2.4 as "deprecated; should be 3.0"Stefan Metzmacher1-0/+4
2021-04-09smb2: add compress_data share flagAurelien Aptel1-0/+8
2021-04-09smb2: update dissection of transport negotiate contextAurelien Aptel1-5/+11
2021-03-25wsutils: add local implementation of g_memdup2.Dario Lombardo1-4/+4
2021-03-23SMB2: fix two memory leaksNardi Ivan1-11/+13
2021-02-02Make more functions/variables static.Martin Mathieson1-1/+1
2021-02-02Address more non-static, non-shared symbols.Martin Mathieson1-1/+1
2020-12-09Fix various spelling errors.Guy Harris1-1/+1
2020-12-07SMB/SMB2: FS Name is always UnicodeUli Heilmeier1-1/+1
2020-12-04smb2: reduce the length of the negotiate contexts to the correct valueRonnie Sahlberg1-0/+1
2020-10-22SMB2: fix EaSize field in QUERY DIR responsesaaptel1-21/+49
2020-10-20Correct a few more item lengths.Martin Mathieson1-2/+2
2020-10-02Clean up URLs.Guy Harris1-1/+1
2020-09-29smb2: Fix Dead StoreAlexis La Goutte1-1/+1
2020-09-29SMB2: add reasonable upper limit to pattern_v1 repetitionAurelien Aptel1-1/+1
2020-09-26SMB2: add new pattern_v1 decompression supportAurelien Aptel1-0/+66
2020-09-26SMB2: handle chained compressionAurelien Aptel1-16/+163
2020-09-26SMB2: stick the compress header items under the header treeAurelien Aptel1-3/+3
2020-09-26SMB2: label decompressed data as such and mark as generatedAurelien Aptel1-2/+6
2020-09-21SMB2: dissect new signing capability negotiate contextAurelien Aptel1-0/+35
2020-09-15SMB2: add posix extensionsAurelien Aptel1-173/+163
2020-09-13More dissector string spelling fixes.Martin Mathieson1-1/+1
2020-09-12smb2: add NegotiateContext/Compression flags fieldRonnie Sahlberg1-1/+29
2020-09-10SMB2: add new RDMA transport negotiate contextAurelien Aptel1-1/+50
2020-09-10SMB2: add new transport negotiate contextAurelien Aptel1-0/+12
2020-09-10SMB2: add new compression algorithm in negotiate contextAurelien Aptel1-0/+2
2020-09-07Yet more spelling fixes.Martin Mathieson1-1/+1
2020-09-05SMB2: add missing cipher type for SMB2_ENCRYPTION_CAPABILITIESAlexis La Goutte1-0/+4
2020-08-31More spelling fixes, last part of 2nd pass of dissectors.Martin Mathieson1-2/+2
2020-08-21SMB2: Add TC reserved flags fieldAlexis La Goutte1-0/+7
2020-08-21SMB2: use tfs set_notsetAlexis La Goutte1-18/+3
2020-08-05smb2: add some missing flags for TreeConnectRonnie Sahlberg1-2/+84
2020-07-19smb2: SMB_EXT_FILE_ATTR is misused to parse FileAttributes of SMB2.Zhenhua Hu1-10/+165
2020-07-08packet-smb2: correctly dissect SMB2 TRANSFORM_HEADER FlagsStefan Metzmacher1-8/+28
2020-06-19Fix the type of arrays of pointers to hf_ values for bitfield routines.Guy Harris1-24/+24
2020-06-04smb: Fix Dead StoreAlexis La Goutte1-1/+0
2020-05-15smb2: add dissector for App_Instance_Version structure in SMB2 Create Context.Andy Zhao1-0/+97