diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ yum install -y ./build/*.rpm ## library usage ``` -gcc -I./src example/sample.c -o sample -L./build -lMESA_osfp; cat example/sample.c +gcc -I./src example/sample.c -o sample -L./build -losfp; cat example/sample.c LD_LIBRARY_PATH=${PWD}/build ./sample ``` @@ -21,5 +21,5 @@ LD_LIBRARY_PATH=${PWD}/build ./sample ``` # load the fingerprint file and capture on eth0, filter tcp port 8888 -./build/MESA_osfp_example -f /var/lib/MESA_osfp/fp.json -i eth0 "tcp port 8888" +./build/osfp_example -f /var/lib/MESA_osfp/fp.json -i eth0 "tcp port 8888" ``` |
