00001 #ifndef _FLOW_CLASS_H 00002 #define _FLOW_CLASS_H 00003 00004 #define FLOW_IPV4 1 00005 00006 #include "flow_packet.h" 00007 00008 int flow_classifier(FLOWPACKET *p, int *flowtype); 00009 00010 #endif /* _FLOW_CLASS_H */