forked from phaag/nfdump
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
executable file
·233 lines (177 loc) · 5.42 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
2023-04-23
- Release v1.7.2
- Fix Makefiles for make dist
- 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
- Fix filter concat bug. Add exporter filter
2023-01-17
- Update output_fmt.c {{Peter Haag}}
2023-01-14
- Fix #396. Code cleanup
2023-01-08
- Fix CentOS compile issue
2023-01-07
- Implement OpenBSD pflog filters elements and -o fmt print tokens
- Add pflog fmt tokens in man page {{Peter Haag}}
2023-01-03
- Implement source IP address spoofing for the packet repeater. See #248
The source spoofing is enabled with new option -A.
2023-01-02
- Replace old packet repeater code with more modern privsep code
2023-01-01
- Remove old code
2022-12-31
- Replace old launcher startup code with more modern privsep code
2022-12-29
- Fix compile issue #395 on Alpine Linux
2022-12-24
- V1.7.1
2022-12-23
- Fix #394. Event labeling.
2022-12-22
- Fix #393 consistent logging
2022-12-20
- Remove extra ':' in getopt of nfcapd.
2022-12-18
- Add feature #391. Add country code addgregation
- Fix #392. Fix format options with IPv6
- Fix #390. Aggregation not working for GeoDB's enriched AS data
2022-12-17
- Add OpenBSD pflog decoding in nfpcapd and nfdump
- Add pfinfo extension
- Fix Ident change
- Sync nfcapd, sfcapd code. Cleanup pcaproc
- Fix #389 receiving IPv4 on IPv6 socket in sfcapd
- Code cleanup in nfpcapd
2022-12-09
- Code cleanup
- Fix #385 bug - i386 32bit alignment
2022-12-9
- Fix #384 bug when compile with --enable-nsel
- Fix #385 bug - i386 32bit alignment
2022-12-02
- Implement NFLOG link layer.
- Fix #381. pcap overwrite fixed.
- Fix #380. string validation
- Fix #377. Rework sampling code in general. Switch to packet interval/space notation. Map older sampling to new notation.
Fix #375 relative timestamps with sysUptime id 160
2022-10-23
- Rework nbar code. Use new array records and fix nbar bug in older versions.
2022-10-22
- Fix #370. Help shows correct option -A
- Fix #369. Legacy -M for NfSen works again
2022-10-07
- Improve nbar handling. Add private enterprise number decoding
2022-10-03
- Merge pull request #357
2022-09-30
- nfdump-1.7.0.1 - fix build issues
- Add docker file for alpine Linux
- Update docker file for ubuntu
- Fix build issues on various Linuxes
2022-09-28
- nfdump-1.7.0 - unicorn released