summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2015-07-02 04:42:06 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2015-07-02 04:42:15 +0000
commitb6c63e25537cef0ef8094d0aa7e1f2ea4025f7d7 (patch)
treed9dc46c84ca6baeddee3893f576faf3f51390215
parentb591f07273f4e055a286ca36b6fda5da99952b5d (diff)
downloadwireshark-b6c63e25537cef0ef8094d0aa7e1f2ea4025f7d7.tar.gz
Revert "SMB2 - An out-of-order entry in smb2_ioctl_vals[] causes run-time error."
This reverts commit b591f07273f4e055a286ca36b6fda5da99952b5d. Change-Id: I73e7b6a8ea37b1d5869e785633b74c89d7476b54 Reviewed-on: https://code.wireshark.org/review/9457 Reviewed-by: Alexis La Goutte <alexis.lagoutte@gmail.com>
-rw-r--r--epan/dissectors/packet-smb2.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/epan/dissectors/packet-smb2.c b/epan/dissectors/packet-smb2.c
index 9620f15564..6b86e886c8 100644
--- a/epan/dissectors/packet-smb2.c
+++ b/epan/dissectors/packet-smb2.c
@@ -1329,13 +1329,8 @@ static const value_string smb2_ioctl_vals[] = {
{0x0009C040, "FSCTL_SET_COMPRESSION"}, /* dissector implemented */
{0x0009C280, "FSCTL_SET_INTEGRITY_INFORMATION"},
{0x00110018, "FSCTL_PIPE_WAIT"},
-<<<<<<< HEAD
{0x0011C017, "FSCTL_PIPE_TRANSCEIVE"}, /* dissector implemented */
{0x00140078, "FSCTL_SRV_REQUEST_RESUME_KEY"},
-=======
- {0x0011C017, "FSCTL_PIPE_TRANSCEIVE" }, /* dissector implemented */
- {0x00140078, "FSCTL_SRV_REQUEST_RESUME_KEY" },
->>>>>>> 24a7720... SMB2 - An out-of-order entry in smb2_ioctl_vals[] causes run-time error.
{0x001401D4, "FSCTL_LMR_REQUEST_RESILIENCY"}, /* dissector implemented */
{0x001401FC, "FSCTL_QUERY_NETWORK_INTERFACE_INFO"}, /* dissector implemented */
{0x00140200, "FSCTL_VALIDATE_NEGOTIATE_INFO_224"}, /* dissector implemented */