aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-smb2.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-02Fix dissection of Get Info requests.Guy Harris1-23/+96
2017-03-19SMB2: Remove useless blurbsMichael Mann1-81/+81
2017-03-19Enhance SMB2 dissector to include negotiate contexts in negotiate requests an...Jeremy Hitt1-13/+88
2017-03-10SMB3 SVHDX_OPEN_DEVICE_CONTEXT_V2 implementationVolodymyr Khomenko1-10/+62
2017-02-26smb2: Fix Dead Store (Dead assignement/Dead increment) Warning found by ClangAlexis La Goutte1-1/+1
2017-02-18SMB2 ioctl FSCTL_STORAGE_QOS_CONTROL dissectorVolodymyr Khomenko1-8/+299
2017-02-13Make Libgcrypt a mandatory dependencyPeter Wu1-12/+4
2017-02-08RSVDv2 support - 1st stageVolodymyr Khomenko1-2/+2
2017-02-05RSVD dissector: minor fixesVolodymyr Khomenko1-1/+1
2017-01-29Register reassembly tablesMichael Mann1-15/+9
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