packets/packet_obsd_bpf.h

Go to the documentation of this file.
00001 #ifndef _HLBR_PACKET_OBSD_BPF_H_
00002 #define _HLBR_PACKET_OBSD_BPF_H_
00003 
00004 #include "../config.h"
00005 #include "../engine/hlbr.h"
00006 #include "packet.h"
00007 
00008 int OpenInterfaceOBSDBPF(int InterfaceID);
00009 int ReadPacketOBSDBPF(int InterfaceID);
00010 int WritePacketOBSDBPF(int InterfaceID, unsigned char* Packet, int PacketLen);
00011 int LoopThreadOBSDBPF(int InterfaceID);
00012 
00013 #endif

Generated on Sat Jul 7 23:33:10 2007 for HLBR by  doxygen 1.5.2