I want to implement the IP security option on my program. I looked in the
docs on my AIX and did not find a clue about it. The incule file netinet/ip.h
includes some definitions for this but without any explaination.
I have two questions regarding this:
1) How can I implement IPSO that every packet I send will have its own
secuirty level (i.e SECRET, TOP-SECRET or whatever).
2) How can I make sure that my ethernet adapter does not read all the
packets that he is not premitted to read (ifconfig it somehow?)
Thanks,