Skip to content

Examples: sngrep

Lorenzo Mangani edited this page Nov 21, 2015 · 6 revisions

sngrep

Irontec's awesome sngrep 1.x+ introduces command line option (-H) and settings (eep.send) to send capture data in HEP/EEP to Homer and to run headless as a capture agent:

  • -H or --eep-send: Send captured data to other Homer (udp:10.10.10.10:9060)
  • -N or --no-interface: Don't display sngrep interface, just capture
  • -q or --quiet: Don't print captured dialogs in no interface mode

Example

Capture all SIP packets from all devices that has source or destination port 5060 and send to Homer

sngrep port 5060 -H udp:10.10.10.10:9060 --no-interface -q

For further information please visit the sngrep wiki.

Clone this wiki locally