aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2004-04-25 15:16:39 +0000
committerJörg Mayer <jmayer@loplof.de>2004-04-25 15:16:39 +0000
commitcfc40f2f00274b8a6cfe47e940e931dbd42936a6 (patch)
treed2f5fc49be9a6437639b86a101a0ab836a1ad4d4 /plugins
parent895375603d9a14cafbd1ef70ea87a39d9e51d9f9 (diff)
Fix the fix
svn path=/trunk/; revision=10693
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ciscosm/packet-sm.c5
-rw-r--r--plugins/rlm/packet-rlm.c5
-rw-r--r--plugins/rudp/packet-rudp.c4
3 files changed, 3 insertions, 11 deletions
diff --git a/plugins/ciscosm/packet-sm.c b/plugins/ciscosm/packet-sm.c
index b7b7ba2404..47480120a3 100644
--- a/plugins/ciscosm/packet-sm.c
+++ b/plugins/ciscosm/packet-sm.c
@@ -2,7 +2,7 @@
* Routines for Cisco Session Management Protocol dissection
* Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
*
- * $Id: packet-sm.c,v 1.4 2004/04/25 11:13:59 jmayer Exp $
+ * $Id: packet-sm.c,v 1.5 2004/04/25 15:16:38 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -161,9 +161,6 @@ proto_register_sm(void)
&ett_sm,
};
-/* Initialize the table of pointers needed in Win32 DLLs */
- plugin_address_table_init(pat);
-
/* Register the protocol name and description */
proto_sm = proto_register_protocol("Cisco Session Management",
"SM", "sm");
diff --git a/plugins/rlm/packet-rlm.c b/plugins/rlm/packet-rlm.c
index 45639ba7b9..b230f89759 100644
--- a/plugins/rlm/packet-rlm.c
+++ b/plugins/rlm/packet-rlm.c
@@ -2,7 +2,7 @@
* Routines for RLM dissection
* Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
*
- * $Id: packet-rlm.c,v 1.4 2004/04/25 11:14:00 jmayer Exp $
+ * $Id: packet-rlm.c,v 1.5 2004/04/25 15:16:38 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -232,9 +232,6 @@ proto_register_rlm(void)
&ett_rlm,
};
-/* Initialize the table of pointers needed in Win32 DLLs */
- plugin_address_table_init(pat);
-
/* Register the protocol name and description */
proto_rlm = proto_register_protocol("Redundant Link Management Protocol",
"RLM", "rlm");
diff --git a/plugins/rudp/packet-rudp.c b/plugins/rudp/packet-rudp.c
index 5c89dcd6b3..df207d0567 100644
--- a/plugins/rudp/packet-rudp.c
+++ b/plugins/rudp/packet-rudp.c
@@ -2,7 +2,7 @@
* Routines for Reliable UDP Protocol.
* Copyright 2004, Duncan Sargeant <dunc-ethereal@rcpt.to>
*
- * $Id: packet-rudp.c,v 1.7 2004/04/25 11:20:43 jmayer Exp $
+ * $Id: packet-rudp.c,v 1.8 2004/04/25 15:16:39 jmayer Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -210,8 +210,6 @@ proto_register_rudp(void)
};
- plugin_address_table_init(pat);
-
if (proto_rudp == -1) {
proto_rudp = proto_register_protocol (
"Reliable UDP", /* name */