nexmon – Blame information for rev 1
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
1 | office | 1 | /* |
2 | * Do not modify this file. Changes will be overwritten. |
||
3 | * |
||
4 | * Generated automatically from ../../tools/make-dissector-reg.py. |
||
5 | */ |
||
6 | |||
7 | #include "config.h" |
||
8 | |||
9 | #include <gmodule.h> |
||
10 | |||
11 | #include "moduleinfo.h" |
||
12 | |||
13 | /* plugins are DLLs */ |
||
14 | #define WS_BUILD_DLL |
||
15 | #include "ws_symbol_export.h" |
||
16 | |||
17 | #ifndef ENABLE_STATIC |
||
18 | WS_DLL_PUBLIC_DEF void plugin_register (void); |
||
19 | WS_DLL_PUBLIC_DEF const gchar version[] = VERSION; |
||
20 | |||
21 | extern void proto_register_gryphon(void); |
||
22 | |||
23 | /* Start the functions we need for the plugin stuff */ |
||
24 | |||
25 | WS_DLL_PUBLIC_DEF void |
||
26 | plugin_register (void) |
||
27 | { |
||
28 | proto_register_gryphon(); |
||
29 | } |
||
30 | |||
31 | extern void proto_reg_handoff_gryphon(void); |
||
32 | |||
33 | WS_DLL_PUBLIC_DEF void plugin_reg_handoff(void); |
||
34 | |||
35 | WS_DLL_PUBLIC_DEF void |
||
36 | plugin_reg_handoff(void) |
||
37 | { |
||
38 | proto_reg_handoff_gryphon(); |
||
39 | } |
||
40 | #endif |