Skip to content

Commit

Permalink
Update README_en.md
Browse files Browse the repository at this point in the history
  • Loading branch information
helenwangjia committed Sep 25, 2023
1 parent 1d571ea commit c106485
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README_en.md
Expand Up @@ -11,15 +11,14 @@ Zeek-Parser-CCLinkFieldBasic is a Zeek plug-in that can analyze CC-Link IE Field
This plug-in is provided as a package for [Zeek Package Manger](https://docs.zeek.org/projects/package-manager/en/stable/index.html).

It can be installed by executing the commands below.

```
zkg refresh
zkg install zeek-parser-CCLinkFieldBasic
```

### Manual Installation

Before using this plug-in, please make sure Zeek, Spicy has been installed.

````
# Check Zeek
~$ zeek -version
Expand Down Expand Up @@ -53,6 +52,7 @@ zeek -Cr /usr/local/zeek/var/lib/zkg/clones/package/zeek-parser-CCLinkFieldBasic

### For manual installation

Compile source code and copy the object files to the following path.
```
~$ cd ~/zeek-parser-CCLinkFieldBasic/analyzer
~$ spicyz -o cc_link_basic.hlto cc_link_basic.spicy cc_link_basic.evt
Expand All @@ -67,11 +67,10 @@ Then, copy the zeek file to the following paths.
```

Finally, import the Zeek plugin.

```
~$ tail /usr/local/zeek/share/zeek/site/local.zeek
... Omit ...
@load cc_link_noip
@load cc_link_basic
```

This plug-in generates a `cclink-ief-basic.log` by the command below:
Expand Down

0 comments on commit c106485

Please sign in to comment.