-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathNEWS
More file actions
116 lines (87 loc) · 2.78 KB
/
NEWS
File metadata and controls
116 lines (87 loc) · 2.78 KB
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
caputils-0.7.15
---------------
* pf_ring: compatibility with 6.0
caputils-0.7.14
---------------
* adding a custom ethernet type for DPMI diagnostic packets.
* capshow supports many additional protocols.
* general improvements to output from tools.
* capdump improved filename generation when using markers.
* version number always includes git revision if available.
* new local-only filters for DT and frame numbers.
* adding generic functions for printing, stateful.
* pfring always using MTU buffer size instead of hardcoded value.
* fix issues when doing capture on loopback interfaces.
* general build fixes.
caputils-0.7.13
---------------
* pcap2cap improved.
* Support for BPF filters.
* capinfo showing more data.
caputils-0.7.12
---------------
* capfilter silent output.
* capmerge regression fixes.
caputils-0.7.11
---------------
* capfilter fixes.
caputils-0.7.10
---------------
* Additional capshow package decoding.
* Added stream_peek, stream_num_addresses, timepico_now.
* stream_copy truncates packages to caplen.
caputils-0.7.9
--------------
* capinfo output improvements.
* capdump output improvements.
* Drops invalid measurement frames.
caputils-0.7.8
--------------
* Quick bugfixes for PF_RING.
caputils-0.7.7
--------------
* More statistics and debugging messages.
* Support for AND/OR filters.
* Additional functions for developers
* support for PF_RING when doing ethernet capture.
caputils-0.7.6
--------------
* caphead_t typedef
* prototype for stream_from_getopt changed, abi breakage.
* additional functions for dealing with picotime
* capshow and capfilter improvements.
caputils-0.7.5
--------------
* `stream_t` is made a pointer, this will break applications but is easily
fixed.
* Additional utility functions.
* Changed buffering strategy.
* Added capmarker and capshow.
caputils-0.7.4
--------------
* Integrating libmarc into caputils.
* Adding function to add multiple ethernet multicast memberships to a single stream
* typedef struct stream stream_t
caputils-0.7.3
--------------
* Moving {,v}logmsg from libmarc here.
* Major API changes; breaks ABI.
* Fixed capdump.
* More man-pages.
* Fixing compability issues with linux-2.4
caputils-0.7.2
--------------
* Split filtering code from libcaputils to libfilter.
* Added two more utilities:
- capdump - record a stream
- capfilter - filter existing stream
* Added manpages.
caputils-0.7.0
--------------
Based on the 0.5 branch.
* Backwards-compability support
* Numerous API-fixes, the API is *NOT* compatable with earlier versions, but there
is only minor fixes required.
* Numerous bug-fixes, including endianess-fixes.
* New tools: capinfo, shows information about capfiles.
* Uses autotools and pkg-config