The packet protocol is needed by libpcap, which is required by every
firewall testing tool.
I'd like to get the "packet" protocol running, without re-compiling
the kernal and all the headaches that involves.
1) is af_packet.o available somewhere for downloading for a Pentium II
(i686) system?
2) Would I need to do anything more than load af_packet.o with
the modules utilities?
--
P. Douglas Reeder Lecturer, Dept. Computer/Info. Science, Ohio State Univ.
ree...@cis.ohio-state.edu http://www.cis.ohio-state.edu/~reeder/reeder.html
GE/S d+ s+:- a C+@$ UH+ P+ L E W++ N+ o? K? w !O M+ V PS+() PE Y+ PGP- t 5+ !X
R>+ tv+ b+++>$ DI+ D- G e+++ h r+>+++ y+>++
gcc -D__KERNEL__ -Wall -Wstrict-prototypes -O6 -fomit-frame-pointer -m486 -c af_packet.c
with the currently running kernel's sources installed and seeing if
"insmod af_packet.o" works.
--pete