summaryrefslogtreecommitdiff
path: root/packet-iscsi.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-10-23 05:40:36 +0000
committerGuy Harris <guy@alum.mit.edu>2001-10-23 05:40:36 +0000
commit6f540157114bba03a34173f4b3d563e27d6f7498 (patch)
treebb2923b44daeb4324bcb1d9cf952b42adcef602b /packet-iscsi.c
parent879189fc8f04d743a9866f4f5b9f54c5e89ee92e (diff)
downloadwireshark-6f540157114bba03a34173f4b3d563e27d6f7498.tar.gz
When putting protocols into the list of protocols, do a case-insensitive
sort. Give iSCSI the short name "iSCSI" rather than "ISCSI". svn path=/trunk/; revision=4067
Diffstat (limited to 'packet-iscsi.c')
-rw-r--r--packet-iscsi.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-iscsi.c b/packet-iscsi.c
index 12d75086b3..e731cf29b1 100644
--- a/packet-iscsi.c
+++ b/packet-iscsi.c
@@ -4,7 +4,7 @@
*
* Conforms to the protocol described in: draft-ietf-ips-iscsi-08.txt
*
- * $Id: packet-iscsi.c,v 1.14 2001/10/21 19:04:20 guy Exp $
+ * $Id: packet-iscsi.c,v 1.15 2001/10/23 05:40:35 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1667,7 +1667,7 @@ proto_register_iscsi(void)
};
/* Register the protocol name and description */
- proto_iscsi = proto_register_protocol("iSCSI", "ISCSI", "iscsi");
+ proto_iscsi = proto_register_protocol("iSCSI", "iSCSI", "iscsi");
/* Required function calls to register the header fields and
* subtrees used */