Re: [tcpdump-workers] libpcap pluggable I/O branch, rebased

2020-08-21 Thread Ray Bellis via tcpdump-workers
--- Begin Message --- On 21/08/2020 20:26, Michael Richardson wrote: > > Ray, I rebased raybellis-gzip-v2 upon libpcap head. > Do you have a github that I can add as as reviewer? Do you mean my github a/c name? That's just "raybellis". > Mostly I did this because the FreeBSD tests seemed to

Re: [tcpdump-workers] Capturing external packets sent to loopback (FreeBSD) ?

2020-02-24 Thread Ray Bellis via tcpdump-workers
--- Begin Message --- On 24/02/2020 17:42, Guy Harris wrote: > What do you mean by "loopback" here? The term "loopback interface" > generally means "fake interface that sends packets from the machine > to itself" on UN*Xes, e.g. the lo0 interface on most UN*Xes or just > lo on Linux. Is that the

Re: [tcpdump-workers] Capturing external packets sent to loopback (FreeBSD) ?

2020-02-24 Thread Ray Bellis via tcpdump-workers
--- Begin Message --- On 24/02/2020 17:19, Michael Richardson wrote: > > Ray Bellis via tcpdump-workers wrote: > > I've got a daemon that listens on a virtual IP address, that is itself > > attached to a cloned loopback interface on FreeBSD. > &g

[tcpdump-workers] Capturing external packets sent to loopback (FreeBSD) ?

2020-02-24 Thread Ray Bellis via tcpdump-workers
--- Begin Message --- I've got a daemon that listens on a virtual IP address, that is itself attached to a cloned loopback interface on FreeBSD. Packets for that daemon could be arriving from multiple physical interfaces, and that's what's taxing me just now. I would -really- like to be able to p