Re: Improve Lucida font family look

2012-01-10 Thread Matthieu Herrb
Ok here's a different approach. Install this new file as /etc/fonts/conf.d/30-lucida-aliases.conf for testing. (I'll provide the full patch to have it installed, but since it involves autotool magic, the patch is going to be too large). This file replaces ugly bitmapped fonts with true type ones

handle overlapping IPv6 fragments

2012-01-10 Thread Alexander Bluhm
Hi, Implement RFC 5722 and drop all IPv6 fragments that belong to a packet with overlapping fragments. ok? bluhm Index: netinet6/frag6.c === RCS file: /data/mirror/openbsd/cvs/src/sys/netinet6/frag6.c,v retrieving revision 1.39

Re: handle overlapping IPv6 fragments

2012-01-10 Thread Fernando Gont
On 01/10/2012 01:20 PM, Alexander Bluhm wrote: Implement RFC 5722 and drop all IPv6 fragments that belong to a packet with overlapping fragments. FWIW, you may be interested in this one, too: http://tools.ietf.org/id/draft-gont-6man-ipv6-atomic-fragments-00.txt Thanks, -- Fernando Gont

select()ing on the underlying descriptor of a pcap_t

2012-01-10 Thread Fernando Gont
Hi, folks, I'm doing I/O multiplexing with a pcap descriptor (select()ing on the underlying descriptor, to avoid having my app block on libpcap calls). When it comes to checking for writeability, it turns out that in most OSes this is basically a noop (the descriptor is always readable). For

Merhaba

2012-01-10 Thread Musteri Hizmetleri
Alisverise davetlisiniz! %90'a varan indirimlerle Alisverise davetlisiniz! Dunyanin Unlu markalari %90'a varan indirimlerle eliteczane.com'da! Unlu markalari en uygun fiyatlarla satin alma firsatini kacirmayin. Acele edin stoklar sinirli sayida! Hemen Al}~veri~e Ba~lay}n

Hola tech no te pierdas este especatacular articulo de oferta por pocos dias ref.juol

2012-01-10 Thread Lapicera Espia 4Gb y 8Gb Filma Saca Foto Almacena Archivos
Hola tech si no podes visualizar este correo, podes hacerlo clickeando en este enlace. Lapicera Espia 4GB y 8GB Filma - Camara Oculta - Graba Audio Video - Saca Fotos ((( Haga Click Aca Para Ver Detalle Completo Y Comprar ))) LO RECIBE EN LA PUERTA DE SU CASA ENVIO SIN CARGO A TODO EL PAIS !!

Re: handle overlapping IPv6 fragments

2012-01-10 Thread Alexander Bluhm
On Tue, Jan 10, 2012 at 07:51:03PM -0300, Fernando Gont wrote: On 01/10/2012 01:20 PM, Alexander Bluhm wrote: Implement RFC 5722 and drop all IPv6 fragments that belong to a packet with overlapping fragments. FWIW, you may be interested in this one, too:

Re: select()ing on the underlying descriptor of a pcap_t

2012-01-10 Thread Philip Guenther
On Tue, Jan 10, 2012 at 4:10 PM, Fernando Gont ferna...@gont.com.ar wrote: ... However, in OpenBSD (and apparently NetBSD, too) the underlying descriptor for a pcap_t is never writeable. If anything, it'd seem that having select() always report that the pcap_t descriptor is writeable is a