From 64c2355b675f0c38e1f1d313fe88ded3270cd1dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig=20Bj=C3=B8rlykke?= Date: Sun, 2 Oct 2011 16:19:55 +0000 Subject: Removed the protocol registration updates in the splash screen for Python dissectors, because it does not work as expected and causes an assert. Added generic splash updates for python register and handoff instead. This should fix bug 5431. svn path=/trunk/; revision=39221 --- register.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'register.h') diff --git a/register.h b/register.h index 6d2300d07d..91fd0f1ffc 100644 --- a/register.h +++ b/register.h @@ -33,8 +33,10 @@ typedef enum { RA_LISTENERS, /* Tap listeners */ RA_REGISTER, /* register */ RA_PLUGIN_REGISTER, /* plugin register */ + RA_PYTHON_REGISTER, /* python register */ RA_HANDOFF, /* handoff */ RA_PLUGIN_HANDOFF, /* plugin handoff */ + RA_PYTHON_HANDOFF, /* python handoff */ RA_LUA_PLUGINS, /* lua plugin register */ RA_PREFERENCES, /* module preferences */ RA_CONFIGURATION /* configuration files */ -- cgit v1.2.1