mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
fc454f85a8
examines the sequence of client-server exchanges, their relative layer 7 payload sizes, and transmission intervals (as opposed to inspecting the contents, which is what most passive fingerprinters and "smart" sniffers would do to analyze transmissions). This is then matched against a database of traffic pattern signatures to infer some interesting facts about the traffic. PR: ports/106351 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
12 lines
277 B
C
12 lines
277 B
C
--- config.h.orig Mon Dec 4 22:49:35 2006
|
|
+++ config.h Mon Dec 4 22:50:40 2006
|
|
@@ -19,7 +19,7 @@
|
|
#ifdef WIN32
|
|
# define CONFIG_DIR "."
|
|
#else
|
|
-# define CONFIG_DIR "/etc/fl0p"
|
|
+# define CONFIG_DIR "%%PREFIX%%/share/fl0p"
|
|
#endif /* WIN32 */
|
|
|
|
#define FPRINT_DB "fl0p.fp"
|