Re: [tcpdump-workers] rpcap

2012-05-15 Thread Fulvio Risso
On 05/15/2012 10:52 PM, Artur wrote: Is rpcap implementation supports IPv6 address ? In function rpcap_send_request_start on patch rpcap2.patch (3518553 rpcap:// support) use only ipv4type address. Why dont use struct addrinfo hints and function getaddrinfo to can use ipv4 and ipv6? Just becaus

Re: [tcpdump-workers] tcpdump --color ?

2012-05-15 Thread Michael Richardson
Oh, and anyone doing --colour and to do what vim and Linux ls fail to do: you must set the foreground *AND* background colours If you don't do that then you assume everyone has white xterms, and which isn't the case, and one gets things like dark blue letters on a blue background... --

Re: [tcpdump-workers] tcpdump --color ?

2012-05-15 Thread Michael Richardson
> "Bass" == Bass writes: Bass> Hi, I've been using tcpdump a lot more lately and staring at Bass> long streams of packets and was wondering if the tcpdump devs Bass> would be willing to add a "--color" option to colorize the Bass> different major fields in the output. Well,

[tcpdump-workers] rpcap

2012-05-15 Thread Artur
Is rpcap implementation supports IPv6 address ? In function rpcap_send_request_start on patch rpcap2.patch (3518553 rpcap:// support) use only ipv4type address. Why dont use struct addrinfo hints and function getaddrinfo to can use ipv4 and ipv6? - This is the tcpdump-workers list. Visit https://c

[tcpdump-workers] tcpdump --color ?

2012-05-15 Thread Bass
Hi, I've been using tcpdump a lot more lately and staring at long streams of packets and was wondering if the tcpdump devs would be willing to add a "--color" option to colorize the different major fields in the output. For example, the timestamp could be one color, the protocol could be a differe