Skip to content

sngrep 1.4.3

Compare
Choose a tag to compare
@Kaian Kaian released this 26 Apr 17:43
· 196 commits to master since this release
  • Capture

    • Added support for capturing from multiples interfaces from command line
    • Fixed a bug where IP reassembly was only working whe packet only had two fragments
    • Fixed a bug where TCP packets where not assembled in the correct order
  • HEP/EEP

    • Added support for UUID chunks sent by asterisk HEP PJSIP module
  • SIP

    • Improved From/To header regexp to parse URIs without user part
    • SIP responses codes 600 will now set callstate to BUSY
  • Call Flow

    • Added keybinding to deselect previously selected arrow (defaults to Ctrl+W)
    • Fixed a bug while displaying arrows order of a dialog from multiple input files
  • Configuration

    • Configuration file can now be specified using environment variable SNGREPRC
    • Added -F command line option to start sngrep without reading any configuration file
  • Packages/Build

    • OpenSSL depedencies are now being searching using pkg-config if available