Hi all!
Today I tried to port ‘libpcap’ library to QNX RTP and found what BPF
(BSD Packet Filter) is not yet implemented for QNX RTP. I could try to
re-implement it, but I need some help from QSSL people or other person
who knows details of devn* drivers. Actually I’m mostly interested on 2
system calls from those drivers - one which passes control right before
packet is transmitted and one which doing same right after packed is
received. To put it simple, I need a “tap into raw packets” with maximum
possible correctness of timestamps. Does anybody will to help me? The
rationale to do that is many network tools relying on BPF per se and
libpcap in particular. Or am I re-inventing a wheel and that facility is
inside? Starting reading is Chapter 26 of R.Stevens book UNIX Network
Programming Vol 1.
\
BR, Andrej