Skip to content

Commit e19ad44

Browse files
committed
update changelog
1 parent e1d6357 commit e19ad44

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Improve performance under high-throughput traffic with parallel evidence handling, profiler/input optimizations.
55
* Fix issues while slips is shutting down.
66
* Add optional performance plots and CSV metrics for latency, throughput, and resource usage.
7-
* Fix skipped first-flow processing and reduce shutdown race conditions on small PCAPs.
7+
* Fix skipped first-flow processing and reduce shutdown race conditions on small files and PCAPs.
88

99
1.1.18 (Mar 3rd, 2026)
1010

slips_files/core/input_profilers/argus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def process_line(self, new_line: dict) -> Tuple[bool, str]:
3535

3636
if self.is_header_line(nline):
3737
self.define_columns(new_line)
38-
return False, "Done defining columns"
38+
return False, "Defined Columns"
3939

4040
def get_value_of(field_name, default_=False):
4141
"""field_name is used to get the index of

0 commit comments

Comments
 (0)