argus-clients 3.0.7.1 Cisco V9 flows

jdenton jdenton at itcglobal.com
Wed Oct 24 17:38:35 EDT 2012


Hi Carter,

Was able to run the latest ra client 3.0.7.3 with a similar seg dump.
See attached debug file and pcap.

Regards,
Jon


On 10/2/12 10:24 AM, jdenton at itcglobal.com wrote:
> Hi Carter,
>
> Running argus but it is forking in gdb but I am not using -d ?
> Can run standalone and write to a file.
> Will write to a file and read with ra.
>
> Regards,
> Jon
>
>
>> [root at syslog argus-3.0.7.1]#
>> [root at syslog argus-3.0.7.1]#
>> [root at syslog argus-3.0.7.1]# gdb bin/argus
>> GNU gdb (GDB) Fedora (7.2-51.fc14)
>> Copyright (C) 2010 Free Software Foundation, Inc.
>> License GPLv3+: GNU GPL version 3 or later 
>> <http://gnu.org/licenses/gpl.html>
>> This is free software: you are free to change and redistribute it.
>> There is NO WARRANTY, to the extent permitted by law.  Type "show 
>> copying"
>> and "show warranty" for details.
>> This GDB was configured as "i686-redhat-linux-gnu".
>> For bug reporting instructions, please see:
>> <http://www.gnu.org/software/gdb/bugs/>...
>> Reading symbols from /usr/src/argus/argus-3.0.7.1/bin/argus...done.
>> (gdb)
>> (gdb) run -S cisco://10.3.55.9:9996 -w - | ra
>> Starting program: /usr/src/argus/argus-3.0.7.1/bin/argus -S 
>> cisco://10.3.55.9:9996 -w - | ra
>> argus[16611]: 02 Oct 12 10:16:11.293927 started
>> During startup program exited with code 1.
>> (gdb)
>> (gdb)
>> (gdb) quit
>> [root at syslog argus-3.0.7.1]#
>> [root at syslog argus-3.0.7.1]#
>> [root at syslog argus-3.0.7.1]# ps -ef | grep argus
>> root     16611     1  0 10:16 ?        00:00:00 
>> /usr/src/argus/argus-3.0.7.1/bin/argus -S cisco://10.3.55.9:9996 -w -
>> root     16615 25153  0 10:16 pts/0    00:00:00 grep --color=auto argus
>> [root at syslog argus-3.0.7.1]#
>> [root at syslog argus-3.0.7.1]#
>> [root at syslog argus-3.0.7.1]# kill -9 16611
>> [root at syslog argus-3.0.7.1]#
>> [root at syslog argus-3.0.7.1]# gdb bin/argus
>> GNU gdb (GDB) Fedora (7.2-51.fc14)
>> Copyright (C) 2010 Free Software Foundation, Inc.
>> License GPLv3+: GNU GPL version 3 or later 
>> <http://gnu.org/licenses/gpl.html>
>> This is free software: you are free to change and redistribute it.
>> There is NO WARRANTY, to the extent permitted by law.  Type "show 
>> copying"
>> and "show warranty" for details.
>> This GDB was configured as "i686-redhat-linux-gnu".
>> For bug reporting instructions, please see:
>> <http://www.gnu.org/software/gdb/bugs/>...
>> Reading symbols from /usr/src/argus/argus-3.0.7.1/bin/argus...done.
>> (gdb)
>> (gdb)
>> (gdb) run -S cisco://10.3.55.9:9996 -w argus.9996.arg
>> Starting program: /usr/src/argus/argus-3.0.7.1/bin/argus -S 
>> cisco://10.3.55.9:9996 -w argus.9996.arg
>> [Thread debugging using libthread_db enabled]
>> Detaching after fork from child process 16622.
>> Detaching after fork from child process 16623.
>> argus[16623]: 02 Oct 12 10:16:52.212914 started
>>
>> Program exited normally.
>> (gdb)
>> (gdb)
>> (gdb) quit
>> [root at syslog argus-3.0.7.1]#
>> [root at syslog argus-3.0.7.1]#
>> [root at syslog argus-3.0.7.1]# ps -ef | grep argus
>> root     16623     1  0 10:16 ?        00:00:00 
>> /usr/src/argus/argus-3.0.7.1/bin/argus -S cisco://10.3.55.9:9996 -w 
>> argus.9996.arg
>> root     16628 25153  0 10:16 pts/0    00:00:00 grep --color=auto argus
>> [root at syslog argus-3.0.7.1]#
>> [root at syslog argus-3.0.7.1]#
>> [root at syslog argus-3.0.7.1]#
>
>
>
>
>
>
>
>
> On 10/01/2012 08:10 PM, Carter Bullard wrote:
>> Hey Jon,
>> Here is a snapshot of the current argus-3.0.7.1. I'm sending this to the list,
>> rather than posting
>> it as I still have a few things to put in before I upload (changes, man page
>> updates etc.....),
>> a few bug fixes, etc.....I should have that up later this week.
>>
>> The netflow v9 parsing code is in this argus, as argus understands processing
>> packets,
>> the clients, like ra(), can't deal with pcap formatted files, so argus is our
>> testbed. The logic
>> should be the same.
>>
>> So if you run argus against your netflow v9 stream:
>>
>> argus -S cisco://10.3.55.9:9996 -w - | ra
>>
>> That maybe a good test, or at least a different test.
>>
>> With the gdb() output that you can generate using ra(), we should printout some
>> of the variables to see why there is a problem decoding some of the port strings.
>> Printing out the value of ' i ', ' tp ', ' *tp ' would be very helpful.
>>
>> Also running ra() with the -nn option, so that it won't try to print the port string
>> may also be helpful to understand the bug.
>>
>> If you have any problems, send email to the list,
>> Thanks !!!!
>>
>> Carter
>>
>>
>>
>> On Oct 1, 2012, at 1:23 PM, Carter Bullard <carter at qosient.com  
>> <mailto:carter at qosient.com>> wrote:
>>
>> > Hey Jon,
>> > Sorry for the delay. I'll get that out his evenig as well.
>> > Keep beating me up on this until I get it done.
>> > Carter
>> >
>> > On Oct 1, 2012, at 12:15 PM, "jdenton at itcglobal.com  
>> ><mailto:jdenton at itcglobal.com>"<jdenton at itcglobal.com
>> >  <mailto:jdenton at itcglobal.com>> wrote:
>> >
>> >> Carter,
>> >>
>> >> Where can I get argus-3.0.7.1 src to give this a try?
>> >> Don't see it under ~/argus/dev?
>> >>
>> >> Regards,
>> >> Jon
>> >>
>> >>
>> >> On 09/28/2012 10:12 AM, Carter Bullard wrote:
>> >>> Hey Jon,
>> >>> Very curious.  argus-3.0.7.1 can read this pcap file, without any problems on my machines, here.
>> >>> argus-clients and argus are sharing the same code for netflow decoding, or at least similar code.
>> >>>
>> >>> Can you do this on your machines to see what is happening?
>> >>>
>> >>>     argus -r cisco:./Cisco-V9-Flow-10.3.55.9_28Sept2012.pcap -w - | ra
>> >>>
>> >>> If this doesn't work on your machine, then that will help, if it does, that will
>> >>> help as well.
>> >>>
>> >>> Carter
>> >>>
>> >>> On Sep 28, 2012, at 10:31 AM,"jdenton at itcglobal.com"   <jdenton at itcglobal.com>   wrote:
>> >>>
>> >>>> Carter,
>> >>>>
>> >>>> Second run and pcap with ra -D 5 debugging enabled.
>> >>>>
>> >>>>
>> >>>> Regards,
>> >>>> Jon
>> >>>>
>> >>>>
>> >>>> On 09/27/2012 03:30 PM,jdenton at itcglobal.com   wrote:
>> >>>>> Hi Carter,
>> >>>>>
>> >>>>> Here's the dump and the pcap for ra in gdb.
>> >>>>> Suspect it occurred on packet 314 as it is the only packet fgrep finds 'DstPort:
>> >>>>> 55284'.
>> >>>>> Or a HASHNAMESIZE issue beyond the defined 4096 value in argus_util.h??
>> >>>>>
>> >>>>> Regards,
>> >>>>> Jon
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>>
>> >>>>> On 09/27/2012 06:33 AM, Carter Bullard wrote:
>> >>>>>> Hey Jon,
>> >>>>>> This looks pretty good until the Segmentation fault (core dumped).
>> >>>>>> If possible, could you run ra() under gdb(), with the same options, so we
>> >>>>>> can see where it blowing up?
>> >>>>>>
>> >>>>>> To turn on gdb support, if you haven't done this yet, try (in your clients root directory),
>> >>>>>>      % touch .devel .debug
>> >>>>>>      % ./configure
>> >>>>>>      % make clean; make
>> >>>>>>
>> >>>>>>      % gdb bin/ra
>> >>>>>>      (gdb) run -Scisco://10.3.55.9:9996
>> >>>>>>
>> >>>>>> And we'll see where the problem is.
>> >>>>>>
>> >>>>>> If at the same time you can capture the port 9996 packet data, we maybe able to
>> >>>>>> recreate the problems you are getting.
>> >>>>>>
>> >>>>>> Thanks !!!!!!!!!
>> >>>>>>
>> >>>>>> Carter
>> >>>>>>
>> >>>>>> On Sep 26, 2012, at 11:36 PM,jdenton at itcglobal.com    wrote:
>> >>>>>>
>> >>>>>>> Carter,
>> >>>>>>>
>> >>>>>>> Here's the results for running the basic ra -Scisco://host:port.
>> >>>>>>>
>> >>>>>>> Regards.
>> >>>>>>> Jon Denton
>> >>>>>>>
>> >>>>>>>
>> >>>>>>>> [root at syslog bin]# ./ra -Scisco://10.3.55.9:9996
>> >>>>>>>> ra[31076]: 22:24:15.616074 Binding 10.3.55.9:9996 Expecting Netflow records
>> >>>>>>>>            StartTime      Flgs  Proto            SrcAddr  Sport   Dir            DstAddr  Dport  TotPkts   TotBytes State
>> >>>>>>>>      14:29:02.600000 N            tcp      74.125.224.70.thpth     ?>          10.15.131.2.49839        13      14027   CON
>> >>>>>>>>      14:29:01.968000 N            tcp        10.15.131.2.56016     ?>       206.165.250.94.thpth         3        132   CON
>> >>>>>>>>      14:29:02.596000 N            tcp        10.15.131.2.49840     ?>        74.125.224.70.thpth        13       1454   CON
>> >>>>>>>>      14:29:02.600000 N            tcp      74.125.224.70.thpth     ?>          10.15.131.2.49840        18      18766   CON
>> >>>>>>>>      14:29:18.132000 N            tcp      88.208.52.174.thpth     ?>          10.15.131.2.56034        17      17716   FIN
>> >>>>>>>>      14:29:18.132000 N            tcp      88.208.52.174.thpth     ?>          10.15.131.2.56035         4        401   FIN
>> >>>>>>>>      14:29:00.052000 N            tcp        10.15.131.2.56011     ?>       77.247.179.176.thpth         5        687   FIN
>> >>>>>>>>      14:29:13.808000 N            tcp        69.4.225.46.thpth     ?>          10.15.131.2.56026        51      60034   FIN
>> >>>>>>>>      14:29:13.808000 N            tcp        69.4.225.46.thpth     ?>          10.15.131.2.56027        46      53753   FIN
>> >>>>>>>>      14:29:13.808000 N            tcp        69.4.225.46.thpth     ?>          10.15.131.2.56028        51      60236   FIN
>> >>>>>>>>      14:29:13.844000 N            tcp        69.4.225.46.thpth     ?>          10.15.131.2.56029        38      44091   FIN
>> >>>>>>>>      14:29:13.808000 N            tcp        69.4.225.46.thpth     ?>          10.15.131.2.56024        37      40468   FIN
>> >>>>>>>>      14:29:14.680000 N            tcp        69.4.225.47.thpth     ?>          10.15.131.2.56030         4        872   FIN
>> >>>>>>>>      14:29:38.504000 N            tcp     173.194.56.139.thpth     ?>          10.15.131.2.49823         1         79   RST
>> >>>>>>>>      14:29:13.808000 N            tcp        69.4.225.46.thpth     ?>          10.15.131.2.56025        45      50987   RST
>> >>>>>>>>      14:29:31.864000 N            tcp        10.15.131.2.49823     ?>       173.194.56.139.thpth         2         80   RST
>> >>>>>>>>      14:29:41.880000 N            tcp        96.8.80.129.thpth     ?>          10.15.131.2.49810         1         40   RST
>> >>>>>>>>      14:29:22.260000 N            tcp        69.4.225.47.thpth     ?>          10.15.131.2.56042         4        872   RST
>> >>>>>>>>      14:29:02.620000 N            tcp        10.15.131.2.56018     ?>         8.26.196.126.thpth        69       3829   RST
>> >>>>>>>>      14:28:58.360000 N            tcp        10.15.131.2.56006     ?>        88.208.52.174.thpth        12       1153   RST
>> >>>>>>>>      14:29:43.376000 N            tcp        204.8.40.44.46106     ?>          10.15.131.2.27302         2       1500   RST
>> >>>>>>>>      14:29:43.376000 N            tcp        10.15.131.2.27302     ?>          204.8.40.44.46106         1         40   RST
>> >>>>>>>>      14:29:44.204000 N            tcp        204.8.40.44.43379     ?>          10.15.131.2.timbu*        2       1500   RST
>> >>>>>>>>      14:29:44.204000 N            tcp        10.15.131.2.timbu*    ?>          204.8.40.44.43379         1         40   RST
>> >>>>>>>>      14:29:14.676000 N            tcp        10.15.131.2.56031     ?>          69.4.225.47.thpth         2         92   RST
>> >>>>>>>>      14:29:14.680000 N            tcp        69.4.225.47.thpth     ?>          10.15.131.2.56031         1         40   RST
>> >>>>>>>>      14:28:59.716000 N            tcp        10.15.131.2.56007     ?>        88.208.52.174.thpth         6        874   CON
>> >>>>>>>>      14:29:46.948000 N            tcp      74.125.224.73.thpth     ?>          10.15.131.2.49821         2        120   RST
>> >>>>>>>>      14:29:15.872000 N            tcp        10.15.131.2.56033     ?>       206.165.250.94.thpth         3        132   RST
>> >>>>>>>>      14:29:47.376000 N            tcp      74.125.224.66.thpth     ?>          10.15.131.2.49818         2        120   RST
>> >>>>>>>>      14:29:47.576000 N            tcp      74.125.224.66.thpth     ?>          10.15.131.2.49824         2        119   RST
>> >>>>>>>>      14:29:47.676000 N            tcp     74.125.224.109.thpth     ?>          10.15.131.2.49825         2        120   RST
>> >>>>>>>>      14:29:47.836000 N            tcp     74.125.224.143.thpth     ?>          10.15.131.2.49826         2        120   RST
>> >>>>>>>>      14:29:02.620000 N            tcp        10.15.131.2.56019     ?>         8.26.196.126.thpth         3        132   RST
>> >>>>>>>>      14:29:18.412000 N            tcp        10.15.131.2.49842     ?>          96.8.80.129.thpth         5        620   RST
>> >>>>>>>>      14:29:18.416000 N            tcp        96.8.80.129.thpth     ?>          10.15.131.2.49842         4       1674   RST
>> >>>>>>>> Segmentation fault (core dumped)
>> >>>>>>>> [root at syslog bin]#
>> >>>>>>> On 09/26/2012 08:07 PM, Jon Denton wrote:
>> >>>>>>>> Carter,
>> >>>>>>>>
>> >>>>>>>> I'll give it a try and send the results.
>> >>>>>>>> I have a system sending v9 flows as a test.
>> >>>>>>>> Will check the pcap for template packets.
>> >>>>>>>>
>> >>>>>>>> Regards,
>> >>>>>>>>
>> >>>>>>>> Jon Denton
>> >>>>>>>> Director - Technology
>> >>>>>>>> ITC Global
>> >>>>>>>>
>> >>>>>>>> ----- Reply message -----
>> >>>>>>>> From: "Carter Bullard"<carter at qosient.com>
>> >>>>>>>> To: "Jon Denton"<jdenton at itcglobal.com>
>> >>>>>>>> Cc: "<argus-info at lists.andrew.cmu.edu>"<argus-info at lists.andrew.cmu.edu>
>> >>>>>>>> Subject: [ARGUS] argus-clients 3.0.7.1 Cisco V9 flows
>> >>>>>>>> Date: Wed, Sep 26, 2012 18:25
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>>
>> >>>>>>>> Hey jdenton,
>> >>>>>>>> The netflow v9 support in argus-clients-3.0.7.2 , should work fine, but there is
>> >>>>>>>> one report that indicated failure. However, we never got a packet file that
>> >>>>>>>> could replicate the problems that were reported.
>> >>>>>>>>
>> >>>>>>>> What we need is more testing, and if there are problems, getting a good packet
>> >>>>>>>> capture of netflow v9 traffic, including the template packets, will help us fix
>> >>>>>>>> the bugs.
>> >>>>>>>>
>> >>>>>>>> This should work with the newest clients:
>> >>>>>>>> ra -Scisco://host:port
>> >>>>>>>>
>> >>>>>>>> Once ra() gets some templates, then it should decode the flows. The host:port
>> >>>>>>>> would be the same that were used to configure the router to send the flows data.
>> >>>>>>>>
>> >>>>>>>> Prior reports had bad timestamps, and core dumping, so it should be pretty
>> >>>>>>>> obvious if you get the same results.
>> >>>>>>>>
>> >>>>>>>> Any help in this area would be greatly appreciated.
>> >>>>>>>>
>> >>>>>>>> Carter
>> >>>>>>>>
>> >>>>>>>> On Sep 26, 2012, at 1:26 PM,"jdenton at itcglobal.com"    <jdenton at itcglobal.com>    wrote:
>> >>>>>>>>
>> >>>>>>>>    >   To All,
>> >>>>>>>>    >
>> >>>>>>>>    >   Working on Cisco V9 flows with Argus capture and decoding.
>> >>>>>>>>    >   Saw a thread on trying to decode, I have a network that is generating
>> >>>>>>>>    >   Cisco V9 flows and sending to a local server port 9996.
>> >>>>>>>>    >   I can grab the raw stream with tshark to verify receipt but was
>> >>>>>>>>    >   looking for direction on tracking down the decoding issue.
>> >>>>>>>>    >
>> >>>>>>>>    >   Is anyone working on a debug of this? What is needed to recompile
>> >>>>>>>>    >   the argus clients in debug mode so I can use gdb?
>> >>>>>>>>    >
>> >>>>>>>>    >   May be able to provide raw pcaps of the traffic after scrubbing the
>> >>>>>>>>    >   public IP addresses.
>> >>>>>>>>    >
>> >>>>>>>>    >   Our goal is the use argus to capture flows from various networks across a
>> >>>>>>>>    >   geographically diverse area, filter and if possible use radium to send
>> >>>>>>>>    >   the filtered streams
>> >>>>>>>>    >   to a centralized Scrutinizer flow collector.
>> >>>>>>>>    >
>> >>>>>>>>    >   Regards,
>> >>>>>>>>    >   jdenton
>> >>>>>>>>    >
>> >>>>>>>>    >
>> >>>> <Cisco-V9-Flow-10.3.55.9_28Sept2012.pcap.gz><ra-cisco_v9-debug_D5_28Sept2012.log>
>>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist1.pair.net/pipermail/argus/attachments/20121024/276667bc/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ra_3.0.7.3_tshark.pcap.gz
Type: application/x-gzip
Size: 14789 bytes
Desc: not available
URL: <https://pairlist1.pair.net/pipermail/argus/attachments/20121024/276667bc/attachment.bin>
-------------- next part --------------
#

[root at syslog argus-clients-3.0.7.3]# 
[root at syslog argus-clients-3.0.7.3]# 
[root at syslog argus-clients-3.0.7.3]# gdb bin/ra
GNU gdb (GDB) Fedora (7.2-51.fc14)
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/src/argus/argus-clients-3.0.7.3/bin/ra...done.
(gdb) 
(gdb) run -D 9 -S cisco://10.3.55.9:9996
Starting program: /usr/src/argus/argus-clients-3.0.7.3/bin/ra -D 9 -S cisco://10.3.55.9:9996
[Thread debugging using libthread_db enabled]
ra[17733.40dbfeb7]: 16:04:04.469406 ArgusCalloc (1, 399904) returning 0xb7ec7008
ra[17733.40dbfeb7]: 16:04:04.469527 ArgusAddHostList (0xb7f29008, cisco://10.3.55.9:9996, 16, 17) returning 1
ra[17733.40dbfeb7]: 16:04:04.469563 main: reading files completed
ra[17733.40dbfeb7]: 16:04:04.469582 ArgusCalloc (1, 40) returning 0x8390420
ra[17733.40dbfeb7]: 16:04:04.469601 ArgusNewQueue () returning 0x8390420
ra[17733]: 16:04:04.469691 Binding 10.3.55.9:9996 Expecting Netflow records
ra[17733.40dbfeb7]: 16:04:04.470689 receiving
ra[17733.40dbfeb7]: 16:04:04.470729 ArgusGetServerSocket (0xb7ec7008) returning 7
ra[17733.40dbfeb7]: 16:04:04.470827 ArgusCalloc (1, 4194304) returning 0xb7ac6008
ra[17733.40dbfeb7]: 16:04:04.470881 ArgusCalloc (1, 2048) returning 0x8390a10
ra[17733.40dbfeb7]: 16:04:04.470908 ArgusCalloc (1, 2048) returning 0x8391218
ra[17733.40dbfeb7]: 16:04:04.493926 ArgusInitAddrtoname (0xb7f29008, 0x0, 0x0)
ra[17733.40dbfeb7]: 16:04:04.493977 ArgusParseInit(0xb7f29008 0xb7ec7008
ra[17733.40dbfeb7]: 16:04:04.493997 ArgusReadConnection(0xb7ec7008, 2) reading cisco wire format
ra[17733.40dbfeb7]: 16:04:04.494017 ArgusReadConnection(0xb7ec7008, 2) returning 0
ra[17733.40dbfeb7]: 16:04:04.494065 ArgusHandleDatum (0xb7ec715c, 0xb7fc9d30) returning -1
ra[17733.40dbfeb7]: 16:04:04.494091 ArgusFree (0x8390420)
ra[17733.40dbfeb7]: 16:04:04.494110 ArgusDeleteQueue (0x8390420) returning
ra[17733.40dbfeb7]: 16:04:04.494130 ArgusReadStream(0xb7f29008) starting
ra[17733.40dbfeb7]: 16:04:05.695467 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:06.746674 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:07.797970 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:08.849233 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:09.900438 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:10.450631 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:04:10.450667 ArgusCalloc (1, 40) returning 0x8390420
ra[17733.40dbfeb7]: 16:04:10.450689 ArgusNewQueue () returning 0x8390420
ra[17733.40dbfeb7]: 16:04:10.450723 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 120 bytes, capacity 120
ra[17733.40dbfeb7]: 16:04:10.450764 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:10.450788 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:10.450810 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:10.450829 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:10.450848 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:04:10.901358 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:11.285582 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:04:11.285635 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 836 bytes, capacity 836
ra[17733.40dbfeb7]: 16:04:11.285678 ArgusCalloc (1, 786516) returning 0xb7a05008
ra[17733.40dbfeb7]: 16:04:11.285700 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:04:11.285719 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:04:11.285740 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.285761 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.285780 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.285830 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:04:11.285936 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:04:11.285957 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.285977 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.285996 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.286018 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:04:11.286036 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:04:11.286056 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:04:11.286076 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.286095 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.286115 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.286136 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:04:11.286156 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:04:11.286261 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:04:11.286281 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.286301 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.286320 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.286341 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:04:11.286358 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:04:11.286377 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:04:11.286398 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.286417 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.286436 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.286457 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:04:11.286477 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:04:11.286591 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:04:11.286612 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.286632 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.286651 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.286672 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:04:11.286689 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:04:11.286709 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:04:11.286729 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.286748 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.286767 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.286788 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:04:11.286808 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:04:11.286913 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:04:11.286933 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.286953 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.286972 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.286993 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:04:11.287011 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:04:11.287030 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:04:11.287051 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.287070 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.287089 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.287110 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:04:11.287130 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:04:11.287235 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:04:11.287255 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.287338 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.287373 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.287404 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:04:11.287432 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:04:11.287456 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:04:11.287482 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.287519 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.287542 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.287568 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:04:11.287593 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:04:11.287736 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:04:11.287768 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.287794 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.287817 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.287858 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:04:11.287888 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:04:11.287919 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:04:11.287950 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.287979 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.288006 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.288040 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:04:11.288070 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:04:11.288221 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:04:11.288246 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.288265 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.288284 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.288306 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:04:11.288323 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:04:11.288343 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:04:11.288363 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.288382 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.288401 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.288422 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:04:11.288442 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:04:11.288611 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:04:11.288647 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.288667 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:11.288686 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:11.288705 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:04:12.039518 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:13.090757 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:14.141965 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:15.193182 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:16.244395 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:17.295590 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:18.346794 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:18.388654 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:04:18.388690 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1416 bytes, capacity 1416
         StartTime      Flgs  Proto            SrcAddr  Sport   Dir            DstAddr  Dport  TotPkts   TotBytes State 
   08:07:29.288000 N            tcp    209.198.253.215.8264      ->       145.26.124.6.uucp-*        5        300   REQ
ra[17733.40dbfeb7]: 16:04:18.389039 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.389061 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.389081 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 29) new flow
   08:07:32.008000 N            udp        10.15.135.1.router    ->          224.0.0.9.router        3        216   REQ
ra[17733.40dbfeb7]: 16:04:18.389178 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.389198 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.389217 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 28) new flow
   08:08:02.688000 N            udp            4.2.2.2.domain    ->        10.15.131.2.57236         1        148   REQ
ra[17733.40dbfeb7]: 16:04:18.389311 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.389329 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.389348 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 27) new flow
   08:08:02.688000 N            udp            4.2.2.2.domain    ->        10.15.131.2.58824         1        148   REQ
ra[17733.40dbfeb7]: 16:04:18.389416 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.389435 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.389454 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 26) new flow
   08:08:02.688000 N            udp            4.2.2.2.domain    ->        10.15.131.2.57299         1         77   REQ
ra[17733.40dbfeb7]: 16:04:18.389545 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.389565 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.389584 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 25) new flow
   08:08:02.688000 N           icmp        10.3.62.249.0x0000    ->        10.15.131.2.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:04:18.389669 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.389688 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.389707 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 24) new flow
   08:08:02.688000 N           icmp        10.3.62.249.0x0000    ->        10.15.131.3.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:04:18.389779 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.389799 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.389818 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 23) new flow
   08:08:02.688000 N           icmp        10.3.62.249.0x0000    ->        10.15.131.7.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:04:18.389888 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.389908 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.389927 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 22) new flow
   08:08:02.688000 N           icmp        10.3.62.249.0x0000    ->        10.15.131.6.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:04:18.389997 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.390017 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.390036 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 21) new flow
   08:08:02.688000 N           icmp        10.15.131.6.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:04:18.390104 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.390124 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.390143 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 20) new flow
   08:08:13.588000 N            tcp       50.57.173.62.http      ->        10.15.131.2.57990        19      18315   FIN
ra[17733.40dbfeb7]: 16:04:18.390229 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.390249 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.390268 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 19) new flow
   08:08:13.748000 N            tcp       50.57.173.62.http      ->        10.15.131.2.57991        18      15197   FIN
ra[17733.40dbfeb7]: 16:04:18.390334 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.390354 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.390373 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 18) new flow
   08:08:13.776000 N            tcp       50.57.173.62.http      ->        10.15.131.2.57993        21      20600   FIN
ra[17733.40dbfeb7]: 16:04:18.390439 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.390458 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.390477 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 17) new flow
   08:08:13.796000 N            tcp       50.57.173.62.http      ->        10.15.131.2.57994        37      43824   FIN
ra[17733.40dbfeb7]: 16:04:18.390563 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.390581 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.390601 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 16) new flow
   08:08:02.688000 N           icmp        10.15.131.7.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:04:18.390670 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.390689 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.390749 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 15) new flow
   08:08:02.692000 N           icmp        10.15.131.3.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:04:18.390906 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.390931 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.390955 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 14) new flow
   08:08:02.476000 N            udp            4.2.2.2.domain    ->        10.15.131.2.54053         1        148   REQ
ra[17733.40dbfeb7]: 16:04:18.391051 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.391082 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.391112 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 13) new flow
   08:08:02.588000 N            udp            4.2.2.2.domain    ->        10.15.131.2.52120         1        148   REQ
ra[17733.40dbfeb7]: 16:04:18.391208 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.391234 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.391292 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 12) new flow
   08:08:02.688000 N            udp            4.2.2.2.domain    ->        10.15.131.2.61407         1        258   REQ
ra[17733.40dbfeb7]: 16:04:18.391394 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.391419 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.391449 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 11) new flow
   08:08:03.540000 N            udp            4.2.2.2.domain    ->        10.15.131.2.49467         1        156   REQ
ra[17733.40dbfeb7]: 16:04:18.391556 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.391589 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.391618 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 10) new flow
   08:08:03.588000 N            udp            4.2.2.2.domain    ->        10.15.131.2.62622         1        156   REQ
ra[17733.40dbfeb7]: 16:04:18.391726 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.391756 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.391787 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 9) new flow
   08:08:03.752000 N            udp            4.2.2.2.domain    ->        10.15.131.2.52095         1        156   REQ
ra[17733.40dbfeb7]: 16:04:18.391895 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.391924 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.391956 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e48, 8) new flow
   08:08:13.588000 N            tcp        10.15.131.2.57990     ->       50.57.173.62.http         15       1918   RST
ra[17733.40dbfeb7]: 16:04:18.392065 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.392094 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.392124 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e78, 7) new flow
   08:08:13.748000 N            tcp        10.15.131.2.57991     ->       50.57.173.62.http         14       1863   RST
ra[17733.40dbfeb7]: 16:04:18.392228 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.392275 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.392307 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ea8, 6) new flow
   08:08:13.776000 N            tcp        10.15.131.2.57992     ->       50.57.173.62.http         19       2005   RST
ra[17733.40dbfeb7]: 16:04:18.392411 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.392440 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.392472 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ed8, 5) new flow
   08:08:13.776000 N            tcp        10.15.131.2.57993     ->       50.57.173.62.http         15       1925   RST
ra[17733.40dbfeb7]: 16:04:18.392577 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.392606 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.392636 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f08, 4) new flow
   08:08:13.776000 N            tcp       50.57.173.62.http      ->        10.15.131.2.57992        27      28645   RST
ra[17733.40dbfeb7]: 16:04:18.392740 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.392771 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.392798 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f38, 3) new flow
   08:08:13.796000 N            tcp        10.15.131.2.57994     ->       50.57.173.62.http         24       2295   RST
ra[17733.40dbfeb7]: 16:04:18.392907 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.392938 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.392968 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f68, 2) new flow
   08:08:33.476000 N            tcp       50.57.173.62.http      ->        10.15.131.2.57990         1         79   RST
ra[17733.40dbfeb7]: 16:04:18.393072 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:18.393101 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:18.393131 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 1) new flow
ra[17733.40dbfeb7]: 16:04:18.393163 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:04:18.393194 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:18.393226 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:18.393291 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:04:19.444508 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:20.495726 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:21.546945 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:22.598157 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:23.649374 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:24.399400 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:04:24.399459 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 600 bytes, capacity 600
   07:59:56.248000 N            udp        10.15.131.2.router    ->          224.0.0.9.router        3        156   REQ
ra[17733.40dbfeb7]: 16:04:24.399585 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:24.399607 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:24.399626 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 12) new flow
   08:00:28.652000 N           icmp        10.3.62.249.0x0000    ->        10.15.135.3.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:04:24.399707 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:24.399727 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:24.399746 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 11) new flow
   08:00:28.652000 N           icmp        10.15.135.3.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:04:24.399816 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:24.399836 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:24.399855 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 10) new flow
   08:00:28.680000 N           icmp        10.3.62.249.0x0000    ->        10.15.135.6.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:04:24.399925 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:24.399945 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:24.399964 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 9) new flow
   08:00:28.680000 N           icmp        10.15.135.6.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:04:24.400032 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:24.400051 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:24.400071 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 8) new flow
   08:00:28.692000 N           icmp        10.3.62.249.0x0000    ->        10.15.135.7.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:04:24.400140 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:24.400160 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:24.400179 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 7) new flow
   08:00:28.692000 N           icmp        10.15.135.7.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:04:24.400257 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:24.400276 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:24.400296 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 6) new flow
   08:00:28.712000 N           icmp        10.3.62.249.0x0000    ->        10.15.135.8.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:04:24.400367 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:24.400386 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:24.400405 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 5) new flow
   08:00:28.716000 N           icmp        10.15.135.8.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:04:24.400473 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:24.400507 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:24.400527 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 4) new flow
   08:00:32.484000 N           icmp       204.8.40.154.0x0000    ->     192.168.200.32.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:04:24.400613 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:24.400633 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:24.400652 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 3) new flow
   08:00:33.432000 N            udp        10.3.62.249.activ*    ->        10.15.135.8.snmp          1         72   REQ
ra[17733.40dbfeb7]: 16:04:24.400719 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:24.400738 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:24.400757 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 2) new flow
   08:00:33.440000 N            udp        10.15.135.8.snmp      ->        10.3.62.249.activ*        1         76   REQ
ra[17733.40dbfeb7]: 16:04:24.400822 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:24.400842 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:24.400861 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 1) new flow
ra[17733.40dbfeb7]: 16:04:24.400881 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 0) returning (nil)
ra[17733.40dbfeb7]: 16:04:24.400901 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:24.400920 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:24.400939 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:04:24.701288 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:25.752487 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:26.803687 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:27.854859 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:28.412287 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:04:28.412325 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1404 bytes, capacity 1404
ra[17733.40dbfeb7]: 16:04:28.412353 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.412373 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.412395 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.412415 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.412435 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.412458 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.412519 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.412627 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.412649 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.412669 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.412688 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.412721 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.412741 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.412760 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.412780 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.412800 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.412819 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.412840 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.412861 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.412958 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.412978 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.412997 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.413016 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.413037 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.413055 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.413074 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.413094 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.413114 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.413133 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.413153 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.413173 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.413269 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.413290 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.413309 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.413328 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.413349 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.413367 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.413386 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.413406 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.413425 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.413444 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.413465 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.413485 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.413596 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.413617 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.413637 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.413656 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.413677 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.413695 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.413714 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.413734 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.413753 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.413772 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.413793 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.413813 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.413909 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.413929 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.413949 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.413968 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.414031 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.414063 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.414083 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.414103 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.414123 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.414143 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.414164 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.414184 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.414317 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.414340 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.414360 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.414379 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.414400 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.414418 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.414437 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.414457 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.414477 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.414496 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.414516 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.414536 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.414633 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.414653 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.414673 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.414692 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.414713 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.414730 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.414749 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.414770 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.414789 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.414808 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.414829 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.414849 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.414945 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.414966 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.414985 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.415004 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.415025 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.415043 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.415062 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.415082 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.415102 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.415121 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.415416 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.415452 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.415595 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.415621 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.415647 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.415671 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.415697 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.415723 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.415754 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.415787 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.415817 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.415843 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.415869 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.415893 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.416028 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.416061 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.416082 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.416101 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.416123 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.416141 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.416160 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.416180 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.416200 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.416219 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.416277 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.416312 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.416438 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.416461 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.416480 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.416499 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.416521 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.416539 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.416558 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.416578 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.416598 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.416617 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.416638 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.416658 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.416754 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.416775 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.416794 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.416813 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.416834 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.416852 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.416871 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.416891 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.416911 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.416930 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.416951 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.416970 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.417067 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.417087 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.417107 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.417126 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.417147 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.417165 ArgusCalloc (1, 80) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.417184 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 19
ra[17733.40dbfeb7]: 16:04:28.417204 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.417223 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.417298 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.417335 ArgusFree (0x83f2e00)
ra[17733.40dbfeb7]: 16:04:28.417364 ArgusCalloc (1, 19460) returning 0x83f2e00
ra[17733.40dbfeb7]: 16:04:28.417506 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) tHdr template id 257 len 4864
ra[17733.40dbfeb7]: 16:04:28.417540 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 80) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.417569 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:28.417597 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:28.417626 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:04:28.868155 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:29.919361 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:30.970594 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:32.021813 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:33.073018 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:34.124215 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:35.175465 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:36.226552 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:36.398999 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:04:36.399037 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 456 bytes, capacity 456
   08:00:14.644000 N            udp        10.3.62.249.activ*    ->        10.15.135.6.snmp         11        812   REQ
ra[17733.40dbfeb7]: 16:04:36.399151 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:36.399174 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:36.399193 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 9) new flow
   08:00:14.648000 N            udp        10.15.135.6.snmp      ->        10.3.62.249.activ*       11        838   REQ
ra[17733.40dbfeb7]: 16:04:36.399262 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:36.399282 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:36.399301 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 8) new flow
   08:00:14.644000 N            udp        10.3.62.249.activ*    ->        10.15.135.7.snmp         11        812   REQ
ra[17733.40dbfeb7]: 16:04:36.399368 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:36.399387 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:36.399406 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 7) new flow
   08:00:14.656000 N            udp        10.15.135.7.snmp      ->        10.3.62.249.activ*       11        840   REQ
ra[17733.40dbfeb7]: 16:04:36.399472 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:36.399514 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:36.399533 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 6) new flow
   08:00:39.176000 N           icmp          10.3.55.9.0x0000    ->        10.15.135.2.0x0303        1        272   ECR
ra[17733.40dbfeb7]: 16:04:36.399635 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:36.399655 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:36.399674 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 5) new flow
   08:00:41.852000 N           icmp       204.8.40.154.0x0000    ->     192.168.200.33.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:04:36.399746 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:36.399766 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:36.399785 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 4) new flow
   08:00:41.952000 N           icmp       204.8.40.154.0x0000    ->     192.168.200.28.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:04:36.399856 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:36.399876 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:36.399895 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 3) new flow
   08:00:37.280000 N            udp        10.3.62.249.amx-a*    ->        10.15.135.7.snmp         13       1022   REQ
ra[17733.40dbfeb7]: 16:04:36.399962 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:36.399981 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:36.400000 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 2) new flow
   08:00:37.288000 N            udp        10.15.135.7.snmp      ->        10.3.62.249.amx-a*       13       1096   REQ
ra[17733.40dbfeb7]: 16:04:36.400066 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:36.400086 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:36.400105 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 1) new flow
ra[17733.40dbfeb7]: 16:04:36.400124 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 0) returning (nil)
ra[17733.40dbfeb7]: 16:04:36.400145 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:36.400164 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:36.400183 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:04:37.301185 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:38.352385 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:39.276601 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:04:39.276644 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 648 bytes, capacity 648
   08:08:14.236000 N            tcp      74.125.224.79.http      ?>        10.15.131.2.57995         3        482   CON
ra[17733.40dbfeb7]: 16:04:39.276787 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:39.276810 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:39.276829 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 13) new flow
   08:08:14.236000 N            tcp      74.125.224.79.http      ?>        10.15.131.2.57996         3        482   CON
ra[17733.40dbfeb7]: 16:04:39.276900 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:39.276919 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:39.276938 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 12) new flow
   08:08:06.056000 N            tcp        10.15.131.2.50932     ->    169.254.248.199.jetdi*        3        152   CON
ra[17733.40dbfeb7]: 16:04:39.277020 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:39.277039 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:39.277057 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 11) new flow
   08:07:46.172000 N            udp        10.15.131.8.cosmo*    ->      63.251.133.40.ntp           7        532   REQ
ra[17733.40dbfeb7]: 16:04:39.277141 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:39.277160 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:39.277180 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 10) new flow
   08:08:04.136000 N           icmp          10.3.55.9.0x0000    ->        10.15.131.2.0x0303        2       1152   ECR
ra[17733.40dbfeb7]: 16:04:39.277252 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:39.277271 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:39.277290 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 9) new flow
   08:08:06.784000 N            udp        10.3.62.249.amx-a*    ->        10.15.131.7.snmp         13       1022   REQ
ra[17733.40dbfeb7]: 16:04:39.277357 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:39.277377 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:39.277396 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 8) new flow
   08:08:06.792000 N            udp        10.15.131.7.snmp      ->        10.3.62.249.amx-a*       13       1102   REQ
ra[17733.40dbfeb7]: 16:04:39.277462 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:39.277481 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:39.277515 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 7) new flow
   08:08:16.524000 N            udp        10.15.131.2.53157     ->      65.55.158.118.teredo        1         89   REQ
ra[17733.40dbfeb7]: 16:04:39.277585 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:39.277605 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:39.277624 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 6) new flow
   08:08:16.944000 N            tcp        10.15.131.2.54588     ->       74.126.6.110.http          1         40   CON
ra[17733.40dbfeb7]: 16:04:39.277693 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:39.277712 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:39.277731 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 5) new flow
   08:08:17.252000 N            udp      65.55.158.118.teredo    ->        10.15.131.2.53157         1        137   REQ
ra[17733.40dbfeb7]: 16:04:39.277796 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:39.277816 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:39.277835 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 4) new flow
   08:08:18.104000 N            udp            4.2.2.2.domain    ->        10.15.131.2.51243         1         92   REQ
ra[17733.40dbfeb7]: 16:04:39.277901 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:39.277921 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:39.277940 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 3) new flow
   08:08:51.644000 N            tcp     74.125.224.105.http      ->        10.15.131.2.55498         1        113   RST
ra[17733.40dbfeb7]: 16:04:39.278008 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:39.278027 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:39.278046 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 2) new flow
   08:08:24.932000 N            udp            4.2.2.2.domain    ->        10.15.131.2.filen*        2        170   REQ
ra[17733.40dbfeb7]: 16:04:39.278112 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:39.278131 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:39.278150 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 1) new flow
ra[17733.40dbfeb7]: 16:04:39.278170 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:04:39.278190 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:39.278209 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:39.278229 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:04:39.428413 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:40.479598 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:41.530786 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:42.582004 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:43.633210 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:44.684415 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:45.735625 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:46.786827 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:47.838018 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:48.889214 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:49.940399 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:50.991597 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:51.278158 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:04:51.278195 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 792 bytes, capacity 792
   08:07:57.072000 N            udp        10.15.135.2.router    ->          224.0.0.9.router        3        156   REQ
ra[17733.40dbfeb7]: 16:04:51.278312 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.278335 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.278354 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 16) new flow
   08:08:07.036000 N            udp        10.3.62.249.activ*    ->        10.15.131.3.snmp         32       2394   REQ
ra[17733.40dbfeb7]: 16:04:51.278426 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.278445 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.278464 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 15) new flow
   08:08:07.036000 N            udp        10.15.131.3.snmp      ->        10.3.62.249.activ*       32       2460   REQ
ra[17733.40dbfeb7]: 16:04:51.278550 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.278569 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.278588 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 14) new flow
   08:08:29.568000 N            udp      208.70.156.25.sip       ->        10.15.131.2.healt*        1        416   REQ
ra[17733.40dbfeb7]: 16:04:51.278659 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.278679 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.278698 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 13) new flow
   08:09:00.024000 N            tcp    169.254.248.199.jetdi*    ?>        10.15.131.2.50929         2        103   RST
ra[17733.40dbfeb7]: 16:04:51.278769 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.278788 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.278807 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 12) new flow
   08:08:32.324000 N            udp            4.2.2.2.domain    ->        10.15.131.2.51132         1        288   REQ
ra[17733.40dbfeb7]: 16:04:51.278875 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.278895 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.278914 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 11) new flow
   08:08:33.044000 N            udp            4.2.2.2.domain    ->        10.15.131.2.56475         1        288   REQ
ra[17733.40dbfeb7]: 16:04:51.278980 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.278999 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.279019 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 10) new flow
   08:08:02.692000 N           icmp        10.3.62.249.0x0000    ->        10.15.131.4.0x0800        4        420   ECR
ra[17733.40dbfeb7]: 16:04:51.279092 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.279112 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.279131 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 9) new flow
   08:09:03.900000 N            tcp        10.15.131.2.54586     ?>     216.246.122.24.http          1         40   RST
ra[17733.40dbfeb7]: 16:04:51.279200 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.279219 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.279239 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 8) new flow
   08:09:03.900000 N            tcp        10.15.131.2.54588     ?>       74.126.6.110.http          1         40   RST
ra[17733.40dbfeb7]: 16:04:51.279305 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.279324 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.279343 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 7) new flow
   08:09:03.908000 N            tcp     216.246.122.24.http      ?>        10.15.131.2.54586         1         80   RST
ra[17733.40dbfeb7]: 16:04:51.279408 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.279428 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.279447 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 6) new flow
   08:09:03.900000 N            tcp        10.15.131.2.54585     ?>     216.246.122.24.http          2         80   RST
ra[17733.40dbfeb7]: 16:04:51.279537 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.279556 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.279575 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 5) new flow
   08:09:03.928000 N            tcp     216.246.122.24.http      ?>        10.15.131.2.54585         2         80   RST
ra[17733.40dbfeb7]: 16:04:51.279642 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.279661 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.279680 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 4) new flow
   08:08:28.060000 N            tcp        10.15.131.2.50933     ->    169.254.248.199.jetdi*        3        152   RST
ra[17733.40dbfeb7]: 16:04:51.279746 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.279766 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.279785 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 3) new flow
   08:09:03.904000 N            tcp        10.15.131.2.54608     ->       74.126.6.110.http         20       2122   RST
ra[17733.40dbfeb7]: 16:04:51.279852 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.279871 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.279930 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 2) new flow
   08:09:03.908000 N            tcp       74.126.6.110.http      ->        10.15.131.2.54608        33      37798   RST
ra[17733.40dbfeb7]: 16:04:51.280018 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.280039 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.280058 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 1) new flow
ra[17733.40dbfeb7]: 16:04:51.280078 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 0) returning (nil)
ra[17733.40dbfeb7]: 16:04:51.280098 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:51.280117 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:51.280137 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:04:51.440150 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:04:51.440184 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 120 bytes, capacity 120
   08:00:33.156000 N            udp        10.3.62.249.activ*    ->        10.15.135.3.snmp         42       3144   REQ
ra[17733.40dbfeb7]: 16:04:51.440265 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.440285 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.440304 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 2) new flow
   08:00:33.156000 N            udp        10.15.135.3.snmp      ->        10.3.62.249.activ*       42       3229   REQ
ra[17733.40dbfeb7]: 16:04:51.440371 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:04:51.440390 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:04:51.440409 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 1) new flow
ra[17733.40dbfeb7]: 16:04:51.440429 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 0) returning (nil)
ra[17733.40dbfeb7]: 16:04:51.440449 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:04:51.440468 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:04:51.440487 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:04:52.041230 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:53.092433 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:54.143639 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:55.194853 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:56.246051 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:57.297264 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:58.348484 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:04:59.399694 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:00.450917 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:01.502137 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:02.553346 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:03.604618 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:04.655826 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:05.337826 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:05:05.337866 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 600 bytes, capacity 600
   08:09:09.372000 N            tcp        10.15.131.2.cap       ?>      208.80.55.153.http          4        761   FIN
ra[17733.40dbfeb7]: 16:05:05.338008 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.338030 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.338050 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 12) new flow
   08:09:09.372000 N            tcp      208.80.55.153.http      ?>        10.15.131.2.cap           4        611   FIN
ra[17733.40dbfeb7]: 16:05:05.338120 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.338139 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.338159 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 11) new flow
   08:09:10.104000 N            tcp        10.15.131.2.54609     ?>    174.129.210.179.http          6        872   FIN
ra[17733.40dbfeb7]: 16:05:05.338240 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.338260 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.338279 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 10) new flow
   08:09:10.108000 N            tcp    174.129.210.179.http      ?>        10.15.131.2.54609         4        573   FIN
ra[17733.40dbfeb7]: 16:05:05.338345 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.338365 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.338384 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 9) new flow
   08:09:13.528000 N            tcp        10.15.131.2.57988     ?>      173.194.79.99.http          1         40   RST
ra[17733.40dbfeb7]: 16:05:05.338465 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.338484 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.338524 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 8) new flow
   08:09:13.532000 N            tcp      173.194.79.99.http      ?>        10.15.131.2.57988         1         80   RST
ra[17733.40dbfeb7]: 16:05:05.338591 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.338610 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.338629 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 7) new flow
   08:08:47.708000 N            udp        10.15.131.2.53157     ->      65.55.158.118.teredo        1         89   REQ
ra[17733.40dbfeb7]: 16:05:05.338697 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.338716 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.338735 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 6) new flow
   08:08:48.392000 N            udp      65.55.158.118.teredo    ->        10.15.131.2.53157         1        137   REQ
ra[17733.40dbfeb7]: 16:05:05.338801 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.338821 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.338840 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 5) new flow
   08:09:18.536000 N            tcp      74.125.224.79.http      ?>        10.15.131.2.57995         1         80   RST
ra[17733.40dbfeb7]: 16:05:05.338906 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.338925 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.338944 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 4) new flow
   08:09:18.536000 N            tcp        10.15.131.2.57996     ?>      74.125.224.79.http          1         40   RST
ra[17733.40dbfeb7]: 16:05:05.339010 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.339029 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.339048 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 3) new flow
   08:09:18.536000 N            tcp        10.15.131.2.57995     ?>      74.125.224.79.http          1         40   RST
ra[17733.40dbfeb7]: 16:05:05.339113 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.339132 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.339152 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 2) new flow
   08:09:18.536000 N            tcp      74.125.224.79.http      ?>        10.15.131.2.57996         1         80   RST
ra[17733.40dbfeb7]: 16:05:05.339217 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.339236 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.339255 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 1) new flow
ra[17733.40dbfeb7]: 16:05:05.339275 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 0) returning (nil)
ra[17733.40dbfeb7]: 16:05:05.339295 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:05:05.339315 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:05:05.339334 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:05:05.394278 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:05:05.394311 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 168 bytes, capacity 168
   08:01:06.404000 N           icmp        10.3.62.249.0x0000    ->        10.15.135.4.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:05:05.394397 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.394417 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.394436 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 3) new flow
   08:01:06.408000 N           icmp        10.15.135.4.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:05:05.394522 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.394542 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.394561 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 2) new flow
   08:00:38.540000 N            udp        10.15.131.1.router    ->          224.0.0.9.router        3        216   REQ
ra[17733.40dbfeb7]: 16:05:05.394630 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:05.394650 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:05.394669 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 1) new flow
ra[17733.40dbfeb7]: 16:05:05.394689 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 0) returning (nil)
ra[17733.40dbfeb7]: 16:05:05.394709 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:05:05.394728 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:05:05.394747 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:05:05.695098 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:06.746301 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:07.797503 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:08.848693 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:09.899888 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:10.951074 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:12.002259 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:13.053456 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:14.104669 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:14.380452 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:05:14.380508 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1416 bytes, capacity 1416
   08:09:21.576000 N            tcp        10.15.131.2.48580     ?>     208.82.236.225.http          9        512   FIN
ra[17733.40dbfeb7]: 16:05:14.380647 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.380669 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.380689 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 29) new flow
   08:09:22.024000 N            tcp    169.254.248.199.jetdi*    ?>        10.15.131.2.50930         2        103   RST
ra[17733.40dbfeb7]: 16:05:14.380761 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.380781 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.380800 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 28) new flow
   08:09:22.448000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.48580         6       7353   RST
ra[17733.40dbfeb7]: 16:05:14.380866 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.380886 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.380905 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 27) new flow
   08:09:03.908000 N            tcp     216.246.122.24.http      ?>        10.15.131.2.54606         3        534   RST
ra[17733.40dbfeb7]: 16:05:14.380972 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.380991 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.381010 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 26) new flow
   08:09:23.012000 N            tcp        10.15.131.2.38541     ?>     208.82.236.225.http          8        517   RST
ra[17733.40dbfeb7]: 16:05:14.381077 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.381096 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.381115 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 25) new flow
   08:09:23.012000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.38541         4        160   RST
ra[17733.40dbfeb7]: 16:05:14.381180 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.381199 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.381218 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 24) new flow
   08:09:24.500000 N            tcp        10.15.131.2.58849     ?>     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:14.381284 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.381304 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.381323 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 23) new flow
   08:09:24.500000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.58849         6       2896   RST
ra[17733.40dbfeb7]: 16:05:14.381387 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.381407 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.381426 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 22) new flow
   08:09:23.008000 N            tcp        10.15.131.2.39585     ?>     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:14.381509 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.381530 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.381548 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 21) new flow
   08:09:23.008000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.39585         4        160   RST
ra[17733.40dbfeb7]: 16:05:14.381615 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.381635 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.381654 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 20) new flow
   08:09:25.844000 N            tcp        10.15.131.2.33047     ?>     208.82.236.225.http          8        517   RST
ra[17733.40dbfeb7]: 16:05:14.381721 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.381740 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.381759 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 19) new flow
   08:09:25.844000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.33047         4        160   RST
ra[17733.40dbfeb7]: 16:05:14.381824 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.381843 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.381862 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 18) new flow
   08:09:23.000000 N            tcp        10.15.131.2.1028      ?>     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:14.381929 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.381948 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.381967 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 17) new flow
   08:09:23.000000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.1028          4        160   RST
ra[17733.40dbfeb7]: 16:05:14.382032 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.382051 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.382070 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 16) new flow
   08:09:26.872000 N            tcp        10.15.131.2.36031     ?>     208.82.236.225.http          8        517   RST
ra[17733.40dbfeb7]: 16:05:14.382136 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.382155 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.382228 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 15) new flow
   08:09:26.872000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.36031         4        160   RST
ra[17733.40dbfeb7]: 16:05:14.382335 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.382355 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.382375 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 14) new flow
   08:08:50.064000 N            tcp        10.15.131.2.50935     ->    169.254.248.199.jetdi*        3        152   RST
ra[17733.40dbfeb7]: 16:05:14.382443 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.382462 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.382482 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 13) new flow
   08:09:26.224000 N            tcp        10.15.131.2.54201     ->     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:14.382559 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.382578 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.382597 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 12) new flow
   08:09:26.224000 N            tcp     208.82.236.225.http      ->        10.15.131.2.54201         4        160   RST
ra[17733.40dbfeb7]: 16:05:14.382663 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.382682 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.382702 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 11) new flow
   08:09:27.380000 N            tcp        10.15.131.2.57401     ->     208.82.236.225.http          8        517   RST
ra[17733.40dbfeb7]: 16:05:14.382768 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.382787 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.382806 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 10) new flow
   08:09:27.380000 N            tcp     208.82.236.225.http      ->        10.15.131.2.57401         7       3036   RST
ra[17733.40dbfeb7]: 16:05:14.382872 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.382891 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.382910 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 9) new flow
   08:09:27.884000 N            tcp        10.15.131.2.57515     ->     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:14.382976 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.382996 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.383015 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e48, 8) new flow
   08:09:27.888000 N            tcp     208.82.236.225.http      ->        10.15.131.2.57515         4        160   RST
ra[17733.40dbfeb7]: 16:05:14.383080 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.383099 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.383118 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e78, 7) new flow
   08:09:28.056000 N            tcp        10.15.131.2.45703     ->     208.82.236.225.http          6        437   RST
ra[17733.40dbfeb7]: 16:05:14.383184 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.383204 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.383223 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ea8, 6) new flow
   08:09:28.056000 N            tcp     208.82.236.225.http      ->        10.15.131.2.45703         4        160   RST
ra[17733.40dbfeb7]: 16:05:14.383352 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.383378 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.383585 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ed8, 5) new flow
   08:09:00.120000 N            udp      208.70.156.25.sip       ->        10.15.131.2.accel*        1        416   REQ
ra[17733.40dbfeb7]: 16:05:14.383696 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.383722 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.383746 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f08, 4) new flow
   08:09:28.396000 N            tcp        10.15.131.2.41124     ->     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:14.383835 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.383860 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.383888 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f38, 3) new flow
   08:09:28.400000 N            tcp     208.82.236.225.http      ->        10.15.131.2.41124         4        160   RST
ra[17733.40dbfeb7]: 16:05:14.383990 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.384015 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.384038 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f68, 2) new flow
   08:09:29.292000 N            tcp       145.26.124.6.uucp-*    ->    209.198.253.215.8264          2        103   RST
ra[17733.40dbfeb7]: 16:05:14.384127 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:14.384158 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:14.384189 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 1) new flow
ra[17733.40dbfeb7]: 16:05:14.384218 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:05:14.384261 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:05:14.384292 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:05:14.384319 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:05:15.135182 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:16.186377 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:17.237585 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:18.288800 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:18.338537 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:05:18.338573 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1416 bytes, capacity 1416
   08:09:29.816000 N            tcp       208.85.40.80.http      ?>        10.15.131.2.54592         1         40   RST
ra[17733.40dbfeb7]: 16:05:18.338692 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.338714 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.338734 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 29) new flow
   08:09:02.288000 N            tcp    209.198.253.215.8264      ->       145.26.124.6.uucp-*        1         60   RST
ra[17733.40dbfeb7]: 16:05:18.338805 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.338825 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.338844 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 28) new flow
   08:09:29.312000 N            tcp        10.15.131.2.51096     ->     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:18.338913 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.338932 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.338951 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 27) new flow
   08:09:29.316000 N            tcp     208.82.236.225.http      ->        10.15.131.2.51096         4        160   RST
ra[17733.40dbfeb7]: 16:05:18.339017 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.339036 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.339055 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 26) new flow
   08:08:38.332000 N           icmp        10.15.131.4.0x0000    ->        10.3.62.249.0x0000        2        210   ECR
ra[17733.40dbfeb7]: 16:05:18.339127 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.339147 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.339166 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 25) new flow
   08:09:20.468000 N            tcp        10.15.131.2.45861     ->     74.125.224.153.http          4        180   RST
ra[17733.40dbfeb7]: 16:05:18.339234 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.339253 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.339272 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 24) new flow
   08:09:20.468000 N            tcp        10.15.131.2.47937     ->     74.125.224.154.http          4        180   RST
ra[17733.40dbfeb7]: 16:05:18.339340 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.339359 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.339378 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 23) new flow
   08:09:21.476000 N            tcp        10.15.131.2.54705     ->      173.194.79.99.https         9        726   RST
ra[17733.40dbfeb7]: 16:05:18.339444 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.339464 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.339483 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 22) new flow
   08:09:20.472000 N            tcp     74.125.224.153.http      ->        10.15.131.2.45861         3        120   RST
ra[17733.40dbfeb7]: 16:05:18.339569 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.339589 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.339607 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 21) new flow
   08:09:20.472000 N            tcp     74.125.224.154.http      ->        10.15.131.2.47937         3        120   RST
ra[17733.40dbfeb7]: 16:05:18.339672 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.339691 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.339710 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 20) new flow
   08:09:22.188000 N            tcp      173.194.79.99.https     ->        10.15.131.2.54705         9       2353   RST
ra[17733.40dbfeb7]: 16:05:18.339776 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.339795 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.339814 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 19) new flow
   08:09:03.064000 N           icmp        10.3.62.249.0x0000    ->       10.15.131.11.0x0800        2        210   ECR
ra[17733.40dbfeb7]: 16:05:18.339885 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.339905 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.339924 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 18) new flow
   08:09:03.068000 N           icmp       10.15.131.11.0x0000    ->        10.3.62.249.0x0000        2        210   ECR
ra[17733.40dbfeb7]: 16:05:18.339993 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.340013 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.340032 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 17) new flow
   08:09:03.080000 N           icmp        10.3.62.249.0x0000    ->       10.15.131.12.0x0800        2        210   ECR
ra[17733.40dbfeb7]: 16:05:18.340102 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.340121 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.340140 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 16) new flow
   08:09:03.088000 N           icmp       10.15.131.12.0x0000    ->        10.3.62.249.0x0000        2        210   ECR
ra[17733.40dbfeb7]: 16:05:18.340209 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.340228 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.340306 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 15) new flow
   08:09:03.904000 N            tcp        10.15.131.2.54607     ->       74.126.6.110.http          2         92   RST
ra[17733.40dbfeb7]: 16:05:18.340414 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.340439 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.340462 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 14) new flow
   08:09:03.908000 N            tcp       74.126.6.110.http      ->        10.15.131.2.54607         1         40   RST
ra[17733.40dbfeb7]: 16:05:18.340564 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.340594 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.340625 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 13) new flow
   08:09:03.928000 N            tcp       74.126.6.110.http      ->        10.15.131.2.54588         1         40   RST
ra[17733.40dbfeb7]: 16:05:18.340724 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.340762 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.340786 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 12) new flow
   08:09:28.816000 N            tcp        10.15.131.2.35231     ->     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:18.340884 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.340913 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.340939 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 11) new flow
   08:09:28.816000 N            tcp     208.82.236.225.http      ->        10.15.131.2.35231         4        160   RST
ra[17733.40dbfeb7]: 16:05:18.341041 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.341072 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.341102 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 10) new flow
   08:09:29.284000 N            tcp        10.15.131.2.46258     ->     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:18.341208 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.341237 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.341265 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 9) new flow
   08:09:29.284000 N            tcp     208.82.236.225.http      ->        10.15.131.2.46258         7       4126   RST
ra[17733.40dbfeb7]: 16:05:18.341372 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.341404 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.341434 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e48, 8) new flow
   08:09:03.908000 N            tcp     216.246.122.24.http      ->        10.15.131.2.54605        24      27274   RST
ra[17733.40dbfeb7]: 16:05:18.341560 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.341600 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.341630 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e78, 7) new flow
   08:09:32.336000 N            tcp        10.15.131.2.53961     ->     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:18.341737 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.341767 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.341797 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ea8, 6) new flow
   08:09:32.340000 N            tcp     208.82.236.225.http      ->        10.15.131.2.53961         4        160   RST
ra[17733.40dbfeb7]: 16:05:18.341901 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.341930 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.341961 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ed8, 5) new flow
   08:09:33.240000 N            tcp        10.15.131.2.38196     ->     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:18.342065 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.342094 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.342125 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f08, 4) new flow
   08:09:33.240000 N            tcp     208.82.236.225.http      ->        10.15.131.2.38196         6       2807   RST
ra[17733.40dbfeb7]: 16:05:18.342230 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.342258 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.342289 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f38, 3) new flow
   08:09:33.308000 N            tcp        10.15.131.2.48674     ->     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:18.342396 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.342426 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.342454 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f68, 2) new flow
   08:09:30.336000 N            tcp        10.15.131.2.51271     ->     208.82.236.225.http          8        517   RST
ra[17733.40dbfeb7]: 16:05:18.342578 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:18.342608 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:18.342639 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 1) new flow
ra[17733.40dbfeb7]: 16:05:18.342668 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:05:18.342701 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:05:18.342733 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:05:18.342761 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:05:19.393949 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:20.445140 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:21.496335 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:22.547530 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:23.331691 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:05:23.331735 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1416 bytes, capacity 1416
   08:09:30.340000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.51271         8       4528   FIN
ra[17733.40dbfeb7]: 16:05:23.331854 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.331876 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.331895 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 29) new flow
   08:09:33.308000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.48674         4        160   FIN
ra[17733.40dbfeb7]: 16:05:23.331966 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.331985 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.332004 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 28) new flow
   08:09:33.396000 N            tcp        10.15.131.2.59721     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:23.332072 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.332092 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.332111 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 27) new flow
   08:09:33.396000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.59721         6       2712   FIN
ra[17733.40dbfeb7]: 16:05:23.332176 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.332196 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.332214 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 26) new flow
   08:09:34.212000 N            tcp        10.15.131.2.42226     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:23.332281 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.332301 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.332320 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 25) new flow
   08:09:34.216000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.42226         4        160   FIN
ra[17733.40dbfeb7]: 16:05:23.332385 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.332404 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.332423 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 24) new flow
   08:09:03.904000 N            tcp        10.15.131.2.54605     ?>     216.246.122.24.http         16       1741   FIN
ra[17733.40dbfeb7]: 16:05:23.332506 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.332525 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.332544 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 23) new flow
   08:09:34.312000 N            tcp        10.15.131.2.51343     ?>     208.82.236.225.http          6        437   FIN
ra[17733.40dbfeb7]: 16:05:23.332611 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.332631 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.332650 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 22) new flow
   08:09:34.312000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.51343         6       2680   FIN
ra[17733.40dbfeb7]: 16:05:23.332715 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.332734 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.332753 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 21) new flow
   08:09:34.328000 N            tcp        10.15.131.2.49961     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:23.332819 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.332838 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.332857 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 20) new flow
   08:09:34.332000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.49961         6       2644   FIN
ra[17733.40dbfeb7]: 16:05:23.332922 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.332941 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.332960 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 19) new flow
   08:09:35.136000 N            tcp        10.15.131.2.32885     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:23.333026 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.333045 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.333064 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 18) new flow
   08:09:35.136000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.32885         6       2753   FIN
ra[17733.40dbfeb7]: 16:05:23.333130 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.333149 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.333168 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 17) new flow
   08:09:05.512000 N            udp        10.3.62.249.activ*    ->       10.15.131.11.snmp          2        138   REQ
ra[17733.40dbfeb7]: 16:05:23.333235 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.333255 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.333274 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 16) new flow
   08:09:05.516000 N            udp       10.15.131.11.snmp      ->        10.3.62.249.activ*        2        150   REQ
ra[17733.40dbfeb7]: 16:05:23.333339 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.333358 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.333429 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 15) new flow
   08:09:35.376000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.51418         5       2687   FIN
ra[17733.40dbfeb7]: 16:05:23.333553 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.333578 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.333602 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 14) new flow
   08:09:35.376000 N            tcp        10.15.131.2.38402     ?>     208.82.236.225.http          8        517   FIN
ra[17733.40dbfeb7]: 16:05:23.333688 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.333718 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.333749 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 13) new flow
   08:09:35.380000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.38402         4        160   FIN
ra[17733.40dbfeb7]: 16:05:23.333849 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.333876 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.333914 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 12) new flow
   08:09:05.580000 N            udp        10.3.62.249.activ*    ->       10.15.131.12.snmp          2        138   REQ
ra[17733.40dbfeb7]: 16:05:23.334003 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.334033 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.334064 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 11) new flow
   08:09:05.584000 N            udp       10.15.131.12.snmp      ->        10.3.62.249.activ*        2        150   REQ
ra[17733.40dbfeb7]: 16:05:23.334162 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.334193 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.334222 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 10) new flow
   08:09:36.472000 N            tcp        10.15.131.2.55771     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:23.334327 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.334355 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.334386 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 9) new flow
   08:09:36.476000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.55771         4        160   FIN
ra[17733.40dbfeb7]: 16:05:23.334513 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.334546 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.334574 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e48, 8) new flow
   08:09:36.112000 N            tcp        10.15.131.2.45238     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:23.334682 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.334713 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.334743 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e78, 7) new flow
   08:09:36.112000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.45238         6       2926   FIN
ra[17733.40dbfeb7]: 16:05:23.334845 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.334875 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.334906 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ea8, 6) new flow
   08:09:37.384000 N            tcp        10.15.131.2.36527     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:23.335011 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.335039 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.335070 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ed8, 5) new flow
   08:09:37.388000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.36527         6       2792   FIN
ra[17733.40dbfeb7]: 16:05:23.335174 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.335206 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.335234 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f08, 4) new flow
   08:09:37.520000 N            tcp        10.15.131.2.32950     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:23.335338 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.335367 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.335398 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f38, 3) new flow
   08:09:37.520000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.32950         4        160   FIN
ra[17733.40dbfeb7]: 16:05:23.335518 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.335548 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.335579 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f68, 2) new flow
   08:09:35.372000 N            tcp        10.15.131.2.51418     ?>     208.82.236.225.http          8        517   FIN
ra[17733.40dbfeb7]: 16:05:23.335682 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:23.335712 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:23.335743 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 1) new flow
ra[17733.40dbfeb7]: 16:05:23.335774 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:05:23.335803 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:05:23.335835 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:05:23.335862 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:05:23.636220 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:24.687433 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:25.738633 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:26.394083 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:05:26.394125 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 168 bytes, capacity 168
   08:00:57.880000 N            udp        10.15.135.1.router    ->          224.0.0.9.router        3        216   REQ
ra[17733.40dbfeb7]: 16:05:26.394238 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:26.394260 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:26.394280 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 3) new flow
   08:01:29.124000 N           icmp        10.3.62.249.0x0000    ->        10.15.135.2.0x0800        2        210   ECR
ra[17733.40dbfeb7]: 16:05:26.394356 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:26.394376 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:26.394395 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 2) new flow
   08:01:05.464000 N            udp        10.3.62.249.activ*    ->        10.15.135.2.snmp         40       2934   REQ
ra[17733.40dbfeb7]: 16:05:26.394462 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:26.394482 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:26.394526 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 1) new flow
ra[17733.40dbfeb7]: 16:05:26.394546 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 0) returning (nil)
ra[17733.40dbfeb7]: 16:05:26.394566 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:05:26.394585 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:05:26.394604 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:05:26.845115 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:27.896297 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:28.294303 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:05:28.294348 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1416 bytes, capacity 1416
   08:09:10.104000 N            tcp        10.15.131.2.54610     ?>    174.129.210.179.http          2         92   CON
ra[17733.40dbfeb7]: 16:05:28.294463 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.294484 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.294516 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 29) new flow
   08:09:10.108000 N            tcp    174.129.210.179.http      ?>        10.15.131.2.54610         1         40   CON
ra[17733.40dbfeb7]: 16:05:28.294586 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.294606 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.294625 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 28) new flow
   08:09:38.376000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.51418         3       1239   FIN
ra[17733.40dbfeb7]: 16:05:28.294692 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.294711 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.294730 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 27) new flow
   08:09:38.392000 N            tcp        10.15.131.2.39406     ?>     208.82.236.225.http          8        517   FIN
ra[17733.40dbfeb7]: 16:05:28.294797 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.294817 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.294836 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 26) new flow
   08:09:38.396000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.39406         7       3248   FIN
ra[17733.40dbfeb7]: 16:05:28.294901 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.294920 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.294939 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 25) new flow
   08:09:38.416000 N            tcp        10.15.131.2.46746     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:28.295005 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.295025 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.295044 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 24) new flow
   08:09:38.416000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.46746         6       2774   FIN
ra[17733.40dbfeb7]: 16:05:28.295110 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.295129 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.295148 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 23) new flow
   08:09:38.516000 N            tcp        10.15.131.2.42173     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:28.295214 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.295234 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.295253 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 22) new flow
   08:09:38.516000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.42173         6       2634   FIN
ra[17733.40dbfeb7]: 16:05:28.295318 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.295337 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.295356 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 21) new flow
   08:09:39.352000 N            tcp        10.15.131.2.38321     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:28.295422 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.295442 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.295461 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 20) new flow
   08:09:39.352000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.38321         4        160   FIN
ra[17733.40dbfeb7]: 16:05:28.295613 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.295650 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.295675 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 19) new flow
   08:09:39.372000 N            tcp        10.15.131.2.33231     ?>     208.82.236.225.http          8        517   FIN
ra[17733.40dbfeb7]: 16:05:28.295763 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.295788 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.295812 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 18) new flow
   08:09:39.376000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.33231         7       3286   FIN
ra[17733.40dbfeb7]: 16:05:28.295915 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.295944 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.295973 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 17) new flow
   08:09:39.528000 N            tcp        10.15.131.2.45275     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:28.296092 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.296118 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.296147 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 16) new flow
   08:09:39.528000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.45275         6       2618   FIN
ra[17733.40dbfeb7]: 16:05:28.296253 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.296283 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.296313 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 15) new flow
   08:09:40.324000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.50885         6       2784   FIN
ra[17733.40dbfeb7]: 16:05:28.296420 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.296449 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.296480 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 14) new flow
   08:09:40.320000 N            tcp        10.15.131.2.50885     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:28.296604 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.296634 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.296665 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 13) new flow
   08:09:40.520000 N            tcp        10.15.131.2.57843     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:28.296772 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.296801 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.296831 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 12) new flow
   08:09:40.520000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.57843         6       2714   FIN
ra[17733.40dbfeb7]: 16:05:28.296937 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.296968 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.296996 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 11) new flow
   08:09:41.212000 N            tcp        10.15.131.2.39753     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:28.297102 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.297129 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.297160 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 10) new flow
   08:09:41.212000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.39753         6       2899   FIN
ra[17733.40dbfeb7]: 16:05:28.297266 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.297296 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.297326 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 9) new flow
   08:08:42.668000 N            udp        10.15.131.1.router    ->          224.0.0.9.router        3        216   REQ
ra[17733.40dbfeb7]: 16:05:28.297432 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.297464 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.297534 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e48, 8) new flow
   08:09:41.424000 N            tcp        10.15.131.2.54349     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:28.297648 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.297680 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.297707 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e78, 7) new flow
   08:09:41.428000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.54349         4        160   FIN
ra[17733.40dbfeb7]: 16:05:28.297815 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.297846 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.297878 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ea8, 6) new flow
   08:09:42.116000 N            tcp        10.15.131.2.52574     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:28.297986 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.298017 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.298048 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ed8, 5) new flow
   08:09:42.116000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.52574         4        160   FIN
ra[17733.40dbfeb7]: 16:05:28.298152 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.298179 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.298210 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f08, 4) new flow
   08:09:42.312000 N            tcp        10.15.131.2.50438     ?>     208.82.236.225.http          8        517   FIN
ra[17733.40dbfeb7]: 16:05:28.298315 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.298345 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.298377 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f38, 3) new flow
   08:09:42.316000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.50438         7       4097   FIN
ra[17733.40dbfeb7]: 16:05:28.298480 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.298529 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.298558 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f68, 2) new flow
   08:09:43.224000 N            tcp        10.15.131.2.36359     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:28.298668 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:28.298699 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:28.298727 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 1) new flow
ra[17733.40dbfeb7]: 16:05:28.298758 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:05:28.298791 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:05:28.298819 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:05:28.298849 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:05:28.899541 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:29.950738 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:31.001938 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:32.053267 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:33.104476 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:34.155692 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:35.206900 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:36.258092 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:36.291656 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:05:36.291692 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1416 bytes, capacity 1416
   08:09:43.224000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.36359         6       2751   FIN
ra[17733.40dbfeb7]: 16:05:36.291807 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.291829 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.291848 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 29) new flow
   08:09:43.272000 N            tcp        10.15.131.2.44451     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:36.291921 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.291940 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.291960 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 28) new flow
   08:09:43.272000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.44451         4        160   FIN
ra[17733.40dbfeb7]: 16:05:36.292025 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.292045 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.292064 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 27) new flow
   08:09:44.056000 N            tcp    169.254.248.199.jetdi*    ?>        10.15.131.2.50931         2        103   RST
ra[17733.40dbfeb7]: 16:05:36.292132 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.292151 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.292170 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 26) new flow
   08:09:44.224000 N            tcp        10.15.131.2.41127     ?>     208.82.236.225.http          8        517   RST
ra[17733.40dbfeb7]: 16:05:36.292237 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.292256 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.292275 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 25) new flow
   08:09:44.224000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.41127         7       3118   RST
ra[17733.40dbfeb7]: 16:05:36.292340 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.292360 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.292379 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 24) new flow
   08:09:44.284000 N            tcp        10.15.131.2.60649     ?>     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:36.292444 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.292464 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.292483 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 23) new flow
   08:09:44.284000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.60649         6       2682   RST
ra[17733.40dbfeb7]: 16:05:36.292567 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.292587 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.292606 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 22) new flow
   08:09:40.424000 N            tcp        10.15.131.2.60564     ?>     208.82.236.225.http          8        517   RST
ra[17733.40dbfeb7]: 16:05:36.292671 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.292691 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.292710 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 21) new flow
   08:09:40.428000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.60564         7       3199   RST
ra[17733.40dbfeb7]: 16:05:36.292775 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.292794 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.292813 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 20) new flow
   08:09:44.424000 N            tcp        10.15.131.2.33235     ?>     208.82.236.225.http          8        517   RST
ra[17733.40dbfeb7]: 16:05:36.292879 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.292898 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.292917 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 19) new flow
   08:09:44.424000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.33235         4        160   RST
ra[17733.40dbfeb7]: 16:05:36.292982 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.293001 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.293020 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 18) new flow
   08:09:45.192000 N            tcp        10.15.131.2.59288     ?>     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:36.293086 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.293105 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.293124 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 17) new flow
   08:09:45.192000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.59288         4        160   RST
ra[17733.40dbfeb7]: 16:05:36.293189 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.293208 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.293227 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 16) new flow
   08:09:45.224000 N            tcp        10.15.131.2.50890     ?>     208.82.236.225.http          8        517   RST
ra[17733.40dbfeb7]: 16:05:36.293293 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.293312 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.293378 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 15) new flow
   08:09:45.224000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.50890         7       3104   RST
ra[17733.40dbfeb7]: 16:05:36.293485 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.293522 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.293546 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 14) new flow
   08:09:45.416000 N            tcp        10.15.131.2.54084     ?>     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:36.293634 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.293664 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.293695 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 13) new flow
   08:09:45.416000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.54084         6       2885   RST
ra[17733.40dbfeb7]: 16:05:36.293798 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.293823 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.293847 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 12) new flow
   08:09:46.192000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.52631         3        120   RST
ra[17733.40dbfeb7]: 16:05:36.293954 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.293984 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.294013 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 11) new flow
   08:09:49.192000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.52631         1         40   RST
ra[17733.40dbfeb7]: 16:05:36.294112 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.294141 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.294169 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 10) new flow
   08:09:12.060000 N            tcp        10.15.131.2.50938     ->    169.254.248.199.jetdi*        3        152   RST
ra[17733.40dbfeb7]: 16:05:36.294276 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.294306 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.294337 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 9) new flow
   08:09:46.312000 N            tcp        10.15.131.2.45984     ->     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:36.294444 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.294473 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.294522 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e48, 8) new flow
   08:09:46.312000 N            tcp     208.82.236.225.http      ->        10.15.131.2.45984         6       2923   RST
ra[17733.40dbfeb7]: 16:05:36.294630 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.294658 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.294689 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e78, 7) new flow
   08:09:50.116000 N            tcp        10.15.131.2.40230     ->     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:36.294796 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.294824 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.294855 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ea8, 6) new flow
   08:09:50.120000 N            tcp     208.82.236.225.http      ->        10.15.131.2.40230         6       2844   RST
ra[17733.40dbfeb7]: 16:05:36.294960 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.294989 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.295020 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ed8, 5) new flow
   08:09:21.328000 N            udp            4.2.2.2.domain    ->        10.15.131.2.59040         1        156   REQ
ra[17733.40dbfeb7]: 16:05:36.295130 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.295161 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.295190 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f08, 4) new flow
   08:09:21.564000 N            udp            4.2.2.2.domain    ->        10.15.131.2.8453          1         84   REQ
ra[17733.40dbfeb7]: 16:05:36.295297 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.295324 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.295354 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f38, 3) new flow
   08:09:46.192000 N            tcp        10.15.131.2.52631     ->     208.82.236.225.http          8        517   RST
ra[17733.40dbfeb7]: 16:05:36.295457 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.295486 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.295534 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f68, 2) new flow
   08:09:46.220000 N            tcp        10.15.131.2.54810     ->     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:36.295640 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:36.295662 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:36.295682 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 1) new flow
ra[17733.40dbfeb7]: 16:05:36.295701 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:05:36.295722 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:05:36.295741 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:05:36.295760 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:05:37.346947 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:38.398140 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:39.449335 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:40.500533 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:41.366025 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:05:41.366128 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1416 bytes, capacity 1416
   08:09:46.220000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.54810         4        160   FIN
ra[17733.40dbfeb7]: 16:05:41.366277 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.366298 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.366315 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 29) new flow
   08:09:21.576000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.48580         3        120   FIN
ra[17733.40dbfeb7]: 16:05:41.366377 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.366394 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.366411 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 28) new flow
   08:09:51.016000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.39939         5       2649   FIN
ra[17733.40dbfeb7]: 16:05:41.366473 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.366510 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.366527 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 27) new flow
   08:09:51.196000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.52631         2         80   FIN
ra[17733.40dbfeb7]: 16:05:41.366587 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.366604 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.366620 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 26) new flow
   08:09:39.308000 N            tcp        10.15.131.2.53816     ?>      174.133.91.50.http          7        705   FIN
ra[17733.40dbfeb7]: 16:05:41.366728 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.366745 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.366761 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 25) new flow
   08:09:39.312000 N            tcp      174.133.91.50.http      ?>        10.15.131.2.53816         5        610   FIN
ra[17733.40dbfeb7]: 16:05:41.366819 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.366836 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.366852 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 24) new flow
   08:09:40.284000 N            tcp        10.15.131.2.53815     ?>      174.133.91.50.http          7        706   FIN
ra[17733.40dbfeb7]: 16:05:41.366910 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.366927 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.366943 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 23) new flow
   08:09:40.284000 N            tcp      174.133.91.50.http      ?>        10.15.131.2.53815         5        610   FIN
ra[17733.40dbfeb7]: 16:05:41.367000 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.367017 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.367034 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 22) new flow
   08:09:51.392000 N            tcp        10.15.131.2.58376     ?>     208.82.236.225.http          6        437   FIN
ra[17733.40dbfeb7]: 16:05:41.367091 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.367108 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.367125 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 21) new flow
   08:09:51.396000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.58376         6       2667   FIN
ra[17733.40dbfeb7]: 16:05:41.367181 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.367198 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.367215 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 20) new flow
   08:09:24.008000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.38541         3       2927   FIN
ra[17733.40dbfeb7]: 16:05:41.367274 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.367290 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.367307 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 19) new flow
   08:09:24.036000 N            udp            4.2.2.2.domain    ->        10.15.131.2.58599         1        119   REQ
ra[17733.40dbfeb7]: 16:05:41.367367 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.367384 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.367401 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 18) new flow
   08:09:03.904000 N            tcp        10.15.131.2.54606     ?>     216.246.122.24.http          3        132   FIN
ra[17733.40dbfeb7]: 16:05:41.367458 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.367475 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.367506 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 17) new flow
   08:09:52.612000 N            tcp        10.15.131.2.46940     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:41.367589 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.367610 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.367630 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 16) new flow
   08:09:52.612000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.46940         4        160   FIN
ra[17733.40dbfeb7]: 16:05:41.367706 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.367727 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.367801 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 15) new flow
   08:09:54.016000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.39939         3       1201   FIN
ra[17733.40dbfeb7]: 16:05:41.367895 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.367922 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.367946 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 14) new flow
   08:09:25.212000 N            udp            4.2.2.2.domain    ->        10.15.131.2.8249          1        107   REQ
ra[17733.40dbfeb7]: 16:05:41.368025 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.368046 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.368066 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 13) new flow
   08:09:51.012000 N            tcp        10.15.131.2.39939     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:41.368154 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.368176 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.368199 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 12) new flow
   08:09:23.996000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.39585         3       3985   FIN
ra[17733.40dbfeb7]: 16:05:41.368291 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.368312 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.368349 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 11) new flow
   08:09:54.044000 N            tcp        10.15.131.2.45828     ?>     208.82.236.225.http          6        437   FIN
ra[17733.40dbfeb7]: 16:05:41.368434 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.368460 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.368485 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 10) new flow
   08:09:54.048000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.45828         6       2753   FIN
ra[17733.40dbfeb7]: 16:05:41.368608 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.368690 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.368719 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 9) new flow
   08:08:56.232000 N            udp        10.15.131.8.cosmo*    ->      63.251.133.40.ntp           7        532   REQ
ra[17733.40dbfeb7]: 16:05:41.368815 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.368843 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.368870 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e48, 8) new flow
   08:09:55.180000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.34564         5       2934   FIN
ra[17733.40dbfeb7]: 16:05:41.368965 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.368989 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.369016 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e78, 7) new flow
   08:09:26.600000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.33047         3       3511   FIN
ra[17733.40dbfeb7]: 16:05:41.369107 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.369130 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.369157 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ea8, 6) new flow
   08:09:52.296000 N            tcp        10.15.131.2.38685     ?>     208.82.236.225.http          9        557   FIN
ra[17733.40dbfeb7]: 16:05:41.369251 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.369279 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.369305 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ed8, 5) new flow
   08:09:52.296000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.38685         8       4138   FIN
ra[17733.40dbfeb7]: 16:05:41.369397 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.369424 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.369451 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f08, 4) new flow
   08:09:27.196000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.54201         2       2550   FIN
ra[17733.40dbfeb7]: 16:05:41.369580 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.369602 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.369623 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f38, 3) new flow
   08:09:23.812000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.1028          4       5601   FIN
ra[17733.40dbfeb7]: 16:05:41.369700 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.369722 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.369743 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f68, 2) new flow
   08:09:53.644000 N            tcp        10.15.131.2.38920     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:41.369820 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:41.369841 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:41.369862 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 1) new flow
ra[17733.40dbfeb7]: 16:05:41.369884 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:05:41.369908 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:05:41.369929 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:05:41.369951 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:05:41.520190 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:42.571493 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:43.622709 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:44.355341 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:05:44.355402 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1416 bytes, capacity 1416
   08:09:53.648000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.38920         7       4178   FIN
ra[17733.40dbfeb7]: 16:05:44.355543 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.355565 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.355584 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 29) new flow
   08:09:27.692000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.36031         3       2937   FIN
ra[17733.40dbfeb7]: 16:05:44.355655 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.355675 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.355694 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 28) new flow
   08:09:27.876000 N            tcp        10.15.131.2.54612     ?>       208.85.40.80.http          2         92   FIN
ra[17733.40dbfeb7]: 16:05:44.355764 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.355784 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.355802 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 27) new flow
   08:09:27.880000 N            tcp       208.85.40.80.http      ?>        10.15.131.2.54612         1         40   FIN
ra[17733.40dbfeb7]: 16:05:44.355869 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.355888 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.355907 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 26) new flow
   08:09:56.740000 N            tcp        10.15.131.2.38131     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:44.355974 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.355993 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.356012 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 25) new flow
   08:09:56.740000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.38131         4        160   FIN
ra[17733.40dbfeb7]: 16:05:44.356078 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.356098 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.356117 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 24) new flow
   08:09:56.752000 N            tcp        10.15.131.2.36196     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:44.356183 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.356202 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.356221 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 23) new flow
   08:09:56.752000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.36196         6       2713   FIN
ra[17733.40dbfeb7]: 16:05:44.356286 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.356306 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.356325 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 22) new flow
   08:09:27.876000 N            tcp        10.15.131.2.54611     ?>       208.85.40.80.http          5       1037   FIN
ra[17733.40dbfeb7]: 16:05:44.356391 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.356410 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.356429 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 21) new flow
   08:09:27.880000 N            tcp       208.85.40.80.http      ?>        10.15.131.2.54611         3        465   FIN
ra[17733.40dbfeb7]: 16:05:44.356516 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.356536 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.356554 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 20) new flow
   08:09:28.716000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.57515         2       2607   FIN
ra[17733.40dbfeb7]: 16:05:44.356622 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.356641 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.356660 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 19) new flow
   08:09:28.912000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.45703         2       2562   FIN
ra[17733.40dbfeb7]: 16:05:44.356726 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.356745 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.356764 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 18) new flow
   08:09:29.192000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.41124         2       2561   FIN
ra[17733.40dbfeb7]: 16:05:44.356829 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.356849 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.356868 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 17) new flow
   08:09:24.000000 N            udp            4.2.2.2.domain    ->        10.15.131.2.62028         2        234   REQ
ra[17733.40dbfeb7]: 16:05:44.356936 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.356956 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.356975 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 16) new flow
   08:09:57.716000 N            tcp        10.15.131.2.57914     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:44.357041 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.357061 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.357080 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 15) new flow
   08:09:57.716000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.57914         4        160   FIN
ra[17733.40dbfeb7]: 16:05:44.357209 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.357230 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.357331 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 14) new flow
   08:09:57.836000 N            tcp        10.15.131.2.45609     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:44.357432 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.357457 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.357480 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 13) new flow
   08:09:57.836000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.45609         4        160   FIN
ra[17733.40dbfeb7]: 16:05:44.357570 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.357598 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.357628 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 12) new flow
   08:09:58.184000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.34564         3       1486   FIN
ra[17733.40dbfeb7]: 16:05:44.357731 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.357758 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.357785 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 11) new flow
   08:09:13.468000 N            udp        10.3.62.249.activ*    ->        10.15.131.2.snmp          5        366   REQ
ra[17733.40dbfeb7]: 16:05:44.357873 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.357897 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.357921 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 10) new flow
   08:09:55.180000 N            tcp        10.15.131.2.34564     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:44.358023 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.358048 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.358075 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 9) new flow
   08:09:22.612000 N            udp        10.3.62.249.activ*    ->        10.15.131.7.snmp          3        219   REQ
ra[17733.40dbfeb7]: 16:05:44.358178 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.358209 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.358277 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e48, 8) new flow
   08:09:22.620000 N            udp        10.15.131.7.snmp      ->        10.3.62.249.activ*        3        225   REQ
ra[17733.40dbfeb7]: 16:05:44.358388 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.358417 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.358448 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e78, 7) new flow
   08:09:29.980000 N            udp            4.2.2.2.domain    ->        10.15.131.2.47988         1        265   REQ
ra[17733.40dbfeb7]: 16:05:44.358556 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.358589 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.358619 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ea8, 6) new flow
   08:09:30.184000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.51096         2       2655   FIN
ra[17733.40dbfeb7]: 16:05:44.358722 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.358752 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.358783 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ed8, 5) new flow
   08:09:58.668000 N            tcp        10.15.131.2.35337     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:44.358889 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.358917 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.358948 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f08, 4) new flow
   08:09:58.668000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.35337         4        160   FIN
ra[17733.40dbfeb7]: 16:05:44.359055 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.359083 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.359114 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f38, 3) new flow
   08:09:58.808000 N            tcp        10.15.131.2.37100     ?>     208.82.236.225.http          8        517   FIN
ra[17733.40dbfeb7]: 16:05:44.359220 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.359267 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.359300 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f68, 2) new flow
   08:09:58.808000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.37100         4        160   FIN
ra[17733.40dbfeb7]: 16:05:44.359402 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:44.359430 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:44.359460 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 1) new flow
ra[17733.40dbfeb7]: 16:05:44.359491 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:05:44.359521 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:05:44.359578 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:05:44.359609 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:05:44.659984 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:45.711207 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:46.762438 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:47.813657 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:48.864874 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:49.416663 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:05:49.416704 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1416 bytes, capacity 1416
   08:09:24.372000 N            udp      65.55.158.118.teredo    ->        10.15.131.2.53157         3        289   REQ
ra[17733.40dbfeb7]: 16:05:49.416820 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.416841 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.416867 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 29) new flow
   08:09:58.284000 N            tcp        10.15.131.2.41136     ?>     208.82.236.225.http          6        437   FIN
ra[17733.40dbfeb7]: 16:05:49.416941 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.416961 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.416980 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 28) new flow
   08:09:58.284000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.41136         6       2889   FIN
ra[17733.40dbfeb7]: 16:05:49.417047 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.417067 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.417086 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 27) new flow
   08:09:31.524000 N            udp    216.218.142.110.33167     ->        10.15.131.2.53157         1         80   REQ
ra[17733.40dbfeb7]: 16:05:49.417156 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.417176 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.417195 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 26) new flow
   08:09:01.936000 N            udp        10.15.135.1.router    ->          224.0.0.9.router        3        216   REQ
ra[17733.40dbfeb7]: 16:05:49.417262 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.417281 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.417300 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 25) new flow
   08:09:22.540000 N            udp        10.3.62.249.activ*    ->        10.15.131.6.snmp          4        293   REQ
ra[17733.40dbfeb7]: 16:05:49.417366 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.417386 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.417404 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 24) new flow
   08:09:22.544000 N            udp        10.15.131.6.snmp      ->        10.3.62.249.activ*        4        303   REQ
ra[17733.40dbfeb7]: 16:05:49.417469 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.417510 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.417530 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 23) new flow
   08:09:59.440000 N            tcp        10.15.131.2.35599     ?>     208.82.236.225.http          8        517   FIN
ra[17733.40dbfeb7]: 16:05:49.417597 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.417617 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.417636 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 22) new flow
   08:09:59.444000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.35599         4        160   FIN
ra[17733.40dbfeb7]: 16:05:49.417701 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.417720 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.417739 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 21) new flow
   08:09:59.544000 N            tcp        10.15.131.2.56076     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:49.417805 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.417825 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.417844 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 20) new flow
   08:09:59.544000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.56076         6       2852   FIN
ra[17733.40dbfeb7]: 16:05:49.417909 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.417929 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.417948 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 19) new flow
   08:09:59.712000 N            tcp        10.15.131.2.52680     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:49.418014 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.418033 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.418052 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 18) new flow
   08:09:59.712000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.52680         4        160   FIN
ra[17733.40dbfeb7]: 16:05:49.418117 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.418137 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.418156 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 17) new flow
   08:10:00.644000 N            tcp        10.15.131.2.35875     ?>     208.82.236.225.http          8        517   FIN
ra[17733.40dbfeb7]: 16:05:49.418222 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.418241 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.418260 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 16) new flow
   08:10:00.652000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.35875         7       3284   FIN
ra[17733.40dbfeb7]: 16:05:49.418325 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.418345 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.418422 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 15) new flow
   08:09:32.460000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.35231         3       3935   FIN
ra[17733.40dbfeb7]: 16:05:49.418545 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.418570 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.418594 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 14) new flow
   08:09:33.032000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.53961         2       2519   FIN
ra[17733.40dbfeb7]: 16:05:49.418682 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.418711 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.418743 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 13) new flow
   08:10:00.456000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.39434         5       2588   FIN
ra[17733.40dbfeb7]: 16:05:49.418847 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.418873 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.418897 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 12) new flow
   08:10:00.560000 N            tcp        10.15.131.2.39584     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:49.419006 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.419037 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.419066 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 11) new flow
   08:10:00.560000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.39584         4        160   FIN
ra[17733.40dbfeb7]: 16:05:49.419166 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.419195 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.419223 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 10) new flow
   08:10:01.696000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.33420         3        120   FIN
ra[17733.40dbfeb7]: 16:05:49.419331 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.419357 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.419387 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 9) new flow
   08:09:34.132000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.48674         3       2863   FIN
ra[17733.40dbfeb7]: 16:05:49.419533 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.419563 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.419592 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e48, 8) new flow
   08:10:01.700000 N            tcp        10.15.131.2.37537     ?>     208.82.236.225.http          8        517   FIN
ra[17733.40dbfeb7]: 16:05:49.419704 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.419733 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.419763 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e78, 7) new flow
   08:10:01.700000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.37537         4        160   FIN
ra[17733.40dbfeb7]: 16:05:49.419869 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.419900 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.419930 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ea8, 6) new flow
   08:09:34.908000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.42226         2       2596   FIN
ra[17733.40dbfeb7]: 16:05:49.420034 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.420064 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.420095 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ed8, 5) new flow
   08:10:00.452000 N            tcp        10.15.131.2.39434     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:49.420201 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.420229 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.420258 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f08, 4) new flow
   08:10:03.456000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.39434         3       1140   FIN
ra[17733.40dbfeb7]: 16:05:49.420361 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.420392 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.420419 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f38, 3) new flow
   08:10:01.692000 N            tcp        10.15.131.2.33420     ?>     208.82.236.225.http          8        517   FIN
ra[17733.40dbfeb7]: 16:05:49.420543 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.420565 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.420584 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f68, 2) new flow
   08:10:03.512000 N            tcp        10.15.131.2.36453     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:49.420653 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:49.420673 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:49.420692 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 1) new flow
ra[17733.40dbfeb7]: 16:05:49.420712 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:05:49.420732 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:05:49.420751 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:05:49.420770 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:05:49.871288 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:50.922598 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:51.973792 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:52.402712 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:05:52.402763 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 264 bytes, capacity 264
   08:01:23.444000 N            udp        10.15.131.2.router    ->          224.0.0.9.router        3        156   REQ
ra[17733.40dbfeb7]: 16:05:52.402879 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:52.402901 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:52.402920 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 5) new flow
   08:01:48.560000 N            udp        10.3.62.249.activ*    ->        10.15.135.7.snmp          3        219   REQ
ra[17733.40dbfeb7]: 16:05:52.402991 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:52.403010 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:52.403029 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 4) new flow
   08:01:48.576000 N            udp        10.15.135.7.snmp      ->        10.3.62.249.activ*        3        225   REQ
ra[17733.40dbfeb7]: 16:05:52.403095 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:52.403114 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:52.403133 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 3) new flow
   08:01:48.372000 N            udp        10.3.62.249.activ*    ->        10.15.135.6.snmp          4        293   REQ
ra[17733.40dbfeb7]: 16:05:52.403199 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:52.403219 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:52.403238 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 2) new flow
   08:01:48.372000 N            udp        10.15.135.6.snmp      ->        10.3.62.249.activ*        4        303   REQ
ra[17733.40dbfeb7]: 16:05:52.403303 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:52.403322 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:52.403341 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 1) new flow
ra[17733.40dbfeb7]: 16:05:52.403361 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 0) returning (nil)
ra[17733.40dbfeb7]: 16:05:52.403381 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:05:52.403400 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:05:52.403419 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:05:53.004101 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:54.055315 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:55.106548 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:55.359723 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:05:55.359759 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1416 bytes, capacity 1416
   08:10:03.588000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.42105         5       2695   FIN
ra[17733.40dbfeb7]: 16:05:55.359878 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.359900 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.359920 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 29) new flow
   08:10:03.588000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.36453         6       2777   FIN
ra[17733.40dbfeb7]: 16:05:55.359989 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.360009 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.360028 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 28) new flow
   08:10:04.768000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.33420         2         80   FIN
ra[17733.40dbfeb7]: 16:05:55.360095 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.360114 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.360133 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 27) new flow
   08:09:36.304000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.38402         3       3201   FIN
ra[17733.40dbfeb7]: 16:05:55.360199 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.360218 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.360237 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 26) new flow
   08:10:04.716000 N            tcp        10.15.131.2.46483     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:55.360304 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.360323 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.360342 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 25) new flow
   08:10:04.716000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.46483         4        160   FIN
ra[17733.40dbfeb7]: 16:05:55.360408 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.360427 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.360446 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 24) new flow
   08:10:04.804000 N            tcp        10.15.131.2.51031     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:55.360534 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.360554 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.360573 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 23) new flow
   08:10:04.808000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.51031         6       2816   FIN
ra[17733.40dbfeb7]: 16:05:55.360639 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.360658 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.360677 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 22) new flow
   08:10:03.584000 N            tcp        10.15.131.2.42105     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:55.360742 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.360762 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.360781 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 21) new flow
   08:10:05.716000 N            tcp        10.15.131.2.50601     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:05:55.360848 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.360867 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.360886 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 20) new flow
   08:10:05.716000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.50601         6       2766   FIN
ra[17733.40dbfeb7]: 16:05:55.360952 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.360971 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.360990 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 19) new flow
   08:10:06.060000 N            tcp    169.254.248.199.jetdi*    ?>        10.15.131.2.50932         2        103   RST
ra[17733.40dbfeb7]: 16:05:55.361057 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.361076 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.361095 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 18) new flow
   08:10:06.588000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.42105         3       1247   RST
ra[17733.40dbfeb7]: 16:05:55.361161 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.361181 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.361200 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 17) new flow
   08:09:37.280000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.55771         2       2722   RST
ra[17733.40dbfeb7]: 16:05:55.361265 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.361284 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.361303 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 16) new flow
   08:10:06.860000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.51658         5       2687   RST
ra[17733.40dbfeb7]: 16:05:55.361370 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.361389 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.361408 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 15) new flow
   08:09:38.372000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.32950         2       2755   RST
ra[17733.40dbfeb7]: 16:05:55.361532 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.361564 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.361593 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 14) new flow
   08:09:30.888000 N            udp        10.15.131.2.53157     ->    216.218.142.110.33167         4        392   REQ
ra[17733.40dbfeb7]: 16:05:55.361688 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.361712 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.361736 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 13) new flow
   08:09:40.184000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.38321         2       2737   RST
ra[17733.40dbfeb7]: 16:05:55.361832 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.361862 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.361890 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 12) new flow
   08:10:06.880000 N            tcp        10.15.131.2.56999     ?>     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:55.361992 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.362016 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.362055 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 11) new flow
   08:10:06.880000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.56999         7       4290   RST
ra[17733.40dbfeb7]: 16:05:55.362151 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.362180 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.362204 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 10) new flow
   08:09:40.200000 N            tcp        10.15.131.2.41715     ?>      74.125.224.65.http          4        377   RST
ra[17733.40dbfeb7]: 16:05:55.362334 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.362361 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.362391 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 9) new flow
   08:09:40.200000 N            tcp      74.125.224.65.http      ?>        10.15.131.2.41715         3        260   RST
ra[17733.40dbfeb7]: 16:05:55.362517 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.362546 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.362578 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e48, 8) new flow
   08:10:09.368000 N            tcp        10.15.131.2.54613     ?>      208.80.55.153.http          6        853   RST
ra[17733.40dbfeb7]: 16:05:55.362687 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.362716 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.362747 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e78, 7) new flow
   08:10:09.372000 N            tcp      208.80.55.153.http      ?>        10.15.131.2.54613         5        651   RST
ra[17733.40dbfeb7]: 16:05:55.362853 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.362881 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.362912 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ea8, 6) new flow
   08:10:09.864000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.51658         2       1199   RST
ra[17733.40dbfeb7]: 16:05:55.363018 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.363049 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.363079 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ed8, 5) new flow
   08:09:42.200000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.54349         2       2447   RST
ra[17733.40dbfeb7]: 16:05:55.363186 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.363214 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.363245 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f08, 4) new flow
   08:10:10.104000 N            tcp        10.15.131.2.54610     ?>    174.129.210.179.http          4        782   RST
ra[17733.40dbfeb7]: 16:05:55.363350 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.363382 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.363410 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f38, 3) new flow
   08:10:10.112000 N            tcp    174.129.210.179.http      ?>        10.15.131.2.54610         3        533   RST
ra[17733.40dbfeb7]: 16:05:55.363533 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.363563 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.363594 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f68, 2) new flow
   08:10:05.624000 N            tcp        10.15.131.2.36065     ?>     208.82.236.225.http          7        477   RST
ra[17733.40dbfeb7]: 16:05:55.363699 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:05:55.363731 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:05:55.363762 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 1) new flow
ra[17733.40dbfeb7]: 16:05:55.363793 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:05:55.363823 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:05:55.363856 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:05:55.363883 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:05:56.114743 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:57.165929 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:58.217122 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:05:59.268323 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:00.319520 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:01.370718 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:02.421951 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:03.473173 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:04.357447 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:06:04.357523 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1416 bytes, capacity 1416
   08:10:05.624000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.36065         4        160   FIN
ra[17733.40dbfeb7]: 16:06:04.357642 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.357664 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.357683 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 29) new flow
   08:10:06.860000 N            tcp        10.15.131.2.51658     ?>     208.82.236.225.http          8        517   FIN
ra[17733.40dbfeb7]: 16:06:04.357755 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.357775 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.357794 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 28) new flow
   08:09:42.384000 N            udp            4.2.2.2.domain    ->        10.15.131.2.60925         1         92   REQ
ra[17733.40dbfeb7]: 16:06:04.357866 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.357885 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.357904 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 27) new flow
   08:09:42.912000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.52574         2       2604   FIN
ra[17733.40dbfeb7]: 16:06:04.357971 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.357990 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.358009 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 26) new flow
   08:09:34.068000 N            tcp        10.15.131.2.50939     ->    169.254.248.199.jetdi*        3        152   FIN
ra[17733.40dbfeb7]: 16:06:04.358078 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.358097 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.358116 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 25) new flow
   08:10:10.764000 N            tcp        10.15.131.2.50941     ->     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:06:04.358183 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.358203 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.358222 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 24) new flow
   08:10:10.764000 N            tcp     208.82.236.225.http      ->        10.15.131.2.50941         4        160   FIN
ra[17733.40dbfeb7]: 16:06:04.358287 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.358307 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.358326 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 23) new flow
   08:10:11.864000 N            tcp     208.82.236.225.http      ->        10.15.131.2.51658         3       1239   FIN
ra[17733.40dbfeb7]: 16:06:04.358391 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.358411 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.358430 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 22) new flow
   08:09:44.200000 N            tcp     208.82.236.225.http      ->        10.15.131.2.44451         2       2703   FIN
ra[17733.40dbfeb7]: 16:06:04.358519 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.358539 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.358558 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 21) new flow
   08:10:11.716000 N            tcp        10.15.131.2.40129     ->     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:06:04.358626 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.358646 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.358665 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 20) new flow
   08:10:11.716000 N            tcp     208.82.236.225.http      ->        10.15.131.2.40129         4        160   FIN
ra[17733.40dbfeb7]: 16:06:04.358730 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.358750 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.358769 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 19) new flow
   08:10:11.896000 N            tcp     208.82.236.225.http      ->        10.15.131.2.46243         6       3047   FIN
ra[17733.40dbfeb7]: 16:06:04.358835 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.358855 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.358874 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 18) new flow
   08:10:10.048000 N            tcp        10.15.131.2.38027     ->     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:06:04.358940 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.358959 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.358979 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 17) new flow
   08:10:10.052000 N            tcp     208.82.236.225.http      ->        10.15.131.2.38027         6       2877   FIN
ra[17733.40dbfeb7]: 16:06:04.359044 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.359063 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.359082 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 16) new flow
   08:10:12.616000 N            tcp        10.15.131.2.52657     ->     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:06:04.359148 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.359168 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.359232 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 15) new flow
   08:10:12.620000 N            tcp     208.82.236.225.http      ->        10.15.131.2.52657         6       2844   FIN
ra[17733.40dbfeb7]: 16:06:04.359347 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.359367 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.359386 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 14) new flow
   08:09:45.912000 N            tcp     208.82.236.225.http      ->        10.15.131.2.59288         2       2447   FIN
ra[17733.40dbfeb7]: 16:06:04.359453 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.359472 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.359492 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 13) new flow
   08:09:45.276000 N            tcp     208.82.236.225.http      ->        10.15.131.2.33235         3       2929   FIN
ra[17733.40dbfeb7]: 16:06:04.359557 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.359577 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.359596 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 12) new flow
   08:10:11.892000 N            tcp        10.15.131.2.46243     ->     208.82.236.225.http          9        557   FIN
ra[17733.40dbfeb7]: 16:06:04.359661 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.359681 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.359700 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 11) new flow
   08:10:13.532000 N            tcp        10.15.131.2.46236     ->     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:06:04.359766 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.359786 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.359805 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 10) new flow
   08:10:13.532000 N            tcp     208.82.236.225.http      ->        10.15.131.2.46236         6       2889   FIN
ra[17733.40dbfeb7]: 16:06:04.359870 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.359889 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.359908 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 9) new flow
   08:10:13.916000 N            tcp        10.15.131.2.34484     ->     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:06:04.359975 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.359994 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.360013 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e48, 8) new flow
   08:10:13.924000 N            tcp     208.82.236.225.http      ->        10.15.131.2.34484         4        160   FIN
ra[17733.40dbfeb7]: 16:06:04.360078 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.360098 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.360117 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e78, 7) new flow
   08:10:14.896000 N            tcp     208.82.236.225.http      ->        10.15.131.2.46243         4       1599   FIN
ra[17733.40dbfeb7]: 16:06:04.360182 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.360202 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.360221 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ea8, 6) new flow
   08:10:14.524000 N            tcp        10.15.131.2.57257     ->     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:06:04.360383 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.360407 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.360614 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ed8, 5) new flow
   08:10:14.528000 N            tcp     208.82.236.225.http      ->        10.15.131.2.57257         4        160   FIN
ra[17733.40dbfeb7]: 16:06:04.360721 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.360748 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.360773 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f08, 4) new flow
   08:10:14.928000 N            tcp        10.15.131.2.43325     ->     208.82.236.225.http          8        517   FIN
ra[17733.40dbfeb7]: 16:06:04.360863 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.360887 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.360911 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f38, 3) new flow
   08:10:14.932000 N            tcp     208.82.236.225.http      ->        10.15.131.2.43325         4        160   FIN
ra[17733.40dbfeb7]: 16:06:04.361012 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.361040 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.361064 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f68, 2) new flow
   08:09:20.452000 N            udp        10.15.135.2.router    ->          224.0.0.9.router        3        156   REQ
ra[17733.40dbfeb7]: 16:06:04.361152 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:04.361178 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:04.361208 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 1) new flow
ra[17733.40dbfeb7]: 16:06:04.361275 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:06:04.361306 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:04.361337 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:04.361371 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:06:04.511566 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:05.562770 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:06.613979 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:07.665188 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:08.716388 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:09.767605 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:10.818827 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:11.870041 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:12.420870 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:06:12.420923 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1416 bytes, capacity 1416
   08:09:23.788000 N            udp        10.15.131.2.53157     ->      65.55.158.118.teredo        4        329   REQ
ra[17733.40dbfeb7]: 16:06:12.421039 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.421061 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.421081 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 29) new flow
   08:09:46.912000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.52631         4       4732   CON
ra[17733.40dbfeb7]: 16:06:12.421155 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.421175 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.421194 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 28) new flow
   08:09:25.372000 N            udp        10.15.131.2.53157     ->    216.218.217.234.36268         7        660   REQ
ra[17733.40dbfeb7]: 16:06:12.421264 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.421284 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.421303 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 27) new flow
   08:10:18.036000 N            tcp        10.15.131.2.53021     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:06:12.421370 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.421389 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.421409 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 26) new flow
   08:10:18.036000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.53021         4        160   FIN
ra[17733.40dbfeb7]: 16:06:12.421474 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.421517 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.421537 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 25) new flow
   08:09:52.072000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.54810         2       2485   FIN
ra[17733.40dbfeb7]: 16:06:12.421605 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.421624 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.421643 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 24) new flow
   08:09:26.840000 N            udp    216.218.217.234.36268     ->        10.15.131.2.53157         2        160   REQ
ra[17733.40dbfeb7]: 16:06:12.421709 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.421728 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.421747 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 23) new flow
   08:10:15.516000 N            tcp        10.15.131.2.50106     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:06:12.421814 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.421833 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.421852 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 22) new flow
   08:10:15.516000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.50106         8       5777   FIN
ra[17733.40dbfeb7]: 16:06:12.421918 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.421937 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.421956 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 21) new flow
   08:10:21.104000 N            tcp        10.15.131.2.53775     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:06:12.422022 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.422041 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.422060 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 20) new flow
   08:10:21.104000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.53775         6       2766   FIN
ra[17733.40dbfeb7]: 16:06:12.422125 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.422144 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.422163 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 19) new flow
   08:09:53.512000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.46940         2       2572   FIN
ra[17733.40dbfeb7]: 16:06:12.422229 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.422248 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.422267 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 18) new flow
   08:09:25.676000 N            tcp        10.15.131.2.60742     ?>      173.194.79.99.https        13       1904   FIN
ra[17733.40dbfeb7]: 16:06:12.422334 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.422353 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.422373 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 17) new flow
   08:09:26.340000 N            tcp      173.194.79.99.https     ?>        10.15.131.2.60742        10       3708   FIN
ra[17733.40dbfeb7]: 16:06:12.422438 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.422457 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.422476 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 16) new flow
   08:10:20.596000 N            tcp        10.15.131.2.47636     ?>     208.82.236.225.http          8        517   FIN
ra[17733.40dbfeb7]: 16:06:12.422561 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.422580 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.422648 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 15) new flow
   08:10:20.600000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.47636         4        160   FIN
ra[17733.40dbfeb7]: 16:06:12.422735 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.422756 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.422775 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 14) new flow
   08:10:23.680000 N            tcp        10.15.131.2.55705     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:06:12.422843 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.422862 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.422881 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 13) new flow
   08:10:23.680000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.55705         6       2941   FIN
ra[17733.40dbfeb7]: 16:06:12.422947 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.422966 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.422985 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 12) new flow
   08:10:24.676000 N            tcp        10.15.131.2.33091     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:06:12.423051 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.423071 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.423090 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 11) new flow
   08:10:24.676000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.33091         6       2791   FIN
ra[17733.40dbfeb7]: 16:06:12.423155 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.423174 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.423193 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 10) new flow
   08:09:52.312000 N            tcp        10.15.131.2.53379     ?>     74.125.141.188.hpvro*       10       1068   FIN
ra[17733.40dbfeb7]: 16:06:12.423383 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.423409 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.423434 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 9) new flow
   08:09:53.012000 N            tcp     74.125.141.188.hpvro*    ?>        10.15.131.2.53379        11       2295   FIN
ra[17733.40dbfeb7]: 16:06:12.423524 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.423549 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.423573 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e48, 8) new flow
   08:09:56.616000 N            udp      208.70.156.25.sip       ->        10.15.131.2.atc-a*        1        415   REQ
ra[17733.40dbfeb7]: 16:06:12.423678 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.423708 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.423737 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e78, 7) new flow
   08:09:57.560000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.38131         2       2737   FIN
ra[17733.40dbfeb7]: 16:06:12.423831 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.423857 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.423880 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ea8, 6) new flow
   08:09:57.932000 N            udp            4.2.2.2.domain    ->        10.15.131.2.53142         1         92   REQ
ra[17733.40dbfeb7]: 16:06:12.423972 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.424002 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.424032 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ed8, 5) new flow
   08:10:25.616000 N            tcp        10.15.131.2.59607     ?>     208.82.236.225.http          7        477   FIN
ra[17733.40dbfeb7]: 16:06:12.424124 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.424147 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.424177 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f08, 4) new flow
   08:10:25.620000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.59607         6       2965   FIN
ra[17733.40dbfeb7]: 16:06:12.424317 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.424346 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.424376 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f38, 3) new flow
   08:09:58.480000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.57914         2       2425   FIN
ra[17733.40dbfeb7]: 16:06:12.424483 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.424512 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.424540 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f68, 2) new flow
   08:09:58.672000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.45609         2       2425   FIN
ra[17733.40dbfeb7]: 16:06:12.424647 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:12.424677 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:12.424708 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 1) new flow
ra[17733.40dbfeb7]: 16:06:12.424741 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:06:12.424770 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:12.424802 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:12.424833 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:06:12.875357 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:13.926554 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:14.977764 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:16.028977 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:17.080177 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:18.131384 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:19.182587 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:20.233828 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:21.285028 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:22.336212 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:23.387429 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:24.363098 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:06:24.363160 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1032 bytes, capacity 1032
   08:10:28.060000 N            tcp    169.254.248.199.jetdi*    ?>        10.15.131.2.50933         2        103   RST
ra[17733.40dbfeb7]: 16:06:24.363278 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.363300 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.363319 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 21) new flow
   08:09:59.464000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.35337         2       2503   RST
ra[17733.40dbfeb7]: 16:06:24.363390 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.363410 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.363429 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 20) new flow
   08:09:59.664000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.37100         3       3158   RST
ra[17733.40dbfeb7]: 16:06:24.363516 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.363536 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.363555 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 19) new flow
   08:10:00.392000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.35599         3       2924   RST
ra[17733.40dbfeb7]: 16:06:24.363621 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.363641 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.363660 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 18) new flow
   08:10:00.672000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.52680         2       2450   RST
ra[17733.40dbfeb7]: 16:06:24.363725 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.363744 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.363763 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 17) new flow
   08:10:30.872000 N            tcp        10.15.131.2.54611     ?>       208.85.40.80.http          1         40   RST
ra[17733.40dbfeb7]: 16:06:24.363830 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.363849 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.363868 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 16) new flow
   08:10:30.876000 N            tcp       208.85.40.80.http      ?>        10.15.131.2.54611         1         80   RST
ra[17733.40dbfeb7]: 16:06:24.363933 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.363953 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.363971 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 15) new flow
   08:10:01.596000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.39584         2       2697   RST
ra[17733.40dbfeb7]: 16:06:24.364037 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.364056 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.364075 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 14) new flow
   08:10:02.700000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.37537         3       3005   RST
ra[17733.40dbfeb7]: 16:06:24.364146 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.364166 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.364185 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 13) new flow
   08:10:30.872000 N            tcp        10.15.131.2.54612     ?>       208.85.40.80.http          2         80   RST
ra[17733.40dbfeb7]: 16:06:24.364250 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.364270 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.364289 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 12) new flow
   08:10:30.900000 N            tcp       208.85.40.80.http      ?>        10.15.131.2.54612         2         80   RST
ra[17733.40dbfeb7]: 16:06:24.364354 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.364373 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.364392 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 11) new flow
   08:09:56.080000 N            tcp        10.15.131.2.50940     ->    169.254.248.199.jetdi*        3        152   RST
ra[17733.40dbfeb7]: 16:06:24.364461 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.364480 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.364519 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 10) new flow
   08:10:02.504000 N            tcp     208.82.236.225.http      ->        10.15.131.2.33420         3       3736   RST
ra[17733.40dbfeb7]: 16:06:24.364588 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.364607 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.364626 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 9) new flow
   08:10:05.464000 N            tcp     208.82.236.225.http      ->        10.15.131.2.46483         2       2484   RST
ra[17733.40dbfeb7]: 16:06:24.364693 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.364712 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.364731 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 8) new flow
   08:10:05.360000 N            udp        10.3.62.249.amx-a*    ->        10.15.131.6.snmp          3        231   REQ
ra[17733.40dbfeb7]: 16:06:24.364798 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.364818 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.364837 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 7) new flow
   08:10:05.360000 N            udp        10.15.131.6.snmp      ->        10.3.62.249.amx-a*        3        808   REQ
ra[17733.40dbfeb7]: 16:06:24.364967 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.364988 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.365007 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 6) new flow
   08:10:09.368000 N            tcp        10.15.131.2.54614     ->      208.80.55.153.http          2         92   RST
ra[17733.40dbfeb7]: 16:06:24.365077 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.365097 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.365116 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 5) new flow
   08:10:09.372000 N            tcp      208.80.55.153.http      ->        10.15.131.2.54614         1         40   RST
ra[17733.40dbfeb7]: 16:06:24.365181 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.365201 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.365220 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 4) new flow
   08:10:10.064000 N            udp            4.2.2.2.domain    ->        10.15.131.2.servs*        1        181   REQ
ra[17733.40dbfeb7]: 16:06:24.365395 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.365420 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.365444 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 3) new flow
   08:10:10.808000 N            udp            4.2.2.2.domain    ->        10.15.131.2.29274         1        131   REQ
ra[17733.40dbfeb7]: 16:06:24.365534 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.365559 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.365584 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 2) new flow
   08:10:06.392000 N            tcp     208.82.236.225.http      ->        10.15.131.2.36065         4       5427   RST
ra[17733.40dbfeb7]: 16:06:24.365687 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:24.365715 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:24.365746 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 1) new flow
ra[17733.40dbfeb7]: 16:06:24.365776 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 0) returning (nil)
ra[17733.40dbfeb7]: 16:06:24.365803 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:24.365828 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:24.365852 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:06:24.516041 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:25.567252 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:26.618459 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:27.669668 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:28.720874 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:29.772080 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:30.823278 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:31.394712 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:06:31.394755 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 168 bytes, capacity 168
   08:02:31.376000 N            udp        10.3.62.249.amx-a*    ->        10.15.135.6.snmp          3        231   REQ
ra[17733.40dbfeb7]: 16:06:31.394871 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:31.394893 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:31.394913 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 3) new flow
   08:02:31.376000 N            udp        10.15.135.6.snmp      ->        10.3.62.249.amx-a*        3        808   REQ
ra[17733.40dbfeb7]: 16:06:31.394982 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:31.395002 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:31.395021 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 2) new flow
   08:02:08.544000 N            udp        10.15.131.1.router    ->          224.0.0.9.router        3        216   REQ
ra[17733.40dbfeb7]: 16:06:31.395088 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:31.395108 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:31.395127 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 1) new flow
ra[17733.40dbfeb7]: 16:06:31.395147 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 0) returning (nil)
ra[17733.40dbfeb7]: 16:06:31.395167 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:31.395186 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:31.395205 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:06:31.845721 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:32.896926 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:33.948129 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:34.999341 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:36.050551 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:36.367587 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:06:36.367626 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 504 bytes, capacity 504
   08:10:11.512000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.50941         2       2453   CON
ra[17733.40dbfeb7]: 16:06:36.367742 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:36.367764 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:36.367783 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 10) new flow
   08:10:12.480000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.40129         2       2486   CON
ra[17733.40dbfeb7]: 16:06:36.367854 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:36.367873 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:36.367893 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 9) new flow
   08:09:44.288000 N            tcp    209.198.253.215.8265      ->       145.26.124.6.uucp-*        5        300   CON
ra[17733.40dbfeb7]: 16:06:36.367962 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:36.367982 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:36.368001 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 8) new flow
   08:10:14.712000 N            tcp     208.82.236.225.http      ->        10.15.131.2.34484         2       2669   CON
ra[17733.40dbfeb7]: 16:06:36.368068 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:36.368087 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:36.368106 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 7) new flow
   08:10:15.384000 N            tcp     208.82.236.225.http      ->        10.15.131.2.57257         2       2553   CON
ra[17733.40dbfeb7]: 16:06:36.368172 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:36.368191 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:36.368210 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 6) new flow
   08:10:15.704000 N            tcp     208.82.236.225.http      ->        10.15.131.2.43325         4       4434   CON
ra[17733.40dbfeb7]: 16:06:36.368275 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:36.368295 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:36.368314 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 5) new flow
   08:10:18.884000 N            tcp     208.82.236.225.http      ->        10.15.131.2.53021         3       3902   CON
ra[17733.40dbfeb7]: 16:06:36.368379 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:36.368398 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:36.368417 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 4) new flow
   08:10:10.824000 N            tcp        10.15.131.2.46728     ->       69.10.178.46.xmpp-*       27       2511   CON
ra[17733.40dbfeb7]: 16:06:36.368507 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:36.368528 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:36.368547 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 3) new flow
   08:10:11.504000 N            tcp       69.10.178.46.xmpp-*    ->        10.15.131.2.46728        28       7569   CON
ra[17733.40dbfeb7]: 16:06:36.368614 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:36.368633 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:36.368652 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 2) new flow
   08:10:50.064000 N            tcp    169.254.248.199.jetdi*    ->        10.15.131.2.50935         2        103   RST
ra[17733.40dbfeb7]: 16:06:36.368719 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:36.368738 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:36.368757 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 1) new flow
ra[17733.40dbfeb7]: 16:06:36.368777 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 0) returning (nil)
ra[17733.40dbfeb7]: 16:06:36.368797 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:36.368816 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:36.368835 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:06:37.119677 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:38.171066 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:39.222267 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:40.273460 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:41.324661 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:42.375846 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:43.427034 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:44.478236 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:45.529430 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:46.321624 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:06:46.321673 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1416 bytes, capacity 1416
   08:10:21.384000 N            tcp     208.82.236.225.http      ?>        10.15.131.2.47636         4       4277   CON
ra[17733.40dbfeb7]: 16:06:46.321790 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.321812 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.321832 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 29) new flow
   08:10:24.668000 N           icmp        10.3.62.249.0x0000    ->        10.15.131.2.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:06:46.321907 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.321927 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.321946 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 28) new flow
   08:10:24.688000 N           icmp        10.3.62.249.0x0000    ->        10.15.131.3.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:06:46.322016 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.322036 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.322055 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 27) new flow
   08:10:24.688000 N           icmp        10.15.131.3.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:06:46.322123 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.322142 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.322161 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 26) new flow
   08:10:24.716000 N           icmp        10.3.62.249.0x0000    ->        10.15.131.7.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:06:46.322229 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.322248 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.322267 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 25) new flow
   08:10:24.720000 N           icmp        10.15.131.7.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:06:46.322335 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.322354 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.322373 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 24) new flow
   08:10:24.736000 N           icmp        10.3.62.249.0x0000    ->        10.15.131.6.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:06:46.322442 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.322461 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.322480 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 23) new flow
   08:10:24.736000 N           icmp        10.15.131.6.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:06:46.322571 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.322590 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.322609 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 22) new flow
   08:10:55.364000 N            tcp        10.15.131.2.avail*    ?>       208.85.41.11.http          2         80   FIN
ra[17733.40dbfeb7]: 16:06:46.322682 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.322701 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.322720 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 21) new flow
   08:10:55.392000 N            tcp       208.85.41.11.http      ?>        10.15.131.2.avail*        2         80   FIN
ra[17733.40dbfeb7]: 16:06:46.322786 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.322805 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.322824 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 20) new flow
   08:10:18.084000 N            tcp        10.15.131.2.solid*    ->    169.254.248.199.jetdi*        3        152   FIN
ra[17733.40dbfeb7]: 16:06:46.322891 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.322910 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.322929 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 19) new flow
   08:10:42.816000 N            tcp        10.15.131.2.54616     ->       208.85.40.80.http         19       5857   RST
ra[17733.40dbfeb7]: 16:06:46.322996 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.323016 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.323035 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 18) new flow
   08:10:42.816000 N            tcp       208.85.40.80.http      ->        10.15.131.2.54616        15       2936   RST
ra[17733.40dbfeb7]: 16:06:46.323100 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.323119 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.323138 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 17) new flow
   08:10:59.064000 N            tcp        10.15.131.2.54619     ->      12.129.210.71.http          8       1576   RST
ra[17733.40dbfeb7]: 16:06:46.323206 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.323225 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.323244 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cc8, 16) new flow
   08:10:59.064000 N            tcp        10.15.131.2.54622     ->      12.129.210.71.http          7       1536   RST
ra[17733.40dbfeb7]: 16:06:46.323310 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.323329 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.323407 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390cf8, 15) new flow
   08:10:59.064000 N            tcp        10.15.131.2.54621     ->      12.129.210.71.http          7       1536   RST
ra[17733.40dbfeb7]: 16:06:46.323532 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.323557 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.323581 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d28, 14) new flow
   08:10:59.068000 N            tcp      12.129.210.71.http      ->        10.15.131.2.54619         6       1703   RST
ra[17733.40dbfeb7]: 16:06:46.323667 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.323697 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.323727 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d58, 13) new flow
   08:10:59.068000 N            tcp      12.129.210.71.http      ->        10.15.131.2.54622         6       1641   RST
ra[17733.40dbfeb7]: 16:06:46.323829 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.323856 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.323893 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390d88, 12) new flow
   08:10:59.068000 N            tcp      12.129.210.71.http      ->        10.15.131.2.54621         6       1664   RST
ra[17733.40dbfeb7]: 16:06:46.323982 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.324013 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.324044 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390db8, 11) new flow
   08:10:02.016000 N            udp        10.3.62.249.activ*    ->        10.15.131.3.snmp         50       3708   REQ
ra[17733.40dbfeb7]: 16:06:46.324143 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.324175 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.324203 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390de8, 10) new flow
   08:10:02.020000 N            udp        10.15.131.3.snmp      ->        10.3.62.249.activ*       50       4006   REQ
ra[17733.40dbfeb7]: 16:06:46.324305 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.324335 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.324362 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e18, 9) new flow
   08:10:32.704000 N            udp        10.3.62.249.activ*    ->        10.15.131.2.snmp          1         71   REQ
ra[17733.40dbfeb7]: 16:06:46.324467 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.324514 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.324543 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e48, 8) new flow
   08:10:32.940000 N            udp        10.3.62.249.activ*    ->        10.15.131.7.snmp          1         71   REQ
ra[17733.40dbfeb7]: 16:06:46.324649 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.324680 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.324710 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390e78, 7) new flow
   08:10:32.956000 N            udp        10.15.131.7.snmp      ->        10.3.62.249.activ*        1         75   REQ
ra[17733.40dbfeb7]: 16:06:46.324813 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.324840 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.324871 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ea8, 6) new flow
   08:10:33.020000 N            udp        10.3.62.249.activ*    ->        10.15.131.6.snmp          1         71   REQ
ra[17733.40dbfeb7]: 16:06:46.324975 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.325007 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.325035 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ed8, 5) new flow
   08:10:33.020000 N            udp        10.15.131.6.snmp      ->        10.3.62.249.activ*        1         75   REQ
ra[17733.40dbfeb7]: 16:06:46.325139 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.325167 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.325199 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f08, 4) new flow
   08:11:00.652000 N            tcp        10.15.131.2.54624     ->      89.31.101.136.http          6        928   RST
ra[17733.40dbfeb7]: 16:06:46.325310 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.325339 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.325369 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f38, 3) new flow
   08:11:00.652000 N            tcp        10.15.131.2.54625     ->      89.31.101.136.http          6        928   RST
ra[17733.40dbfeb7]: 16:06:46.325477 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.325550 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.325579 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f68, 2) new flow
   08:11:00.652000 N            tcp        10.15.131.2.54626     ->      89.31.101.136.http          6        928   RST
ra[17733.40dbfeb7]: 16:06:46.325688 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:46.325718 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:46.325748 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 1) new flow
ra[17733.40dbfeb7]: 16:06:46.325779 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390f98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:06:46.325810 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:46.325842 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:46.325872 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:06:46.626240 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:47.677438 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:48.728631 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:49.484628 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:06:49.484675 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 648 bytes, capacity 648
   08:02:50.436000 N           icmp        10.3.62.249.0x0000    ->        10.15.135.3.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:06:49.484795 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:49.484817 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:49.484837 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 13) new flow
   08:02:50.440000 N           icmp        10.15.135.3.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:06:49.484909 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:49.484929 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:49.484948 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 12) new flow
   08:02:50.460000 N           icmp        10.3.62.249.0x0000    ->        10.15.135.6.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:06:49.485017 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:49.485036 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:49.485055 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 11) new flow
   08:02:50.460000 N           icmp        10.15.135.6.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:06:49.485123 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:49.485142 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:49.485161 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 10) new flow
   08:02:50.552000 N           icmp        10.3.62.249.0x0000    ->        10.15.135.7.0x0800        1        105   ECR
ra[17733.40dbfeb7]: 16:06:49.485230 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:49.485249 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:49.485268 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 9) new flow
   08:02:50.556000 N           icmp        10.15.135.7.0x0000    ->        10.3.62.249.0x0000        1        105   ECR
ra[17733.40dbfeb7]: 16:06:49.485337 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:49.485356 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:49.485375 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 8) new flow
   08:02:27.884000 N            udp        10.15.135.1.router    ->          224.0.0.9.router        3        216   REQ
ra[17733.40dbfeb7]: 16:06:49.485443 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:49.485463 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:49.485482 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 7) new flow
   08:02:27.908000 N            udp        10.3.62.249.activ*    ->        10.15.135.3.snmp         50       3708   REQ
ra[17733.40dbfeb7]: 16:06:49.485563 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:49.485583 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:49.485602 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 6) new flow
   08:02:27.912000 N            udp        10.15.135.3.snmp      ->        10.3.62.249.activ*       50       4004   REQ
ra[17733.40dbfeb7]: 16:06:49.485668 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:49.485687 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:49.485706 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 5) new flow
   08:02:57.540000 N            udp        10.3.62.249.activ*    ->        10.15.135.6.snmp          1         71   REQ
ra[17733.40dbfeb7]: 16:06:49.485772 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:49.485791 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:49.485810 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c08, 4) new flow
   08:02:57.540000 N            udp        10.15.135.6.snmp      ->        10.3.62.249.activ*        1         75   REQ
ra[17733.40dbfeb7]: 16:06:49.485876 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:49.485895 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:49.485914 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c38, 3) new flow
   08:02:57.968000 N            udp        10.3.62.249.activ*    ->        10.15.135.7.snmp          1         71   REQ
ra[17733.40dbfeb7]: 16:06:49.485979 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:49.485998 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:49.486017 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c68, 2) new flow
   08:02:57.980000 N            udp        10.15.135.7.snmp      ->        10.3.62.249.activ*        1         75   REQ
ra[17733.40dbfeb7]: 16:06:49.486082 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:06:49.486101 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:06:49.486120 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 1) new flow
ra[17733.40dbfeb7]: 16:06:49.486140 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390c98, 0) returning (nil)
ra[17733.40dbfeb7]: 16:06:49.486160 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:49.486180 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:49.486199 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:06:49.786551 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:50.837844 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:51.889042 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:52.940239 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:53.991418 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:55.042610 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:56.093807 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:57.144994 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:57.291999 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:06:57.292034 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1364 bytes, capacity 1364
ra[17733.40dbfeb7]: 16:06:57.292061 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.292081 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.292101 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.292122 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.292142 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.292162 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.292186 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:06:57.292213 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:06:57.292319 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:06:57.292339 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.292359 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.292378 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.292399 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.292417 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.292436 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.292456 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.292476 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.292512 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.292533 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:06:57.292553 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:06:57.292658 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:06:57.292678 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.292698 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.292717 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.292738 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.292756 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.292775 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.292795 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.292814 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.292834 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.292854 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:06:57.292874 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:06:57.292979 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:06:57.292999 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.293019 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.293038 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.293058 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.293076 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.293095 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.293115 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.293135 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.293154 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.293175 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:06:57.293194 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:06:57.293299 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:06:57.293319 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.293339 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.293358 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.293379 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.293397 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.293416 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.293436 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.293455 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.293474 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.293514 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:06:57.293536 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:06:57.293641 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:06:57.293661 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.293681 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.293700 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.293760 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.293790 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.293811 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.293831 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.293851 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.293870 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.293892 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:06:57.293912 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:06:57.294017 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:06:57.294038 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.294058 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.294077 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.294098 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.294115 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.294135 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.294155 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.294175 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.294194 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.294215 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:06:57.294235 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:06:57.294449 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:06:57.294476 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.294503 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.294528 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.294559 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.294586 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.294616 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.294647 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.294678 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.294707 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.294738 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:06:57.294763 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:06:57.294918 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:06:57.294951 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.294981 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.295008 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.295036 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.295060 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.295090 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.295124 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.295153 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.295179 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.295212 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:06:57.295278 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:06:57.295418 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:06:57.295441 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.295461 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.295480 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.295501 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.295519 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.295539 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.295559 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.295578 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.295598 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.295618 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:06:57.295639 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:06:57.295743 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:06:57.295764 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.295783 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.295802 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.295823 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.295841 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.295860 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.295880 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.295900 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.295919 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.295940 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:06:57.295960 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:06:57.296064 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:06:57.296085 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.296104 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.296124 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.296144 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.296162 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.296181 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.296201 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.296221 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.296293 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.296330 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:06:57.296358 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:06:57.296509 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:06:57.296544 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.296573 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.296602 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.296634 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.296662 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.296688 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.296720 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.296754 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.296783 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.296813 ArgusFree (0x83ed200)
ra[17733.40dbfeb7]: 16:06:57.296845 ArgusCalloc (1, 21508) returning 0x83ed200
ra[17733.40dbfeb7]: 16:06:57.296993 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 1 len 5376
ra[17733.40dbfeb7]: 16:06:57.297016 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.297036 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.297056 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.297077 ArgusFree (0x83ed1a0)
ra[17733.40dbfeb7]: 16:06:57.297094 ArgusCalloc (1, 88) returning 0x83ed1a0
ra[17733.40dbfeb7]: 16:06:57.297114 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) tHdr template id 256 len 21
ra[17733.40dbfeb7]: 16:06:57.297134 ArgusParseCiscoRecordV9Template (0xb7f29008, 0xb7a0505c, 0x8390a28, 88) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.297153 ArgusParseCiscoRecordV9 (0xb7ec7008, 0xbffff390) returning (nil)
ra[17733.40dbfeb7]: 16:06:57.297173 ArgusHandleDatum ((nil), 0xb7fc9d30) returning 0
ra[17733.40dbfeb7]: 16:06:57.297192 ArgusReadCiscoDatagramSocket (0xb7ec7008) returning 0
ra[17733.40dbfeb7]: 16:06:58.198222 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:06:59.249467 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:07:00.300687 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:07:01.351913 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:07:02.403122 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:07:03.454433 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:07:04.505644 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:07:05.556856 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:07:06.608055 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:07:07.659275 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:07:08.710486 ArgusClientTimeout()
ra[17733.40dbfeb7]: 16:07:09.280604 ArgusReadCiscoDatagramSocket (0xb7ec7008) starting
ra[17733.40dbfeb7]: 16:07:09.280643 ArgusReadCiscoDatagramSocket (0xb7ec7008) read 1032 bytes, capacity 1032
   08:10:44.576000 N            udp      65.55.158.118.teredo    ->        10.15.131.2.53157         1        137   REQ
ra[17733.40dbfeb7]: 16:07:09.280758 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:07:09.280780 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:07:09.280800 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a58, 21) new flow
   08:10:39.480000 N            udp        10.15.153.4.63725     ->    209.198.253.214.63647         4        272   REQ
ra[17733.40dbfeb7]: 16:07:09.280879 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:07:09.280899 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:07:09.280918 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390a88, 20) new flow
   08:10:39.480000 N            udp        10.15.153.4.63725     ->    209.198.253.214.63647         4        272   REQ
ra[17733.40dbfeb7]: 16:07:09.280984 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:07:09.281003 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:07:09.281023 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ab8, 19) new flow
   08:10:39.564000 N            udp        10.15.153.4.63725     ->    209.198.253.214.63043         4        272   REQ
ra[17733.40dbfeb7]: 16:07:09.281090 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:07:09.281110 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:07:09.281129 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ae8, 18) new flow
   08:10:39.564000 N            udp        10.15.153.4.63725     ->    209.198.253.214.63043         4        272   REQ
ra[17733.40dbfeb7]: 16:07:09.281194 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:07:09.281214 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:07:09.281233 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b18, 17) new flow
   08:10:39.580000 N            udp        10.15.153.4.63725     ->    209.198.253.214.62794         4        272   REQ
ra[17733.40dbfeb7]: 16:07:09.281299 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:07:09.281319 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:07:09.281338 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b48, 16) new flow
   08:10:39.580000 N            udp        10.15.153.4.63725     ->    209.198.253.214.62794         4        272   REQ
ra[17733.40dbfeb7]: 16:07:09.281403 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:07:09.281423 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:07:09.281442 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390b78, 15) new flow
   08:10:39.616000 N            udp        10.15.153.4.63725     ->    209.198.253.214.63908         4        272   REQ
ra[17733.40dbfeb7]: 16:07:09.281527 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:07:09.281547 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:07:09.281566 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390ba8, 14) new flow
   08:10:39.616000 N            udp        10.15.153.4.63725     ->    209.198.253.214.63908         4        272   REQ
ra[17733.40dbfeb7]: 16:07:09.281632 RaScheduleRecord (0xb7f29008, 0xb7ec754c) scheduled
ra[17733.40dbfeb7]: 16:07:09.281651 ArgusHandleDatum (0x828c240, 0xb7fc9d30) returning 88
ra[17733.40dbfeb7]: 16:07:09.281671 ArgusParseCiscoRecordV9Data (0xb7f29008, 0xb7ec7008, 0xb7a0505c, 0x8390bd8, 13) new flow

Program received signal SIGSEGV, Segmentation fault.
0x08078c93 in udpport_string (port=64331) at ./argus_util.c:16566
16566	      for (tp = &uporttable[i % (HASHNAMESIZE-1)]; tp->nxt; tp = tp->nxt)
(gdb) 



More information about the argus mailing list