aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
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
2020-05-01No explicit glib.h include requiredJaap Keuter1-1/+0
2020-04-18SMB2: fix gcrypt version check to match between def and usage.Martin Mathieson1-1/+1
2020-04-17smb2: fix compilation with older gcrypt versions.Dario Lombardo1-1/+6
2020-04-17smb2: add checking of SMB2 signaturesAurelien Aptel1-5/+108
2020-02-29SMB2: properly show reused FIDsAurelien Aptel1-10/+32
2020-02-28SMB2: remove duplicate session infoAurelien Aptel1-15/+15
2020-02-27SMB2: generate session for every packetAurelien Aptel1-7/+0
2020-02-26smb2: move file related metadata into session objectAurelien Aptel1-13/+13
2020-02-26smb2: make sessions table per-file rather than per-conversationAurelien Aptel1-7/+8
2020-02-23SMB2: try to guess encryption settings when not availableAurelien Aptel1-71/+151
2020-02-23SMB2: allow users to give decryption keys directlyAurelien Aptel1-35/+94
2020-02-23SMB2: ipv4 address is stored in big endianAurelien Aptel1-1/+1
2020-02-21SMB2: add (disabled) debug codeAurelien Aptel1-0/+40
2020-02-08SMB2: store file names longer than 256 bytesAurelien Aptel1-1/+1
2020-01-08packet-smb2: add support for SMB2_FILE_NORMALIZED_NAME_INFOStefan Metzmacher1-0/+31
2020-01-07packet-smb2: handle SMB2_CHANNEL_RDMA_V1_INVALIDATE for readStefan Metzmacher1-0/+1
2019-12-26SMB2: display oplock/lease break packets properlyVolodymyr Khomenko1-14/+74
2019-12-08SMB2: IOCTL response dissector minor fixesVolodymyr Khomenko1-3/+3
2019-12-08Bugfix SMB IOCTL response with BUFFER_OVERFLOWVolodymyr Khomenko1-1/+2
2019-11-19SMB2: Fix an error with the timestamp for TimeWarp ECPs during CREATE.Richard Sharpe1-2/+5
2019-11-13SMB2: When we add the timestamp to a previous version also save it.Richard Sharpe1-2/+22
2019-11-13smb2: namepsace => namespace typoAurelien Aptel1-1/+1
2019-11-12SMB2: Add @timestamp to the info column if we see a timewarp ECP.Richard Sharpe1-0/+18
2019-11-06SMB2: Use defines for dialect valuesUli Heilmeier1-16/+24
2019-11-06SMB2: add string value for dialectUli Heilmeier1-1/+12
2019-10-04SMB2: improved dissector of QUERY_INFO/SET_INFO - AdditionalInformation fieldVolodymyr Khomenko1-9/+150
2019-07-26HTTPS (almost) everywhere.Guy Harris1-1/+1
2019-07-15smb2: add support for decompressionAurelien Aptel1-17/+233
2019-07-05smb2: fix description from copy/paste typoAurelien Aptel1-1/+1
2019-07-05smb2: Fix compilation with older gcrypt versionsJoakim Karlsson1-7/+6
2019-07-02smb2: dissect netname and compression negotiate contextsAurelien Aptel1-1/+55
2019-07-02smb2: add support for AES-128-GCM decryptionAurelien Aptel1-72/+142
2019-06-17smb2; Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-3/+0
2019-06-12Don't assume dissect_smb2_olb_string() returned a non-null pointer.Guy Harris1-2/+4
2019-06-08Have routines to add a protocol tree item and return a display string.Guy Harris1-54/+51
2019-06-08Get rid of get_unicode_or_ascii_string() calls in the SMB2 dissector.Guy Harris1-227/+152
2019-06-07Improve handling of binary data that *might* be text.Guy Harris1-22/+15
2019-05-14Fix SMB2 decryption on big-endian machines.Guy Harris1-2/+19
2019-04-04epan: Convert our PROTO_ITEM_ macros to inline functions.Gerald Combs1-19/+19