aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-23SMB2: Fix typoAlexis La Goutte1-1/+1
2023-01-21SMB2: Add (Request) Lock Sequence Number/IndexAlexis La Goutte1-2/+15
2022-11-14Fixup fragmentJohn Thacker1-1/+1
2022-11-14epan: Separate fragment_head and fragment_itemJohn Thacker1-4/+3
2022-10-17smb2: Copy entire Unicode string lengthJohn Thacker1-15/+7
2022-09-07Try to fix clang tvb_memeql-warningsAnders Broman1-1/+1
2022-08-19Windows: Upgrade libgcrypt to 1.10.1.Gerald Combs1-12/+14
2022-06-10tap: Adding flags for tap_packetRoland Knall1-1/+1
2022-04-20libgcrypt: Require version 1.8.0John Thacker1-12/+1
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