You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the root directory, edit mercury.cfg with the network interface you want to capture from, then run
43
58
```
@@ -77,7 +92,7 @@ which will remove the mercury program, resources directory, user, group, and sys
77
92
### Compile-time options
78
93
To create a debugging version of mercury, use the **make debug-mercury** target in the src/ subdirectory. Be sure to run **make clean** first.
79
94
80
-
There are compile-time options that can tune mercury for your hardware. Each of these options is set via a C/C++ preprocessor directive, which should be passed as an argument to "make" through the OPTFLAGS variable. Frst run **make clean** to remove the previous build, then run **make "OPTFLAGS=<DIRECTIVE>"**. This runs make, telling it to pass <DIRECTIVE> to the C/C++ compiler. The available compile time options are:
95
+
There are compile-time options that can tune mercury for your hardware. Each of these options is set via a C/C++ preprocessor directive, which should be passed as an argument to "make" through the OPTFLAGS variable. First run **make clean** to remove the previous build, then run **make "OPTFLAGS=<DIRECTIVE>"**. This runs make, telling it to pass <DIRECTIVE> to the C/C++ compiler. The available compile time options are:
81
96
82
97
* -DDEBUG, which turns on debugging, and
83
98
* -FBUFSIZE=16384, which sets the fwrite/fread buffer to 16,384 bytes (for instance).
@@ -212,7 +227,7 @@ DETAILS
212
227
--reassembly enables reassembly
213
228
This option allows mercury to keep track of tcp or udp segment state and
214
229
and reassemble these segments based on the application in payload
215
-
230
+
216
231
"[-u or --user] u" sets the UID and GID to those of user u, so that
217
232
output file(s) are owned by this user. If this option is not set, then
218
233
the UID is set to SUDO_UID, so that privileges are dropped to those of
@@ -310,9 +325,9 @@ are grateful to the copyright holders for making their excellent
310
325
software available under licensing terms that allow its
0 commit comments