-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCHANGES
70 lines (37 loc) · 1.61 KB
/
CHANGES
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
v1.5 ...
- Makefile.in: Quote some pathnames properly.
- Handle some build errors better.
- Fix "make releasetar" on AIX and Solaris.
- Address some compiler warnings on Linux, NetBSD 9.2 and Solaris.
v1.4 Tue 15 Jun 08:30:11 BST 2021
- Install into bindir, not sbindir.
- Refine some C code style.
- Address many warnings from GCC, Clang and cppcheck.
- Fix wording in an error message.
- Update MAX_REASONABLE_PACKET_LENGTH to 262144.
- Tell libooh323c in the "-h" message.
- Update config.{guess,sub}, timestamps 2021-01-25,2021-03-10.
- Fix parallel build with FreeBSD make.
- Fix building with OpenBSD libpcap.
v1.3 Wed 19 Aug 19:00:47 BST 2020
- Update to modern autotools and remove some obsolete code.
- Remove dependency on libpcap pcap-int.h.
- Merge a patch from Fedora package.
- Fix compiling on Solaris.
- Fix compile errors with libosip2 4.1.0.
- Address a number of compiler warnings and add error checks.
- Fix formatting of some error messages.
- Improve printing of the usage message and add a "-h" option.
- Improve handling of time command-line arguments.
- Update documentation files.
v1.2 ...
- Use pcap_sf_pkthdr for portable savefiles.
- Use ftello/fseeko on systems which support it to handle files larger
than 2 gigabytes.
- Fix y2k bugs in date parsing.
- Introduce merging based on timestamp instead of simple concatenation
new "-l" flag merges based on relative instead of absolute time
new "-D" flag allows duplicate packets to come through
Note that there's no flag to get the original concatenation behavior.
v1.1 Wed Jun 23 17:19:32 PDT 1999
- Initial autoconf based release.