aboutsummaryrefslogtreecommitdiffstats
path: root/epan/register.h
diff options
context:
space:
mode:
Diffstat (limited to 'epan/register.h')
-rw-r--r--epan/register.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/epan/register.h b/epan/register.h
index f383bf3afb..a57a97ac8a 100644
--- a/epan/register.h
+++ b/epan/register.h
@@ -1,4 +1,5 @@
-/* register.h
+/** @file
+ *
* Definitions for protocol registration
*
* Wireshark - Network traffic analyzer
@@ -25,7 +26,8 @@ typedef enum {
RA_LUA_PLUGINS, /* Lua plugin register */
RA_LUA_DEREGISTER, /* Lua plugin deregister */
RA_PREFERENCES, /* Module preferences */
- RA_INTERFACES /* Local interfaces */
+ RA_INTERFACES, /* Local interfaces */
+ RA_PREFERENCES_APPLY /* Apply changed preferences */
} register_action_e;
#define RA_BASE_COUNT (RA_INTERFACES - 3) // RA_EXTCAP, RA_LUA_PLUGINS, RA_LUA_DEREGISTER