diff options
| author | zhuzhenjun <[email protected]> | 2023-10-13 14:08:55 +0800 |
|---|---|---|
| committer | zhuzhenjun <[email protected]> | 2023-10-13 14:08:55 +0800 |
| commit | e62ff39d812c972f2631c36124c81647da5511a0 (patch) | |
| tree | cee4b40d2cae85c76cbd385cc08d9446103f12bc /README.md | |
| parent | cfaf003d4f32aa55d522e3f09dbd28aa020714a0 (diff) | |
api: MESA_osfp_xx -> osfp_xxv1.3.0
header: MESA_osfp.h -> osfp.h
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,5 +21,5 @@ LD_LIBRARY_PATH=${PWD}/build ./sample ``` # load the fingerprint file and capture on eth0, filter tcp port 8888 -./build/osfp_example -f /var/lib/MESA_osfp/fp.json -i eth0 "tcp port 8888" +./build/osfp_example -f /var/lib/libosfp/fp.json -i eth0 "tcp port 8888" ``` |
