Home
last modified time | relevance | path

Searched refs:plugintracker (Results 1 – 6 of 6) sorted by relevance

/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dkismet_drone.cc177 if (globalregistry->plugintracker != NULL) in CatchShutdown()
178 globalregistry->plugintracker->ShutdownPlugins(); in CatchShutdown()
500 globalregistry->plugintracker = new Plugintracker(globalregistry); in main()
503 globalregistry->plugintracker->ScanRootPlugins(); in main()
593 globalregistry->plugintracker->ScanUserPlugins(); in main()
606 globalregistry->plugintracker->LastChancePlugins(); in main()
H A Dkismet_server.cc530 if (globalregistry->plugintracker != NULL) in CatchShutdown()
531 globalregistry->plugintracker->ShutdownPlugins(); in CatchShutdown()
926 globalregistry->plugintracker = new Plugintracker(globalregistry); in main()
1098 if (globalregistry->plugintracker != NULL) { in main()
1099 globalregistry->plugintracker->ScanUserPlugins(); in main()
1100 globalregistry->plugintracker->ActivatePlugins(); in main()
1218 if (globalregistry->plugintracker != NULL) { in main()
1219 globalregistry->plugintracker->LastChancePlugins(); in main()
H A Dglobalregistry.cc45 plugintracker = NULL; in GlobalRegistry()
H A Dglobalregistry.h169 Plugintracker *plugintracker; variable
H A DMakefile.in23 plugintracker.o alertracker.o timetracker.o \
43 plugintracker.o packetsourcetracker.o timetracker.o \
H A DCHANGELOG263 Put plugintracker in globalreg