tcpbench: Don't use floating precision while printing PPS in UDP mode.

2012-01-28 Thread Christiano F. Haesbaert
Moin, I think it doesn't make sense for PPS, also, the rounding is wrong so we always get .000 This makes the output go from: Elapsed: 11685 Mbps: 63.602 Peak Mbps: 63.602 Rx PPS: 5401.000 to: Elapsed: 15000 Mbps:1227.177 Peak Mbps:1245.347 Tx PPS: 104210 ok ?

Re: Apache's FAQ.html

2012-01-28 Thread Rares Aioanei
On 01/27/2012 08:44 PM, Mikolaj Kucharski wrote: On Fri, Jan 27, 2012 at 08:42:08AM +, Jason McIntyre wrote: hmm. there are more problems than this: - some of the pages in htdocs refer to a FAQ page at http://httpd.apache.org/docs/misc/FAQ.html. the link doesn;t work though. - misc/i

Re: sppp(4): remove some crap

2012-01-28 Thread Theo de Raadt
I am OK with minor kernel-only ABI changes for a little while longer.

Re: sppp(4): remove some crap

2012-01-28 Thread Stuart Henderson
On 2012/01/28 14:20, Mike Belopuhov wrote: > On Sat, Jan 28, 2012 at 12:06 PM, Stuart Henderson > wrote: > > Any comments? ("bleurgh" is implicitly assumed). > > OK? This mail was sent through a router running it. > > > > hi, > > if you remove pp_fastq, why don't i see it being removed from the

Atentie!... Cad preturile!!!!

2012-01-28 Thread ATX Computers
Primiti acest mesaj in urma abonarii dvs. pe site-ul nostru sau printr-un site partener. Daca nu mai doriti sa primiti mesaje de la noi sau considerati ca abonarea dvs. s-a produs din greseala, va rugam sa acceptati scuzele noastre pentru neplacerile provocate si sa va dezabonati folosind urmatoru

Re: small vr(4) patch.

2012-01-28 Thread Mike Belopuhov
On Sat, Jan 28, 2012 at 3:54 AM, Brynet wrote: > Remove redundant call to vr_reset, it gets called in vr_init. > > -Bryan. > I agree that this is pointless. OK mikeb

Re: tcpdump IKE dissector: print UDP_ENCAP_*_DRAFT

2012-01-28 Thread Mitja Muženič
For what it's worth, I like the idea. Mitja > -Original Message- > From: owner-t...@openbsd.org [mailto:owner-t...@openbsd.org] On Behalf Of > Stuart Henderson > Sent: Saturday, January 28, 2012 10:54 AM > To: tech > Subject: tcpdump IKE dissector: print UDP_ENCAP_*_DRAFT > > cizco

Re: sppp(4): remove some crap

2012-01-28 Thread Mike Belopuhov
On Sat, Jan 28, 2012 at 12:06 PM, Stuart Henderson wrote: > Any comments? ("bleurgh" is implicitly assumed). > OK? This mail was sent through a router running it. > hi, if you remove pp_fastq, why don't i see it being removed from the header file?

tcpdump print-radius: use safeputs

2012-01-28 Thread Stuart Henderson
Some radius decodes have unprintable characters. Use safeputs() to escape them. Test file showing the problem at http://www.wand.net.nz/trac/libtrace/export/1746/trunk/test/traces/radius.pcap OK? Index: print-radius.c === RCS file:

sppp(4): remove some crap

2012-01-28 Thread Stuart Henderson
Any comments? ("bleurgh" is implicitly assumed). OK? This mail was sent through a router running it. Index: if_spppsubr.c === RCS file: /cvs/src/sys/net/if_spppsubr.c,v retrieving revision 1.95 diff -u -p -r1.95 if_spppsubr.c --- if_

Re: small vr(4) patch.

2012-01-28 Thread Brynet
On Sat, Jan 28, 2012 at 09:57:34AM +, Stuart Henderson wrote: > On 2012/01/27 21:54, Brynet wrote: > > Remove redundant call to vr_reset, it gets called in vr_init. > > Can you show me where it gets called? I don't see it. Apologies, it gets called in vr_chipinit, which is called early in vr_

Re: small vr(4) patch.

2012-01-28 Thread Stuart Henderson
On 2012/01/27 21:54, Brynet wrote: > Remove redundant call to vr_reset, it gets called in vr_init. Can you show me where it gets called? I don't see it. > -Bryan. > > Index: if_vr.c > === > RCS file: /cvs/src/sys/dev/pci/if_vr.c,v

tcpdump IKE dissector: print UDP_ENCAP_*_DRAFT

2012-01-28 Thread Stuart Henderson
cizco still use the IDs from the draft for nat-t, let tcpdump print them, useful for diagnosis even if the isakmpd patches are too messy. OK? Index: ike.h === RCS file: /cvs/src/usr.sbin/tcpdump/ike.h,v retrieving revision 1.23 d