aboutsummaryrefslogtreecommitdiffstats
path: root/packet-iscsi.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2003-01-28 23:56:40 +0000
committerGuy Harris <guy@alum.mit.edu>2003-01-28 23:56:40 +0000
commit231f28ce08975fae6923caa9a1e92434dfb58d4e (patch)
treeb49a0d66cf5f5a051a390c130dce54926825d354 /packet-iscsi.c
parent081f25299f9c3e95fc13d1afea987ae956eac15f (diff)
Panic if a preference starts with the name of the module to which it
belongs, as that's redundant. Fix a bunch of cases where that was done, and map the old name to the new name. Instead of marking "mtp3.mtp3_standard" as obsolete, map it to "mtp3.standard". svn path=/trunk/; revision=7030
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 00a2168408..588df39b2e 100644
--- a/packet-iscsi.c
+++ b/packet-iscsi.c
@@ -2,7 +2,7 @@
* Routines for iSCSI dissection
* Copyright 2001, Eurologic and Mark Burton <markb@ordern.com>
*
- * $Id: packet-iscsi.c,v 1.42 2002/12/02 23:43:26 guy Exp $
+ * $Id: packet-iscsi.c,v 1.43 2003/01/28 23:56:39 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -2224,7 +2224,7 @@ proto_register_iscsi(void)
&bogus_pdu_data_length_threshold);
prefs_register_uint_preference(iscsi_module,
- "iscsi_port",
+ "target_port",
"Target port",
"Port number of iSCSI target",
10,