Fix a typo.
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Nov 2003 04:02:03 +0000 (04:02 +0000)
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>
Wed, 19 Nov 2003 04:02:03 +0000 (04:02 +0000)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@9029 f5534014-38df-0310-8fa8-9805f1628bb7

packet-cpfi.c

index b6e26996ffae22a531c7c8916eb15046d7bd2313..d3e3c5044654875db8515243f0efe3ce5ee4e92c 100644 (file)
@@ -5,7 +5,7 @@
  *
  * Copyright 2003, Dave Sclarsky <dave_sclarsky[AT]cnt.com>
  *
- * $Id: packet-cpfi.c,v 1.1 2003/11/19 04:00:52 guy Exp $
+ * $Id: packet-cpfi.c,v 1.2 2003/11/19 04:02:03 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -336,7 +336,7 @@ proto_register_cpfi(void)
 
   /* Register our configuration options for CPFI */
   cpfi_module = prefs_register_protocol(proto_cpfi, proto_reg_handoff_cpfi);
-  prefs_register_uint_preference(cpfi_module, "upd.port", "CPFI UDP Port",
+  prefs_register_uint_preference(cpfi_module, "udp.port", "CPFI UDP Port",
                  "Set the port for CPFI messages (if other"
                  " than the default of 5000)",
                  10, &cpfi_configured_udp_port);