aboutsummaryrefslogtreecommitdiffstats
path: root/packet-scsi.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-21 10:40:09 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-08-21 10:40:09 +0000
commit7a056112297b87e8209745debc26fe29804061a5 (patch)
tree03fc53e52b348e3fee4a1f0ead986423db0cc84c /packet-scsi.c
parent946c1a07f7a4407181ce87c89c6f6c9edd48fb99 (diff)
Put the volume identification in quotes, so it doesn't look stupid when
it's empty. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@6046 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-scsi.c')
-rw-r--r--packet-scsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-scsi.c b/packet-scsi.c
index 0b905c5061..f68bc0a658 100644
--- a/packet-scsi.c
+++ b/packet-scsi.c
@@ -2,7 +2,7 @@
* Routines for decoding SCSI CDBs and responses
* Author: Dinesh G Dutt (ddutt@cisco.com)
*
- * $Id: packet-scsi.c,v 1.18 2002/08/21 10:35:35 guy Exp $
+ * $Id: packet-scsi.c,v 1.19 2002/08/21 10:40:09 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -3681,7 +3681,7 @@ dissect_scsi_smc2_volume_tag (tvbuff_t *tvb, packet_info *pinfo _U_,
p--;
}
proto_tree_add_text (tree, tvb, offset, 36,
- "%s: Volume Identification = %s, Volume Sequence Number = %u",
+ "%s: Volume Identification = \"%s\", Volume Sequence Number = %u",
name, volid, tvb_get_ntohs (tvb, offset+34));
}