aboutsummaryrefslogtreecommitdiffstats
path: root/plugins
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2008-03-06 12:54:08 +0000
committerJörg Mayer <jmayer@loplof.de>2008-03-06 12:54:08 +0000
commitdc6789a84f88d23aaf25432466b14e388671595b (patch)
tree80010739ff488da59695e458b99295e82b2e8ca0 /plugins
parent9ef2001f7bfa8ad8311b4a85216588b7b04ec44c (diff)
Set default port of Unistim from 5000 to 0: It grabs the TAPA
packets that I need. The Unistim dissector should be made a heuristic dissector that is willing to coexist with other dissectors. Until such a time the port should remain 0. svn path=/trunk/; revision=24573
Diffstat (limited to 'plugins')
-rw-r--r--plugins/unistim/packet-unistim.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/plugins/unistim/packet-unistim.c b/plugins/unistim/packet-unistim.c
index 0895af17c2..ee96003eb7 100644
--- a/plugins/unistim/packet-unistim.c
+++ b/plugins/unistim/packet-unistim.c
@@ -47,7 +47,9 @@
#include "broadcast.h"
#include "uftp.h"
-static int global_unistim_port = 5000;
+/* Don't set this to 5000 until this dissector is made a heuristic one!
+ It collides (at least) with tapa. */
+static int global_unistim_port = 0;
static unistim_info_t *uinfo;
static int unistim_tap = -1;