pong

On 2021/03/16 22:08, Stuart Henderson wrote:
> This is a curses-based tool to display packet flows from SIP packets
> (either live or via pcap files).
> 
> OK to import?
> 
> I've had it in mystuff/ for getting on for 2 years because it hanged
> when viewing an INVITE; I only just figured out that they did this in an
> attempt to cope with OpenBSD bpf
> 
> #if defined (__OpenBSD__) && defined(_NET_BPF_H_)
> #define timeval bpf_timeval
> #endif
> 
> which, er, doesn't work very well. After removing that the actual code
> that needed a change was obvious. (Patches for that are submitted upstream).
> 

(there was a stray space at the end of COMMENT, I've not updated
it in the tar but has fixed my tree)

Attachment: sngrep.tgz
Description: application/tar-gz

Reply via email to