From Helen Baker Sun Mar 2 01:16:44 2003 From: Helen Baker (Helen Baker) Date: Sun, 2 Mar 2003 09:16:44 +0800 (CST) Subject: [Coral-dev] traffic.caida.org Message-ID: <1586CR1000013454@p1j2m3a4.pdhost.com> --438428944.1046567804640.JavaMail.SYSTEM.emaserver2 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Hi, I thought you might be interested in getting in-depth knowledge about your web audience and web traffic patterns in a reliable and cost-effective way. Stop Guessing - Start Knowing! - CoolStats measures web site traffic and online behavior of your visitors. - CoolStats will help you understand how to optimize your site to meet the needs of your visitors. - You get access to detailed, real-time statistical analysis of your web pages - 24 hours a day. Click at http://www.coolstats.com/viewdemo/index.html to view Online Demo. - CoolStats is the ultimate real-time tracking solution for small and mid-sized businesses. - 100% accuracy by measuring activity at the client, not via server based log files. - The fee of $24.95 is minimal compared to what it would cost you to run a tracking service yourself! Why CoolStats? - no programming to do - no servers to maintain - no software applications to install Click at http://p1j2m3a4.pdhost.com/pdsvr/www/r?1000013454.1586.15.E$8QASCDi1eeh7 to Sign Up now! "We needed to make business sense out of our web visitor behavior - CoolStats delivers first-class graphical reports that help us continuously improve and optimize our website to match the requirements of our target audience." BRYAN KASHILIN, BOSTON Click at http://www.coolstats.com/product/customerref.html to check what other customers say about us! For more information about our website tracking services, please visit our website or contact me directly at the below email. I look forward to hearing from you soon. Best regards, Helen Baker CoolStats Support Email: helen_baker@coolstats.com Http://www.coolstats.com Don't be the last one to know! ----------------------------------------------------------------------- This message has been brought to coral-dev@caida.org. If you do not wish to receive anymore emails, please follow the opt-out instruction below. We apologize for any inconvenience. --438428944.1046567804640.JavaMail.SYSTEM.emaserver2 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit

Hi,

I thought you might be interested in getting in-depth knowledge about your web audience and web traffic patterns in a reliable and cost-effective way.

Stop Guessing - Start Knowing
CoolStats measures web site traffic and online behavior of your visitors.
CoolStats will help you understand how to optimize your site to meet the needs of your visitors.
You get access to detailed, real-time statistical analysis of your web pages - 24 hours a day. View Online Demo!
CoolStats is the ultimate real-time tracking solution for small and mid-sized businesses.
100% accuracy by measuring activity at the client, not via server based log files.
The fee of $24.95 is minimal compared to
what it would cost you to run a tracking service
yourself!

Why CoolStats
No programming to do
No servers to maintain
No software applications to install

Sign Up now!
For more information about our website tracking services, please visit our website or contact me directly at the below email. I look forward to hearing from you soon.

Best regards
Helen Baker
Helen Baker
CoolStats Support
Email: helen_baker@coolstats.com
http://www.coolstats.com

Don't be the last one to know!

 


We needed to make business sense out of our web visitor behavior - CoolStats delivers first-class graphical reports that help us continuously improve and optimize our website to match the requirements of our target audience.

  Bryan Kashilin, Boston
 
Check what other customers say about us!

 

 

 


This message has been brought to coral-dev@caida.org. If you do not wish to receive anymore emails, please follow the opt-out instruction here. We apologize for any inconvenience.
 
. --438428944.1046567804640.JavaMail.SYSTEM.emaserver2-- From sbernard@gmu.edu Tue Mar 4 06:05:50 2003 From: sbernard@gmu.edu (Steve Bernard) Date: Tue, 04 Mar 2003 01:05:50 -0500 Subject: [Coral-dev] SNAP header Message-ID: <3E64423E.50400@gmu.edu> It seems that the SNAP header is causing me to lose several bytes of L4 data. I am currently using FORE-200E's so it's either 48-bytes or everything. My capture and storage requirements make the 'everything' impractical but, losing the L4 data makes the captures much less useful. Am I missing something, or is this something that will require some development with Perl and CRL.pm? Thanks, Steve From coral-info@caida.org Tue Mar 4 06:41:24 2003 From: coral-info@caida.org (David Moore) Date: Mon, 3 Mar 2003 22:41:24 -0800 Subject: [Coral-dev] SNAP header In-Reply-To: <3E64423E.50400@gmu.edu> References: <3E64423E.50400@gmu.edu> Message-ID: <20030303224124.Q81741@login.caida.org> On Tue, Mar 04, 2003 at 01:05:50AM -0500, Steve Bernard wrote: > It seems that the SNAP header is causing me to lose several bytes of L4 > data. I am currently using FORE-200E's so it's either 48-bytes or > everything. My capture and storage requirements make the 'everything' > impractical but, losing the L4 data makes the captures much less useful. > Am I missing something, or is this something that will require some > development with Perl and CRL.pm? If your network has an LLC/SNAP header at the front of packets there is nothing you can do about that if you can only capture the first cell. The first ATM cell only has 48 bytes, which includes that header. Your other choice is to capture everything, but only write out part of what you see, for example changing crl_to_pcap to truncate packets at whatever length you desire. -- david From joerg@nlanr.net Tue Mar 4 08:45:23 2003 From: joerg@nlanr.net (Joerg Micheel) Date: Tue, 4 Mar 2003 21:45:23 +1300 Subject: [Coral-dev] SNAP header In-Reply-To: <20030303224124.Q81741@login.caida.org>; from coral-info@caida.org on Mon, Mar 03, 2003 at 10:41:24PM -0800 References: <3E64423E.50400@gmu.edu> <20030303224124.Q81741@login.caida.org> Message-ID: <20030304214523.C14699@nlanr.net> On Mon, Mar 03, 2003 at 10:41:24PM -0800, David Moore wrote: > On Tue, Mar 04, 2003 at 01:05:50AM -0500, Steve Bernard wrote: > > It seems that the SNAP header is causing me to lose several bytes of L4 > > data. I am currently using FORE-200E's so it's either 48-bytes or > > everything. My capture and storage requirements make the 'everything' > > impractical but, losing the L4 data makes the captures much less useful. > > Am I missing something, or is this something that will require some > > development with Perl and CRL.pm? > > If your network has an LLC/SNAP header at the front of packets > there is nothing you can do about that if you can only capture the > first cell. The first ATM cell only has 48 bytes, which includes > that header. Your other choice is to capture everything, but only > write out part of what you see, for example changing crl_to_pcap > to truncate packets at whatever length you desire. Or capture the first two ATM cells of each AAL5 frame. Joerg -- Joerg B. Micheel Email: NLANR MNA at SDSC/UCSD Page: The University of Waikato, CompScience Phone: +64 7 8384794 Private Bag 3105 Fax: +64 7 8585095 Hamilton, New Zealand Plan: PMA, TINE and the DAG's From sbernard@gmu.edu Tue Mar 4 13:56:47 2003 From: sbernard@gmu.edu (Steve Bernard) Date: Tue, 04 Mar 2003 08:56:47 -0500 Subject: [Coral-dev] SNAP header In-Reply-To: <20030304214523.C14699@nlanr.net> References: <3E64423E.50400@gmu.edu> <20030303224124.Q81741@login.caida.org> <20030304214523.C14699@nlanr.net> Message-ID: <3E64B09F.8060505@gmu.edu> Joerg, This doesn't seem possible with CoralReef 3.5.1 and FORE 200Es. Are you suggesting an edit to 'crl_trace'? Or is there a method that I'm not seeing? Thanks, Steve Joerg Micheel wrote: > On Mon, Mar 03, 2003 at 10:41:24PM -0800, David Moore wrote: > >>On Tue, Mar 04, 2003 at 01:05:50AM -0500, Steve Bernard wrote: >> >>>It seems that the SNAP header is causing me to lose several bytes of L4 >>>data. I am currently using FORE-200E's so it's either 48-bytes or >>>everything. My capture and storage requirements make the 'everything' >>>impractical but, losing the L4 data makes the captures much less useful. >>>Am I missing something, or is this something that will require some >>>development with Perl and CRL.pm? >> >>If your network has an LLC/SNAP header at the front of packets >>there is nothing you can do about that if you can only capture the >>first cell. The first ATM cell only has 48 bytes, which includes >>that header. Your other choice is to capture everything, but only >>write out part of what you see, for example changing crl_to_pcap >>to truncate packets at whatever length you desire. > > > Or capture the first two ATM cells of each AAL5 frame. > > Joerg From joerg@nlanr.net Tue Mar 4 20:34:59 2003 From: joerg@nlanr.net (Joerg Micheel) Date: Wed, 5 Mar 2003 09:34:59 +1300 Subject: [Coral-dev] SNAP header In-Reply-To: <3E64B09F.8060505@gmu.edu>; from sbernard@gmu.edu on Tue, Mar 04, 2003 at 08:56:47AM -0500 References: <3E64423E.50400@gmu.edu> <20030303224124.Q81741@login.caida.org> <20030304214523.C14699@nlanr.net> <3E64B09F.8060505@gmu.edu> Message-ID: <20030305093459.D49773@nlanr.net> Hi Steve, On Tue, Mar 04, 2003 at 08:56:47AM -0500, Steve Bernard wrote: > This doesn't seem possible with CoralReef 3.5.1 and FORE 200Es. Are you > suggesting an edit to 'crl_trace'? Or is there a method that I'm not seeing? That would be a feature of the Dag3.2/3.5 series of OC3c/OC12c ATM/PoS cards. There is an internal hash table implementation on the StrongARM, which deals with this situation. The first N cells of each AAL5 frame can be specified, for N=1..15. The difficult part is to figure which cell is which, when capturing with N>1, but that should be doable with the first 2 cells. Joerg -- Joerg B. Micheel Email: NLANR MNA at SDSC/UCSD Page: The University of Waikato, CompScience Phone: +64 7 8384794 Private Bag 3105 Fax: +64 7 8585095 Hamilton, New Zealand Plan: PMA, TINE and the DAG's From sbernard@gmu.edu Tue Mar 4 22:19:20 2003 From: sbernard@gmu.edu (Steve Bernard) Date: Tue, 4 Mar 2003 17:19:20 -0500 Subject: [Coral-dev] SNAP header In-Reply-To: <20030305093459.D49773@nlanr.net> Message-ID: Hi Joerg, Sounds good, but I have Fore cards. I may look into buying some of DAGs at a later date but my 4 FORE cards are expensive to replace. Right now I'm focused on patching 'crl_to_pcap'. The combination of the FORE limitations and my storage requirements have conspired to make this the most realistic solution for me right now. Regards, Steve -----Original Message----- From: Joerg Micheel [mailto:joerg@nlanr.net] Sent: Tuesday, March 04, 2003 3:35 PM To: Steve Bernard Cc: Coral-dev@caida.org Subject: Re: [Coral-dev] SNAP header Hi Steve, On Tue, Mar 04, 2003 at 08:56:47AM -0500, Steve Bernard wrote: > This doesn't seem possible with CoralReef 3.5.1 and FORE 200Es. Are you > suggesting an edit to 'crl_trace'? Or is there a method that I'm not seeing? That would be a feature of the Dag3.2/3.5 series of OC3c/OC12c ATM/PoS cards. There is an internal hash table implementation on the StrongARM, which deals with this situation. The first N cells of each AAL5 frame can be specified, for N=1..15. The difficult part is to figure which cell is which, when capturing with N>1, but that should be doable with the first 2 cells. Joerg -- Joerg B. Micheel Email: NLANR MNA at SDSC/UCSD Page: The University of Waikato, CompScience Phone: +64 7 8384794 Private Bag 3105 Fax: +64 7 8585095 Hamilton, New Zealand Plan: PMA, TINE and the DAG's From mhunter@ack.Berkeley.EDU Tue Mar 11 17:50:02 2003 From: mhunter@ack.Berkeley.EDU (Mike Hunter) Date: Tue, 11 Mar 2003 09:50:02 -0800 Subject: [Coral-dev] Compilation problems Message-ID: <20030311175002.GB28185@ack.Berkeley.EDU> Hi everybody, I'm trying to test out coralreef, but I've run into problems compiling it: ... Making in libsrc/ASFinder /usr/local/bin/g++ -DHAS_BOOL -Wall -g -DPIC -fpic -I/usr/libdata/perl/5.00503/mach/CORE -c ASFinder.cc In file included from pat_func.h:48, from ASFinder.cc:387: Ipv4PrefixPatricia.hh:98: ISO C++ forbids declaration of `pair' with no type Ipv4PrefixPatricia.hh:98: template-id `pair' used as a declarator Ipv4PrefixPatricia.hh:98: parse error before `;' token ...... OS: FreeBSD 4.7-STABLE FreeBSD 4.7-STABLE #7: Fri Nov 1 06:30:38 PST 2002 i386 GCC version: Using builtin specs. gcc version 2.95.4 20020320 [FreeBSD] Any suggestions? Thanks, Mike From coral-info@caida.org Tue Mar 11 22:13:28 2003 From: coral-info@caida.org (Ken Keys) Date: Tue, 11 Mar 2003 14:13:28 -0800 Subject: [Coral-dev] Compilation problems In-Reply-To: <20030311175002.GB28185@ack.Berkeley.EDU> References: <20030311175002.GB28185@ack.Berkeley.EDU> Message-ID: <20030311141328.P1713@login.caida.org> Since 2.95.4 is not an official gcc release, all bets are off (see http://gcc.gnu.org/releases.html). We've compiled it with 2.95.3, 3.0, and 3.0.4; I suggest you use one of these. On Tue, Mar 11, 2003 at 09:50:02AM -0800, Mike Hunter wrote: > Hi everybody, > > I'm trying to test out coralreef, but I've run into problems compiling it: > > ... > Making in libsrc/ASFinder > /usr/local/bin/g++ -DHAS_BOOL -Wall -g -DPIC -fpic > -I/usr/libdata/perl/5.00503/mach/CORE -c ASFinder.cc > In file included from pat_func.h:48, > from ASFinder.cc:387: > Ipv4PrefixPatricia.hh:98: ISO C++ forbids declaration of `pair' with no type > Ipv4PrefixPatricia.hh:98: template-id `pair' used > as a declarator > Ipv4PrefixPatricia.hh:98: parse error before `;' token > ...... > > OS: > FreeBSD 4.7-STABLE FreeBSD 4.7-STABLE #7: Fri Nov 1 06:30:38 PST 2002 i386 > > GCC version: > Using builtin specs. > gcc version 2.95.4 20020320 [FreeBSD] > > Any suggestions? > > Thanks, > > Mike > _______________________________________________ > Coral-dev mailing list > Coral-dev@caida.org > http://login.caida.org/mailman/listinfo/coral-dev -- Ken Keys CoralReef: http://www.caida.org/tools/measurement/coralreef/ From Sarah Williams Sun Mar 16 20:15:17 2003 From: Sarah Williams (Sarah Williams) Date: Mon, 17 Mar 2003 04:15:17 +0800 (CST) Subject: [Coral-dev] traffic.caida.org Message-ID: <1751CR1000041090@p1j2m3a4.pdhost.com> --1827244739.1047845717312.JavaMail.SYSTEM.emaserver2 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit TrafficMagnet can help you achieve a top ranking on more than 300,000 search engines and directories. Are you looking for new ways to promote traffic.caida.org? TrafficMagnet can help you achieve a top ranking on the search engines. 1) Want to Grow Your Online Business? TrafficMagnet will submit your site to thousands of search engines every month. 2) Want to Increase Your Web Traffic? TrafficMagnet can help you drive more targeted traffic to your site. 3) Need Affordable Online Advertising? With TrafficMagnet you will save time and costs while you get the results you are looking for. Click at http://p1j2m3a4.pdhost.com/pdsvr/www/r?1000041090.1751.9.mnTPs3C5wuhuVr to sign up now! TrafficMagnet provides a powerful search engine marketing service to thousands of customers world wide. Click at http://p1j2m3a4.pdhost.com/pdsvr/www/r?1000041090.1751.11.UwxdmHVgU5JRKd for More Information! This email was sent to coral-dev@caida.org. We apologize if this email has reached you in error. We honor all removal requests. Please go to the link below to be removed from our mailing list. http://p1j2m3a4.pdhost.com/pdsvr/www/optoutredirect?UC=Lead&UI=10509115 --1827244739.1047845717312.JavaMail.SYSTEM.emaserver2 Content-Type: text/html; charset=utf-8 Content-Transfer-Encoding: 7bit
TrafficMagnet ™ can help you achieve a top ranking on more than 300,000 search engines and directories.
Man holding laptop
Are you looking for new ways to promote
traffic.caida.org?
TrafficMagnet can help you achieve a top ranking on the search engines.
Animated texts

Sign up now

  TrafficMagnet provides a powerful search engine marketing
  service to thousands of customers world wide. More Info!

This email was sent to coral-dev@caida.org. We apologize if this email has reached you in error.
We honor all removal requests. Please click here to be removed from our mailing list.
. --1827244739.1047845717312.JavaMail.SYSTEM.emaserver2-- From jeannie_thomas@network888.com Sun Mar 16 21:03:28 2003 From: jeannie_thomas@network888.com (jeannie thomas) Date: Sun, 16 Mar 2003 13:03:28 -0800 (PST) Subject: [Coral-dev] Do you Know Message-ID: <5654ghghgf@comp0> ------=_NextPart_18434_13803_4BD0.105F780215A5 Content-Type: text/html; charset="us-ascii" Content-Transfer-Encoding: 8bit Untitled Document

IS YOUR SPOUSE CHEATING ONLINE?

Find Out Who They Are Chatting/Emailing With All Those Hours!!!

Protect your family on the Internet
Make sure they are being safe on the Internet with Privacy-Control Monitoring Software.

Privacy-Control will hide on your computer and secretly record all instant messages, chat, email, web sites and more! Once you install it, it becomes completely invisible. Then, after the computer is used, you just enter a secret key-sequence, and you can see everything that happened!

Why wonder what is going on...? Let Privacy Control make internet safe for your family.

  • Records BOTH SIDES of chat, instant messages and email.
  • Records INCOMING and OUTGOING Hotmail, Yahoo Mail, AOL and more.
  • Works in total secrecy.... cannot be bypassed or detected by user. Will not slow down the computer

With Privacy-Control you can record:

  • AOL Instant Messenger
  • MSN Messenger
  • All web sites visited
  • All keystrokes type
  • Web based email
  • Compuserve
  • AOL

Privacy Control will NOT show up anywhere in the START menu, there will be no icons for it, and it won't even show up in the CTRL-ALT-DELETE menu. Only you can access it with a special key sequence/password.

Please visit us at http://www.privacy-control.com for more information.

Have peace of mind for ONLY $19.95. You can order securely and pay no shipping since it is a direct download!

Click Here To Order

To be opt-out from our future mailing please email optout@network888.com

You can also opt out by mail; Please send your request to:

11314 Ventura Blvd Suite #141
Studio City, CA 91604

Or by Phone (213) 216 8305

------=_NextPart_18434_13803_4BD0.105F780215A5-- From webmaster@hanafosok.co.kr Tue Mar 25 09:23:22 2003 From: webmaster@hanafosok.co.kr (=?ks_c_5601-1987?B?x8+zqrfOxeu9xQ==?=) Date: Tue, 25 Mar 2003 18:23:22 +0900 Subject: [Coral-dev] =?ks_c_5601-1987?B?KLGksO0px8+zqsb3vbq3ziC52bLZsO0gx/ax3bnewNohQA==?= Message-ID: <200303250921.h2P9L3ZW037503@login.caida.org> ÇϳªÆ÷½ºV-ź»ý±â³ä ´ëÃàÁ¦
 
 
 
 


±ÍÇÏÀÇ À̸ÞÀÏÁÖ¼Ò´Â ÀÎÅͳݼ­ÇÎÁ߾˰ԵǾúÀ¸¸ç, ¸ÞÀÏÁÖ¼ÒÀÌ¿ÜÀÇ ¾î¶°ÇÑ Á¤º¸µµ °¡Áö°í ÀÖÁö ¾Ê½À´Ï´Ù. ¸ÞÀϼö½ÅÀ» ¿øÇÏÁö ¾ÊÀ»°æ¿ì [¼ö½Å°ÅºÎ]¸¦ ´­·¯Áֽʽÿä.. °¨»ç ÇÕ´Ï´Ù. If you feel that this information is not what you want, please click [HERE] requesting to be removed. Thank you, and we apologize for any inconvenience.

From vilela@ravel.ufrj.br Mon Mar 31 15:36:37 2003 From: vilela@ravel.ufrj.br (vilela@ravel.ufrj.br) Date: Mon, 31 Mar 2003 12:36:37 -0300 Subject: [Coral-dev] Compilation problems Message-ID: <20030331153637.GC3717@ravel.ufrj.br> Hi, I´m trying to install coralreef in a Linux RedHat with gcc 2.95.3 and perl 5.6.1 and I´m getting the following message. Someone know how to resolve this problem? Thanks, Guilherme Vilela ... /usr/local/bin/g++ -DHAS_BOOL -c -g -O2 -I../.. -I../../libsrc/libcoral -I../../libsrc/hashtab -I/usr/local/perl5.6/lib/5.6.1/i686-linux/CORE Tables.cc In file included from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/../../../../include/g++-3/stl_alloc.h:56, from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/../../../../include/g++-3/alloc.h:21, from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/../../../../include/g++-3/std/bastring.h:39, from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/2.95.3/../../../../include/g++-3/string:6, from ../ASFinder/pat_func.h:47, from IP_Table.h:61, from Tables.cc:514: /usr/include/assert.h:32: warning: `assert' redefined /usr/local/perl5.6/lib/5.6.1/i686-linux/CORE/perl.h:2183: warning: this is the location of the previous definition In file included from Tables.cc:469: String_Table.h: In method `int String_Table::save_text(FILE *, int = 1)': String_Table.h:747: parse error before string constant String_Table.h:752: parse error before string constant String_Table.h: In method `char * String_Table::load_text(FILE *)': String_Table.h:803: parse error before `,' String_Table.h:810: parse error before `,' String_Table.h:817: parse error before `,' In file included from Tables.cc:484: String_Matrix.h: In method `int String_Matrix::save_text(FILE *, int = 1)': String_Matrix.h:762: parse error before string constant String_Matrix.h:767: parse error before string constant String_Matrix.h: In method `char * String_Matrix::load_text(FILE *)': String_Matrix.h:824: parse error before `,' String_Matrix.h:831: parse error before `,' String_Matrix.h:838: parse error before `,' In file included from Tables.cc:499: Length_Table.h: In method `int Length_Table::save_text(FILE *, int = 1)': Length_Table.h:743: parse error before string constant Length_Table.h:748: parse error before string constant Length_Table.h: In method `char * Length_Table::load_text(FILE *)': Length_Table.h:799: parse error before `,' Length_Table.h:806: parse error before `,' Length_Table.h:813: parse error before `,' ...