aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iscsi.c
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-05-31 08:54:17 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-05-31 08:54:17 +0000
commit85a9ba74240ac4d234d01fc752dab0c05111d449 (patch)
tree82627ccb00978af2fd89154bec4968024d2e3448 /packet-iscsi.c
parent4b09aaa5f5a6c65640ebf0277a5e1c67fb5fff6e (diff)
Don'tcramallthewordsinapreference'snametogether;
underscores_are_permitted_in_those_names. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3491 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-iscsi.c')
-rw-r--r--packet-iscsi.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/packet-iscsi.c b/packet-iscsi.c
index 64ea686bb1..306387e465 100644
--- a/packet-iscsi.c
+++ b/packet-iscsi.c
@@ -5,7 +5,7 @@
* Conforms to the protocol described in: draft-ietf-ips-iscsi-06.txt
* Optionally, supports the protocol described in: draft-ietf-ips-iscsi-03.txt
*
- * $Id: packet-iscsi.c,v 1.1 2001/05/30 18:52:37 guy Exp $
+ * $Id: packet-iscsi.c,v 1.2 2001/05/31 08:54:17 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -1564,24 +1564,24 @@ proto_register_iscsi(void)
module_t *iscsi_module = prefs_register_protocol(proto_iscsi, NULL);
prefs_register_bool_preference(iscsi_module,
- "version03compatible",
+ "version_03_compatible",
"Enable 03 compatibility mode",
"When enabled, assume packets conform to the legacy 03 version of the iSCSI specification",
&enable_03_mode);
prefs_register_bool_preference(iscsi_module,
- "boguspdufilter",
+ "bogus_pdu_filter",
"Enable bogus pdu filter",
"When enabled, packets that appear bogus are ignored",
&enable_bogosity_filter);
prefs_register_uint_preference(iscsi_module,
- "boguspdumaxdatalen",
+ "bogus_pdu_max_data_len",
"Bogus pdu max data length threshold",
"Treat packets whose data segment length is greater than this value as bogus",
10,
&bogus_pdu_data_length_threshold);
prefs_register_uint_preference(iscsi_module,
- "boguspdumaxdigestpadding",
+ "bogus_pdu_max_digest_padding",
"Bogus pdu max digest padding",
"Treat packets whose apparent total digest size is greater than this value as bogus",
10,