aboutsummaryrefslogtreecommitdiffstats
path: root/register.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2011-10-02 16:19:55 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2011-10-02 16:19:55 +0000
commit64c2355b675f0c38e1f1d313fe88ded3270cd1dd (patch)
tree43da296aaad92668db36ffda59e7e1e841e00d77 /register.h
parent44f914a0f19b1a73bfb66d69d8b3b74e5aa9bb33 (diff)
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
Diffstat (limited to 'register.h')
-rw-r--r--register.h2
1 files changed, 2 insertions, 0 deletions
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 */