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
|
pcaputils (0.8-1.1) unstable; urgency=medium
* Non-maintainer upload.
[ gregor herrmann ]
* Fix "Removal of obsolete debhelper compat 5 and 6 in bookworm":
Bump to 7 in debian/{compat,control}.
(Closes: #965769)
* Fix "missing required debian/rules targets build-arch and/or build-
indep": Add missing targets in debian/rules.
(Closes: #999325)
[ Helmut Grohne ]
* Fix FTCBFS: Let dh_auto_build pass cross tools to make. (Closes: #901211)
-- gregor herrmann <gregoa@debian.org> Sun, 26 Dec 2021 01:22:56 +0100
pcaputils (0.8-1) unstable; urgency=low
* New upstream release.
- pcapdump: support DLT_RAW; closes: #511948.
- Fix typo in pcapdump manpage; closes: #511326.
- Fix description in pcappick manpage; closes: #521158.
- Add -T / duration option to limit capture duration (from Stéphane
Bortzmeyer).
- Add -R / random option to do uniform probabilistic sampling (from
Stéphane Bortzmeyer).
-- Robert S. Edmonds <edmonds@debian.org> Sat, 09 May 2009 19:18:08 -0400
pcaputils (0.7-1) unstable; urgency=low
* New upstream release.
- pcapdump: fix broken packet sampling.
-- Robert S. Edmonds <edmonds@debian.org> Sun, 25 May 2008 15:50:18 -0400
pcaputils (0.6-1) unstable; urgency=low
* New upstream release.
- pcapdump: add -S / sample option to record a subset of captured packets.
- Fix parsing of cfgopt values to allow '=' in bpf expressions.
-- Robert S. Edmonds <edmonds@debian.org> Mon, 12 May 2008 12:49:19 -0400
pcaputils (0.5-1) unstable; urgency=low
* New upstream release.
- pcapdump: correct packet bytes dumped calculation when using -H.
- pcapnet: remove inline declarations which caused FTBFS errors with
gcc-4.3.
-- Robert S. Edmonds <edmonds@debian.org> Tue, 25 Mar 2008 13:54:10 -0400
pcaputils (0.4-1) unstable; urgency=low
* New upstream release.
- Add -r / readfile option to pcapdump to read from a saved trace file.
- Add -H / headersonly option to pcapdump which only writes link,
network, and transport headers to trace files.
-- Robert S. Edmonds <edmonds@debian.org> Tue, 25 Mar 2008 00:25:21 -0400
pcaputils (0.3-1) unstable; urgency=low
* New upstream release.
-- Robert S. Edmonds <edmonds@debian.org> Sat, 08 Mar 2008 22:18:03 -0500
pcaputils (0.2-1) unstable; urgency=low
* New upstream release.
- portable IP checksum implementation; closes: #469889.
-- Robert S. Edmonds <edmonds@debian.org> Fri, 07 Mar 2008 21:20:59 -0500
pcaputils (0.1-1) unstable; urgency=low
* New upstream release.
* Add LSB info to init script; closes: #468368.
-- Robert S. Edmonds <edmonds@debian.org> Tue, 04 Mar 2008 15:49:33 -0500
pcaputils (0.0.2-1) unstable; urgency=low
* New upstream release:
- Fix calculation in human_readable_rate()
- Remove empty #define on big endian arches (FTBFS); closes: #454252.
-- Robert S. Edmonds <edmonds@debian.org> Mon, 26 Nov 2007 17:13:58 -0500
pcaputils (0.0.1-1) unstable; urgency=low
* Initial release; closes: #449322.
-- Robert S. Edmonds <edmonds@debian.org> Sat, 24 Nov 2007 22:45:46 -0500
|