File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,14 @@ Zeek-Parser-CCLinkFieldBasic is a Zeek plug-in that can analyze CC-Link IE Field
11
11
This plug-in is provided as a package for [ Zeek Package Manger] ( https://docs.zeek.org/projects/package-manager/en/stable/index.html ) .
12
12
13
13
It can be installed by executing the commands below.
14
-
15
14
```
16
15
zkg refresh
17
16
zkg install zeek-parser-CCLinkFieldBasic
18
17
```
18
+
19
19
### Manual Installation
20
20
21
21
Before using this plug-in, please make sure Zeek, Spicy has been installed.
22
-
23
22
````
24
23
# Check Zeek
25
24
~$ zeek -version
@@ -53,6 +52,7 @@ zeek -Cr /usr/local/zeek/var/lib/zkg/clones/package/zeek-parser-CCLinkFieldBasic
53
52
54
53
### For manual installation
55
54
55
+ Compile source code and copy the object files to the following path.
56
56
```
57
57
~$ cd ~/zeek-parser-CCLinkFieldBasic/analyzer
58
58
~$ spicyz -o cc_link_basic.hlto cc_link_basic.spicy cc_link_basic.evt
@@ -67,11 +67,10 @@ Then, copy the zeek file to the following paths.
67
67
```
68
68
69
69
Finally, import the Zeek plugin.
70
-
71
70
```
72
71
~$ tail /usr/local/zeek/share/zeek/site/local.zeek
73
72
... Omit ...
74
- @load cc_link_noip
73
+ @load cc_link_basic
75
74
```
76
75
77
76
This plug-in generates a ` cclink-ief-basic.log ` by the command below:
You can’t perform that action at this time.
0 commit comments