Config.in 440 B

1234567891011121314
  1. comment "sngrep needs a toolchain w/ threads"
  2. depends on !BR2_TOOLCHAIN_HAS_THREADS
  3. config BR2_PACKAGE_SNGREP
  4. bool "sngrep"
  5. depends on BR2_TOOLCHAIN_HAS_THREADS
  6. select BR2_PACKAGE_NCURSES
  7. select BR2_PACKAGE_LIBPCAP
  8. help
  9. sngrep is a tool for displaying SIP calls message flows from
  10. terminal. It supports live capture to display realtime SIP
  11. packets and can also be used as PCAP viewer.
  12. https://github.com/irontec/sngrep