All of lore.kernel.org
 help / color / mirror / Atom feed
* Netfilter device
@ 2005-09-22  4:21 Nhan Thanh Le
  2005-09-22 12:39 ` Harald Welte
  0 siblings, 1 reply; 2+ messages in thread
From: Nhan Thanh Le @ 2005-09-22  4:21 UTC (permalink / raw)
  To: netfilter-devel

Dear All,

   I am new babie in netfilter linux, my project is caputre packet 
traffic through netfilter. I read the link at 
http://redvip.homelinux.net/varios/netfilter/netfilter-hacking-HOWTO-4.html. 
And I would like to do my  practice but I could not do it, because I 
could not find out where is the linux/include/linux/netfilter_dev.h or 
netfilter_device.h. Could someone help me to have it. Thank you very 
much and appreciate.

Nhanle

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: Netfilter device
  2005-09-22  4:21 Netfilter device Nhan Thanh Le
@ 2005-09-22 12:39 ` Harald Welte
  0 siblings, 0 replies; 2+ messages in thread
From: Harald Welte @ 2005-09-22 12:39 UTC (permalink / raw)
  To: Nhan Thanh Le; +Cc: netfilter-devel

[-- Attachment #1: Type: text/plain, Size: 1323 bytes --]

On Thu, Sep 22, 2005 at 11:21:20AM +0700, Nhan Thanh Le wrote:
> Dear All,
> 
>    I am new babie in netfilter linux, my project is caputre packet traffic through netfilter. I 
> read the link at
> http://redvip.homelinux.net/varios/netfilter/netfilter-hacking-HOWTO-4.html.
> And I would like to do my  practice but I could not do it, because I
> could not find out where is the linux/include/linux/netfilter_dev.h or
> netfilter_device.h. Could someone help me to have it. Thank you very
> much and appreciate.

this has been replaced by the ip_queue mechanism (man 3 libipq).

If you're interested in just capturing (copies) of packets (not
re-injecting and/or modifying them), then you could look into using
the ipt_ULOG target (see the ulogd sourcecode for an example and a small
library).

Be aware that both ULOG and ip_qeuue are in the process of being
obsoleted by nfnetlink_queue / nfnetlink_log.  No docs for them yet.

-- 
- Harald Welte <laforge@netfilter.org>                 http://netfilter.org/
============================================================================
  "Fragmentation is like classful addressing -- an interesting early
   architectural error that shows how much experimentation was going
   on while IP was being designed."                    -- Paul Vixie

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2005-09-22 12:39 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-22  4:21 Netfilter device Nhan Thanh Le
2005-09-22 12:39 ` Harald Welte

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.