The following functions are the entry points for expert DLLs and for calls from the operating system and Network Monitor.
| Function | Description |
|---|---|
| DllMain Expert | Indicates that the expert DLL has been loaded or unloaded. When a process loads or unloads the DLL, the operating system calls the DllMain function. |
| Register Expert | Determines basic information about the expert within the DLL. Network Monitor calls the Register function. |
| Configure | Configures the expert within the DLL. Network Monitor calls the Configure function. |
| Run | Starts the expert within the DLL. Network Monitor calls the Run function. |
Network Monitor also provides structures, enumerations, and helper functions that the expert can call.
| For information about | See |
|---|---|
| Helper functions that can be called by experts and parsers | Expert and Parser Common Functions |
| Helper functions that are called only by experts | Expert Functions |
| Structures that are used by expert functions | Expert Structures |
| Enumerations used by expert structures and functions | Expert Enumerations |