Skip to content

sngrep 0.2.2

Compare
Choose a tag to compare
@Kaian Kaian released this 05 Feb 19:09
· 813 commits to master since this release
  • Removed autotools generated scripts, now you must run ./bootstrap.sh before configuring
  • Added a new panel to configure Call List columns during runtime (static configuration can still be done using sngreprc file)
  • Added a configuration option to change selected message highlight in Call Flow (bold is not properly displayed in some terminals)
  • Fixed message retransmission detection (-->>>)
  • Fixed some drawing issues on small screens
  • Fixed a crash when capturing while saving pcap dialog was being displayed
  • Fixed a bug that considered ACK as a response instead of a request
  • Fixed Call state for REJECTED calls
  • Fixed Colors for monochrome terminals
  • Changed default column width for SIP To/From to 30 characters
  • Other minor fixes