aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-iscsi.c
diff options
context:
space:
mode:
authorAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-23 13:45:07 +0000
committerAlexis La Goutte <alexis.lagoutte@gmail.com>2013-12-23 13:45:07 +0000
commit5742802a738bcb78847d0d36b9935baab87f6c52 (patch)
treeede3cd85acf33e67c8cea57eaf92bb91943f0c2f /epan/dissectors/packet-iscsi.c
parent9d688a9fdec1344255b5bfc168b37715d00d8c04 (diff)
From Yaniv Kaul via https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=9551
Dissect SCSI XCOPY and RECEIVE COPY Parameters commands From me : Fix encoding-args Fix trailing whitespace svn path=/trunk/; revision=54381
Diffstat (limited to 'epan/dissectors/packet-iscsi.c')
-rw-r--r--epan/dissectors/packet-iscsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-iscsi.c b/epan/dissectors/packet-iscsi.c
index 093dca00a3..1cf84a717e 100644
--- a/epan/dissectors/packet-iscsi.c
+++ b/epan/dissectors/packet-iscsi.c
@@ -2625,7 +2625,7 @@ proto_register_iscsi(void)
},
{ &hf_iscsi_DataSegmentLength,
{ "DataSegmentLength", "iscsi.datasegmentlength",
- FT_UINT32, BASE_HEX, NULL, 0,
+ FT_UINT32, BASE_DEC_HEX, NULL, 0,
"Data segment length (bytes)", HFILL }
},
{ &hf_iscsi_TotalAHSLength,