aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
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
2019-04-03smb2: NFS symlink reparse target is not NULL terminatedVolker Lendecke1-2/+11
2019-03-05smb2: add support for SMB3.1.1 multiple error context responsesAurelien Aptel1-8/+202
2019-03-05smb2: pass down payload lengthAurelien Aptel1-3/+3
2019-03-05smb2: cleanup sockaddr dissector and make more genericAurelien Aptel1-18/+16
2019-03-02smb2: add support for NFS reparse tagsAurelien Aptel1-35/+170
2019-02-19SMB2: fix Chain Offset field endiannessPascal Quantin1-1/+1
2019-02-04SMB2: follow-up of g14d5ab01c0Pascal Quantin1-0/+3
2019-01-26SMB2: ensure that preauth_hash_current pointer is always initializedPascal Quantin1-4/+2
2019-01-24smb2: cleanupAurelien Aptel1-4/+4
2019-01-24smb2: add NULL checksAurelien Aptel1-8/+8
2019-01-23SMB2: fix memleak of tids hash tablePeter Wu1-5/+5
2019-01-22smb2: implement generation of SMB3.1.1 decryption keysAurelien Aptel1-11/+148
2019-01-22smb2: factor out session lookup&createAurelien Aptel1-68/+42
2019-01-22smb2: correct small typosAurelien Aptel1-2/+2
2019-01-22smb2: stash dialect in conversation stuctAurelien Aptel1-3/+2
2019-01-22smb2: factor out generated session infoAurelien Aptel1-32/+33
2019-01-22smb2: replace magic value by macroAurelien Aptel1-1/+1
2019-01-01Add a "failed" return for tap packet routines.Guy Harris1-6/+6
2018-12-27Try to squeeze some bytes out of the frame_data structure.Guy Harris1-10/+10
2018-07-21Add a tap "finish" callback, called when a listener is removed.Guy Harris1-1/+1
2018-07-01smb2: Add request/response arrowsDylan Ulis1-2/+2
2018-05-13Get rid of some GTK+-only stuff.Guy Harris1-2/+2
2018-03-07SMB1/2: Update some FileFS fields with new flagsRonnie Sahlberg1-7/+7
2018-03-07SMB2: use file scope to avoid leaking memoryPascal Quantin1-5/+5
2018-02-12dissectors: use SPDX identifiers.Dario Lombardo1-13/+1
2017-11-08smb2: Fix bug 6027 to correct SRT computations.Richard Sharpe1-0/+5
2017-10-18SMB2: accept and save empty filenames on CREATE requestsAurelien Aptel1-1/+1
2017-10-17SMB2: rename QUERY_INFO buffer input fields and parse Reserved fieldAurelien Aptel1-10/+13
2017-08-01SMB2: Move the blob offset & length fields Hassan Sultan1-21/+21
2017-07-14SMB2: add sessionkey table in prefs for decryptionAurelien Aptel1-31/+162
2017-06-14SMB2: Improve FILE_ALL_INFORMATION query response.Richard Sharpe1-3/+98
2017-06-13Add support for dissecting FIND responses of FileIdFullDirectoryInfo type.Richard Sharpe1-0/+97
2017-06-08export-smb2-objects: Make sure tap be called for named pipelinzhao1151-6/+8
2017-05-24SMB2: set session server port in partial captureAurelien Aptel1-0/+5
2017-04-18Rename BASE_VALS_NO_UNKNOWN to BASE_SPECIAL_VALS.Guy Harris1-1/+1
2017-04-10Add support for BASE_VALS_NO_UNKNOWNAlexis La Goutte1-7/+8
2017-04-05A bunch of "{Mac} OS X" -> "macOS" changes.Guy Harris1-1/+1