aboutsummaryrefslogtreecommitdiffstats
path: root/editcap.c
diff options
context:
space:
mode:
authorlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-07 20:07:43 +0000
committerlego <lego@f5534014-38df-0310-8fa8-9805f1628bb7>2007-08-07 20:07:43 +0000
commit7d1a3e1ae3d0adfd999948364bfd726ef26e607e (patch)
tree9459e05cdd28246ef368da4099b428d52f912938 /editcap.c
parent668d41a3f99c7106fea54181b62c774728eaf9ff (diff)
Make sure that wiretap plugins are loaded before dissectors are (if a new encap type is registered the plugin probably needs it before reg_handoff)
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22461 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'editcap.c')
-rw-r--r--editcap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/editcap.c b/editcap.c
index 800393f1ad..a1ea1b450f 100644
--- a/editcap.c
+++ b/editcap.c
@@ -396,7 +396,6 @@ int main(int argc, char *argv[])
} else {
init_report_err(failure_message,NULL,NULL);
init_plugins();
- register_all_wiretap_modules();
}
#endif