mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Convert some redef-able constants to runtime options
This commit is contained in:
parent
0e6913fba0
commit
dc0904a7f3
20 changed files with 37 additions and 37 deletions
|
@ -16,7 +16,7 @@ export {
|
|||
};
|
||||
|
||||
## Size of the packet segment to display in the DPD log.
|
||||
const packet_segment_size: int = 255 &redef;
|
||||
option packet_segment_size: int = 255;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue