Re: [tcpdump-workers] LINUX_SLL2 printing update

2020-05-09 Thread Francois-Xavier Le Bail via tcpdump-workers
--- Begin Message --- On 09/05/2020 07:17, Guy Harris wrote: > On May 8, 2020, at 9:57 PM, Francois-Xavier Le Bail via tcpdump-workers > wrote: > >> For a quick look, I don't need 'ifindex N', but I need 'In/Out,...' >> >> Thus I propose to print: > +1 Done with 2b5ab9ae73292ee9e0cc01b86e127d9

Re: [tcpdump-workers] LINUX_SLL2 printing update

2020-05-08 Thread Guy Harris via tcpdump-workers
--- Begin Message --- On May 8, 2020, at 9:57 PM, Francois-Xavier Le Bail via tcpdump-workers wrote: > For a quick look, I don't need 'ifindex N', but I need 'In/Out,...' > > Thus I propose to print: +1 --- End Message --- ___ tcpdump-workers mailing

[tcpdump-workers] LINUX_SLL2 printing update

2020-05-08 Thread Francois-Xavier Le Bail via tcpdump-workers
--- Begin Message --- Hello, As a user, I think the current print with LINUX_SLL2 on the "any" interface is not optimal. tcpdump -nt: ifindex 2 (eth0) IP 192.168.1.1 > 9.9.9.9: ICMP echo request, id 1098, seq 1, length 64 ifindex 2 (eth0) IP 9.9.9.9 > 192.168.1.1: ICMP echo reply, id 1098, seq

Re: [tcpdump-workers] LINUX_SLL2

2015-03-23 Thread Paul "LeoNerd" Evans
On Mon, 2 Mar 2015 19:25:10 + "Paul \"LeoNerd\" Evans" wrote: > On Wed, 25 Feb 2015 10:20:40 + > Denis Ovsienko wrote: > > > This makes SLL2 quite close to sockaddr_ll (except the the order of > > fields and the sll_family field, which is told to be equal to > > AF_PACKET in this case).

Re: [tcpdump-workers] LINUX_SLL2

2015-03-02 Thread Paul "LeoNerd" Evans
On Wed, 25 Feb 2015 10:20:40 + Denis Ovsienko wrote: > This makes SLL2 quite close to sockaddr_ll (except the the order of > fields and the sll_family field, which is told to be equal to > AF_PACKET in this case). In other words, it looks sufficiently good > on paper to proceed with the imple

Re: [tcpdump-workers] LINUX_SLL2

2015-02-25 Thread Denis Ovsienko
On Sun, 15 Feb 2015 19:34:37 + Paul "LeoNerd" Evans wrote > On Tue, 13 Jan 2015 00:29:43 +0200 > Denis Ovsienko wrote: > > > List, > > > > there is an idea to improve libpcap and tcpdump to enable the latter > > to print interface name (index) and direction of each p

Re: [tcpdump-workers] LINUX_SLL2

2015-02-15 Thread Paul "LeoNerd" Evans
On Tue, 13 Jan 2015 00:29:43 +0200 Denis Ovsienko wrote: > List, > > there is an idea to improve libpcap and tcpdump to enable the latter > to print interface name (index) and direction of each packet: > > https://github.com/the-tcpdump-group/tcpdump/issues/296 > https://github.com/the-tcpdump-

Re: [tcpdump-workers] LINUX_SLL2 - TEST REPLY

2015-01-13 Thread Denis Ovsienko
>On the cornercase offchance that the failure is caused by my MUA >(claws-mail), here's a reply from mutt instead. It made it to the list. Don't change anything until you have defended your proposal. -- Denis Ovsienko ___ tcpdump-workers mailin

Re: [tcpdump-workers] LINUX_SLL2 - TEST REPLY

2015-01-13 Thread Paul LeoNerd Evans
On Tue, Jan 13, 2015 at 12:29:43AM +0200, Denis Ovsienko wrote: > Let me ask for feedback on this change because the original author has issues > posting to the mailing list. > > Paul, if you are receiving this as a list subscriber, please try to respond > to the list. On the cornercase offchan

[tcpdump-workers] LINUX_SLL2

2015-01-12 Thread Denis Ovsienko
List, there is an idea to improve libpcap and tcpdump to enable the latter to print interface name (index) and direction of each packet: https://github.com/the-tcpdump-group/tcpdump/issues/296 https://github.com/the-tcpdump-group/libpcap/issues/127 It is pretty much clear how to do that: the on