* Fri Jun 06 2025 Max Lin <mlin@suse.com>
- Stopped to use leap_version macro
* Sun Nov 03 2024 Martin Hauke <mardnh@gmx.de>
- Update to version 1.9
Enhancements
* Original PCAP Timestamps: Added support for original PCAP
timestamps, replacing timeofday-generated timestamps for
improved accuracy.
* TLS 1.3 Handling: Introduced handling for TLS version 1.3.
* RAW IP Capture Support: Implemented support for "raw IP"
captures, allowing capture of packets without Layer 2 headers.
* Connection Tracker Enhancements: Improved connection tracking
with live list and purge functionality.
Bug Fixes
* Documentation Updates: Updated README layout and fixed command
documentation.
* Fri Oct 13 2023 Andrea Manzini <andrea.manzini@suse.com>
- Update to version 1.8:
* Add date to version output
* Print meaningful error messages
* use cmake as build tool
* Add -z option for printing timestamps in front of TCP headers
- Update to version 1.7:
* For Y2K38 on 32 bit systems time_t tv_sec can be long long
* Adding tls1.3 decryption support
Version: 1.6-bp155.1.5
* Sun Feb 05 2023 Andrea Manzini <andrea.manzini@suse.com>
- Update to version 1.6
Changes:
* Fix missing port # in pcap files
* Print MAC keys only for non AEAD ciphers
* Thu May 26 2022 Martin Hauke <mardnh@gmx.de>
- Update to version 1.5
Changes
* doc: An example use-case of JA3.
Other
* Add parentheses around MAX and MIN.
* Add support for pcap output to FIFO.
Version: 0.9b3-bp150.1.3
* Thu Jun 29 2017 mlin@suse.com
- Compile with libpcap-devel-static if Leap
* Since pcap updated to new version in 42.3 too, ssldump need to
compile with libpcap-devel-static.
* Fri Jul 03 2015 alarrosa@suse.com
- Added a conditional build requirement to compile in versions
other than Factory.
* Fri Jul 03 2015 dimstar@opensuse.org
- BuildRequires libpcap-devel-static instead of libpcap: the static
library has been split out.
* Sun Jan 29 2012 coolo@suse.com
- update config.* files - upstream is dead ;(
* Sun Nov 27 2011 coolo@suse.com
- add libtool as buildrequire to avoid implicit dependency
* Thu Jul 26 2007 prusnak@suse.cz
- changed libpcap to libpcap-devel in BuildRequires
* Tue Jun 05 2007 mc@suse.de
- add ssldump-cvs-06-19-2006.diff
- re-work patch for new ssl version
* Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires
* Fri Oct 14 2005 ro@suse.de
- include openssl/md5.h in ssldecode.c
* Wed Jul 06 2005 choeger@suse.de
- #include <string.h> when using related functions
* Thu Feb 17 2005 choeger@suse.de
- Bugfix Bugzilla ID#50952 - ssldump has no support for AES cipher-suites
* Fri Apr 23 2004 choeger@suse.de
- use -fno-strict-aliasing to compile
- fixed two functions which does not return anything matching
their prototypes
* Thu Feb 12 2004 ro@suse.de
- adapt to change in libpcap: include moved to pcap_bpf.h
* Mon Nov 03 2003 choeger@suse.de
- make it build on biarch platforms
* Fri Oct 31 2003 choeger@suse.de
- new package (v0.9b3)