Date: Thu, 12 Aug 2004 18:24:14 GMT From: Pav Lucistnik <pav@FreeBSD.org> To: lx@redundancy.redundancy.org, pav@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, pav@FreeBSD.org Subject: Re: ports/69011: New port: net/glflow, a NetFlow DoS detection tool Message-ID: <200408121824.i7CIOEEC052716@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
Synopsis: New port: net/glflow, a NetFlow DoS detection tool State-Changed-From-To: open->feedback State-Changed-By: pav State-Changed-When: Thu Aug 12 18:23:45 GMT 2004 State-Changed-Why: Does not build with gcc-3.4: c++ -O -pipe -pipe -include defs.h -D_USE_MD4 -D_DEBUG -include Flow.h -include Host.h FlowNode.o FlowTree.o HostNode.o HostTree.o main.cpp -o glflow -lpcap -lcrypto main.cpp: In function `void handlePacket(u_char*, const pcap_pkthdr*, const u_char*)': main.cpp:228: error: no matching function for call to `CFlowTree::insertNode(in_addr&, in_addr&, u_short&, u_short&, u_char&, u_char&, u_char&, u_int&, time_t)' ./Flow.h:61: note: candidates are: bool CFlowTree::insertNode(CFlowNode*) ./Flow.h:66: note: bool CFlowTree::insertNode(flow_t&) ./Flow.h:76: note: bool CFlowTree::insertNode(in_addr&, in_addr&, u_short&, u_short&, u_char&, u_char&, u_char&, u_int&, time_t&) main.cpp:230: error: no matching function for call to `CHostTree::insertNode(in_addr&, time_t)' ./Host.h:51: note: candidates are: bool CHostTree::insertNode(CHostNode*) ./Host.h:60: note: bool CHostTree::insertNode(in_addr&, time_t&) main.cpp:254: error: no matching function for call to `CFlowTree::insertNode(in_addr&, in_addr&, u_short&, u_short&, u_char&, u_char&, u_char&, u_int&, time_t)' ./Flow.h:61: note: candidates are: bool CFlowTree::insertNode(CFlowNode*) ./Flow.h:66: note: bool CFlowTree::insertNode(flow_t&) ./Flow.h:76: note: bool CFlowTree::insertNode(in_addr&, in_addr&, u_short&, u_short&, u_char&, u_char&, u_char&, u_int&, time_t&) main.cpp:256: error: no matching function for call to `CHostTree::insertNode(in_addr&, time_t)' ./Host.h:51: note: candidates are: bool CHostTree::insertNode(CHostNode*) ./Host.h:60: note: bool CHostTree::insertNode(in_addr&, time_t&) main.cpp:280: error: no matching function for call to `CFlowTree::insertNode(in_addr&, in_addr&, u_short&, u_short&, u_char&, u_char&, u_char&, u_int&, time_t)' ./Flow.h:61: note: candidates are: bool CFlowTree::insertNode(CFlowNode*) ./Flow.h:66: note: bool CFlowTree::insertNode(flow_t&) ./Flow.h:76: note: bool CFlowTree::insertNode(in_addr&, in_addr&, u_short&, u_short&, u_char&, u_char&, u_char&, u_int&, time_t&) main.cpp:282: error: no matching function for call to `CHostTree::insertNode(in_addr&, time_t)' ./Host.h:51: note: candidates are: bool CHostTree::insertNode(CHostNode*) ./Host.h:60: note: bool CHostTree::insertNode(in_addr&, time_t&) main.cpp:302: error: no matching function for call to `CFlowTree::insertNode(in_addr&, in_addr&, u_short, u_short, u_char&, u_char&, u_char&, u_int&, time_t)' ./Flow.h:61: note: candidates are: bool CFlowTree::insertNode(CFlowNode*) ./Flow.h:66: note: bool CFlowTree::insertNode(flow_t&) ./Flow.h:76: note: bool CFlowTree::insertNode(in_addr&, in_addr&, u_short&, u_short&, u_char&, u_char&, u_char&, u_int&, time_t&) main.cpp:304: error: no matching function for call to `CHostTree::insertNode(in_addr&, time_t)' ./Host.h:51: note: candidates are: bool CHostTree::insertNode(CHostNode*) ./Host.h:60: note: bool CHostTree::insertNode(in_addr&, time_t&) *** Error code 1 Responsible-Changed-From-To: freebsd-ports-bugs->pav Responsible-Changed-By: pav Responsible-Changed-When: Thu Aug 12 18:23:45 GMT 2004 Responsible-Changed-Why: Track. http://www.freebsd.org/cgi/query-pr.cgi?pr=69011
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408121824.i7CIOEEC052716>