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