aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-28 10:37:21 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-28 10:37:21 +0000
commitf4dfb4ed4ad82659977e3985661641fc8d566c3a (patch)
tree64318f1990851eb81e3e3e673aeb45ba3b2ef58e /plugins
parentdfc83d17176b4e4bffdd0a3b469959020c9f56ff (diff)
Disable unistim for now: it used port 5000 unconditionally
and that collied with tapa. Please add a check. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22702 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unistim/packet-unistim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c
index 31d921f26a..1a7d6e6484 100644
--- a/plugins/unistim/packet-unistim.c
+++ b/plugins/unistim/packet-unistim.c
@@ -36,7 +36,7 @@
#include "header_field.h"
-static int global_unistim_port = 5000;
+static int global_unistim_port = 0;
void
proto_register_unistim(void){