Package Release Info

sngrep-1.4.5-bp150.2.4

Update Info: Base Release
Available in Package Hub : 15

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

sngrep

Change Logs

* Tue Apr 03 2018 mardnh@gmx.de
- Switch to openssl
- Add patch:
  * 0001-ui-add-support-for-ncurses-compiled-with-opaque-stru.patch
* Fri Mar 30 2018 mardnh@gmx.de
- Initial package, version 1.4.5
Version: 1.4.10-bp154.1.31
* Thu Nov 25 2021 Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.10
  * fix compilation errors when using -Werror=format-security
  * capture: properly set transport as TCP for assembled TCP
    messages
  * config: alias keyword now supports IP:PORT format.
  * filter: increased size of src and dst fields for IPv6 addresses
- Drop patch:
  * fix-build-with-recent-ncurses-versions.patch
* Sat May 22 2021 Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.9
  * capture: add support for HEP/EEP protocol packet capture
  * capture: fixed a buffer overflow while validating TCP packets
  * call flow: improved display for B-leg extended flows
* Wed Nov 11 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.8
  * capture: add support for IPv6 SDP connection address
  * capture: fixed a crash while parsing INVITES without R-URI
  * capture: fixed a crash while parsing malformed Req/Resp lines
  * call flow: improved IPv6 RTP columns address display
  * core: code cleanup removing unused variables
  * core: fixed multiple snprintf memory overflows
  * core: avoid crash when linking against ncurses without tinfo
* Sat May 23 2020 Martin Hauke <mardnh@gmx.de>
- Update to version 1.4.7
  * capture: fixed a crash with invalid CSeq values
  * capture: allow configurable libpcap capture buffer
  * hep: support parsing of HEPv3 headers in any order
  * ssl: updated code to exclude deprecated OpenSSL functions
  * call raw: add support to IP alias display
  * call list: updated diverted Call state conditions
  * cli: match expression now applies to whole SIP payload
  * cli: add support to multiple comma separated capture devices
  * sip: add KDMQ custom method to SIP parser
- Update to version 1.4.6
  * capture: fixed pcap reading from stdin
  * capture: make SIP regexp more tolerant to invalid uris
  * capture: SIP dialogs can now start with INFO, REFER and UPDATE
  * call list: Added methods and key bindings for soft clear of
    call list
  * call flow: improved performance while displaying a dialog with
    lots of messages
  * call flow: arrows are now sorted by time while displaying
    multiple dialogs
  * ui: fixed multiples buffer overflows crashes
  * ui: improve compatibility with newest ncurses version
- Drop not longer needed patch:
  * 0001-ui-add-support-for-ncurses-compiled-with-opaque-stru.patch
- Add patch:
  * fix-build-with-recent-ncurses-versions.patch