mirror of
https://github.com/nmap/nmap.git
synced 2025-12-06 04:31:29 +00:00
Add tests for osscan's expr_match function (some fail)
This commit is contained in:
2
osscan.h
2
osscan.h
@@ -319,5 +319,7 @@ const char *mergeFPs(FingerPrint *FPs[], int numFPs, bool isGoodFP,
|
||||
const u8 *mac, int openTcpPort, int closedTcpPort,
|
||||
int closedUdpPort, bool wrapit);
|
||||
|
||||
// Internal matching function. Defined here for test purposes.
|
||||
bool expr_match(const char *val, size_t vlen, const char *expr, size_t explen, bool do_nested=false);
|
||||
#endif /*OSSCAN_H*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user