16 Commits

Author SHA256 Message Date
c3fc4ae347 Accepting request 1321494 from home:mnhauke
- Update to version 1.8.3
  * Use libgcrypt-config if pkg-config is not available for
    libgcrypt.
  * Call flow group message cache.
  * Fixed an issue with the payload length of fragmented IPv6
    packets.
  * Add RFC 4733 DTMF display support by @Kaian based.
  * rtp: fix duration value in telephony-event is incorrectly
    converted.
- Add patch:
  * 0001-util-expose-sng_strncpy-definition.patch

OBS-URL: https://build.opensuse.org/request/show/1321494
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=29
2025-12-11 12:37:27 +00:00
7ee8344ce5 Accepting request 1253118 from home:AndreasStieger:branches:network:telephony
build with pcre2

OBS-URL: https://build.opensuse.org/request/show/1253118
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=27
2025-03-15 11:06:33 +00:00
a012bf779e Accepting request 1232986 from home:AndreasStieger:branches:network:telephony
sngrep 1.8.2

OBS-URL: https://build.opensuse.org/request/show/1232986
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=25
2024-12-21 21:05:45 +00:00
8170d0e63e Accepting request 1177800 from home:AndreasStieger:branches:network:telephony
CVE-2024-35434 boo#1225638

OBS-URL: https://build.opensuse.org/request/show/1177800
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=23
2024-06-18 19:06:02 +00:00
3238d00851 Accepting request 1166600 from home:mnhauke
- Update to version 1.8.1
  * Fix CVE-2024-3119: sngrep: buffer overflow due to improper
    handling of 'Call-ID' and 'X-Call-ID' SIP headers.
  * Fix CVE-2024-3120: sngrep: stack-buffer overflow due to
    inadequate bounds checking when copying 'Content-Length' and
    'Warning' headers into fixed-size buffers.

OBS-URL: https://build.opensuse.org/request/show/1166600
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=21
2024-04-11 05:03:20 +00:00
4cdb6271b7 Accepting request 1135123 from home:mnhauke
- Update to versino 1.8.0
  * fix typo in message, thanks to lintian.
  * fix compiler warnings about unused variables.
  * Fixed a typo in comment line in filter.c
  * Redefine usage of POSIX signals.
  * Support for building sngrep using CMake added.

OBS-URL: https://build.opensuse.org/request/show/1135123
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=19
2024-01-27 13:39:16 +00:00
948b497780 Accepting request 1076742 from home:mnhauke
- Update to version 1.7.0
  * save: add option --text to save captured data to plain text
  * capture: fix memory overflows while parsing IP headers
  * hep: fix hep listener enabled in offline mode
  * core: stop sngrep when parent process has ended
  * ssl: fix decrypt with AES256 GCM SHA384 cipher

OBS-URL: https://build.opensuse.org/request/show/1076742
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=17
2023-04-09 09:34:05 +00:00
83d438c4f0 Accepting request 1001693 from home:mnhauke
- Update to version 1.6.0
  * capture: added compatibility with openssl >= 3.5.0
  * capture: fixed memory leak while rotating dialogs
  * capture: added save file rotation through SIPHUP signal
  * capture: added support for opening gzip compressed input files
  * hep: received HEP packets can now be saved to PCAP files
  * core: added support for PCRE2 library
  * cf: raw payload preview now properly displays characters near
    window borders
  * cli: properly display captured dialog count when no interface
    is used

OBS-URL: https://build.opensuse.org/request/show/1001693
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=15
2022-09-23 05:25:34 +00:00
5da56eacea Accepting request 975522 from home:mnhauke
- Update to version 1.5.0
  * capture: add support for IP-IP encapsulation
  * capture: add support for IPv6 fragments reassembly
  * hep: add support for saving HEP received packets to PCAP
  * tls: check client TLS version in gnutls code
  * ui: fixed a crash when leaving ncurses screens

OBS-URL: https://build.opensuse.org/request/show/975522
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=13
2022-05-09 09:25:22 +00:00
c67c1cfd92 Accepting request 933938 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/933938
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=12
2021-11-30 22:36:52 +00:00
6faa5d7f0b Accepting request 894982 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/894982
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=10
2021-06-04 20:15:01 +00:00
2fcefd22e4 Accepting request 847824 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/847824
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=8
2020-11-15 15:47:24 +00:00
d4531b030e Accepting request 810130 from home:mnhauke
- Add patch:
  * fix-build-with-recent-ncurses-versions.patch

OBS-URL: https://build.opensuse.org/request/show/810130
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=6
2020-05-29 07:54:48 +00:00
7e23ea07b4 Accepting request 808356 from home:mnhauke
- 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

OBS-URL: https://build.opensuse.org/request/show/808356
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=5
2020-05-29 07:46:01 +00:00
2b5223256b Accepting request 649352 from home:elvigia:branches:network:telephony
- Switch to ncurses6w.
- 0001-ui-add-support-for-ncurses-compiled-with-opaque-stru.patch 
  setting ESCDELAY global can't be done with ncurses6 opaque, must
  use set_escdelay

OBS-URL: https://build.opensuse.org/request/show/649352
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=3
2018-11-15 20:26:46 +00:00
44df3f0d81 Accepting request 593333 from home:mnhauke
initial package for sngrep

OBS-URL: https://build.opensuse.org/request/show/593333
OBS-URL: https://build.opensuse.org/package/show/network:telephony/sngrep?expand=0&rev=1
2018-04-10 23:07:14 +00:00