-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathChangeLog
345 lines (259 loc) · 11.5 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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
Version 1.8.1, 2022-11-21
-------------------------
[ Sam James ], <[email protected]>
* configure.ac: updated libnet GitHub link.
Version 1.8, 2021-11-04
-----------------------
[ Joao Eriberto Mota Filho ], [email protected]
* Created GitHub CI tests.
* Several minor changes in documentation (ChangeLog, manpage, etc.)
* Updated the project url in all needed files.
* Using VERSION from configure.ac in usage.c.
[ David Polverari ], <[email protected]>
* Added several improvements in the source code.
* Fixed several build warnings.
* Fixed string truncation with strncpy.
* Provide more information on illegal options.
[ David Polverari ], <[email protected]>, and
[ Dennis Vshivkov ], <[email protected]>
* Add 802.1Q VLAN tagged packet injection support (experimental).
[ Sam James ], <[email protected]>
* Don't ignore failure to find packages.
* Remove repeated calls to AM_INIT_AUTOMAKE.
Version 1.7, 2020-02-05
-----------------------
[ Joao Eriberto Mota Filho ], [email protected]
* Updated AUTHORS file and manpage.
[ Dennis Vshivkov], <[email protected]>
[ David Polverari ], <[email protected]>
* Fixed buffer overruns with `R' arguments to options.
[ Jeroen Roovers ], <[email protected]>
* Fixed compiling with -fno-common.
Version 1.6.1, 2019-01-25
-------------------------
[ Joao Eriberto Mota Filho ], [email protected]
* Updated manpage.
Version 1.6, 2019-01-25
-----------------------
[ Joao Eriberto Mota Filho ], [email protected]
* Added rights for Edward Betts and Sander Kleijwegt.
* Updated URLs for libnet and libpcap in configure.ac.
[ Sander Kleijwegt ], <[email protected]>
* Avoid buffer overrun when formatting hex payload.
Version 1.5, 2017-01-18
-----------------------
[ Joao Eriberto Mota Filho ], <[email protected]>
* Updated Makefile.am.
[ Robert Krause ], <[email protected]>
* Fixed all compiling warnings.
* Fixed invalid usage of IPv4/Ethernet addresses in ARP header.
* Fixed some string pointer conversion problems.
[ Sharad B ], <sbirmi@...>
* Fixed payload length when given without 0x.
* Calculate payload length by strlen.
* Simplify the generate_padding() method to avoid calling sprintf() repeatedly.
* Redefining ETH_BROADCAST and ETH_DEFAULT for correct behavior.
* Fixing formatting string to remove compile time warnings when debug logging
is enabled at compile time.
* Prefixing all global variables with "g_" to improve code readability.
Version 1.1-beta1, 2016-05-22
-----------------------------
[ Joao Eriberto Mota Filho ], <[email protected]>, 2016
* Added autogen.sh to build basic files for autotools. Consequently, removed
some files which can be autogenerated.
* Added some documentation files (AUTHORS, UPDATE-CHECK, etc).
* Changed the version notifying method.
* Adjusted Makefile.am to remove files when doing clean and makeclean.
* Changed the homepage of the project in several files.
* Fixed spelling errors in some files and in manpage.
* Modernized and updated some autotools files. (removed all warnings about
autotools)
* Removed duplicate lines in manpage.
* Some adjustments in manpage.
* Updated the FSF address in several files.
* Updated the GPL license text in LICENSE file.
* Updated all copyright notices.
[ Gentoo Linux ], 2015
* Fixed a buffer overflow and allows build using GCC hardening. This
fix was taken from Gentoo. See https://gitweb.gentoo.org/repo/gentoo.git/ \
tree/net-analyzer/packit/files/packit-1.0-overflow.patch
[ Mats Erik Andersson ], <[email protected]>, 2013-06-27
* Implement RARP support (patch sent to Debian via bug #652510).
[ Mats Erik Andersson ], <[email protected]>, 2013-06-27
* Fix off-by-one string error in some files.
* Update configure.in.
[ LaMont Jones ], <[email protected]>, 2007-09-10
* Allow nostrip (patch created in Debian, closing bug #437731).
* Update configure.in to call to pcap-bpf.h instead of net/bpf.h (patch
created in Debian).
[ Kumar Appaiah ], <[email protected]>, 2007-08-26
* Removed references to <net/bpf.h> since now it's sufficient to include
<pcap.h>, avoiding a fail when building (patch sent to Debian via bug
#439482).
[ Deniz Adrian ], <[email protected]>, 2006-09-06
* Fix a segment fault when using inject-mode with no arguments (patch sent
to Debian via bug #386150).
[ Dennis Vshivkov ], <[email protected]>, 2005-03-10
* Fixed a typo in option parsing code which made -D always random when
random -S is used. (patch sent to Debian via bug #298799)
-----------------------------------------------------------------------------
1.0 Darren Bounds <[email protected]>
----------------------------------------------
Injection:
- Bugfix NULL bytes in the payload (patch contributed by: Jason Copenhaver)
General:
- Updates to several build routines to support libnet 1.1.2+
0.7.1 Darren Bounds <[email protected]>
----------------------------------------------
Injection:
- Bugfix with sequence and acknowledgement number handling from the
command-line
- Bugfix with random Ethernet address generator
General:
- Usage displayed incorrect default TCP window size
0.7 Darren Bounds <[email protected]>
----------------------------------------------
Injection:
- Added an option for specifying a packet length in bytes (-Z len)
- Added a customizable trace route mode (-m trace)
- Hex payload support using '0x' prefix (ie: -p '0x 70 61 63 6B 69 74')
- The burst rate max has been removed. Using -c 0 and -b 0 together will
send as many packets as possible.
- Bugfix with the -o and -O options being reversed or unresponsive in some
cases (identified by Peter Markowsky <peterm<AT>ccs.neu.edu>)
- Bugfix with ARP injection init_type (identified by Radu S.
<radus<AT>rdsor.ro>) )
General:
- Bugfix with spec file complaining about hardlink on Redhat 9 (contributed
by Florin Andrei <florin<AT>andrei.myip.org>)
- Bugfix with ICMP type 3 code 4 MTU and padding variables
- Packet counters have been changed to 'unsigned long long' thanks to a the
changes to the libnet_stats structure in libnet 1.1.1. :)
- There were numerous man page functional inconsistencies that are now
corrected
- Too many other misc bugfixes to mention.
0.6.0d Darren Bounds <[email protected]>
----------------------------------------------
Injection
- Just added the -V option for RAWIP injection to allow you to specify an
IP protocol number (brought on by the recent Cisco IOS DoS posting)
0.6.0c Darren Bounds <[email protected]>
----------------------------------------------
General
- Bugfix with the bugfix in 0.6.0b :(
- Additional configure test procedures
0.6.0b Darren Bounds <[email protected]>
----------------------------------------------
General
- Bugfix with pcap_setnonblock.c and conflicting definitions
0.6.0 Darren Bounds <[email protected]>
----------------------------------------------
Capture
- Removed packet reset support (-R, -RR)
- Added full ICMP decoding
- pcap_setnonblock() and pcap-int.h are now included in src/contrib for
compatibility with older libpcap versions
- Bugfix with memory leak in process_packets() (identified by Aapo Tahkola)
Injection
- Added a host response option (allowing you to see how the remote host
responses to your packet)
- Added raw IP injection mode option (recommended by Soren MacBeth
<soren.macbeth<AT>hushmail.com>)
- Count of 0 (-c 0) will inject packets forever (or until Ctrl-C)
- Ctrl-C now gives you the option to quit or continue (essentially pausing
injection)
- Improved injection statistical information
- Added UDP/TCP option for random destination port
- The port range separator is now "-" rather than ":" (ie: -D 1-1024)
- TCP/UDP source port is random by default
- ICMP Echo Request/Reply sequence and ID numbers now behave in a more
"normal" manner by default
- A number of option flags have changed (see the man page)
- Burst rate max is now 10000 (requested by Ricardo Panez)
- Bugfix with UDP -E flag assigned to incorrect variable (ethr_o.s_addr)
(identified by Edward Balduf <balduf<AT>ieee.org>)
- Bugfix with random IPv4 creating Class E addresses and addresses with 0
as the first octet (identified by Adrian Petre Mierlutiu
<peter<AT>timisoara.roedu.net>)
- Bugfix with URG flag being displayed as PSH (identified by Matthew Connor
<mconnor<AT>reisonline.com>)
- Bugfix with displaying ICMP code 0 being evaluated incorrectly
General
- libnet_get_prand() has been replaced with my own retrieve_rand_int()
- Added redhat spec file for rpm builds (thanks to Bennett Todd
<bet<AT>rahul.net>)
- Additional configure options (--without-capture, --without-injection,
--enable-debug)
- The getuid() function (which requires UID 0) is now only called only in
injection mode
- Additional statistical information
- Manpage updates
- Improved error handling
0.5.0b Darren Bounds <[email protected]>
----------------------------------------------
Injection
- Bugfix with the UDP header length when injecting multiple packets
(identified by Leopoldo Feal <pol<AT>netoides.com>)
0.5.0 Darren Bounds <[email protected]>
----------------------------------------------
Capture
- Added a UDP tear down option (using ICMP port unreachable)
- Added hex/ascii packet dump data (ala tcpdump)
- Enhanced and organized capture data display
- Removed tcpdump style capture mode (why recreate the wheel)
Injection
- Added full ARP/RARP/IARP support
- Added ICMP unreach/redirect/timeexceed/timestamp/mask options
- Added support for injection port ranges
- Added support for random Ethernet addresses
- Added support for random IPv4 addresses
General
- MacOS X support (thanks to Mike MacNeill for supplying OS/hardware)
- Hundreds of performance and functionality enhancements
- Bug fixes
0.4.6 Darren Bounds <[email protected]>
----------------------------------------------
Capture
- Added a TCP reset option in capture mode
General
- Bug fixes
0.4.5 Darren Bounds <[email protected]>
----------------------------------------------
Capture
- Added packet capture count option
- Capture statistics
General
- Added a configure script :)
- Added signal handling
- Major code reorg for future releases
- Bug fixes
0.4.1 Darren Bounds <[email protected]>
----------------------------------------------
Injection
- Added injection initialization code to solve the Ethernet destination
header problem
General
- Bug fixes
0.4.0 Darren Bounds <[email protected]>
----------------------------------------------
Capture
- Additional packet capture display modes
Injection
- Added a 'burst' mode for sending multiple packets per second
General
- Using a more scalable command-line syntax
- Bug fixes
0.3.5d Darren Bounds <[email protected]>
----------------------------------------------
Capture
- Added TOS (type of service) to verbose capture mode
- Optimized linklayer display in capture mode
Injection
- Acknowledgement number is not set by default
0.3.5c Darren Bounds <[email protected]>
----------------------------------------------
Injection
- Fixed auto-defining source Ethernet address bugs
- Specifying a destination Ethernet address is no longer required
General
- Added more descriptive error messages