Skip to content

Commit

Permalink
Fix #394. Add Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Dec 23, 2022
1 parent 35f9735 commit 3a37f36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
2022-12-23
- Fix #394. Event labeling.

2022-12-22
- Fix #393 consistent logging

Expand Down
1 change: 1 addition & 0 deletions src/nfpcapd/flowdump.c
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,7 @@ static int StorePcapFlow(flowParam_t *flowParam, struct FlowNode *Node) {
pfinfo->rulenr = ntohl(pflog->rulenr);
pfinfo->subrulenr = ntohl(pflog->subrulenr);
memcpy(pfinfo->ifname, pflog->ifname, ifnameLen);
SetFlag(recordHeader->flags, V3_FLAG_EVENT);
}
}

Expand Down

0 comments on commit 3a37f36

Please sign in to comment.