Re: [tcpdump-workers] HUGE packet-drop

2011-02-06 Thread Luca Bruno
ueeze (which was released a couple of days ago) has both: * http://packages.debian.org/squeeze/libpcap0.8 * http://merkel.debian.org/~jurij/2.6.32-30/amd64/ You may want to try there, adding patches and sysctl on top of it. Cheers, Luca -- .''`. ** Debian GNU/Linux ** | Luca Bruno (

Re: [tcpdump-workers] [PATCH] libpcap: Add datalink-type to match

2010-04-15 Thread Luca Bruno
specification compliant) but still need to correctly handle, inspect, sniff from there and pcap-save them. If you're right and this patch isn't correct, how can I properly address that? Cheers, Luca -- .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) : :' : The Univers

Re: [tcpdump-workers] [PATCH] libpcap: Add datalink-type to match

2010-04-15 Thread Luca Bruno
o let anyone aware of it, if they need to handle non-standard traffic. I think we're saying almost the same here, isn't it? Maybe my commit message wasn't clear enough... Cheers, Luca -- .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) : :' : The Universal

Re: [tcpdump-workers] non-root pcap capture under Linux

2010-04-09 Thread Luca Bruno
`man 3 cap_from_text` for full details. Ciao, Luca -- .''`. ** Debian GNU/Linux ** | Luca Bruno (kaeso) : :' : The Universal O.S.| lucab (AT) debian.org `. `'` | GPG Key ID: 3BFB9FB3 `- http://www.debian.org | Debian GNU/Linux Developer pgpITEjYjhadI.pgp Description: PGP signature

[tcpdump-workers] [PATCH] libpcap: Add datalink-type to match IEEE 802.15.4 ARP hardware type

2010-04-08 Thread Luca Bruno
-off-by: Luca Bruno --- pcap-linux.c | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/pcap-linux.c b/pcap-linux.c index af12543..782c0cc 100644 --- a/pcap-linux.c +++ b/pcap-linux.c @@ -2628,6 +2628,18 @@ static void map_arphrd_to_dlt(pcap_t *handle, int arptype