packet-smb2: handle SMB2_CHANNEL_RDMA_V1_INVALIDATE for read
authorStefan Metzmacher <metze@samba.org>
Tue, 21 Aug 2018 20:20:40 +0000 (22:20 +0200)
committerAnders Broman <a.broman58@gmail.com>
Tue, 7 Jan 2020 12:41:25 +0000 (12:41 +0000)
Change-Id: I96045fb2b07d8bae26360558f34dd6de3442ecd0
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-on: https://code.wireshark.org/review/35594
Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
Petri-Dish: Alexis La Goutte <alexis.lagoutte@gmail.com>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@gmail.com>
epan/dissectors/packet-smb2.c

index 90b5319811771e6f626a5d94db86905280bc5ed4..ef706371402c8b41d3ac8a1a7e34c85b8757519c 100644 (file)
@@ -7482,6 +7482,7 @@ dissect_smb2_read_request(tvbuff_t *tvb, packet_info *pinfo, proto_tree *tree, i
        /* the read channel info blob itself */
        switch (channel) {
        case SMB2_CHANNEL_RDMA_V1:
+       case SMB2_CHANNEL_RDMA_V1_INVALIDATE:
                dissect_smb2_olb_buffer(pinfo, tree, tvb, &c_olb, si, dissect_smb2_rdma_v1_blob);
                break;
        case SMB2_CHANNEL_NONE: