Re: Assembly and ELF

2002-11-22 Thread dslb
OK, I have read some more now and will ask a few questions. If I am asking the wrong place, please say so. 1. If have found part of what I am looking for: http://www.cs.ucdavis.edu/~haungs/paper/node14.html#sections But I need more info (in depth info). Is .bss = the heap? 2. I would like more inf

Re: Changing socket buffer timeout to a u_long?

2002-11-22 Thread Terry Lambert
Nate Lawson wrote: > This is orthogonal to the original discussion The original discussion was about whether or not to bloat a structure to successfully contain, without overflow, a timer interval stored in ticks instead of a fixed unit. 8-). > but if you had a single > system image, you use th

libpcap packet direction

2002-11-22 Thread Sean Hamilton
Greetings, Is it possible to get libpcap or bpf to tell me the direction of a packet going across an interface? They only seem to be able to match source and destination addresses, which isn't very useful for my application. thanks, sh To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsub

Re: Changing socket buffer timeout to a u_long?

2002-11-22 Thread Nate Lawson
On Fri, 22 Nov 2002, Terry Lambert wrote: > Nate Lawson wrote: > > As a member of the e2e camp, I'd say that any device which is looking at > > sequence space is implicitly an endpoint and has to accept the processing > > limitations as such. MITM devices (load balancers, firewalls, etc.) are > >

Re: Changing socket buffer timeout to a u_long?

2002-11-22 Thread Terry Lambert
Nate Lawson wrote: > As a member of the e2e camp, I'd say that any device which is looking at > sequence space is implicitly an endpoint and has to accept the processing > limitations as such. MITM devices (load balancers, firewalls, etc.) are > IMO a poor workaround for the fact that most endpoin

>>14.9 MILLION EMAIL ADDRESSES...PLUS $2,000 WORTH OF FREE EMAIL MARKETING SOFTWARE!

2002-11-22 Thread Naeniel
WOULD YOU LIKE TO HAVE YOUR MESSAGE SEEN BY OVER 14.9 MILLION TARGETED PROSPECTS DAILY? Below contains all the information you will ever need to market your product or service on the Internet. If you have a product, service, or message that you would like to get out to Thousands, Hundreds of T

Packet Capturing on GWs but don't let them go out.

2002-11-22 Thread soheil soheil
Hi I want to do packet capturing but as you know the pcap let the packet go out and just put a copy on the buffer . I just want to do a copy and don't let them go out . just i want that all of the packet from the sockets that are created by me travels through my server Packet - /* i don't

Packet Capturing on GWs but don't let them go out.

2002-11-22 Thread soheil soheil
Hi I want to do packet capturing but as you know the pcap let the packet go out and just put a copy on the buffer . I just want to do a copy and don't let them go out . just i want that all of the packet from the sockets that are created by me travels through my server Packet - /* i don't

Re: Changing socket buffer timeout to a u_long?

2002-11-22 Thread Nate Lawson
On Thu, 21 Nov 2002, Terry Lambert wrote: > Nate Lawson wrote: > > On Thu, 21 Nov 2002, Terry Lambert wrote: > > > FWIW: upping the roll-over rate is not a good reason to increase > > > the size of fields, unless you want to increase the TCP sequence > > > number filed to 64 bits? ...it has exactl

[no subject]

2002-11-22 Thread publicc
PUBLICC SOLUCIONES INFORMATICAS Los invitamos a visitar nuestro sitio web en: www.publiccsoluciones.com.ar Para conocer todas nuestras bases de datos de e-mail y las nuevas ofertas del mes. (Agregamos nuevos programas para envio de mails) Noviembre: 20.600 mails EducaciĆ³n (escuelas privadas y e

[no subject]

2002-11-22 Thread publicc
PUBLICC SOLUCIONES INFORMATICAS Los invitamos a visitar nuestro sitio web en: www.publiccsoluciones.com.ar Para conocer todas nuestras bases de datos de e-mail y las nuevas ofertas del mes. (Agregamos nuevos programas para envio de mails) Noviembre: 20.600 mails EducaciĆ³n (escuelas privadas y e

KWANZAA MUSIC OF NEW ORLEANS

2002-11-22 Thread MUSIC
We invite you to hear a collection of New Orleans Kwanzaa Music presented for your enjoyment by Bill Summers. http://www.essenceofkwanzaa.com To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

Re: Backup/restore of bootable w2k fat32 part from freebsd

2002-11-22 Thread Daniel O'Connor
On Fri, 2002-11-22 at 19:49, Mark Hannon wrote: > mtools has a command mattrib which can be used to store FAT attribs, I > have used it like so: > > mattrib -/ -p c:/'*' > tempfile > > tempfile will be a shell script you can execute to recreate the attributes. Ahh, interesting, one of the

Re: Backup/restore of bootable w2k fat32 part from freebsd

2002-11-22 Thread Mark Hannon
I think you'll have trouble unless you backup and restore the extra bits (system, hidden, archive) as well. I wrote a patch for msdosfs which maps these to suid/sgid/sticky (yes, I know, gross, but it was useful at the time). You can have it if you want. mtools has a command mattrib which can