Skip to content

Commit

Permalink
Update ChangeLog
Browse files Browse the repository at this point in the history
  • Loading branch information
phaag committed Apr 23, 2023
1 parent 0080e79 commit 2eaac76
Showing 1 changed file with 113 additions and 0 deletions.
113 changes: 113 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,25 +1,138 @@
2023-04-23
- Update nfcapd/sfcapd man pages for erspan data link

2023-04-15
- Fix AddGeoInfo

2023-04-09
- Cleanup linkoffset handling in nfpcapd
- Implement erspan protocol in nfpcapd packet processing

2023-04-08
- Sync ipfix and netflow_v9 for option field processing

2023-04-07
- Handle buggy option data(!) from exporter
- Minor fixes.
- Fix linux compile warnings
- Fix FreeBSD include issue
- Fix v9 option template processing
- Fix option record processing for multiple records
- Fix ipfix nbar processing

2023-04-06
- Wire bufflen var for pcap reader
- Fix compiler warnings
- Update pcap reader with erspan device

2023-04-02
- Fix fmt argument parsing
- Add IPv4 in IPv6 special cases in geolookup

2023-04-01
- Cleanup buffsize memory

2023-03-26
- Fix IP version check in geolookup
- Disable signals in threads. Different OS handle signals differently
- Recongnize old sampler with missing algorithm tag #35
- Fix memory leaks

2023-03-19
- Cleanup

2023-03-12
- Update pcap_reader and add CISCO application performance monitor tags

2023-03-11
- Add ERSPAN decoding to pcap_reader
- Fix FreeBSD include issue in pcap reader
- Remove more autogen m4 files from repo
- Remove autogen m4/libtool from repo
- Check uid root for src spoofing option

2023-03-06
- Fix argument checking in nftrack. #432
- Fix valgrind error for uninitalised memory. #431

2023-03-05
- Update lz4 code
- Update number of enabled tags in v9 and ipfix
- Fix Init message in v9 and ipfix
- Fix broken init functions
- Add collector option -X to limit stored data.
- Add help text for format tokens
- Implement %sasn, %dasn organisation name printing tags. See #430
- Check record size in geo DB

2023-03-04
- Implement #428. Needs rebuild of the geoDB.
- Fix #429. Correct header line for %dloc

2023-02-27
- Fix launcher argument bug

2023-02-26
- Fix #423 and cleanup ICMP handling.
- Wire sampling extension for individual sampling

2023-02-25
- Update ICMP type/code handling. Issue #423
- Fix pcap_reader
- Fix #426 - compile bug with nsel option

2023-02-21
- More codespell - cleanup
- Fix String_LastSeenRaw ms formatting
- Update .gitignore. Ignore vcs_track.h generated by gen_version.sh

2023-02-20
- Codespell - cleanup

2023-02-18
- Fix #415. ICMP decoding in netflow v9
- Pimp pcap_reader
- Fix exporter printing

2023-02-17
- Update for #409 for a mixed environment

2023-02-15
- Fix #414. -O bps works correct now

2023-02-14
- Update geofilter settings
- Distinguish between geo filter required and optional

2023-02-11
- Refine sampling to fix #410

2023-02-10
- Added source address support for nfreplay
- Fix argument processing for -n
- Added source address support for nfreplay

2023-02-07
- Create c-cpp.yml

2023-02-05
- Code cleanup. Update nfxV3.h for Golang import
- Fix dst tos bug in output_raw

2023-02-04
- Fix FreeBSD include bug. #407
- Add geo info in JSON output when using GeoDB. #402
- Fix 408. Interchanged time stamps
- Add icmp type/code elements 176, 177, 178, 179
- Fix configure.ac bug

2023-01-29
- Move fwd_status in correct block in output_raw
- Fix gen_date.sh

2023-01-28
- Add unique version string
- Fix makefiles.

2023-01-21
- Add creator tag in nffile header
Expand Down

0 comments on commit 2eaac76

Please sign in to comment.