-
-
Notifications
You must be signed in to change notification settings - Fork 207
/
ChangeLog
executable file
·118 lines (87 loc) · 2.65 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
2023-02-26
- Fix #423 and cleanup ICMP handling.
- Wire sampling extension for individual sampling
2023-02-18
- Fix #415. ICMP decoding in netflow v9
- Pimp pcap_reader
2023-02-11
- Refine sampling to fix #410
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
2023-01-29
- Move fwd_status in correct block in output_raw
2023-01-28
- Add unique version string
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