|
|
От: | enzo | |
| Дата: | 14.02.07 17:31 | ||
| Оценка: | 3 (1) | ||
@SYMPurpose inhook6 examples.
Exadump
This plugin is binded to IP protocol. It is started
when IP protocol is started an destroyed when IP protocol
is destroyed. It will attach itself for all incoming
and outgoing packets (outbound flow hook).
A file c:\exadump.dat is created. This will contain
a dump of packets in TCPDUMP format (suitable for
viewing in ethereal).
Exain
This plugin is binded to IP protocol. It is started
when IP protocol is started an destroyed when IP protocol
is destroyed. It will receive all ICMP messages coming
in and passes them forward.
Exaout
This plugin is binded to IP protocol. It is started
when IP protocol is started an destroyed when IP protocol
is destroyed. It will receive all outgoing messages
and passes them forward.
Exasap
This plugin binds to IP protocol. It is started
when the first socket to this protocol is openend and
destroyed when the last socket is closed.
It will receive all forwarded packets and
passes copy of them to all reading sockets for this
protocol. This is an example of providing a socket api
from a protocol.