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).

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

Reply via email to