Re: Logging NKE filter events, not working.
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com On Mar 7, 2005, at 13:41, Carl Smith wrote: Well being new to this all, can you tell me how you specify a global or programmatic filter? If you are referring to where do I set up the structs, sockutil and sockif, they are global. Regards, Justin -- Justin C. Walker, Curmudgeon-At-Large * Institute for General Semantics | When LuteFisk is outlawed | Only outlaws will have | LuteFisk *--------------------------------------*-------------------------------* _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... NFD_GLOBAL specifies the socket NKE is global. "Programmatic" == not global. But from your statement one thing might be in some test cases I am not running my user land app. I wanted to get the NKE to just load and start filtering without the userland app being there. So does that mean I would have to set up the socket from within the NKE? If you are talking about a DLIL "filter" NKE, there is no socket involved, because DLIL is below the socket layer. As for all non-IOKit gizmos, you must load thesee by hand (e.g., in a StartupItem, as is done for IPFirewall). Your NKE can start to work as soon as it is loaded. This email sent to site_archiver@lists.apple.com
participants (1)
-
Justin Walker