Re: Packet interception / Mangling

2005-06-27 Thread Julian Elischer
[EMAIL PROTECTED] wrote: Hi I wanted to know if there are any libraries similar to pcap to intercept packets/mangle packets. how about pcap? :-) There are also two other mechinisms.. "divert sockets" (man divert) which is used in conjuction with teh ipfw packet fileter and netgraph (

Re: How to disable at-boot configuration of a network interface but permit manual use of rc.d?

2005-06-27 Thread Dario Freni
nduja# grep ifconfig_ed1 /etc/rc.conf #ifconfig_ed1="DHCP" nduja# sh /etc/rc.d/dhclient start nduja# setenv ifconfig_ed1 DHCP nduja# sh /etc/rc.d/dhclient start Starting dhclient. ed1: flags=108843 mtu 1500 inet6 fe80::250:baff:fe7a:a9bd%ed1 prefixlen 64 scopeid 0x3 inet 37.0.203.1

Accurate/Fine-grained timing of latency in atheros drivers

2005-06-27 Thread Sam Pierson
Hey guys, In a current project, I need to find out exactly how long it takes to send a 802.11 packet and how much time is spent in the following stages: send time - time spent constructing message, including context switches and other delays and the time it takes to transfer the message to the ne

RE: How to disable at-boot configuration of a network interface but permit manual use of rc.d?

2005-06-27 Thread Seán C . Farley
On Mon, 27 Jun 2005, Darren Pilgrim wrote: From: Niki Denev [mailto:[EMAIL PROTECTED] Darren Pilgrim wrote: There are some conditions to the task given by the subject: 1: The interface must be present at boot. 2: Use of /etc/rc.d scripts to start and stop the interface is desirable. The firs

RE: How to disable at-boot configuration of a network interface but permit manual use of rc.d?

2005-06-27 Thread Darren Pilgrim
From: Niki Denev [mailto:[EMAIL PROTECTED] > Darren Pilgrim wrote: > > There are some conditions to the task given by the subject: > > > > 1: The interface must be present at boot. > > 2: Use of /etc/rc.d scripts to start and stop the interface > > is desirable. > > > > The first condition poses

Re: How to disable at-boot configuration of a network interface but permit manual use of rc.d?

2005-06-27 Thread Niki Denev
Darren Pilgrim wrote: There are some conditions to the task given by the subject: 1: The interface must be present at boot. 2: Use of /etc/rc.d scripts to start and stop the interface is desirable. The first condition poses no problem, just don't include the relevant ifconfig_ifn line in /etc/r

Re: problem handling POSIX thread on FreeBSD

2005-06-27 Thread John Baldwin
On Monday 27 June 2005 01:32 am, Pablo Mora wrote: > /* file: test.c */ > #include > #include > #include > #include > #include > > char buffer[512]; > pthread_mutex_t mutex, mutex2; > pthread_t hilo1, hilo2; > > void f1(void* ptr) > { > int i,n=10; > int valor=0; > char*p=(char*)p

How to disable at-boot configuration of a network interface but permit manual use of rc.d?

2005-06-27 Thread Darren Pilgrim
There are some conditions to the task given by the subject: 1: The interface must be present at boot. 2: Use of /etc/rc.d scripts to start and stop the interface is desirable. The first condition poses no problem, just don't include the relevant ifconfig_ifn line in /etc/rc.conf and the interface

RE: Wireless CDMA cards for Verizon

2005-06-27 Thread Alexander Kurilovich
Hi Don't know why attachment couldn't go through. So I put it in body: Append to FILE: src/sys/dev/usb/usbdevs vendor AIRPRIME 0x0f3d AirPrime, Incorporated vendor NOVATEL 0x1410 Novatel /* AirPrime products */ product AIRPRIME PC5220 0x0112 CDMA Wireless PC Card /* N

Packet interception / Mangling

2005-06-27 Thread cole
Hi I wanted to know if there are any libraries similar to pcap to intercept packets/mangle packets. What im trying to do specifically is like link compression, and I would then need to check if the packet is then compressed and decompress, and so forth and so on. I would like to avoid having to

IPv6 Extension Headers

2005-06-27 Thread Srinivas Goud
Hello All, I am working on IPv6 Extension Headers Implementation. I am confused with freeBSD implementation and RFC2460 specification for Destination Options. My interpretation from RFC2460 is that, If a packet consists of hop-by-hop and destination extension headers, destination header should

Re: GmailFS

2005-06-27 Thread Robert Watson
On Mon, 27 Jun 2005, Jeremie Le Hen wrote: hello guys can not the FUSE http://fuse.sourceforge.net ported to freebsd ? it would be nice to test the gmail fs on freebsd http://richard.jones.name/google-hacks/gmail-filesystem/gmail-filesystem.html AFAIK, this is not available with FreeBSD. The

Re: GmailFS

2005-06-27 Thread Jeremie Le Hen
Hi Julian, Hi Maslan, > is not the portalfs an implementation of a user space filesystem? yes indeed, I never used it and this is not a very familiar subject on these mailing lists. Sorry for giving bad information. Regards, -- Jeremie Le Hen < jeremie at le-hen dot org >< ttz at chchile dot o