How to Spy with Python

So easy, the NSA can do it!

Lynn Root | @roguelynn | rogue.ly/spy

> whoami

  • Backend Engineer at Spotify
  • PyLadies of San Francisco
  • Board Member of the Python Software Foundation

> obligatory disclaimer

  • I am not affiliated with the NSA, FBI, CIA, etc.
  • I am not a lawyer.
  • I am not a {black|white} hat.
  • This is just a proof of concept (no warranty!).

> today's talk

  • Historical context
  • What the NSA is doing
    • What is PRISM? XKeyScore?
    • Unanswered Questions
  • How you can do it

> what this talk isn't

  • Condoning what the NSA is doing
  • How to avoid being tracked by the NSA
  • Encouraging you to spy on friends, family, patrons of cafes, etc.

> Historical Context

TL;DR: What the NSA is doing with PRISM is nothing new.

1946

Five Eyes Group

  • Comprised of USA, UK, Australia, Canada, and New Zealand.
  • Purpose is to share signal intellegence.
  • Each country would surveil a set of other countries (e.g. US would focus on Latin America).
  • While the US does not technically spy on itself, there's no stopping Canada from sharing data it collected about US citizens.

1952

NSA Established

  • Originally started within the US Army in 1917 after US declared war on Germany.
  • Morphed into the Armed Forces Security Agency (AFSA) after World War II.
  • The AFSA redesignated itself as the National Security Agency in 1952 after failures to "get its sh!t together".

1973

Warrants Required

Only after over 20 years after the NSA was established, and over 50 years after the start of the US's surveillance, did the Supreme Court require warrants for domestic surveillance.

1978

FISA Signed into Law

After the Senate's "Church Committee" revealed illegal domestic spying by the NSA in 1975, the Foreign Intelligence Surveillance Act (FISA) was signed to protect Americans.

A "secret" court, the Foreign Intelligence Surveillance Court, was created for the purpose of hearing requests for warrants.

2001

Culture Shift

After the 9/11 World Trade Center attacks, the culture against spying begins to shift within the NSA. Within the first month after September 11th,

2002 - 2003

Telecoms & Domestic Spying

  • Unrevealed private sectory telecoms and internet provider in the US receive letters from NSA requesting support for the domestic spying program, and to hand over data, including call records.
  • AT&T employee discovers the NSA is working inside AT&T's San Francisco facility.
  • Telecoms formally enter into a voluntary agreement with US to give data to the NSA.
  • Installation of special technology to a "secret room", room number 641A, at AT&T's San Francisco facility that can read & analyze 10s of thousands of communications per second, and then send those communcations to a central database.

2003

Total Information Awareness (TIA)

  • Program formally started in 2003, with development beginning in 2000.
  • Aimed to gather detailed information about individuals to anticipate & prevent crimes.
  • Congress stops TIA in late 2003, but program is quietly moved into the NSA's domestic spying program.

2005 - 2007

NSA Exposed

  • In December 2005, the New York Times reveals that the NSA has been spying on Americans without warrants. Soon after, President Bush confirms NSA's warrantless eavesdropping.
  • The New York Times also reveals that some of the NSA's spying is purely domestic with some telecoms giving backdoor access to communication streams.
  • Soon after the NYT's articles, an unknown company requested that the NSA to issue court orders, rather than companies voluntarily handing over data.
  • In 2007, the Protect America Act passed, allowing the NSA not to need warrants for collecting communications.

2007 - now

PRISM

  • Data collection for PRISM starts with Microsoft in September, 2007.
  • July 9th, 2008, US Congress passed amendments to FISA that gives telecoms legal immunity for those that cooperated with the NSA's wiretapping.
  • In 2012, the NSA started to build its biggest spy center in Utah for the purpose of intercepting, deciphering, analyzing, and storing vast swaths of the world's communication.
  • Also in 2012, the FBI pushes for wiretap-ready websites, asking internet companies to not oppose a law making backdoors mandatory.
  • June 2013, the Washington Post exposes the PRISM program. Shortly after, XKeyScore was revealed.

> What exactly the NSA is doing

> What is PRISM

  • Planning tool for Resource Integration, Synchronization, and Management
  • Mines electronic data for the purpose of mass surveillance
  • Collects intelligence that passes through US servers
  • Targets foreigners, but is elusive about data on US citizens
  • Only collects metadata (supposedly)

> What is XKeyScore

  • Digital Network Intelligence Exploitation System
  • Federated Query System of completely unfiltered data
  • 500 - 700 servers, as of 2008
  • Gives users ability to query for email addresses, target’s activity, phone numbers, HTTP traffic, extract file attachments, etc

> Unanswered Questions

  • What does metadata mean?
  • How do companies not notice being backdoored? or are they lying when denying cooperation?
  • How is a target’s “foreignness” determined? How exactly are they identifying non-US citizens?
  • Does the NSA/FBI have jurisdiction on foreign persons/companies using services from US-based companies that are located/incorporated abroad?
  • How does physical location of the person/company/service/hardware matter? If a company like Twitter says no to a request, can the NSA go to their PRISM-compliant hosts to get the desired information?
  • If the NSA is not intentionally targeting Americans, what do they do with the accidently-collected data? or the data received from Five Eyes that includes Americans?
  • How is the PRISM-collected data handled by the NSA? Does the NSA maintain rigorous security measures to protect against threats?

> What Metadata is, Why it Matters

taken from the EFF presentation at 30C3 in December 2013

  • They know you rang a phone sex service at 2:24 am and spoke for 18 minutes. But they don't know what you talked about.
  • They know you called the suicide prevention hotline from the Golden Gate Bridge. But the topic of the call remains secret.
  • They know you spoke with an HIV testing service, then your doctor, then your health insurance company in the same hour. But they don't know what was discussed.

> How the NSA is doing it (presumably)

Tier 1: backbone of the internet

  • Tier 1 internet allows vast amounts of data to flow from one endpoint to another in the simplest path (versus consumer internet, which hops around looking for the cheapest path).
  • Major companies like Facebook, Google, Microsoft, AOL, etc, are able to tap into the Tier 1 network through entry points called edges.
  • Rather than walking into Google's or Facebook's datacenters (and be noticed), the NSA wiretaps these edges between major companies and the Tier 1 network.

In actuality, probably more like:


In [1]:
from IPython.core.display import Image
Image(url='http://imgs.xkcd.com/comics/security.png')


Out[1]:

> How you can do it

Let's make sure we look the part


In [4]:
from IPython.core.display import Image 
Image(url='http://smhttp.23575.nexcesscdn.net/80ABE1/sbmedia/blog/wp-content/uploads/2013/04/computer-hacker.jpg')


Out[4]:

> Tools used

  • iPython - all the following code including this presentation (rendered with iPython notebook using reveal.js)
  • Scapy - packet sniffing & manipulation
  • pygeoip - API for GeoIP databases
  • geojson - bindings & utilities for GeoJSON
  • python-nmap - wrapper around nmap port scanner

> Play Along!

> How you can do it

Overall idea is just the wiretaping part with particular filters. If you wanted to actually store data, then you'd probably just collect all the data you physically could, connect to a database to store it, and just to queries off of that. The following is just a proof of concept on how to actually collect particular information that mimics the NSA.

> Quick Intro to Scapy


In [1]:
from scapy.all import *


WARNING: No route found for IPv6 destination :: (no default route?)
WARNING:scapy.runtime:No route found for IPv6 destination :: (no default route?)

In [2]:
a = sniff(iface="en0", filter="tcp and port 80", count=10)

In [3]:
a


Out[3]:
<Sniffed: TCP:10 UDP:0 ICMP:0 Other:0>

In [4]:
a.res


Out[4]:
[<Ether  dst=00:1d:70:df:2d:11 src=14:10:9f:e1:54:9b type=0x800 |<IP  version=4L ihl=5L tos=0x0 len=64 id=650 flags=DF frag=0L ttl=64 proto=tcp chksum=0x9f88 src=10.25.3.61 dst=184.73.211.6 options=[] |<TCP  sport=53491 dport=http seq=3474155615 ack=0 dataofs=11L reserved=0L flags=S window=65535 chksum=0xecd6 urgptr=0 options=[('MSS', 1460), ('NOP', None), ('WScale', 4), ('NOP', None), ('NOP', None), ('Timestamp', (1224433615, 0)), ('SAckOK', ''), ('EOL', None)] |>>>,
 <Ether  dst=00:1d:70:df:2d:11 src=14:10:9f:e1:54:9b type=0x800 |<IP  version=4L ihl=5L tos=0x0 len=64 id=41196 flags=DF frag=0L ttl=64 proto=tcp chksum=0xb59a src=10.25.3.61 dst=50.31.164.188 options=[] |<TCP  sport=53492 dport=http seq=3315328916 ack=0 dataofs=11L reserved=0L flags=S window=65535 chksum=0x2b8d urgptr=0 options=[('MSS', 1460), ('NOP', None), ('WScale', 4), ('NOP', None), ('NOP', None), ('Timestamp', (1224433615, 0)), ('SAckOK', ''), ('EOL', None)] |>>>,
 <Ether  dst=00:1d:70:df:2d:11 src=14:10:9f:e1:54:9b type=0x800 |<IP  version=4L ihl=5L tos=0x0 len=64 id=40761 flags=DF frag=0L ttl=64 proto=tcp chksum=0xb74d src=10.25.3.61 dst=50.31.164.188 options=[] |<TCP  sport=53493 dport=http seq=700164627 ack=0 dataofs=11L reserved=0L flags=S window=65535 chksum=0x4ee urgptr=0 options=[('MSS', 1460), ('NOP', None), ('WScale', 4), ('NOP', None), ('NOP', None), ('Timestamp', (1224433615, 0)), ('SAckOK', ''), ('EOL', None)] |>>>,
 <Ether  dst=00:1d:70:df:2d:11 src=14:10:9f:e1:54:9b type=0x800 |<IP  version=4L ihl=5L tos=0x0 len=64 id=26980 flags=DF frag=0L ttl=64 proto=tcp chksum=0x38ae src=10.25.3.61 dst=184.73.211.6 options=[] |<TCP  sport=53494 dport=http seq=2552994569 ack=0 dataofs=11L reserved=0L flags=S window=65535 chksum=0xf110 urgptr=0 options=[('MSS', 1460), ('NOP', None), ('WScale', 4), ('NOP', None), ('NOP', None), ('Timestamp', (1224433616, 0)), ('SAckOK', ''), ('EOL', None)] |>>>,
 <Ether  dst=00:1d:70:df:2d:11 src=14:10:9f:e1:54:9b type=0x800 |<IP  version=4L ihl=5L tos=0x0 len=64 id=48861 flags=DF frag=0L ttl=64 proto=tcp chksum=0xe334 src=10.25.3.61 dst=184.73.211.6 options=[] |<TCP  sport=53495 dport=http seq=1279463156 ack=0 dataofs=11L reserved=0L flags=S window=65535 chksum=0xc90d urgptr=0 options=[('MSS', 1460), ('NOP', None), ('WScale', 4), ('NOP', None), ('NOP', None), ('Timestamp', (1224433616, 0)), ('SAckOK', ''), ('EOL', None)] |>>>,
 <Ether  dst=00:1d:70:df:2d:11 src=14:10:9f:e1:54:9b type=0x800 |<IP  version=4L ihl=5L tos=0x0 len=64 id=14036 flags=DF frag=0L ttl=64 proto=tcp chksum=0x6b3e src=10.25.3.61 dst=184.73.211.6 options=[] |<TCP  sport=53496 dport=http seq=2445014061 ack=0 dataofs=11L reserved=0L flags=S window=65535 chksum=0x9e5a urgptr=0 options=[('MSS', 1460), ('NOP', None), ('WScale', 4), ('NOP', None), ('NOP', None), ('Timestamp', (1224433616, 0)), ('SAckOK', ''), ('EOL', None)] |>>>,
 <Ether  dst=00:1d:70:df:2d:11 src=14:10:9f:e1:54:9b type=0x800 |<IP  version=4L ihl=5L tos=0x0 len=64 id=60321 flags=DF frag=0L ttl=64 proto=tcp chksum=0xb670 src=10.25.3.61 dst=184.73.211.6 options=[] |<TCP  sport=53497 dport=http seq=405324467 ack=0 dataofs=11L reserved=0L flags=S window=65535 chksum=0x4967 urgptr=0 options=[('MSS', 1460), ('NOP', None), ('WScale', 4), ('NOP', None), ('NOP', None), ('Timestamp', (1224433616, 0)), ('SAckOK', ''), ('EOL', None)] |>>>,
 <Ether  dst=00:1d:70:df:2d:11 src=14:10:9f:e1:54:9b type=0x800 |<IP  version=4L ihl=5L tos=0x0 len=64 id=34902 flags=DF frag=0L ttl=64 proto=tcp chksum=0x19bc src=10.25.3.61 dst=184.73.211.6 options=[] |<TCP  sport=53498 dport=http seq=3477655716 ack=0 dataofs=11L reserved=0L flags=S window=65535 chksum=0x8454 urgptr=0 options=[('MSS', 1460), ('NOP', None), ('WScale', 4), ('NOP', None), ('NOP', None), ('Timestamp', (1224433616, 0)), ('SAckOK', ''), ('EOL', None)] |>>>,
 <Ether  dst=00:1d:70:df:2d:11 src=14:10:9f:e1:54:9b type=0x800 |<IP  version=4L ihl=5L tos=0x0 len=64 id=31060 flags=DF frag=0L ttl=64 proto=tcp chksum=0xd487 src=10.25.3.61 dst=192.33.31.101 options=[] |<TCP  sport=53499 dport=http seq=3025988404 ack=0 dataofs=11L reserved=0L flags=S window=65535 chksum=0x3030 urgptr=0 options=[('MSS', 1460), ('NOP', None), ('WScale', 4), ('NOP', None), ('NOP', None), ('Timestamp', (1224433689, 0)), ('SAckOK', ''), ('EOL', None)] |>>>,
 <Ether  dst=00:1d:70:df:2d:11 src=14:10:9f:e1:54:9b type=0x800 |<IP  version=4L ihl=5L tos=0x0 len=64 id=33529 flags=DF frag=0L ttl=64 proto=tcp chksum=0xcae2 src=10.25.3.61 dst=192.33.31.101 options=[] |<TCP  sport=53500 dport=http seq=1607594496 ack=0 dataofs=11L reserved=0L flags=S window=65535 chksum=0x7dee urgptr=0 options=[('MSS', 1460), ('NOP', None), ('WScale', 4), ('NOP', None), ('NOP', None), ('Timestamp', (1224433689, 0)), ('SAckOK', ''), ('EOL', None)] |>>>]

In [ ]:
a.res[0]  # first packet

In [5]:
a.res[0]  # first packet


Out[5]:
<Ether  dst=00:1d:70:df:2d:11 src=14:10:9f:e1:54:9b type=0x800 |<IP  version=4L ihl=5L tos=0x0 len=64 id=650 flags=DF frag=0L ttl=64 proto=tcp chksum=0x9f88 src=10.25.3.61 dst=184.73.211.6 options=[] |<TCP  sport=53491 dport=http seq=3474155615 ack=0 dataofs=11L reserved=0L flags=S window=65535 chksum=0xecd6 urgptr=0 options=[('MSS', 1460), ('NOP', None), ('WScale', 4), ('NOP', None), ('NOP', None), ('Timestamp', (1224433615, 0)), ('SAckOK', ''), ('EOL', None)] |>>>

In [ ]:
a.res[0].show()

In [6]:
a.res[0].show()


###[ Ethernet ]###
  dst       = 00:1d:70:df:2d:11
  src       = 14:10:9f:e1:54:9b
  type      = 0x800
###[ IP ]###
     version   = 4L
     ihl       = 5L
     tos       = 0x0
     len       = 64
     id        = 650
     flags     = DF
     frag      = 0L
     ttl       = 64
     proto     = tcp
     chksum    = 0x9f88
     src       = 10.25.3.61
     dst       = 184.73.211.6
     \options   \
###[ TCP ]###
        sport     = 53491
        dport     = http
        seq       = 3474155615
        ack       = 0
        dataofs   = 11L
        reserved  = 0L
        flags     = S
        window    = 65535
        chksum    = 0xecd6
        urgptr    = 0
        options   = [('MSS', 1460), ('NOP', None), ('WScale', 4), ('NOP', None), ('NOP', None), ('Timestamp', (1224433615, 0)), ('SAckOK', ''), ('EOL', None)]

Query 1: Show me everyone that has searched for {{Y}} term


In [ ]:
# importing pcap file
sample_http = 'data/yahoo_search.cap'
pkts = sniff(offline=sample_http)

In [4]:
# importing pcap file
sample_http = 'data/yahoo_search.cap'
pkts = sniff(offline=sample_http)

In [ ]:
# online sniffing
pkts = sniff(filter="tcp and host search.yahoo.com", count=300)
# saving for later
wrpcap("data/yahoo_search.cap", pkts)

In [ ]:
pkts

In [5]:
pkts


Out[5]:
<Sniffed: TCP:300 UDP:0 ICMP:0 Other:0>

In [ ]:
pkts.nsummary()

In [6]:
pkts.nsummary()


0000 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http S
0001 Ether / IP / TCP 10.25.3.61:53262 > 74.6.239.58:http S
0002 Ether / IP / TCP 10.25.3.61:53263 > 74.6.239.58:http S
0003 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 SA
0004 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0005 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53263 SA
0006 Ether / IP / TCP 10.25.3.61:53263 > 74.6.239.58:http A
0007 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53262 SA
0008 Ether / IP / TCP 10.25.3.61:53262 > 74.6.239.58:http A
0009 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http PA / Raw
0010 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A
0011 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0012 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0013 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http PA / Raw
0014 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A
0015 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0016 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0017 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0018 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0019 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0020 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0021 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0022 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0023 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0024 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0025 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0026 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0027 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0028 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0029 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0030 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0031 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0032 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0033 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0034 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0035 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0036 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0037 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0038 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0039 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0040 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0041 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0042 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0043 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0044 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0045 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0046 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0047 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0048 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0049 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0050 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0051 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0052 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0053 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0054 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0055 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0056 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0057 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0058 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0059 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0060 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0061 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0062 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0063 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0064 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0065 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0066 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0067 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0068 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0069 Ether / IP / TCP 10.25.3.61:53263 > 74.6.239.58:http FA
0070 Ether / IP / TCP 10.25.3.61:53262 > 74.6.239.58:http FA
0071 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53262 A
0072 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53262 FA
0073 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53263 A
0074 Ether / IP / TCP 10.25.3.61:53262 > 74.6.239.58:http A
0075 Ether / IP / TCP 10.25.3.61:53262 > 74.6.239.58:http A
0076 Ether / IP / TCP 10.25.3.61:53263 > 74.6.239.58:http A
0077 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53263 FA
0078 Ether / IP / TCP 10.25.3.61:53263 > 74.6.239.58:http A
0079 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A / Raw
0080 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http PA / Raw
0081 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A
0082 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A
0083 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0084 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0085 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0086 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0087 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0088 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0089 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0090 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0091 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0092 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0093 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0094 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0095 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0096 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0097 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0098 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0099 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0100 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0101 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0102 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0103 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0104 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0105 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0106 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0107 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0108 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0109 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0110 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0111 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0112 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0113 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0114 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0115 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0116 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0117 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0118 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0119 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0120 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0121 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0122 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0123 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0124 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0125 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0126 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0127 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0128 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0129 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0130 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0131 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0132 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0133 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0134 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0135 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0136 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0137 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0138 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0139 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0140 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0141 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0142 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0143 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0144 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0145 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0146 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0147 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0148 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A / Raw
0149 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http PA / Raw
0150 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A
0151 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A
0152 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0153 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0154 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0155 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0156 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0157 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0158 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0159 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0160 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0161 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0162 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0163 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0164 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0165 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0166 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0167 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0168 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0169 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0170 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0171 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0172 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0173 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0174 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0175 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0176 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0177 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0178 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0179 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0180 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0181 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0182 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0183 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0184 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0185 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0186 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0187 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0188 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0189 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0190 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0191 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0192 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0193 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0194 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0195 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0196 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0197 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0198 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0199 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0200 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0201 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0202 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0203 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0204 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0205 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0206 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0207 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0208 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0209 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0210 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0211 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0212 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0213 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0214 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0215 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0216 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0217 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0218 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0219 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0220 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0221 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0222 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0223 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0224 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0225 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0226 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0227 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A / Raw
0228 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http PA / Raw
0229 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A
0230 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A
0231 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0232 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0233 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0234 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0235 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0236 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0237 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0238 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0239 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0240 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0241 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0242 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0243 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0244 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0245 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0246 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0247 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0248 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0249 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0250 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0251 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0252 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0253 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0254 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0255 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0256 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0257 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0258 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0259 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0260 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0261 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0262 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0263 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0264 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0265 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0266 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0267 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0268 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0269 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0270 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0271 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0272 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0273 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0274 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0275 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0276 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0277 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0278 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0279 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0280 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0281 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0282 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0283 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0284 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0285 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0286 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0287 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0288 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0289 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0290 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0291 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0292 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0293 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0294 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0295 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 A / Raw / Padding
0296 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0297 Ether / IP / TCP 74.6.239.58:http > 10.25.3.61:53261 PA / Raw
0298 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A
0299 Ether / IP / TCP 10.25.3.61:53261 > 74.6.239.58:http A / Raw

In [ ]:
pkts[79].show()

In [7]:
pkts[79].show()


###[ Ethernet ]###
  dst       = 00:1d:70:df:2d:11
  src       = 14:10:9f:e1:54:9b
  type      = 0x800
###[ IP ]###
     version   = 4L
     ihl       = 5L
     tos       = 0x0
     len       = 1420
     id        = 51853
     flags     = DF
     frag      = 0L
     ttl       = 64
     proto     = tcp
     chksum    = 0x2448
     src       = 10.25.3.61
     dst       = 74.6.239.58
     \options   \
###[ TCP ]###
        sport     = 53261
        dport     = http
        seq       = 3423577226
        ack       = 4075984347
        dataofs   = 8L
        reserved  = 0L
        flags     = A
        window    = 8192
        chksum    = 0xe4ca
        urgptr    = 0
        options   = [('NOP', None), ('NOP', None), ('Timestamp', (1222799014, 196990643))]
###[ Raw ]###
           load      = 'GET /search;_ylt=A0oG7mGUD49SBxcA3WpXNyoA;_ylc=X1MDMjc2NjY3OQRfcgMyBGJjawNmbWVsb2s1OTRqZ3UyJTI2YiUzRDQlMjZkJTNEOU15M2RnMXBZRUtpdVJyeG9BWlNlRGxLcjJFLSUyNnMlM0Q4ciUyNmklM0RTSjdlY2Y4ZURZakZnbS5DRWRucgRjc3JjcHZpZANHcC5VRjBnZXVyRDdPcmloVWtuRHdnWUFYWjUwR1ZLUEQ1UUFCc3hpBGZyA3lmcC10LTE0MARmcjIDc2ItdG9wBGdwcmlkA2NlVHN4WXhzUWIuOW51aGNlWG9TTUEEbXRlc3RpZANBRDAxJTNEU01FMzQxJTI2QURTUlAlM0RBRFNSUEMxJTI2QVNTVCUzRFZJUDI4OSUyNk1TRlQlM0RNU1kwMTAlMjZVSTAxJTNEVUlDMSUyNlVOSSUzRFJDRjA0NARuX3JzbHQDMTAEbl9zdWdnAzgEb3JpZ2luA3NlYXJjaC55YWhvby5jb20EcG9zAzAEcHFzdHIDBHBxc3RybAMEcXN0cmwDNgRxdWVyeQNNYWRyaWQEdF9zdG1wAzEzODUxMDczNTU4MzEEdnRlc3RpZANVSUMx?p=Madrid&fr2=sb-top&fr=yfp-t-140 HTTP/1.1\r\nHost: search.yahoo.com\r\nConnection: keep-alive\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36\r\nReferer: http://search.yahoo.com/search;_ylt=ApD.LW7jivmrlmZzNKxChqqbvZx4?p=Python&toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-140\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nCookie: B=fmelok594jgu2&b=4&d=9My3dg1pYEKiuRrxoAZSeDlKr2E-&s=8r&i=SJ7ecf8eDYjFgm.CEdnr; AO=o=0; YLS=v=1&p=1&n=1; F=a=I.qqZFgMvSp1SMQ7oNaJGIBu5DAJGO25SeRxXSKxg6_KZLWHQMHEkeFQrEOxAH9BOvMhwKs-&b=.hBp; Y=v=1&n=fr6nunkr11qks&l=he6k4bodd/o&p=f2m0'

In [ ]:
pkts[79].getlayer(Raw)

In [8]:
pkts[79].getlayer(Raw)


Out[8]:
<Raw  load='GET /search;_ylt=A0oG7mGUD49SBxcA3WpXNyoA;_ylc=X1MDMjc2NjY3OQRfcgMyBGJjawNmbWVsb2s1OTRqZ3UyJTI2YiUzRDQlMjZkJTNEOU15M2RnMXBZRUtpdVJyeG9BWlNlRGxLcjJFLSUyNnMlM0Q4ciUyNmklM0RTSjdlY2Y4ZURZakZnbS5DRWRucgRjc3JjcHZpZANHcC5VRjBnZXVyRDdPcmloVWtuRHdnWUFYWjUwR1ZLUEQ1UUFCc3hpBGZyA3lmcC10LTE0MARmcjIDc2ItdG9wBGdwcmlkA2NlVHN4WXhzUWIuOW51aGNlWG9TTUEEbXRlc3RpZANBRDAxJTNEU01FMzQxJTI2QURTUlAlM0RBRFNSUEMxJTI2QVNTVCUzRFZJUDI4OSUyNk1TRlQlM0RNU1kwMTAlMjZVSTAxJTNEVUlDMSUyNlVOSSUzRFJDRjA0NARuX3JzbHQDMTAEbl9zdWdnAzgEb3JpZ2luA3NlYXJjaC55YWhvby5jb20EcG9zAzAEcHFzdHIDBHBxc3RybAMEcXN0cmwDNgRxdWVyeQNNYWRyaWQEdF9zdG1wAzEzODUxMDczNTU4MzEEdnRlc3RpZANVSUMx?p=Madrid&fr2=sb-top&fr=yfp-t-140 HTTP/1.1\r\nHost: search.yahoo.com\r\nConnection: keep-alive\r\nAccept: text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8\r\nUser-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36\r\nReferer: http://search.yahoo.com/search;_ylt=ApD.LW7jivmrlmZzNKxChqqbvZx4?p=Python&toggle=1&cop=mss&ei=UTF-8&fr=yfp-t-140\r\nAccept-Encoding: gzip,deflate,sdch\r\nAccept-Language: en-US,en;q=0.8\r\nCookie: B=fmelok594jgu2&b=4&d=9My3dg1pYEKiuRrxoAZSeDlKr2E-&s=8r&i=SJ7ecf8eDYjFgm.CEdnr; AO=o=0; YLS=v=1&p=1&n=1; F=a=I.qqZFgMvSp1SMQ7oNaJGIBu5DAJGO25SeRxXSKxg6_KZLWHQMHEkeFQrEOxAH9BOvMhwKs-&b=.hBp; Y=v=1&n=fr6nunkr11qks&l=he6k4bodd/o&p=f2m0' |>

In [ ]:
first_query = pkts[79].getlayer(Raw)
print first_query.fields.get('load').split('?p=')[1].split('&')[0]

In [9]:
first_query = pkts[79].getlayer(Raw)
print first_query.fields.get('load').split('?p=')[1].split('&')[0]


Madrid

In [ ]:
second_query = pkts[148].getlayer(Raw)
print second_query.fields.get('load').split('?p=')[1].split('&')[0]

In [10]:
second_query = pkts[148].getlayer(Raw)
print second_query.fields.get('load').split('?p=')[1].split('&')[0]


I+love+chocolate

In [ ]:
third_query = pkts[227].getlayer(Raw)
print third_query.fields.get('load').split('?p=')[1].split('&')[0]

In [11]:
third_query = pkts[227].getlayer(Raw)
print third_query.fields.get('load').split('?p=')[1].split('&')[0]


Blue+Bottle+Coffe

Query 2: How me everyone from {{X}} country that has visited {{Y}} extremist forum


In [2]:
from scapy.all import *
# pkts = sniff(filter="tcp and host 8.8.8.8", count=100)
sample_http = 'data/http.cap'
pkts = sniff(offline=sample_http)

In [ ]:
pkts

In [3]:
pkts


Out[3]:
<Sniffed: TCP:41 UDP:2 ICMP:0 Other:0>

In [ ]:
pkts[3].show()

In [4]:
pkts[3].show()


###[ Ethernet ]###
  dst       = fe:ff:20:00:01:00
  src       = 00:00:01:00:00:00
  type      = 0x800
###[ IP ]###
     version   = 4L
     ihl       = 5L
     tos       = 0x0
     len       = 519
     id        = 3909
     flags     = DF
     frag      = 0L
     ttl       = 128
     proto     = tcp
     chksum    = 0x9010
     src       = 145.254.160.237
     dst       = 65.208.228.223
     \options   \
###[ TCP ]###
        sport     = tip2
        dport     = http
        seq       = 951057940
        ack       = 290218380
        dataofs   = 5L
        reserved  = 0L
        flags     = PA
        window    = 9660
        chksum    = 0xa958
        urgptr    = 0
        options   = []
###[ Raw ]###
           load      = 'GET /download.html HTTP/1.1\r\nHost: www.ethereal.com\r\nUser-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113\r\nAccept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1\r\nAccept-Language: en-us,en;q=0.5\r\nAccept-Encoding: gzip,deflate\r\nAccept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7\r\nKeep-Alive: 300\r\nConnection: keep-alive\r\nReferer: http://www.ethereal.com/development.html\r\n\r\n'

In [5]:
raw = pkts[3].getlayer(Raw)
load = raw.fields.get('load')
print load

In [7]:
raw = pkts[3].getlayer(Raw)
load = raw.fields.get('load')
print load


GET /download.html HTTP/1.1
Host: www.ethereal.com
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040113
Accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,image/jpeg,image/gif;q=0.2,*/*;q=0.1
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
Keep-Alive: 300
Connection: keep-alive
Referer: http://www.ethereal.com/development.html



In [8]:
# your search term
'GET /download' in load


Out[8]:
True

In [36]:
import select as s

def trace_route(pkts):
    for pkt in pkts:
        try:
            IP_layer = pkt.getlayer(IP)
            proto_layer = pkt.getlayer(TCP)
        except Exception:
            continue
        destination = IP_layer.dst
        src = IP_layer.src
        dport = proto_layer.dport
        sport = proto_layer.sport
        
        while True:
            try:
                res, unans = traceroute(target=destination,
                                        dport=dport, sport=sport,
                                        maxttl=20)
                traces = res.res
                hops = [src]
                for trace in traces:
                    hops.append(trace[1].src)
                return hops, sport
            except s.error:
                continue

In [3]:
tr = ['192.168.0.1', '10.218.160.4', '10.218.160.2', '10.218.161.61', '10.218.161.34', '10.218.162.20', '10.218.162.26', '92.79.230.53', '92.79.211.210', '213.248.75.217', '80.91.246.6', '80.91.253.215', '213.155.135.215', '213.248.69.62', '93.92.131.65', '93.92.131.110', '93.92.134.70', '81.28.232.189']

In [4]:
tr, sport = trace_route(pkts)
tr


Out[4]:
['192.168.0.1',
 '10.218.160.4',
 '10.218.160.2',
 '10.218.161.61',
 '10.218.161.34',
 '10.218.162.20',
 '10.218.162.26',
 '92.79.230.53',
 '92.79.211.210',
 '213.248.75.217',
 '80.91.246.6',
 '80.91.253.215',
 '213.155.135.215',
 '213.248.69.62',
 '93.92.131.65',
 '93.92.131.110',
 '93.92.134.70',
 '81.28.232.189']

In [12]:
import pygeoip

def map_ip(hops):
    gip = pygeoip.GeoIP('data/GeoLiteCity.dat')
    coordinates = []
    for hop in hops:
        geo_data = gip.record_by_addr(hop)
        if geo_data:
            lat = geo_data['latitude']
            lon = geo_data['longitude']
            coordinates.append((lon, lat))
    return coordinates

In [6]:
coordinates = map_ip(tr)

In [7]:
coordinates


Out[7]:
[(9.0, 51.0),
 (9.0, 51.0),
 (8.0, 47.0),
 (8.0, 47.0),
 (8.0, 47.0),
 (8.0, 47.0),
 (8.0, 47.0),
 (9.0, 51.0),
 (9.0, 51.0),
 (9.0, 51.0),
 (9.0, 51.0)]

In [13]:
import geojson

def create_geojson(coordinates):
    geo_list = []
    j = 1
    for route in coordinates:
        data = {}
        data["type"] = "Feature"
        data["id"] = j
        data["properties"] = {"title": "hop %i" % j}
        data["geometry"] = {"type": "LineString",
                            "coordinates": route}
        j += 1
        geo_list.append(data)

    d = {"type": "FeatureCollection"}
    for item in geo_list:
        d.setdefault("features", []).append(item)

    return geojson.dumps(d)

In [9]:
search_route = create_geojson(coordinates)

In [10]:
print search_route


{"type": "FeatureCollection", "features": [{"geometry": {"type": "LineString", "coordinates": [9.0, 51.0]}, "type": "Feature", "id": 1, "properties": {"title": "hop 1"}}, {"geometry": {"type": "LineString", "coordinates": [9.0, 51.0]}, "type": "Feature", "id": 2, "properties": {"title": "hop 2"}}, {"geometry": {"type": "LineString", "coordinates": [8.0, 47.0]}, "type": "Feature", "id": 3, "properties": {"title": "hop 3"}}, {"geometry": {"type": "LineString", "coordinates": [8.0, 47.0]}, "type": "Feature", "id": 4, "properties": {"title": "hop 4"}}, {"geometry": {"type": "LineString", "coordinates": [8.0, 47.0]}, "type": "Feature", "id": 5, "properties": {"title": "hop 5"}}, {"geometry": {"type": "LineString", "coordinates": [8.0, 47.0]}, "type": "Feature", "id": 6, "properties": {"title": "hop 6"}}, {"geometry": {"type": "LineString", "coordinates": [8.0, 47.0]}, "type": "Feature", "id": 7, "properties": {"title": "hop 7"}}, {"geometry": {"type": "LineString", "coordinates": [9.0, 51.0]}, "type": "Feature", "id": 8, "properties": {"title": "hop 8"}}, {"geometry": {"type": "LineString", "coordinates": [9.0, 51.0]}, "type": "Feature", "id": 9, "properties": {"title": "hop 9"}}, {"geometry": {"type": "LineString", "coordinates": [9.0, 51.0]}, "type": "Feature", "id": 10, "properties": {"title": "hop 10"}}, {"geometry": {"type": "LineString", "coordinates": [9.0, 51.0]}, "type": "Feature", "id": 11, "properties": {"title": "hop 11"}}]}

In [1]:
from IPython.display import HTML

HTML('<script src="https://gist.github.com/econchick/bebdba4ba6308c6cfa2b.js"></script>')


Out[1]:

Query 3: Give me all emails with {{X}} in the body of the email


In [11]:
from scapy.all import *

sample_smtp = "data/smtp.pcap"
packets = sniff(offline=sample_smtp)

In [12]:
packets.nsummary()


0000 Ether / IP / UDP / DNS Qry "mail.patriots.in." 
0001 Ether / IP / UDP / DNS Ans "patriots.in." 
0002 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp S
0003 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact SA
0004 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A
0005 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact PA / Raw
0006 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp PA / Raw
0007 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact A / Padding
0008 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact PA / Raw
0009 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp PA / Raw
0010 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact PA / Raw
0011 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp PA / Raw
0012 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact PA / Raw
0013 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp PA / Raw
0014 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact PA / Raw
0015 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp PA / Raw
0016 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact PA / Raw
0017 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp PA / Raw
0018 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact PA / Raw
0019 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp PA / Raw
0020 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact PA / Raw
0021 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A / Raw
0022 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A / Raw
0023 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A / Raw
0024 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A / Raw
0025 Ether / IP / ICMP 192.168.1.1 > 10.10.1.4 dest-unreach fragmentation-needed / IPerror / TCPerror / Raw
0026 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A / Raw
0027 Ether / IP / ICMP 192.168.1.1 > 10.10.1.4 dest-unreach fragmentation-needed / IPerror / TCPerror / Raw
0028 Ether / IP / ICMP 192.168.1.1 > 10.10.1.4 dest-unreach fragmentation-needed / IPerror / TCPerror / Raw
0029 Ether / IP / ICMP 192.168.1.1 > 10.10.1.4 dest-unreach fragmentation-needed / IPerror / TCPerror / Raw
0030 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact A / Padding
0031 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A / Raw
0032 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A / Raw
0033 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact A / Padding
0034 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A / Raw
0035 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A / Raw
0036 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact A / Padding
0037 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp PA / Raw
0038 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A / Raw
0039 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact A / Padding
0040 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A / Raw
0041 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A / Raw
0042 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact A / Padding
0043 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A / Raw
0044 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp PA / Raw
0045 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact A / Padding
0046 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact A / Padding
0047 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact A / Padding
0048 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact A / Padding
0049 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact A / Padding
0050 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact A / Padding
0051 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact PA / Raw
0052 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A
0053 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp PA / Raw
0054 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp FA
0055 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact PA / Raw
0056 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact FA / Padding
0057 Ether / IP / TCP 10.10.1.4:uaiact > 74.53.140.153:smtp A
0058 Ether / IP / TCP 74.53.140.153:smtp > 10.10.1.4:uaiact A / Padding
0059 Ether / IP / UDP 10.10.1.20:netbios_dgm > 10.10.1.255:netbios_dgm / NBTDatagram / Raw

In [13]:
packets[11]


Out[13]:
<Ether  dst=00:1f:33:d9:81:60 src=00:e0:1c:3c:17:c2 type=0x800 |<IP  version=4L ihl=5L tos=0x0 len=70 id=9513 flags=DF frag=0L ttl=128 proto=tcp chksum=0xf3ac src=10.10.1.4 dst=74.53.140.153 options=[] |<TCP  sport=uaiact dport=smtp seq=2126795718 ack=2934727424 dataofs=5L reserved=0L flags=PA window=65199 chksum=0x22a4 urgptr=0 options=[] |<Raw  load='Z3VycGFydGFwQHBhdHJpb3RzLmlu\r\n' |>>>>

In [14]:
raw = packets[11].getlayer(Raw)
raw


Out[14]:
<Raw  load='Z3VycGFydGFwQHBhdHJpb3RzLmlu\r\n' |>

In [15]:
load = raw.fields.get('load').split()[0]
load


Out[15]:
'Z3VycGFydGFwQHBhdHJpb3RzLmlu'

Hmm, that sort of looks like it's encoded...


In [16]:
import base64
base64.b64decode(load)


Out[16]:
'gurpartap@patriots.in'

In [17]:
packets[12]
raw = packets[12].getlayer(Raw)
load = raw.fields.get('load')
some_encoded_string = load.split(' ')[1]

In [18]:
print some_encoded_string


UGFzc3dvcmQ6


In [19]:
base64.b64decode(some_encoded_string)


Out[19]:
'Password:'

In [21]:
raw = packets[13].getlayer(Raw)
load = raw.fields.get('load').split()[0]

In [22]:
print load


cHVuamFiQDEyMw==

In [ ]:
# what could this be?!?
base64.b64decode(load)

In [23]:
base64.b64decode(load)


Out[23]:
'punjab@123'

In [24]:
def filter_packet_by_string(pkt, string):
    if pkt.haslayer(Raw):
        raw_load = pkt.getlayer(Raw).fields.get('load')
        if string in raw_load:
            print pkt.sprintf("\n**QUERY FOUND:**\n"
                              "From {IP:%IP.src% -> %IP.dst%\n}")
            print raw_load

In [ ]:
for pkt in packets:
    filter_packet_by_string(pkt, 'attachment')

In [25]:
for pkt in packets:
    filter_packet_by_string(pkt, 'attachment')


**QUERY FOUND:**
From 10.10.1.4 -> 74.53.140.153

From: "Gurpartap Singh" <gurpartap@patriots.in>
To: <raj_deol2002in@yahoo.co.in>
Subject: SMTP
Date: Mon, 5 Oct 2009 11:36:07 +0530
Message-ID: <000301ca4581$ef9e57f0$cedb07d0$@in>
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_0004_01CA45B0.095693F0"
X-Mailer: Microsoft Office Outlook 12.0
Thread-Index: AcpFgem9BvjjZEDeR1Kh8i+hUyVo0A==
Content-Language: en-us
x-cr-hashedpuzzle: SeA= AAR2 ADaH BpiO C4G1 D1gW FNB1 FPkR Fn+W HFCP HnYJ JO7s Kum6 KytW LFcI LjUt;1;cgBhAGoAXwBkAGUAbwBsADIAMAAwADIAaQBuAEAAeQBhAGgAbwBvAC4AYwBvAC4AaQBuAA==;Sosha1_v1;7;{CAA37F59-1850-45C7-8540-AA27696B5398};ZwB1AHIAcABhAHIAdABhAHAAQABwAGEAdAByAGkAbwB0AHMALgBpAG4A;Mon, 05 Oct 2009 06:06:01 GMT;UwBNAFQAUAA=
x-cr-puzzleid: {CAA37F59-1850-45C7-8540-AA27696B5398}

This is a multipart message in MIME format.

------=_NextPart_000_0004_01CA45B0.095693F0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_0005_01CA45B0.095693F0"


------=_NextPart_001_0005_01CA45B0.095693F0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hello

 

I send u smtp pcap file 

Find the attachment

 

GPS


------=_NextPart_001_0005_01CA45B0.095693F0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas-microso

**QUERY FOUND:**
From 10.10.1.4 -> 74.53.140.153



<p class=3DMsoNormal>Hello<o:p></o:p></p>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p class=3DMsoNormal>I send u smtp pcap file <o:p></o:p></p>

<p class=3DMsoNormal>Find the attachment<o:p></o:p></p>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p class=3DMsoNormal>GPS<o:p></o:p></p>

</div>

</body>

</html>

------=_NextPart_001_0005_01CA45B0.095693F0--

------=_NextPart_000_0004_01CA45B0.095693F0
Content-Type: text/plain;
	name="NEWS.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="NEWS.txt"

Version 4.9.9.1
* Many bug fixes
* Improved editor

Version 4.9.9.0
* Support for latest Mingw compiler system builds
* Bug fixes

Version 4.9.8.9
* New code tooltip display
* Improved Indent/Unindent and Remove Comment
* Improved automatic indent
* Added support for the "interface" keyword
* WebUpdate should now report installation problems from PackMan
* New splash screen and association icons
* Improved installer
* Many bug fixes

Version 4.9.8.7
* Added support for GCC > 3.2
* Debug variables are now resent during next debug session
* Watched Variables not in correct context are now kept and updated when =
it is needed
* Added new compiler/linker options:=20
  - Strip executable
  - Generate instructions for a specific machine (i386, i486, i586, =
i686, pentium, pentium-mmx, pentiumpro, pentium2, pentium3, pentium4,=20
    k6, k6-2, k6-3

**QUERY FOUND:**
From 10.10.1.4 -> 74.53.140.153

From: "Gurpartap Singh" <gurpartap@patriots.in>
To: <raj_deol2002in@yahoo.co.in>
Subject: SMTP
Date: Mon, 5 Oct 2009 11:36:07 +0530
Message-ID: <000301ca4581$ef9e57f0$cedb07d0$@in>
MIME-Version: 1.0
Content-Type: multipart/mixed;
	boundary="----=_NextPart_000_0004_01CA45B0.095693F0"
X-Mailer: Microsoft Office Outlook 12.0
Thread-Index: AcpFgem9BvjjZEDeR1Kh8i+hUyVo0A==
Content-Language: en-us
x-cr-hashedpuzzle: SeA= AAR2 ADaH BpiO C4G1 D1gW FNB1 FPkR Fn+W HFCP HnYJ JO7s Kum6 KytW LFcI LjUt;1;cgBhAGoAXwBkAGUAbwBsADIAMAAwADIAaQBuAEAAeQBhAGgAbwBvAC4AYwBvAC4AaQBuAA==;Sosha1_v1;7;{CAA37F59-1850-45C7-8540-AA27696B5398};ZwB1AHIAcABhAHIAdABhAHAAQABwAGEAdAByAGkAbwB0AHMALgBpAG4A;Mon, 05 Oct 2009 06:06:01 GMT;UwBNAFQAUAA=
x-cr-puzzleid: {CAA37F59-1850-45C7-8540-AA27696B5398}

This is a multipart message in MIME format.

------=_NextPart_000_0004_01CA45B0.095693F0
Content-Type: multipart/alternative;
	boundary="----=_NextPart_001_0005_01CA45B0.095693F0"


------=_NextPart_001_0005_01CA45B0.095693F0
Content-Type: text/plain;
	charset="us-ascii"
Content-Transfer-Encoding: 7bit

Hello

 

I send u smtp pcap file 

Find the attachment

 

GPS


------=_NextPart_001_0005_01CA45B0.095693F0
Content-Type: text/html;
	charset="us-ascii"
Content-Transfer-Encoding: quoted-printable

<html xmlns:v=3D"urn:schemas-microsoft-com:vml" =
xmlns:o=3D"urn:schemas-microsoft-com:office:office" =
xmlns:w=3D"urn:schemas

**QUERY FOUND:**
From 192.168.1.1 -> 10.10.1.4



<p class=3DMsoNormal>Hello<o:p></o:p></p>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p class=3DMsoNormal>I send u smtp pcap file <o:p></o:p></p>

<p class=3DMsoNormal>Find the attachment<o:p></o:p></p>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p class=3DMsoNormal>GPS<o:p></o:p></p>

</div>

</body>

</html>

------=_NextPart_001_0005_01CA45B0.095693F0--

------=_NextPart_000_0004_01CA45B0.095693F0
Content-Type: text/plain;
	name="NEWS.txt"
Content-Transfer-Encoding: quot

**QUERY FOUND:**
From 10.10.1.4 -> 74.53.140.153

ass=3DSection1>

<p class=3DMsoNormal>Hello<o:p></o:p></p>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p class=3DMsoNormal>I send u smtp pcap file <o:p></o:p></p>

<p class=3DMsoNormal>Find the attachment<o:p></o:p></p>

<p class=3DMsoNormal><o:p>&nbsp;</o:p></p>

<p class=3DMsoNormal>GPS<o:p></o:p></p>

</div>

</body>

</html>

------=_NextPart_001_0005_01CA45B0.095693F0--

------=_NextPart_000_0004_01CA45B0.095693F0
Content-Type: text/plain;
	name="NEWS.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
	filename="NEWS.txt"

Version 4.9.9.1
* Many bug fixes
* Improved editor

Version 4.9.9.0
* Support for latest Mingw compiler system builds
* Bug fixes

Version 4.9.8.9
* New code tooltip display
* Improved Indent/Unindent and Remove Comment
* Improved automatic indent
* Added support for the "interface" keyword
* WebUpdate should now report installation problems from PackMan
* New splash screen and association icons
* Improved installer
* Many bug fixes

Version 4.9.8.7
* Added support for GCC > 3.2
* Debug variables are now resent during next debug session
* Watched Variables not in correct context are now kept and updated when =
it is needed
* Added new compiler/linker options:=20
  - Strip executable
  - Generate instructions for a specific machine (i386, i486, i586, =
i686, pentium, pentium-mmx, pentiumpro, pentium2, pentium3, pentium4

Query 4: Give me PGP usage from {{Z}} country


In [14]:
pgp_email_file = open('pgpemail.txt', 'r')

In [15]:
pgp_email = pgp_email_file.read()

In [16]:
print pgp_email


Return-Path: <erin.lynn.root+caf_=lynn=fastmail.es@gmail.com>
Received: from compute2.internal (compute2.nyi.mail.srv.osa [10.202.2.42])
	 by sloti14d3p1 (Cyrus git2.5+0-git-fastmail-9328) with LMTPA;
	 Thu, 08 Aug 2013 15:09:55 -0400
X-Sieve: CMU Sieve 2.4
X-Spam-known-sender: yes
X-Spam-score: 0.0
X-Spam-hits: BAYES_00 -1.9, RCVD_IN_DNSWL_LOW -0.7, LANGUAGES unknown,
  BAYES_USED global, SA_VERSION 3.3.2
X-Spam-source: IP='74.125.82.177', Host='mail-we0-f177.google.com', Country='US',
  FromHeader='cx', MailFrom='com'
X-Spam-charsets: 
X-Resolved-to: lynn@fastmail.es
X-Delivered-to: lynn@fastmail.es
X-Mail-from: erin.lynn.root+caf_=lynn=fastmail.es@gmail.com
Received: from mx4 ([10.202.2.203])
  by compute2.internal (LMTPProxy); Thu, 08 Aug 2013 15:09:55 -0400
Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177])
	(using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits))
	(No client certificate requested)
	by mx4.messagingengine.com (Postfix) with ESMTPS id 2EB943C00BC
	for <lynn@fastmail.es>; Thu,  8 Aug 2013 15:09:54 -0400 (EDT)
Received: by mail-we0-f177.google.com with SMTP id m46so2845167wev.22
        for <lynn@fastmail.es>; Thu, 08 Aug 2013 12:09:53 -0700 (PDT)
X-Received: by 10.194.170.227 with SMTP id ap3mr4308361wjc.40.1375988993124;
        Thu, 08 Aug 2013 12:09:53 -0700 (PDT)
X-Forwarded-To: lynn@fastmail.es
X-Forwarded-For: erin.lynn.root@gmail.com lynn@fastmail.es
X-Remote-Delivered-To: erin.lynn.root@gmail.com
Received: by 10.194.82.198 with SMTP id k6csp34152wjy;
        Thu, 8 Aug 2013 12:09:51 -0700 (PDT)
X-Received: by 10.52.30.129 with SMTP id s1mr2018358vdh.52.1375988990632;
        Thu, 08 Aug 2013 12:09:50 -0700 (PDT)
Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com. [66.111.4.26])
        by mx.google.com with ESMTPS id jf10si3517353vdb.50.2013.08.08.12.09.49
        for <erin.lynn.root@gmail.com>
        (version=TLSv1.2 cipher=ECDHE-RSA-RC4-SHA bits=128/128);
        Thu, 08 Aug 2013 12:09:50 -0700 (PDT)
Received-SPF: pass (google.com: domain of hs@ox.cx designates 66.111.4.26 as permitted sender) client-ip=66.111.4.26;
Authentication-Results: mx.google.com;
       spf=pass (google.com: domain of hs@ox.cx designates 66.111.4.26 as permitted sender) smtp.mail=hs@ox.cx;
       dkim=pass header.i=@messagingengine.com
Received: from compute6.internal (compute6.nyi.mail.srv.osa [10.202.2.46])
	by gateway1.nyi.mail.srv.osa (Postfix) with ESMTP id 6DE1F20E6D
	for <erin.lynn.root@gmail.com>; Thu,  8 Aug 2013 15:09:40 -0400 (EDT)
Received: from frontend1 ([10.202.2.160])
  by compute6.internal (MEProxy); Thu, 08 Aug 2013 15:09:42 -0400
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=
	messagingengine.com; h=content-type:subject:mime-version:from
	:date:content-transfer-encoding:message-id:content-description
	:to; s=smtpout; bh=ugA8qqmrOXWxgBdB7v0H+0BOcXE=; b=BbM30ezgg/ZCT
	2g7qKCZPzT7BwCYcxKrW6AK8q6a/88ullbu0fihzOkWx3mkPrTsiPp0m51UAozU4
	Ta/vDwZ8mTrpZQ9C6OCfyUZ+nPw7T1PnKSiGBfVDmLth4+c7cwxOjvjKrv6lvMcF
	EZpgpOcMNMWbyak/oaO7UR3OPYJoJI=
X-Sasl-enc: vw11Io4FZTVtV4ZAON5Tu4opTtdA/ixWjBahwhRhUsfF 1375988978
Received: from omega.fritz.box (unknown [5.28.99.177])
	by mail.messagingengine.com (Postfix) with ESMTPA id ECD81C00E8A
	for <erin.lynn.root@gmail.com>; Thu,  8 Aug 2013 15:09:37 -0400 (EDT)
Content-Type: multipart/encrypted; boundary="Apple-Mail=_514AD934-51DC-469A-BDE1-05A7C8FE2EF6"; protocol="application/pgp-encrypted";
Subject: gpg test
Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\))
X-Pgp-Agent: GPGMail 505
From: Hynek Schlawack <hs@ox.cx>
Date: Thu, 8 Aug 2013 21:09:36 +0200
Content-Transfer-Encoding: 7bit
Message-Id: <6663DBC6-3EEB-4360-B893-681E57F042E1@ox.cx>
Content-Description: OpenPGP encrypted message
To: Lynn Root <erin.lynn.root@gmail.com>
X-Mailer: Apple Mail (2.1508)

This is an OpenPGP/MIME encrypted message (RFC 2440 and 3156)
--Apple-Mail=_514AD934-51DC-469A-BDE1-05A7C8FE2EF6
Content-Transfer-Encoding: 7bit
Content-Type: application/pgp-encrypted
Content-Description: PGP/MIME Versions Identification

Version: 1

--Apple-Mail=_514AD934-51DC-469A-BDE1-05A7C8FE2EF6
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
	filename=encrypted.asc
Content-Type: application/octet-stream;
	name=encrypted.asc
Content-Description: OpenPGP encrypted message

-----BEGIN PGP MESSAGE-----
Comment: GPGTools - http://gpgtools.org

hQIMA/kxqcOmEa16AQ//atOQE0Ye8NSsmyuIbDAtFkdagmNeJO7U7O3HelcJEG7W
knFE0ovxRm0WkugF5aeMgW6F97mlzA7I+hztEefa7Cjz4FMjw3xUjijrqxwGEUve
jnjI/IuaLjn7xpzutG7LHUhv1SQBmMJ6db2onOV/CXK8dREhZ5L5dUPGY/Jm9GVG
TuKS3Pi3A/TMeV/D+jDHOUO2rDtpPAV859zmVrtf0LyQQ/BGVIE4U/LMGHydmykH
zbCmXthk8uQQy1uOdDI+oTLnThIZVo4sAnsBf7uaZ8ztKVOzgyIR1GZ/RHBBQyMJ
NjBEsRNWlY8R43u1q25mfXT041F+0UTtNN/NZBpIlA+ptfFHvzRmhkH9Ezle1F+e
jyMeynUyot5rZp86fqruaOnpImW7bPxxcJYAdhEm1a6LKXmL4CWd+CrNgMxZJ+Bk
usfnMr6IEo+fCaUi7KOTnq1THJDFM1wDTa+ew8MzKuD8svV5UyAMOjX1ctMvt63/
1BDrVhERzSN87WgUj5F2EIar/CeZRT5bmQNVVdr7LIF2MkMjjqrnwSetNGhZO1/L
uHDtNHEszne5YX9G2DAHqbBJbXvQ6myQPwwvX3F4UOvpxWS+4/nidJoaJ6zHf+On
JuEVN8QbgeLYdxpPaWJNe8BxTQbfS3D2tqj9pP1qW3pimFXoGI/k6mzIRpW9ZTuF
Aw4DY0q7mwGCsWMQDACoKkXH3D/CGhmOuKPXlDlJTZQAI5UYLtl1SX/R6BIDvYS4
BTdLXZlkY2gmyTyr1RVFOBKsYMwKebJzevZ2JVlYgqvRmJodIv5ihLMW20bWjzVo
CdPk9Y5lz2BUivSiTfRwU433yGTW9LSZFwAkiOr8elpT1MC0s7QYNf0Lm7BpTD7E
cVyujRfMzia3z4Tz4FFdvxU4FMGr+r3ub6hFGxABrLY5BMbKmTy54zOqP2klihie
F9oD95C6qLQ63VsXBu3FvZe296IyALbT8U2RzBs6olQH9aKCWuXD+GDFLSTY9BQu
ExIkpbm0JNJcXlgqyeUEC294WEb9mxJybssjyy/OKp+xrL9ceHC+iOl/fA97pBmd
fwXpf+5LBIb5KAAvbNZo7AT6AvwE3QRAV113XExPpmAp+dLzjcU19hEK66Nw4lqR
CPKGyureRGJ71iood7A+/fZEqzufbcj4HdY/QQzCNHPMUgfcgdCjl1m3/WdHlpHB
6wKfjOBiaSn5GrWoYeAMAL3xVsvagEOai/rxI42ffLIeb7JJQ9bUJy3G7CLcjlIN
4TRWLHU0htov6cqgxlG6qDzHfzOu9CzxwD9p4FBdb3skbnQhjx5PakEMruUgwITe
EgzUymmzNnTV0pXyusWoCbzXbbBHF/Dxy+N+kvYVCBMRuaeEUQYFbfdwhhlzqfWA
DD9IYn6/TH/crmUjvWC8Cw2rh5dUynzQl9tlIIS30+Vry0JGvZfh7ZGVxwhjKvIZ
iw46+bTeB/TRTl6Pc/PKQoEdi2kHp9iH/RfglRsrFuK6jBF3Z4/dudiY30u+mBux
PjojfDBbpwE+7Q45zKIrRHpG2ATsNDKrXeLdd5w98WbubqD5ldjI8KubUaqbz6pJ
SUVBJ2xSgddYRYljedtS/alElK49kenFfn9QNit+cgZwsyyV1e9NLWq992D5PifZ
PTmKyDDMMfz6G4KKNwp/dw/q1O5LfbHoF1JtFjf++BItEU+IkrUtiwtPJUWHQOz7
cjDUj5j/KCzK06sMpa47jdLpAWRvZvGkUJ/Sh6LR1zvxZMgEEpbh39A/zap07EdD
PTjwZOQeodNPTWuHK/y2N28aC9mAtDQtrILFlxopOBmXUe3oFR1KSzHaXHrTsrCL
cgorISaYiBlimlNjNB/cPUdaJNCgRVlRbnuGkucwdUAOKtCNkJ59heQLcdPGbpMG
96USac3lmisMY9wzomFPT0NpVqzuwd9hdjP9s0NSPQ0VyriTwzlwpKdw1JMHtyKR
0YBM6LJu6o298mO7g3ERPGx3tvZ5FI35N2ygjEN8SbXBoB1nArJtSSfYjVMu7CTq
4sSheKEMTJcJe8PRb/vl1gmSHMKxbE4kTz6z0dofmvXZb93A2sDmhZ2qLB6RCIgB
iJZBCo6gSovPcxk45KwExntm+bkFbn4FLbx2ICtiRM3gSe0yhjQyol92xKi4Tt9S
ZqrueNbFN63F2xFqhtN2vnBubOBVhf9lvAR1JpIcSkiVws8xoxB9IdtDohMfe/z5
S4RoME/R1j2/Zh0EMrR864OYHxr73URB565zokPvdkkPyDOKxG8o6bGnYQhwMV/Y
ZE6qcbGRC6o3T1+48S4lcyOmugTErLMxYeaG1Z9k8LiS5e4hGb8I9IWxxlX8xc4E
30qwjQqAOOK5q9YejZjwMD+NxP6E/NvBdxJStqZxMtGRo79IYd0qZuf54LedgG/r
E3UVbSVQ/dbj2tVJpg/qYyGedSpr5Go6
=0DXU
-----END PGP MESSAGE-----

--Apple-Mail=_514AD934-51DC-469A-BDE1-05A7C8FE2EF6--


In [17]:
# per RFC 3156
'protocol="application/pgp-encrypted"' in pgp_email


Out[17]:
True

In [32]:
# quick and dirty email parser/traceroute
import spy

pgp_email_file = 'pgpemail.txt'

ip_addrs = spy.parse_email(pgp_email_file)
ip_addrs


Out[32]:
['74.125.82.177', '66.111.4.26', '5.28.99.177']

In [35]:
tr = spy.trace_route(ip_addrs, 'PGPEmail.geojson')

In [37]:
from IPython.display import HTML

HTML('<script src="https://gist.github.com/econchick/97eb334f550ba2cee5ea.js"></script>')


Out[37]:

Query 5: Show me chats for {{X}} user during {{Y}} timeframe


In [26]:
from scapy.all import *

sample_irc = "data/SkypeIRC.cap"
pkts = sniff(offline=sample_irc)


WARNING: DNS RR prematured end (ofs=66, len=25)
WARNING:scapy.runtime:DNS RR prematured end (ofs=66, len=25)

In [27]:
pkts


Out[27]:
<Sniffed: TCP:1150 UDP:1072 ICMP:23 Other:18>

In [28]:
pkts.show()


0000 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
0001 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A
0002 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0003 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0004 Ether / IP / UDP / DNS Qry "2.1.168.192.in-addr.arpa." 
0005 Ether / IP / UDP / DNS Qry "114.214.204.212.in-addr.arpa." 
0006 Ether / IP / UDP / DNS Ans 
0007 Ether / IP / UDP / DNS Ans "sterling.freenode.net." 
0008 Ether / IP / UDP / DNS Qry "sterling.freenode.net." 
0009 Ether / IP / UDP / DNS Ans "212.204.214.114" 
0010 Ether / IP / UDP / DNS Qry "1.1.168.192.in-addr.arpa." 
0011 Ether / IP / UDP / DNS Ans "voyager.home." 
0012 Ether / IP / UDP / DNS Qry "voyager.home." 
0013 Ether / IP / UDP / DNS Ans "192.168.1.1" 
0014 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0015 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0016 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 PA / Raw
0017 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0018 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0019 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug A
0020 Ether / IP / UDP / DNS Qry "129.179.10.71.in-addr.arpa." 
0021 Ether / IP / UDP / DNS Ans "71-10-179-129.dhcp.stls.mo.charter.com." 
0022 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0023 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0024 Ether / IP / UDP / DNS Qry "242.160.200.172.in-addr.arpa." 
0025 Ether / IP / UDP / DNS Qry "71-10-179-129.dhcp.stls.mo.charter.com." 
0026 Ether / IP / UDP / DNS Ans "71.10.179.129" 
0027 Ether / IP / UDP / DNS Ans "ACC8A0F2.ipt.aol.com." 
0028 Ether / IP / UDP / DNS Qry "ACC8A0F2.ipt.aol.com." 
0029 Ether / IP / UDP / DNS Ans "172.200.160.242" 
0030 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0031 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0032 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0033 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0034 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0035 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0036 00:04:76:96:7b:da > ff:ff:ff:ff:ff:ff (0x88a2) / Raw
0037 Ether / IP / TCP 86.128.100.24:hsrpv6 > 192.168.1.2:epmap S
0038 Ether / IP / TCP 192.168.1.2:epmap > 86.128.100.24:hsrpv6 RA
0039 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0040 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0041 Ether / IP / UDP / DNS Qry "24.100.128.86.in-addr.arpa." 
0042 Ether / IP / UDP / DNS Ans "host86-128-100-24.range86-128.btcentralplus.com." 
0043 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 PA / Raw
0044 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 A
0045 Ether / IP / TCP 68.95.198.126:emsd_port > 192.168.1.2:vsixml PA / Raw
0046 Ether / IP / TCP 192.168.1.2:vsixml > 68.95.198.126:emsd_port A
0047 Ether / IP / UDP / DNS Qry "host86-128-100-24.range86-128.btcentralplus.com." 
0048 Ether / IP / UDP / DNS Ans "86.128.100.24" 
0049 Ether / IP / TCP 86.128.187.110:objadmin > 192.168.1.2:netbios_ssn S
0050 Ether / IP / TCP 192.168.1.2:netbios_ssn > 86.128.187.110:objadmin RA
0051 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
0052 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
0053 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system PA / Raw
0054 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp A
0055 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0056 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0057 Ether / IP / UDP / DNS Qry "126.198.95.68.in-addr.arpa." 
0058 Ether / IP / UDP / DNS Qry "110.187.128.86.in-addr.arpa." 
0059 Ether / IP / UDP / DNS Qry "79.122.177.24.in-addr.arpa." 
0060 Ether / IP / UDP / DNS Ans "host86-128-187-110.range86-128.btcentralplus.com." 
0061 Ether / IP / UDP / DNS Ans "adsl-68-95-198-126.dsl.wlfrct.sbcglobal.net." 
0062 Ether / IP / UDP / DNS Ans "24-177-122-79.dhcp.mdsn.wi.charter.com." 
0063 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
0064 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A
0065 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0066 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0067 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0068 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0069 Ether / IP / UDP / DNS Qry "host86-128-187-110.range86-128.btcentralplus.com." 
0070 Ether / IP / UDP / DNS Qry "adsl-68-95-198-126.dsl.wlfrct.sbcglobal.net." 
0071 Ether / IP / UDP / DNS Qry "24-177-122-79.dhcp.mdsn.wi.charter.com." 
0072 Ether / IP / UDP / DNS Ans "86.128.187.110" 
0073 Ether / IP / UDP / DNS Ans "68.95.198.126" 
0074 Ether / IP / UDP / DNS Ans "24.177.122.79" 
0075 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0076 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0077 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0078 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0079 Ether / IP / TCP 86.128.187.110:objadmin > 192.168.1.2:netbios_ssn S
0080 Ether / IP / TCP 192.168.1.2:netbios_ssn > 86.128.187.110:objadmin RA
0081 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
0082 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0083 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0084 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0085 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0086 Ether / IP / TCP 192.168.1.2:watcomdebug > 68.32.70.119:scanstat_1 PA / Raw
0087 Ether / IP / TCP 68.32.70.119:scanstat_1 > 192.168.1.2:watcomdebug PA / Raw
0088 Ether / IP / TCP 192.168.1.2:watcomdebug > 68.32.70.119:scanstat_1 PA / Raw
0089 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0090 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0091 Ether / IP / UDP / DNS Qry "119.70.32.68.in-addr.arpa." 
0092 Ether / IP / TCP 68.32.70.119:scanstat_1 > 192.168.1.2:watcomdebug PA / Raw
0093 Ether / IP / TCP 192.168.1.2:watcomdebug > 68.32.70.119:scanstat_1 A
0094 Ether / IP / UDP / DNS Ans "c-68-32-70-119.hsd1.ga.comcast.net." 
0095 Ether / IP / UDP / DNS Qry "c-68-32-70-119.hsd1.ga.comcast.net." 
0096 Ether / IP / UDP / DNS Ans "68.32.70.119" 
0097 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 PA / Raw
0098 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 PA / Raw
0099 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system PA / Raw
0100 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 A
0101 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp A
0102 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug A
0103 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0104 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0105 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0106 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0107 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0108 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0109 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
0110 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
0111 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0112 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0113 Ether / IP / TCP 192.168.1.2:vsixml > 68.95.198.126:emsd_port PA / Raw
0114 Ether / IP / TCP 68.95.198.126:emsd_port > 192.168.1.2:vsixml PA / Raw
0115 Ether / IP / TCP 192.168.1.2:vsixml > 68.95.198.126:emsd_port A
0116 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
0117 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A
0118 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0119 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0120 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0121 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0122 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0123 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0124 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0125 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0126 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0127 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0128 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0129 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0130 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0131 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0132 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0133 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0134 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0135 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0136 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0137 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0138 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0139 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0140 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0141 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0142 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0143 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0144 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0145 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0146 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0147 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0148 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0149 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0150 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
0151 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0152 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0153 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0154 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0155 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0156 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0157 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0158 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0159 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0160 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0161 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0162 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0163 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 PA / Raw
0164 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug A
0165 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0166 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0167 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0168 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0169 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0170 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0171 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 PA / Raw
0172 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 A
0173 Ether / ARP who has 192.168.1.2 says 192.168.1.1 / Padding
0174 Ether / ARP is at 00:04:76:96:7b:da says 192.168.1.2
0175 Ether / IP / UDP 192.168.1.2:35990 > 86.197.95.238:44019 / Raw
0176 Ether / IP / UDP / DNS Qry "238.95.197.86.in-addr.arpa." 
0177 Ether / IP / UDP / DNS Ans "AMarseille-253-1-68-238.w86-197.abo.wanadoo.fr." 
0178 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
0179 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0180 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0181 Ether / IP / UDP / DNS Qry "AMarseille-253-1-68-238.w86-197.abo.wanadoo.fr." 
0182 Ether / IP / UDP / DNS Ans "86.197.95.238" 
0183 Ether / IP / UDP 192.168.1.2:35990 > 86.31.70.81:43870 / Raw
0184 Ether / IP / UDP 192.168.1.2:35990 > 86.220.100.25:elan / Raw
0185 Ether / IP / UDP 192.168.1.2:35990 > 86.130.63.111:12505 / Raw
0186 Ether / IP / UDP 192.168.1.2:35990 > 80.216.195.140:miva_mqs / Raw
0187 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
0188 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
0189 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system PA / Raw
0190 Ether / IP / UDP / DNS Qry "81.70.31.86.in-addr.arpa." 
0191 Ether / IP / UDP / DNS Qry "25.100.220.86.in-addr.arpa." 
0192 Ether / IP / UDP / DNS Qry "111.63.130.86.in-addr.arpa." 
0193 Ether / IP / UDP / DNS Qry "140.195.216.80.in-addr.arpa." 
0194 Ether / IP / UDP / DNS Ans "client-86-31-70-81.midd.adsl.virgin.net." 
0195 Ether / IP / UDP / DNS Ans "host86-130-63-111.range86-130.btcentralplus.com." 
0196 Ether / IP / UDP / DNS Ans "AOrleans-257-1-93-25.w86-220.abo.wanadoo.fr." 
0197 Ether / IP / UDP / DNS Ans "c80-216-195-140.cm-upc.chello.se." 
0198 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp A
0199 Ether / IP / UDP / DNS Qry "client-86-31-70-81.midd.adsl.virgin.net." 
0200 Ether / IP / UDP / DNS Qry "host86-130-63-111.range86-130.btcentralplus.com." 
0201 Ether / IP / UDP / DNS Qry "AOrleans-257-1-93-25.w86-220.abo.wanadoo.fr." 
0202 Ether / IP / UDP / DNS Qry "c80-216-195-140.cm-upc.chello.se." 
0203 Ether / IP / UDP / DNS Ans "86.31.70.81" 
0204 Ether / IP / UDP / DNS Ans "86.130.63.111" 
0205 Ether / IP / UDP / DNS Ans "86.220.100.25" 
0206 Ether / IP / UDP / DNS Ans "80.216.195.140" 
0207 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0208 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0209 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
0210 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
0211 Ether / IP / TCP 65.190.6.124:47452 > 192.168.1.2:ssc_agent PA / Raw
0212 Ether / IP / TCP 192.168.1.2:ssc_agent > 65.190.6.124:47452 A
0213 Ether / IP / UDP 192.168.1.2:35990 > 165.124.253.241:15294 / Raw
0214 Ether / IP / UDP 165.124.253.241:15294 > 192.168.1.2:35990 / Raw / Padding
0215 Ether / IP / UDP 192.168.1.2:35990 > 165.124.253.241:15294 / Raw
0216 Ether / IP / UDP / DNS Qry "124.6.190.65.in-addr.arpa." 
0217 Ether / IP / UDP / DNS Qry "241.253.124.165.in-addr.arpa." 
0218 Ether / IP / UDP 165.124.253.241:15294 > 192.168.1.2:35990 / Raw
0219 Ether / IP / UDP 192.168.1.2:35990 > 81.236.228.111:42764 / Raw
0220 Ether / IP / UDP 81.236.228.111:42764 > 192.168.1.2:35990 / Raw
0221 Ether / IP / UDP 192.168.1.2:35990 > 86.142.117.124:36474 / Raw
0222 Ether / IP / UDP / DNS Ans "cpe-065-190-006-124.triad.res.rr.com." 
0223 Ether / IP / UDP / DNS Ans "engmanlab10.pathology.northwestern.edu." 
0224 Ether / IP / UDP / DNS Qry "cpe-065-190-006-124.triad.res.rr.com." 
0225 Ether / IP / UDP / DNS Qry "engmanlab10.pathology.northwestern.edu." 
0226 Ether / IP / UDP / DNS Ans "65.190.6.124" 
0227 Ether / IP / UDP / DNS Ans "165.124.253.241" 
0228 Ether / IP / UDP 192.168.1.2:35990 > 86.142.178.222:12881 / Raw
0229 Ether / IP / UDP 192.168.1.2:35990 > 86.128.163.125:25906 / Raw
0230 Ether / IP / UDP 192.168.1.2:35990 > 86.134.79.66:denali_server / Raw
0231 Ether / IP / UDP 192.168.1.2:35990 > 86.136.192.70:16329 / Raw
0232 Ether / IP / ICMP 86.128.163.125 > 192.168.1.2 dest-unreach port-unreachable / IPerror / UDPerror
0233 Ether / IP / ICMP 86.134.79.66 > 192.168.1.2 dest-unreach port-unreachable / IPerror / UDPerror
0234 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0235 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0236 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0237 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0238 00:04:76:96:7b:da > ff:ff:ff:ff:ff:ff (0x88a2) / Raw
0239 Ether / IP / UDP / DNS Qry "111.228.236.81.in-addr.arpa." 
0240 Ether / IP / UDP / DNS Qry "124.117.142.86.in-addr.arpa." 
0241 Ether / IP / UDP / DNS Qry "222.178.142.86.in-addr.arpa." 
0242 Ether / IP / UDP / DNS Qry "125.163.128.86.in-addr.arpa." 
0243 Ether / IP / UDP / DNS Qry "66.79.134.86.in-addr.arpa." 
0244 Ether / IP / UDP / DNS Qry "70.192.136.86.in-addr.arpa." 
0245 Ether / IP / UDP / DNS Ans "host86-142-117-124.range86-142.btcentralplus.com." 
0246 Ether / IP / UDP / DNS Ans "host86-142-178-222.range86-142.btcentralplus.com." 
0247 Ether / IP / UDP / DNS Ans "host86-128-163-125.range86-128.btcentralplus.com." 
0248 Ether / IP / UDP / DNS Ans "81-236-228-111-no37.tbcn.telia.com." 
0249 Ether / IP / UDP / DNS Ans "host86-134-79-66.range86-134.btcentralplus.com." 
0250 Ether / IP / UDP / DNS Ans "host86-136-192-70.range86-136.btcentralplus.com." 
0251 Ether / IP / UDP / DNS Qry "host86-142-117-124.range86-142.btcentralplus.com." 
0252 Ether / IP / UDP / DNS Qry "host86-142-178-222.range86-142.btcentralplus.com." 
0253 Ether / IP / UDP / DNS Qry "host86-128-163-125.range86-128.btcentralplus.com." 
0254 Ether / IP / UDP / DNS Qry "81-236-228-111-no37.tbcn.telia.com." 
0255 Ether / IP / UDP / DNS Qry "host86-134-79-66.range86-134.btcentralplus.com." 
0256 Ether / IP / UDP / DNS Qry "host86-136-192-70.range86-136.btcentralplus.com." 
0257 Ether / IP / UDP / DNS Ans "86.142.117.124" 
0258 Ether / IP / UDP / DNS Ans "86.142.178.222" 
0259 Ether / IP / UDP / DNS Ans "86.128.163.125" 
0260 Ether / IP / UDP / DNS Ans "81.236.228.111" 
0261 Ether / IP / UDP / DNS Ans "86.134.79.66" 
0262 Ether / IP / UDP / DNS Ans "86.136.192.70" 
0263 Ether / IP / UDP 192.168.1.2:35990 > 80.186.57.176:8788 / Raw
0264 Ether / IP / UDP 80.186.57.176:8788 > 192.168.1.2:35990 / Raw
0265 Ether / IP / UDP 192.168.1.2:35990 > 68.206.150.243:57322 / Raw
0266 Ether / IP / UDP 68.206.150.243:57322 > 192.168.1.2:35990 / Raw
0267 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 S
0268 Ether / IP / UDP 192.168.1.2:35990 > 82.128.194.105:60142 / Raw
0269 Ether / IP / ICMP 212.50.132.237 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0270 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision SA
0271 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 A
0272 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 PA / Raw
0273 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision PA / Raw
0274 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 A
0275 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 PA / Raw
0276 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision PA / Raw
0277 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 PA / Raw
0278 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision PA / Raw
0279 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 A
0280 Ether / IP / UDP / DNS Qry "176.57.186.80.in-addr.arpa." 
0281 Ether / IP / UDP / DNS Qry "243.150.206.68.in-addr.arpa." 
0282 Ether / IP / UDP / DNS Ans "a80-186-57-176.elisa-laajakaista.fi." 
0283 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 PA / Raw
0284 Ether / IP / UDP 192.168.1.2:60577 > 204.152.205.205:33435 / Raw
0285 Ether / IP / UDP / DNS Ans "cpe-68-206-150-243.hot.res.rr.com." 
0286 Ether / IP / ICMP 217.47.73.141 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0287 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision PA / Raw
0288 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 PA / Raw
0289 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision PA / Raw
0290 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 A
0291 Ether / IP / TCP 192.168.1.2:dx_instrument > 195.215.8.141:33033 S
0292 Ether / IP / TCP 195.215.8.141:33033 > 192.168.1.2:dx_instrument SA
0293 Ether / IP / TCP 192.168.1.2:dx_instrument > 195.215.8.141:33033 A
0294 Ether / IP / UDP 192.168.1.2:35990 > 83.147.171.206:6293 / Raw
0295 Ether / IP / UDP 192.168.1.2:35990 > 172.207.190.217:51361 / Raw
0296 Ether / IP / TCP 192.168.1.2:dx_instrument > 195.215.8.141:33033 PA / Raw
0297 Ether / IP / UDP / DNS Qry "105.194.128.82.in-addr.arpa." 
0298 Ether / IP / UDP / DNS Qry "a80-186-57-176.elisa-laajakaista.fi." 
0299 Ether / IP / UDP / DNS Qry "cpe-68-206-150-243.hot.res.rr.com." 
0300 Ether / IP / UDP / DNS Qry "237.132.50.212.in-addr.arpa." 
0301 Ether / IP / UDP / DNS Qry "205.205.152.204.in-addr.arpa." 
0302 Ether / IP / UDP / DNS Qry "141.73.47.217.in-addr.arpa." 
0303 Ether / IP / UDP / DNS Ans "80.186.57.176" 
0304 Ether / IP / UDP / DNS Ans "68.206.150.243" 
0305 Ether / IP / UDP 83.147.171.206:6293 > 192.168.1.2:35990 / Raw
0306 Ether / IP / UDP 192.168.1.2:35990 > 190.44.165.86:57549 / Raw
0307 Ether / IP / UDP 192.168.1.2:35990 > 83.130.238.168:26744 / Raw
0308 Ether / IP / UDP 192.168.1.2:35990 > 83.5.146.219:aspen_services / Raw
0309 Ether / IP / UDP 192.168.1.2:35990 > 82.253.163.244:38930 / Raw
0310 Ether / IP / TCP 195.215.8.141:33033 > 192.168.1.2:dx_instrument A
0311 Ether / IP / UDP / DNS Ans "esr2.sheffield3.broadband.bt.net." 
0312 Ether / IP / UDP 172.207.190.217:51361 > 192.168.1.2:35990 / Raw
0313 Ether / IP / TCP 195.215.8.141:33033 > 192.168.1.2:dx_instrument PA / Raw
0314 Ether / IP / TCP 192.168.1.2:dx_instrument > 195.215.8.141:33033 A
0315 Ether / IP / TCP 192.168.1.2:dx_instrument > 195.215.8.141:33033 PA / Raw
0316 Ether / IP / UDP / DNS Ans "Torik16-TR1-82-128-194-105.suomi.net." 
0317 Ether / IP / UDP / DNS Ans "Torik16R1.opoy.net." 
0318 Ether / IP / UDP 192.168.1.2:60582 > 202.139.177.147:33435 / Raw
0319 Ether / IP / UDP 192.168.1.2:60583 > 202.232.205.123:33435 / Raw
0320 Ether / IP / UDP 192.168.1.2:60579 > 130.244.145.31:33435 / Raw
0321 Ether / IP / UDP 192.168.1.2:60577 > 204.152.205.205:33436 / Raw
0322 Ether / IP / ICMP 217.47.73.141 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0323 Ether / IP / UDP 192.168.1.2:60582 > 202.139.177.147:33436 / Raw
0324 Ether / IP / ICMP 217.47.73.141 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0325 Ether / IP / UDP 192.168.1.2:60583 > 202.232.205.123:33436 / Raw
0326 Ether / IP / ICMP 217.47.73.141 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0327 Ether / IP / UDP 192.168.1.2:60579 > 130.244.145.31:33436 / Raw
0328 Ether / IP / ICMP 217.47.73.30 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0329 Ether / IP / UDP 192.168.1.2:60577 > 204.152.205.205:33437 / Raw
0330 Ether / IP / ICMP 217.47.73.30 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0331 Ether / IP / UDP / DNS Ans 
0332 Ether / IP / UDP 82.253.163.244:38930 > 192.168.1.2:35990 / Raw
0333 Ether / IP / ICMP 217.47.73.30 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0334 Ether / IP / ICMP 217.47.73.30 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0335 Ether / IP / ICMP 217.41.176.21 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0336 Ether / IP / UDP 192.168.1.2:60577 > 204.152.205.205:33438 / Raw
0337 Ether / IP / UDP 83.130.238.168:26744 > 192.168.1.2:35990 / Raw
0338 Ether / IP / UDP 192.168.1.2:35990 > 83.130.238.168:26744 / Raw
0339 Ether / IP / ICMP 217.41.176.118 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0340 Ether / IP / TCP 195.215.8.141:33033 > 192.168.1.2:dx_instrument A
0341 Ether / IP / UDP 192.168.1.2:60579 > 130.244.145.31:33437 / Raw
0342 Ether / IP / UDP 192.168.1.2:60583 > 202.232.205.123:33437 / Raw
0343 Ether / IP / UDP 192.168.1.2:60582 > 202.139.177.147:33437 / Raw
0344 Ether / IP / ICMP 217.41.176.21 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0345 Ether / IP / UDP 192.168.1.2:60579 > 130.244.145.31:33438 / Raw
0346 Ether / IP / ICMP 217.41.176.21 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0347 Ether / IP / UDP 192.168.1.2:60583 > 202.232.205.123:33438 / Raw
0348 Ether / IP / ICMP 217.41.176.21 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0349 Ether / IP / UDP 192.168.1.2:60582 > 202.139.177.147:33438 / Raw
0350 Ether / IP / ICMP 217.41.176.118 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0351 Ether / IP / ICMP 217.41.176.118 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0352 Ether / IP / ICMP 217.41.176.118 > 192.168.1.2 time-exceeded ttl-zero-during-transit / IPerror / UDPerror
0353 Ether / IP / UDP 83.130.238.168:26744 > 192.168.1.2:35990 / Raw
0354 Ether / IP / UDP 192.168.1.2:35990 > 83.130.238.168:26744 / Raw
0355 Ether / IP / UDP 190.44.165.86:57549 > 192.168.1.2:35990 / Raw
0356 Ether / IP / UDP 192.168.1.2:35990 > 190.44.165.86:57549 / Raw
0357 Ether / IP / UDP 192.168.1.2:60586 > 217.41.176.118:33435 / Raw
0358 Ether / IP / UDP 83.130.238.168:26744 > 192.168.1.2:35990 / Raw
0359 Ether / IP / UDP 192.168.1.2:35990 > 83.130.238.168:26744 / Raw
0360 Ether / IP / TCP 195.215.8.141:33033 > 192.168.1.2:dx_instrument PA / Raw
0361 Ether / IP / TCP 192.168.1.2:dx_instrument > 195.215.8.141:33033 PA / Raw
0362 Ether / IP / UDP 192.168.1.2:35990 > 212.72.49.142:12350 / Raw
0363 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 PA / Raw
0364 Ether / IP / UDP 83.130.238.168:26744 > 192.168.1.2:35990 / Raw
0365 Ether / IP / UDP 192.168.1.2:35990 > 83.130.238.168:26744 / Raw
0366 Ether / IP / TCP 195.215.8.141:33033 > 192.168.1.2:dx_instrument A
0367 Ether / IP / UDP 212.72.49.142:12350 > 192.168.1.2:35990 / Raw
0368 Ether / IP / TCP 195.215.8.141:33033 > 192.168.1.2:dx_instrument PA / Raw
0369 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision PA / Raw
0370 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 A
0371 Ether / IP / UDP 192.168.1.2:35990 > 212.149.248.49:62738 / Raw
0372 Ether / IP / UDP 192.168.1.2:35990 > 67.190.60.125:sops / Raw
0373 Ether / IP / UDP 192.168.1.2:35990 > 24.242.109.92:44872 / Raw
0374 Ether / IP / TCP 192.168.1.2:dx_instrument > 195.215.8.141:33033 A
0375 Ether / IP / UDP 83.130.238.168:26744 > 192.168.1.2:35990 / Raw
0376 Ether / IP / UDP 190.44.165.86:57549 > 192.168.1.2:35990 / Raw
0377 Ether / IP / UDP 192.168.1.2:35990 > 190.44.165.86:57549 / Raw
0378 Ether / IP / UDP 24.242.109.92:44872 > 192.168.1.2:35990 / Raw
0379 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 PA / Raw
0380 Ether / IP / UDP 67.190.60.125:sops > 192.168.1.2:35990 / Raw
0381 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision PA / Raw
0382 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 A
0383 Ether / IP / UDP 190.44.165.86:57549 > 192.168.1.2:35990 / Raw
0384 Ether / IP / UDP 192.168.1.2:35990 > 190.44.165.86:57549 / Raw
0385 Ether / IP / UDP 192.168.1.2:35990 > 129.11.125.169:27256 / Raw
0386 Ether / IP / UDP 192.168.1.2:35990 > 69.192.67.152:18453 / Raw
0387 Ether / IP / UDP 129.11.125.169:27256 > 192.168.1.2:35990 / Raw
0388 Ether / IP / UDP 192.168.1.2:35990 > 66.67.61.44:58546 / Raw
0389 Ether / IP / UDP / DNS Qry "esr2.sheffield3.broadband.bt.net." 
0390 Ether / IP / UDP / DNS Qry "Torik16-TR1-82-128-194-105.suomi.net." 
0391 Ether / IP / UDP / DNS Qry "Torik16R1.opoy.net." 
0392 Ether / IP / UDP / DNS Ans "217.47.73.141" 
0393 Ether / IP / UDP / DNS Ans "82.128.194.105" 
0394 Ether / IP / UDP / DNS Ans "212.50.132.237" 
0395 Ether / IP / UDP / DNS Qry "ui.skype.com." 
0396 Ether / IP / UDP / DNS Qry "ui.skype.com." 
0397 Ether / IP / UDP 69.192.67.152:18453 > 192.168.1.2:35990 / Raw
0398 Ether / IP / UDP 192.168.1.2:35990 > 24.61.5.13:35466 / Raw
0399 Ether / IP / UDP / DNS Ans "212.72.49.131" 
0400 Ether / IP / TCP 192.168.1.2:ep_nsp > 212.72.49.131:http S
0401 Ether / IP / UDP 66.67.61.44:58546 > 192.168.1.2:35990 / Raw
0402 Ether / IP / UDP 192.168.1.2:35990 > 24.107.221.82:55335 / Raw
0403 Ether / IP / TCP 212.72.49.131:http > 192.168.1.2:ep_nsp SA
0404 Ether / IP / TCP 192.168.1.2:ep_nsp > 212.72.49.131:http A
0405 Ether / IP / TCP 192.168.1.2:ep_nsp > 212.72.49.131:http PA / Raw
0406 Ether / IP / TCP 212.72.49.131:http > 192.168.1.2:ep_nsp A
0407 Ether / IP / TCP 212.72.49.131:http > 192.168.1.2:ep_nsp PA / Raw
0408 Ether / IP / TCP 192.168.1.2:ep_nsp > 212.72.49.131:http A
0409 Ether / IP / TCP 212.72.49.131:http > 192.168.1.2:ep_nsp FA
0410 Ether / IP / TCP 192.168.1.2:ep_nsp > 212.72.49.131:http FA
0411 Ether / IP / UDP 190.44.165.86:57549 > 192.168.1.2:35990 / Raw
0412 Ether / IP / UDP 192.168.1.2:35990 > 190.44.165.86:57549 / Raw
0413 Ether / IP / UDP 24.61.5.13:35466 > 192.168.1.2:35990 / Raw
0414 Ether / IP / UDP 192.168.1.2:35990 > 72.145.3.159:odeumservlink / Raw
0415 Ether / IP / TCP 212.72.49.131:http > 192.168.1.2:ep_nsp A
0416 Ether / IP / UDP 24.107.221.82:55335 > 192.168.1.2:35990 / Raw
0417 Ether / IP / UDP 192.168.1.2:35990 > 212.149.248.49:62738 / Raw
0418 Ether / IP / UDP 72.145.3.159:odeumservlink > 192.168.1.2:35990 / Raw
0419 Ether / IP / UDP 190.44.165.86:57549 > 192.168.1.2:35990 / Raw
0420 Ether / IP / UDP / DNS Qry "141.8.215.195.in-addr.arpa." 
0421 Ether / IP / UDP / DNS Qry "206.171.147.83.in-addr.arpa." 
0422 Ether / IP / UDP / DNS Qry "217.190.207.172.in-addr.arpa." 
0423 Ether / IP / UDP / DNS Qry "86.165.44.190.in-addr.arpa." 
0424 Ether / IP / UDP / DNS Qry "168.238.130.83.in-addr.arpa." 
0425 Ether / IP / UDP / DNS Qry "219.146.5.83.in-addr.arpa." 
0426 Ether / IP / UDP / DNS Qry "244.163.253.82.in-addr.arpa." 
0427 Ether / IP / UDP / DNS Qry "147.177.139.202.in-addr.arpa." 
0428 Ether / IP / UDP / DNS Qry "123.205.232.202.in-addr.arpa." 
0429 Ether / IP / UDP / DNS Qry "31.145.244.130.in-addr.arpa." 
0430 Ether / IP / UDP / DNS Qry "30.73.47.217.in-addr.arpa." 
0431 Ether / IP / UDP / DNS Qry "21.176.41.217.in-addr.arpa." 
0432 Ether / IP / UDP / DNS Qry "118.176.41.217.in-addr.arpa." 
0433 Ether / IP / UDP / DNS Qry "142.49.72.212.in-addr.arpa." 
0434 Ether / IP / UDP / DNS Qry "49.248.149.212.in-addr.arpa." 
0435 Ether / IP / UDP / DNS Qry "125.60.190.67.in-addr.arpa." 
0436 Ether / IP / UDP / DNS Qry "92.109.242.24.in-addr.arpa." 
0437 Ether / IP / UDP / DNS Qry "169.125.11.129.in-addr.arpa." 
0438 Ether / IP / UDP / DNS Qry "152.67.192.69.in-addr.arpa." 
0439 Ether / IP / UDP / DNS Qry "44.61.67.66.in-addr.arpa." 
0440 Ether / IP / UDP / DNS Qry "13.5.61.24.in-addr.arpa." 
0441 Ether / IP / UDP / DNS Qry "82.221.107.24.in-addr.arpa." 
0442 Ether / IP / UDP / DNS Qry "159.3.145.72.in-addr.arpa." 
0443 Ether / IP / UDP / DNS Ans 
0444 Ether / IP / UDP 192.168.1.2:60589 > 217.41.176.118:33435 / Raw
0445 Ether / IP / UDP / DNS Ans "ip-83-147-171-206.lmk.metro.digiweb.ie." 
0446 Ether / IP / UDP / DNS Ans "lns-bzn-30-82-253-163-244.adsl.proxad.net." 
0447 Ether / IP / UDP / DNS Ans 
0448 Ether / IP / UDP / DNS Ans 
0449 Ether / IP / UDP / DNS Ans "ACCFBED9.ipt.aol.com." 
0450 Ether / IP / UDP / DNS Ans "aapm219.neoplus.adsl.tpnet.pl." 
0451 Ether / IP / UDP / DNS Ans 
0452 Ether / IP / UDP / DNS Ans 
0453 Ether / IP / UDP / DNS Ans "IGLD-83-130-238-168.inter.net.il." 
0454 Ether / IP / UDP / DNS Ans 
0455 Ether / IP / UDP / DNS Ans 
0456 Ether / IP / UDP / DNS Ans "cpe-24-242-109-92.sport.res.rr.com." 
0457 Ether / IP / UDP / DNS Ans "c-67-190-60-125.hsd1.co.comcast.net." 
0458 Ether / IP / UDP / DNS Ans "b-248-49.dsl.kpy.customers.dnainternet.fi." 
0459 Ether / IP / UDP / DNS Ans "cpe-66-67-61-44.rochester.res.rr.com." 
0460 Ether / IP / UDP / DNS Ans 
0461 Ether / IP / UDP / DNS Ans "student-halls-boddington-pc125-169.leeds.ac.uk." 
0462 Ether / IP / UDP / DNS Ans "CPE0016ec35ac27-CM00159a41912e.cpe.net.cable.rogers.com." 
0463 Ether / IP / UDP / DNS Ans "c-24-61-5-13.hsd1.ma.comcast.net." 
0464 Ether / IP / UDP / DNS Ans "adsl-145-3-159.mia.bellsouth.net." 
0465 Ether / IP / UDP / DNS Qry "ip-83-147-171-206.lmk.metro.digiweb.ie." 
0466 Ether / IP / UDP / DNS Qry "lns-bzn-30-82-253-163-244.adsl.proxad.net." 
0467 Ether / IP / UDP / DNS Qry "ACCFBED9.ipt.aol.com." 
0468 Ether / IP / UDP / DNS Qry "aapm219.neoplus.adsl.tpnet.pl." 
0469 Ether / IP / UDP / DNS Qry "IGLD-83-130-238-168.inter.net.il." 
0470 Ether / IP / UDP / DNS Qry "cpe-24-242-109-92.sport.res.rr.com." 
0471 Ether / IP / UDP / DNS Qry "c-67-190-60-125.hsd1.co.comcast.net." 
0472 Ether / IP / UDP / DNS Qry "b-248-49.dsl.kpy.customers.dnainternet.fi." 
0473 Ether / IP / UDP / DNS Qry "cpe-66-67-61-44.rochester.res.rr.com." 
0474 Ether / IP / UDP / DNS Qry "student-halls-boddington-pc125-169.leeds.ac.uk." 
0475 Ether / IP / UDP / DNS Qry "CPE0016ec35ac27-CM00159a41912e.cpe.net.cable.rogers.com." 
0476 Ether / IP / UDP / DNS Qry "c-24-61-5-13.hsd1.ma.comcast.net." 
0477 Ether / IP / UDP / DNS Qry "adsl-145-3-159.mia.bellsouth.net." 
0478 Ether / IP / UDP / DNS Ans "83.147.171.206" 
0479 Ether / IP / UDP / DNS Ans "82.253.163.244" 
0480 Ether / IP / UDP / DNS Ans "172.207.190.217" 
0481 Ether / IP / UDP / DNS Ans "83.5.146.219" 
0482 Ether / IP / UDP / DNS Ans "83.130.238.168" 
0483 Ether / IP / UDP / DNS Ans "24.242.109.92" 
0484 Ether / IP / UDP / DNS Ans "67.190.60.125" 
0485 Ether / IP / UDP / DNS Ans "212.149.248.49" 
0486 Ether / IP / UDP / DNS Qry "ui.skype.com." 
0487 Ether / IP / UDP / DNS Ans "66.67.61.44" 
0488 Ether / IP / UDP / DNS Ans "129.11.125.169" 
0489 Ether / IP / UDP / DNS Ans "69.192.67.152" 
0490 Ether / IP / UDP / DNS Ans "24.61.5.13" 
0491 Ether / IP / UDP / DNS Ans "72.145.3.159" 
0492 Ether / IP / UDP / DNS Ans "24-107-221-82.dhcp.stls.mo.charter.com." 
0493 Ether / IP / UDP 192.168.1.2:35990 > 212.149.248.49:62738 / Raw
0494 Ether / IP / UDP / DNS Ans "bmdj7123.bmobile.ne.jp." 
0495 Ether / IP / UDP 192.168.1.2:35990 > 212.149.248.49:62738 / Raw
0496 Ether / IP / UDP / DNS Qry "24-107-221-82.dhcp.stls.mo.charter.com." 
0497 Ether / IP / UDP / DNS Qry "bmdj7123.bmobile.ne.jp." 
0498 Ether / IP / UDP / DNS Ans "24.107.221.82" 
0499 Ether / IP / UDP / DNS Ans "202.232.205.123" 
0500 Ether / IP / UDP / DNS Ans 
0501 Ether / IP / UDP / DNS Qry "ui.skype.com." 
0502 Ether / IP / UDP / DNS Ans 
0503 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
0504 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
0505 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0506 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0507 Ether / IP / UDP 192.168.1.2:60592 > 217.41.176.118:33435 / Raw
0508 Ether / IP / UDP / DNS Qry "ui.skype.com." 
0509 Ether / IP / UDP / DNS Ans 
0510 Ether / IP / UDP / DNS Qry "ui.skype.com." 
0511 Ether / IP / UDP / DNS Ans 
0512 Ether / IP / UDP 192.168.1.2:35990 > 212.149.248.49:62738 / Raw
0513 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
0514 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0515 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0516 Ether / IP / UDP 192.168.1.2:35990 > 212.149.248.49:62738 / Raw
0517 Ether / IP / UDP 192.168.1.2:60595 > 217.41.176.118:33435 / Raw
0518 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0519 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0520 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0521 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0522 Ether / IP / TCP 193.150.239.120:11421 > 192.168.1.2:teredo PA / Raw
0523 Ether / IP / TCP 192.168.1.2:teredo > 193.150.239.120:11421 A
0524 Ether / IP / UDP / DNS Qry "120.239.150.193.in-addr.arpa." 
0525 Ether / IP / UDP / DNS Ans "c193-150-239-120.cm-upc.chello.se." 
0526 Ether / IP / UDP / DNS Qry "c193-150-239-120.cm-upc.chello.se." 
0527 Ether / IP / UDP / DNS Ans "193.150.239.120" 
0528 Ether / IP / UDP 192.168.1.2:35990 > 24.107.221.82:55335 / Raw
0529 Ether / IP / UDP 24.107.221.82:55335 > 192.168.1.2:35990 / Raw
0530 Ether / IP / UDP 192.168.1.2:35990 > 68.84.140.103:47070 / Raw
0531 Ether / IP / UDP 192.168.1.2:35990 > 72.181.61.199:7150 / Raw
0532 Ether / IP / UDP 192.168.1.2:35990 > 24.225.155.47:53311 / Raw
0533 Ether / IP / UDP 24.225.155.47:53311 > 192.168.1.2:35990 / Raw
0534 Ether / IP / UDP 68.84.140.103:47070 > 192.168.1.2:35990 / Raw
0535 Ether / IP / UDP 192.168.1.2:35990 > 82.216.129.118:39085 / Raw
0536 Ether / IP / UDP 192.168.1.2:35990 > 24.243.179.113:56792 / Raw
0537 Ether / IP / UDP 72.181.61.199:7150 > 192.168.1.2:35990 / Raw
0538 Ether / IP / UDP 192.168.1.2:35990 > 67.162.133.209:56626 / Raw
0539 Ether / IP / UDP 82.216.129.118:39085 > 192.168.1.2:35990 / Raw
0540 Ether / IP / UDP 192.168.1.2:35990 > 212.30.7.170:30241 / Raw
0541 Ether / IP / UDP 212.30.7.170:30241 > 192.168.1.2:35990 / Raw
0542 Ether / IP / UDP 67.162.133.209:56626 > 192.168.1.2:35990 / Raw
0543 Ether / IP / UDP 24.243.179.113:56792 > 192.168.1.2:35990 / Raw
0544 Ether / IP / UDP 192.168.1.2:35990 > 67.162.133.209:56626 / Raw
0545 Ether / IP / UDP 192.168.1.2:35990 > 82.216.129.118:39085 / Raw
0546 Ether / IP / UDP 192.168.1.2:35990 > 72.181.61.199:7150 / Raw
0547 Ether / IP / UDP 192.168.1.2:35990 > 68.84.140.103:47070 / Raw
0548 Ether / IP / UDP 192.168.1.2:35990 > 24.107.221.82:55335 / Raw
0549 Ether / IP / UDP 192.168.1.2:35990 > 66.67.61.44:58546 / Raw
0550 Ether / IP / UDP 192.168.1.2:35990 > 24.242.109.92:44872 / Raw
0551 Ether / IP / UDP 192.168.1.2:35990 > 67.190.60.125:sops / Raw
0552 Ether / IP / UDP 82.216.129.118:39085 > 192.168.1.2:35990 / Raw / Padding
0553 Ether / IP / UDP 67.162.133.209:56626 > 192.168.1.2:35990 / Raw / Padding
0554 Ether / IP / UDP 68.84.140.103:47070 > 192.168.1.2:35990 / Raw / Padding
0555 Ether / IP / UDP 24.107.221.82:55335 > 192.168.1.2:35990 / Raw / Padding
0556 Ether / IP / UDP 72.181.61.199:7150 > 192.168.1.2:35990 / Raw / Padding
0557 Ether / IP / UDP 66.67.61.44:58546 > 192.168.1.2:35990 / Raw / Padding
0558 Ether / IP / UDP 24.242.109.92:44872 > 192.168.1.2:35990 / Raw / Padding
0559 Ether / IP / UDP 67.190.60.125:sops > 192.168.1.2:35990 / Raw / Padding
0560 Ether / IP / UDP 130.117.72.70:51318 > 192.168.1.2:35990 / Raw
0561 Ether / IP / UDP 192.168.1.2:35990 > 130.117.72.70:51318 / Raw
0562 Ether / IP / UDP 192.168.1.2:35990 > 212.72.49.142:12350 / Raw
0563 Ether / IP / UDP / DNS Qry "103.140.84.68.in-addr.arpa." 
0564 Ether / IP / UDP / DNS Qry "199.61.181.72.in-addr.arpa." 
0565 Ether / IP / UDP / DNS Qry "47.155.225.24.in-addr.arpa." 
0566 Ether / IP / UDP / DNS Qry "118.129.216.82.in-addr.arpa." 
0567 Ether / IP / UDP / DNS Qry "113.179.243.24.in-addr.arpa." 
0568 Ether / IP / UDP / DNS Qry "209.133.162.67.in-addr.arpa." 
0569 Ether / IP / UDP / DNS Qry "170.7.30.212.in-addr.arpa." 
0570 Ether / IP / UDP / DNS Qry "70.72.117.130.in-addr.arpa." 
0571 Ether / IP / UDP 212.72.49.142:12350 > 192.168.1.2:35990 / Raw
0572 Ether / IP / TCP 192.168.1.2:tclprodebugger > 212.72.49.142:12350 S
0573 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:tclprodebugger SA
0574 Ether / IP / TCP 192.168.1.2:tclprodebugger > 212.72.49.142:12350 A
0575 Ether / IP / TCP 192.168.1.2:tclprodebugger > 212.72.49.142:12350 PA / Raw
0576 Ether / IP / UDP / DNS Ans "ip-118.net-82-216-129.rev.numericable.fr." 
0577 Ether / IP / UDP / DNS Ans 
0578 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:tclprodebugger A
0579 Ether / IP / UDP / DNS Ans "c-68-84-140-103.hsd1.md.comcast.net." 
0580 Ether / IP / UDP / DNS Ans "cpe-72-181-61-199.houston.res.rr.com." 
0581 Ether / IP / UDP / DNS Ans "bbd933.home.cwgsy.net." 
0582 Ether / IP / UDP / DNS Ans "cpe-24-243-179-113.hot.res.rr.com." 
0583 Ether / IP / UDP / DNS Ans "c-67-162-133-209.hsd1.co.comcast.net." 
0584 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:tclprodebugger PA / Raw
0585 Ether / IP / TCP 192.168.1.2:tclprodebugger > 212.72.49.142:12350 A
0586 Ether / IP / TCP 192.168.1.2:tclprodebugger > 212.72.49.142:12350 PA / Raw
0587 Ether / IP / UDP / DNS Ans "host-24-225-155-47.patmedia.net." 
0588 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:tclprodebugger A
0589 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:tclprodebugger PA / Raw
0590 Ether / IP / TCP 192.168.1.2:tclprodebugger > 212.72.49.142:12350 A
0591 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:tclprodebugger PA / Raw
0592 Ether / IP / TCP 192.168.1.2:tclprodebugger > 212.72.49.142:12350 A
0593 Ether / IP / TCP 192.168.1.2:tclprodebugger > 212.72.49.142:12350 PA / Raw
0594 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:tclprodebugger A
0595 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:tclprodebugger PA / Raw
0596 Ether / IP / TCP 192.168.1.2:tclprodebugger > 212.72.49.142:12350 A
0597 Ether / IP / UDP / DNS Qry "ip-118.net-82-216-129.rev.numericable.fr." 
0598 Ether / IP / UDP / DNS Qry "c-68-84-140-103.hsd1.md.comcast.net." 
0599 Ether / IP / UDP / DNS Qry "cpe-72-181-61-199.houston.res.rr.com." 
0600 Ether / IP / UDP / DNS Qry "bbd933.home.cwgsy.net." 
0601 Ether / IP / UDP / DNS Qry "cpe-24-243-179-113.hot.res.rr.com." 
0602 Ether / IP / UDP / DNS Qry "c-67-162-133-209.hsd1.co.comcast.net." 
0603 Ether / IP / UDP / DNS Qry "host-24-225-155-47.patmedia.net." 
0604 Ether / IP / UDP / DNS Ans "82.216.129.118" 
0605 Ether / IP / UDP / DNS Ans "68.84.140.103" 
0606 Ether / IP / UDP / DNS Ans "72.181.61.199" 
0607 Ether / IP / UDP / DNS Ans "212.30.7.170" 
0608 Ether / IP / UDP / DNS Ans "24.243.179.113" 
0609 Ether / IP / UDP / DNS Ans "67.162.133.209" 
0610 Ether / IP / UDP / DNS Ans "24.225.155.47" 
0611 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0612 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0613 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0614 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0615 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
0616 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
0617 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 PA / Raw
0618 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system PA / Raw
0619 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug A
0620 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp A
0621 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0622 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0623 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0624 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0625 Ether / 192.168.1.1 > 224.0.0.1 igmp / Raw / Padding
0626 Ether / IP / UDP / DNS Qry "1.0.0.224.in-addr.arpa." 
0627 Ether / IP / UDP / DNS Ans "ALL-SYSTEMS.MCAST.NET." 
0628 Ether / IP / UDP / DNS Qry "ALL-SYSTEMS.MCAST.NET." 
0629 Ether / IP / UDP / DNS Ans "224.0.0.1" 
0630 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
0631 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0632 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0633 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0634 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0635 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 PA / Raw
0636 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 A
0637 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0638 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0639 Ether / IP / TCP 192.168.1.2:dx_instrument > 195.215.8.141:33033 FA
0640 Ether / IP / TCP 195.215.8.141:33033 > 192.168.1.2:dx_instrument FA
0641 Ether / IP / TCP 192.168.1.2:dx_instrument > 195.215.8.141:33033 A
0642 Ether / IP / TCP 195.215.8.141:33033 > 192.168.1.2:dx_instrument A
0643 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
0644 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0645 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0646 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0647 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0648 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0649 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0650 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0651 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0652 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0653 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0654 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0655 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0656 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0657 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0658 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0659 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0660 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0661 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0662 Ether / IP / UDP 192.168.1.2:35990 > 67.162.133.209:56626 / Raw
0663 Ether / IP / UDP 192.168.1.2:35990 > 82.216.129.118:39085 / Raw
0664 Ether / IP / UDP 192.168.1.2:35990 > 72.181.61.199:7150 / Raw
0665 Ether / IP / UDP 192.168.1.2:35990 > 68.84.140.103:47070 / Raw
0666 Ether / IP / UDP 192.168.1.2:35990 > 24.107.221.82:55335 / Raw
0667 Ether / IP / UDP 192.168.1.2:35990 > 66.67.61.44:58546 / Raw
0668 Ether / IP / UDP 192.168.1.2:35990 > 24.242.109.92:44872 / Raw
0669 Ether / IP / UDP 192.168.1.2:35990 > 67.190.60.125:sops / Raw
0670 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 PA / Raw
0671 Ether / IP / UDP 82.216.129.118:39085 > 192.168.1.2:35990 / Raw / Padding
0672 Ether / IP / UDP 67.162.133.209:56626 > 192.168.1.2:35990 / Raw / Padding
0673 Ether / IP / UDP 68.84.140.103:47070 > 192.168.1.2:35990 / Raw / Padding
0674 Ether / IP / UDP 24.107.221.82:55335 > 192.168.1.2:35990 / Raw / Padding
0675 Ether / IP / UDP 66.67.61.44:58546 > 192.168.1.2:35990 / Raw / Padding
0676 Ether / IP / UDP 72.181.61.199:7150 > 192.168.1.2:35990 / Raw / Padding
0677 Ether / IP / UDP 24.242.109.92:44872 > 192.168.1.2:35990 / Raw / Padding
0678 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision PA / Raw
0679 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 A
0680 Ether / IP / UDP 192.168.1.2:35990 > 67.190.177.7:10421 / Raw
0681 Ether / IP / UDP 192.168.1.2:35990 > 24.50.144.100:57683 / Raw
0682 Ether / IP / UDP 192.168.1.2:35990 > 88.134.27.180:23830 / Raw
0683 Ether / IP / UDP 192.168.1.2:35990 > 24.93.232.92:11827 / Raw
0684 Ether / IP / UDP 67.190.60.125:sops > 192.168.1.2:35990 / Raw / Padding
0685 Ether / IP / UDP 88.134.27.180:23830 > 192.168.1.2:35990 / Raw / Padding
0686 Ether / IP / UDP 67.190.177.7:10421 > 192.168.1.2:35990 / Raw / Padding
0687 Ether / IP / UDP 24.50.144.100:57683 > 192.168.1.2:35990 / Raw / Padding
0688 Ether / ARP who has 192.168.1.2 says 192.168.1.1 / Padding
0689 Ether / ARP is at 00:04:76:96:7b:da says 192.168.1.2
0690 Ether / IP / UDP 24.93.232.92:11827 > 192.168.1.2:35990 / Raw / Padding
0691 Ether / IP / TCP 192.168.1.2:tclprodebugger > 212.72.49.142:12350 FA
0692 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:tclprodebugger FA
0693 Ether / IP / TCP 192.168.1.2:tclprodebugger > 212.72.49.142:12350 A
0694 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
0695 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0696 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0697 Ether / IP / UDP / DNS Qry "7.177.190.67.in-addr.arpa." 
0698 Ether / IP / UDP / DNS Qry "100.144.50.24.in-addr.arpa." 
0699 Ether / IP / UDP / DNS Qry "180.27.134.88.in-addr.arpa." 
0700 Ether / IP / UDP / DNS Qry "92.232.93.24.in-addr.arpa." 
0701 Ether / IP / UDP / DNS Ans "cpe-24-93-232-92.neo.res.rr.com." 
0702 Ether / IP / UDP / DNS Ans "88-134-27-180-dynip.superkabel.de." 
0703 Ether / IP / UDP / DNS Ans "c-67-190-177-7.hsd1.co.comcast.net." 
0704 Ether / IP / UDP / DNS Ans "montpeliervt-cuda1-24-50-144-100.sbtnvt.adelphia.net." 
0705 Ether / IP / UDP / DNS Qry "cpe-24-93-232-92.neo.res.rr.com." 
0706 Ether / IP / UDP / DNS Qry "88-134-27-180-dynip.superkabel.de." 
0707 Ether / IP / UDP / DNS Qry "c-67-190-177-7.hsd1.co.comcast.net." 
0708 Ether / IP / UDP / DNS Qry "montpeliervt-cuda1-24-50-144-100.sbtnvt.adelphia.net." 
0709 Ether / IP / UDP / DNS Ans "24.93.232.92" 
0710 Ether / IP / UDP / DNS Ans "88.134.27.180" 
0711 Ether / IP / UDP / DNS Ans "67.190.177.7" 
0712 Ether / IP / UDP / DNS Ans "24.50.144.100" 
0713 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0714 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0715 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
0716 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
0717 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system PA / Raw
0718 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp A
0719 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0720 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0721 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0722 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0723 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
0724 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0725 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0726 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0727 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0728 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0729 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0730 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0731 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0732 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0733 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0734 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0735 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0736 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0737 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0738 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0739 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0740 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0741 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0742 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0743 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0744 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0745 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0746 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0747 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0748 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0749 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0750 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0751 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0752 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
0753 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0754 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0755 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0756 Ether / IP / TCP 192.168.1.2:scipticslsrvr > 212.72.49.142:12350 S
0757 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:scipticslsrvr SA
0758 Ether / IP / TCP 192.168.1.2:scipticslsrvr > 212.72.49.142:12350 A
0759 Ether / IP / TCP 192.168.1.2:scipticslsrvr > 212.72.49.142:12350 PA / Raw
0760 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:scipticslsrvr A
0761 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:scipticslsrvr PA / Raw
0762 Ether / IP / TCP 192.168.1.2:scipticslsrvr > 212.72.49.142:12350 A
0763 Ether / IP / TCP 192.168.1.2:scipticslsrvr > 212.72.49.142:12350 PA / Raw
0764 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:scipticslsrvr A
0765 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:scipticslsrvr PA / Raw
0766 Ether / IP / TCP 192.168.1.2:scipticslsrvr > 212.72.49.142:12350 A
0767 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:scipticslsrvr PA / Raw
0768 Ether / IP / TCP 192.168.1.2:scipticslsrvr > 212.72.49.142:12350 A
0769 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0770 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0771 00:04:76:96:7b:da > ff:ff:ff:ff:ff:ff (0x88a2) / Raw
0772 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 PA / Raw
0773 Ether / IP / UDP 84.228.208.91:22619 > 192.168.1.2:35990 / Raw
0774 Ether / IP / UDP 192.168.1.2:35990 > 84.228.208.91:22619 / Raw
0775 Ether / IP / TCP 192.168.1.2:scipticslsrvr > 212.72.49.142:12350 PA / Raw
0776 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision A
0777 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:scipticslsrvr A
0778 Ether / IP / TCP 84.228.208.91:4464 > 192.168.1.2:35990 S
0779 Ether / IP / TCP 192.168.1.2:35990 > 84.228.208.91:4464 SA
0780 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision PA / Raw
0781 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 A
0782 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:scipticslsrvr PA / Raw
0783 Ether / IP / TCP 192.168.1.2:scipticslsrvr > 212.72.49.142:12350 A
0784 Ether / IP / UDP / DNS Qry "91.208.228.84.in-addr.arpa." 
0785 Ether / IP / UDP / DNS Ans 
0786 Ether / IP / TCP 84.228.208.91:4464 > 192.168.1.2:35990 A / Padding
0787 Ether / IP / TCP 84.228.208.91:4464 > 192.168.1.2:35990 PA / Raw
0788 Ether / IP / TCP 192.168.1.2:35990 > 84.228.208.91:4464 A
0789 Ether / IP / TCP 192.168.1.2:35990 > 84.228.208.91:4464 PA / Raw
0790 Ether / IP / TCP 84.228.208.91:4464 > 192.168.1.2:35990 PA / Raw
0791 Ether / IP / TCP 192.168.1.2:35990 > 84.228.208.91:4464 PA / Raw
0792 Ether / IP / TCP 84.228.208.91:4464 > 192.168.1.2:35990 FA / Padding
0793 Ether / IP / TCP 192.168.1.2:35990 > 84.228.208.91:4464 FA
0794 Ether / IP / TCP 84.228.208.91:4464 > 192.168.1.2:35990 RA / Padding
0795 Ether / IP / TCP 84.228.208.91:4464 > 192.168.1.2:35990 R / Padding
0796 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0797 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0798 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 PA / Raw
0799 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug A
0800 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0801 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0802 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
0803 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0804 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0805 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0806 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0807 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0808 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0809 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 PA / Raw
0810 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0811 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0812 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 A
0813 Ether / IP / TCP 192.168.1.2:watcomdebug > 68.32.70.119:scanstat_1 PA / Raw
0814 Ether / IP / TCP 68.32.70.119:scanstat_1 > 192.168.1.2:watcomdebug PA / Raw
0815 Ether / IP / TCP 192.168.1.2:watcomdebug > 68.32.70.119:scanstat_1 PA / Raw
0816 Ether / IP / TCP 68.32.70.119:scanstat_1 > 192.168.1.2:watcomdebug PA / Raw
0817 Ether / IP / TCP 192.168.1.2:watcomdebug > 68.32.70.119:scanstat_1 A
0818 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0819 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0820 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0821 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0822 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0823 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0824 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
0825 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
0826 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system PA / Raw
0827 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp A
0828 Ether / IP / TCP 192.168.1.2:vsixml > 68.95.198.126:emsd_port PA / Raw
0829 Ether / IP / TCP 192.168.1.2:vsixml > 68.95.198.126:emsd_port PA / Raw
0830 Ether / IP / TCP 192.168.1.2:vsixml > 68.95.198.126:emsd_port PA / Raw
0831 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
0832 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A
0833 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0834 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0835 Ether / IP / TCP 192.168.1.2:vsixml > 68.95.198.126:emsd_port PA / Raw
0836 Ether / IP / UDP 192.168.1.2:35990 > 84.228.208.91:22619 / Raw
0837 Ether / IP / UDP 84.228.208.91:22619 > 192.168.1.2:35990 / Raw
0838 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0839 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0840 Ether / IP / TCP 192.168.1.2:scipticslsrvr > 212.72.49.142:12350 FA
0841 Ether / IP / TCP 212.72.49.142:12350 > 192.168.1.2:scipticslsrvr FA
0842 Ether / IP / TCP 192.168.1.2:scipticslsrvr > 212.72.49.142:12350 A
0843 Ether / IP / TCP 69.205.247.140:9908 > 192.168.1.2:hp_hcip FA
0844 Ether / IP / TCP 192.168.1.2:hp_hcip > 69.205.247.140:9908 FA
0845 Ether / IP / TCP 192.168.1.2:oraclenet8cman > 69.205.247.140:9908 S
0846 Ether / IP / TCP 192.168.1.2:dcs > 81.184.127.148:29344 S
0847 Ether / IP / TCP 192.168.1.2:netarx > 66.161.193.72:33155 S
0848 Ether / IP / TCP 192.168.1.2:snifferserver > 200.55.99.252:59605 S
0849 Ether / IP / TCP 192.168.1.2:4264 > 68.74.190.205:18050 S
0850 Ether / IP / TCP 192.168.1.2:hhb_gateway > 74.130.44.22:33667 S
0851 Ether / IP / TCP 192.168.1.2:xingcsm > 196.40.10.146:29832 S
0852 Ether / IP / TCP 192.168.1.2:fjsvmpor > 84.121.82.31:32333 S
0853 Ether / IP / TCP 192.168.1.2:moshebeeri > 213.165.187.162:60229 S
0854 Ether / IP / TCP 192.168.1.2:raw_serial > 218.111.60.108:17197 S
0855 Ether / IP / TCP 68.74.190.205:18050 > 192.168.1.2:4264 SA
0856 Ether / IP / TCP 192.168.1.2:4264 > 68.74.190.205:18050 A
0857 Ether / IP / TCP 192.168.1.2:4264 > 68.74.190.205:18050 PA / Raw
0858 Ether / IP / TCP 213.165.187.162:60229 > 192.168.1.2:moshebeeri SA
0859 Ether / IP / TCP 192.168.1.2:moshebeeri > 213.165.187.162:60229 A
0860 Ether / IP / TCP 192.168.1.2:moshebeeri > 213.165.187.162:60229 PA / Raw
0861 Ether / IP / TCP 81.184.127.148:29344 > 192.168.1.2:dcs SA
0862 Ether / IP / TCP 192.168.1.2:dcs > 81.184.127.148:29344 A
0863 Ether / IP / TCP 192.168.1.2:dcs > 81.184.127.148:29344 PA / Raw
0864 Ether / IP / TCP 69.205.247.140:9908 > 192.168.1.2:oraclenet8cman SA
0865 Ether / IP / TCP 192.168.1.2:oraclenet8cman > 69.205.247.140:9908 A
0866 Ether / IP / TCP 192.168.1.2:oraclenet8cman > 69.205.247.140:9908 PA / Raw
0867 Ether / IP / TCP 69.205.247.140:9908 > 192.168.1.2:hp_hcip A
0868 Ether / IP / UDP / DNS Qry "140.247.205.69.in-addr.arpa." 
0869 Ether / IP / TCP 84.121.82.31:32333 > 192.168.1.2:fjsvmpor RA / Padding
0870 Ether / IP / TCP 192.168.1.2:4244 > 190.37.32.155:8075 S
0871 Ether / IP / TCP 68.74.190.205:18050 > 192.168.1.2:4264 PA / Raw
0872 Ether / IP / TCP 192.168.1.2:4264 > 68.74.190.205:18050 A
0873 Ether / IP / TCP 192.168.1.2:moshebeeri > 213.165.187.162:60229 FA
0874 Ether / IP / TCP 192.168.1.2:dcs > 81.184.127.148:29344 FA
0875 Ether / IP / TCP 192.168.1.2:oraclenet8cman > 69.205.247.140:9908 FA
0876 Ether / IP / TCP 192.168.1.2:4264 > 68.74.190.205:18050 PA / Raw
0877 Ether / IP / TCP 81.184.127.148:29344 > 192.168.1.2:dcs PA / Raw
0878 Ether / IP / TCP 192.168.1.2:dcs > 81.184.127.148:29344 R
0879 Ether / IP / UDP / DNS Ans "cpe-69-205-247-140.stny.res.rr.com." 
0880 Ether / IP / TCP 213.165.187.162:60229 > 192.168.1.2:moshebeeri A
0881 Ether / IP / TCP 213.165.187.162:60229 > 192.168.1.2:moshebeeri FA
0882 Ether / IP / TCP 192.168.1.2:moshebeeri > 213.165.187.162:60229 R
0883 Ether / IP / TCP 81.184.127.148:29344 > 192.168.1.2:dcs A
0884 Ether / IP / TCP 192.168.1.2:dcs > 81.184.127.148:29344 R
0885 Ether / IP / TCP 81.184.127.148:29344 > 192.168.1.2:dcs FA
0886 Ether / IP / TCP 192.168.1.2:dcs > 81.184.127.148:29344 R
0887 Ether / IP / TCP 69.205.247.140:9908 > 192.168.1.2:oraclenet8cman A
0888 Ether / IP / TCP 69.205.247.140:9908 > 192.168.1.2:oraclenet8cman FA
0889 Ether / IP / TCP 192.168.1.2:oraclenet8cman > 69.205.247.140:9908 R
0890 Ether / IP / TCP 68.74.190.205:18050 > 192.168.1.2:4264 PA / Raw
0891 Ether / IP / TCP 192.168.1.2:vsixml > 68.95.198.126:emsd_port PA / Raw
0892 Ether / IP / TCP 192.168.1.2:4264 > 68.74.190.205:18050 A
0893 Ether / IP / TCP 196.40.10.146:29832 > 192.168.1.2:xingcsm SA
0894 Ether / IP / TCP 192.168.1.2:xingcsm > 196.40.10.146:29832 R
0895 Ether / IP / TCP 74.130.44.22:33667 > 192.168.1.2:hhb_gateway SA
0896 Ether / IP / TCP 192.168.1.2:hhb_gateway > 74.130.44.22:33667 R
0897 Ether / IP / TCP 68.74.190.205:18050 > 192.168.1.2:4264 PA / Raw
0898 Ether / IP / TCP 192.168.1.2:4264 > 68.74.190.205:18050 A
0899 Ether / IP / TCP 218.111.60.108:17197 > 192.168.1.2:raw_serial SA
0900 Ether / IP / TCP 192.168.1.2:raw_serial > 218.111.60.108:17197 R
0901 Ether / IP / TCP 69.205.247.140:9908 > 192.168.1.2:oraclenet8cman PA / Raw
0902 Ether / IP / TCP 192.168.1.2:oraclenet8cman > 69.205.247.140:9908 R
0903 Ether / IP / UDP / DNS Qry "148.127.184.81.in-addr.arpa." 
0904 Ether / IP / UDP / DNS Qry "cpe-69-205-247-140.stny.res.rr.com." 
0905 Ether / IP / UDP / DNS Qry "72.193.161.66.in-addr.arpa." 
0906 Ether / IP / UDP / DNS Qry "252.99.55.200.in-addr.arpa." 
0907 Ether / IP / UDP / DNS Qry "205.190.74.68.in-addr.arpa." 
0908 Ether / IP / UDP / DNS Qry "22.44.130.74.in-addr.arpa." 
0909 Ether / IP / UDP / DNS Qry "146.10.40.196.in-addr.arpa." 
0910 Ether / IP / UDP / DNS Qry "31.82.121.84.in-addr.arpa." 
0911 Ether / IP / UDP / DNS Qry "162.187.165.213.in-addr.arpa." 
0912 Ether / IP / UDP / DNS Qry "108.60.111.218.in-addr.arpa." 
0913 Ether / IP / UDP / DNS Qry "155.32.37.190.in-addr.arpa." 
0914 Ether / IP / UDP / DNS Ans "69.205.247.140" 
0915 Ether / IP / UDP / DNS Ans "148.red-81-184-127.user.auna.net." 
0916 Ether / IP / UDP / DNS Ans 
0917 Ether / IP / UDP / DNS Ans "84-121-82-31.onocable.ono.com." 
0918 Ether / IP / UDP / DNS Ans "adsl-68-74-190-205.dsl.emhril.ameritech.net." 
0919 Ether / IP / TCP 190.37.32.155:8075 > 192.168.1.2:4244 SA
0920 Ether / IP / TCP 192.168.1.2:4244 > 190.37.32.155:8075 R
0921 Ether / IP / UDP / DNS Ans "c187-162.i02-7.onvol.net." 
0922 Ether / IP / TCP 86.128.194.14:altalink > 192.168.1.2:microsoft_ds S
0923 Ether / IP / TCP 192.168.1.2:microsoft_ds > 86.128.194.14:altalink RA
0924 Ether / IP / UDP / DNS Ans "DHCP-74-130-44-22.insightbb.com." 
0925 Ether / IP / UDP / DNS Ans "ip146-10.ct.co.cr." 
0926 Ether / IP / UDP / DNS Ans "nr14-66-161-193-72.fuse.net." 
0927 Ether / IP / UDP / DNS Ans "200-55-99-252.dsl.prima.net.ar." 
0928 Ether / IP / UDP / DNS Ans "tm.net.my." 
0929 Ether / IP / TCP 86.128.194.14:altalink > 192.168.1.2:microsoft_ds S
0930 Ether / IP / TCP 192.168.1.2:microsoft_ds > 86.128.194.14:altalink RA
0931 Ether / IP / TCP 190.38.33.17:ats > 192.168.1.2:59049 S
0932 Ether / IP / TCP 192.168.1.2:59049 > 190.38.33.17:ats SA
0933 Ether / IP / TCP 200.55.99.252:59605 > 192.168.1.2:snifferserver SA
0934 Ether / IP / TCP 192.168.1.2:snifferserver > 200.55.99.252:59605 R
0935 Ether / IP / UDP / DNS Qry "14.194.128.86.in-addr.arpa." 
0936 Ether / IP / UDP / DNS Qry "148.red-81-184-127.user.auna.net." 
0937 Ether / IP / UDP / DNS Qry "84-121-82-31.onocable.ono.com." 
0938 Ether / IP / UDP / DNS Qry "adsl-68-74-190-205.dsl.emhril.ameritech.net." 
0939 Ether / IP / UDP / DNS Qry "c187-162.i02-7.onvol.net." 
0940 Ether / IP / UDP / DNS Qry "DHCP-74-130-44-22.insightbb.com." 
0941 Ether / IP / UDP / DNS Qry "ip146-10.ct.co.cr." 
0942 Ether / IP / UDP / DNS Qry "nr14-66-161-193-72.fuse.net." 
0943 Ether / IP / UDP / DNS Qry "200-55-99-252.dsl.prima.net.ar." 
0944 Ether / IP / UDP / DNS Qry "tm.net.my." 
0945 Ether / IP / UDP / DNS Ans "81.184.127.148" 
0946 Ether / IP / UDP / DNS Ans "84.121.82.31" 
0947 Ether / IP / UDP / DNS Ans "68.74.190.205" 
0948 Ether / IP / UDP / DNS Ans "213.165.187.162" 
0949 Ether / IP / UDP / DNS Ans "74.130.44.22" 
0950 Ether / IP / UDP / DNS Ans "196.40.10.146" 
0951 Ether / IP / UDP / DNS Ans "66.161.193.72" 
0952 Ether / IP / UDP / DNS Ans "200.55.99.252" 
0953 Ether / IP / UDP / DNS Ans "218.111.60.108" 
0954 Ether / IP / UDP / DNS Ans "host86-128-194-14.range86-128.btcentralplus.com." 
0955 Ether / IP / UDP / DNS Qry "host86-128-194-14.range86-128.btcentralplus.com." 
0956 Ether / IP / UDP / DNS Ans "86.128.194.14" 
0957 Ether / IP / TCP 190.38.33.17:ats > 192.168.1.2:59049 A / Padding
0958 Ether / IP / UDP / DNS Qry "17.33.38.190.in-addr.arpa." 
0959 Ether / IP / TCP 190.38.33.17:ats > 192.168.1.2:59049 FA / Padding
0960 Ether / IP / TCP 192.168.1.2:59049 > 190.38.33.17:ats FA
0961 Ether / IP / UDP / DNS Ans 
0962 Ether / IP / TCP 68.74.190.205:18050 > 192.168.1.2:4264 PA / Raw
0963 Ether / IP / TCP 192.168.1.2:4264 > 68.74.190.205:18050 A
0964 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
0965 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
0966 Ether / IP / TCP 190.38.33.17:ats > 192.168.1.2:59049 A / Padding
0967 Ether / IP / TCP 69.248.108.13:22960 > 192.168.1.2:dtp PA / Raw
0968 Ether / IP / TCP 192.168.1.2:dtp > 69.248.108.13:22960 A
0969 Ether / IP / UDP / DNS Qry "13.108.248.69.in-addr.arpa." 
0970 Ether / IP / UDP / DNS Ans "c-69-248-108-13.hsd1.pa.comcast.net." 
0971 Ether / IP / TCP 192.168.1.2:vsixml > 68.95.198.126:emsd_port PA / Raw
0972 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0973 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0974 Ether / IP / UDP / DNS Qry "c-69-248-108-13.hsd1.pa.comcast.net." 
0975 Ether / IP / UDP / DNS Ans "69.248.108.13" 
0976 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
0977 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
0978 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
0979 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
0980 Ether / IP / TCP 192.168.1.2:vsixml > 68.95.198.126:emsd_port FA
0981 Ether / IP / TCP 192.168.1.2:cypress > 70.161.237.88:abbaccuray S
0982 Ether / IP / TCP 192.168.1.2:ltp_deepspace > 24.48.150.22:xinuexpansion3 S
0983 Ether / IP / TCP 192.168.1.2:dbcontrol_agent > 70.181.220.80:directv_tick S
0984 Ether / IP / TCP 192.168.1.2:rap_listen > 24.191.115.185:cdid S
0985 Ether / IP / TCP 192.168.1.2:monp > 70.160.92.135:ontobroker S
0986 Ether / IP / UDP 192.168.1.2:kazaa > 70.160.94.139:digiman / Raw
0987 Ether / IP / UDP 192.168.1.2:kazaa > 69.174.241.72:h248_binary / Raw
0988 Ether / IP / UDP 192.168.1.2:kazaa > 70.36.75.98:kazaa / Raw
0989 Ether / IP / UDP 192.168.1.2:kazaa > 24.22.73.206:n_3Com_nsd / Raw
0990 Ether / IP / UDP 192.168.1.2:kazaa > 82.40.35.124:zymed_zpp / Raw
0991 Ether / IP / UDP 192.168.1.2:kazaa > 24.247.87.5:pxc_sapxom / Raw
0992 Ether / IP / UDP 192.168.1.2:kazaa > 69.160.6.18:hppronetman / Raw
0993 Ether / IP / UDP 192.168.1.2:kazaa > 69.114.183.8:rebol / Raw
0994 Ether / IP / UDP 192.168.1.2:kazaa > 69.160.83.193:dx_instrument / Raw
0995 Ether / IP / UDP 192.168.1.2:kazaa > 72.40.37.213:spss_lm / Raw
0996 Ether / IP / TCP 70.161.237.88:abbaccuray > 192.168.1.2:cypress SA
0997 Ether / IP / TCP 192.168.1.2:cypress > 70.161.237.88:abbaccuray A
0998 Ether / IP / TCP 192.168.1.2:cypress > 70.161.237.88:abbaccuray PA / Raw
0999 Ether / IP / TCP 70.160.92.135:ontobroker > 192.168.1.2:monp SA
1000 Ether / IP / TCP 192.168.1.2:monp > 70.160.92.135:ontobroker A
1001 Ether / IP / TCP 24.191.115.185:cdid > 192.168.1.2:rap_listen SA
1002 Ether / IP / TCP 192.168.1.2:rap_listen > 24.191.115.185:cdid A
1003 Ether / IP / TCP 192.168.1.2:monp > 70.160.92.135:ontobroker PA / Raw
1004 Ether / IP / TCP 192.168.1.2:rap_listen > 24.191.115.185:cdid PA / Raw
1005 Ether / IP / UDP 70.160.94.139:digiman > 192.168.1.2:kazaa / Raw / Padding
1006 Ether / IP / UDP 69.114.183.8:rebol > 192.168.1.2:kazaa / Raw / Padding
1007 Ether / IP / TCP 70.181.220.80:directv_tick > 192.168.1.2:dbcontrol_agent SA
1008 Ether / IP / TCP 192.168.1.2:dbcontrol_agent > 70.181.220.80:directv_tick A
1009 Ether / IP / TCP 192.168.1.2:dbcontrol_agent > 70.181.220.80:directv_tick PA / Raw
1010 Ether / IP / TCP 70.161.237.88:abbaccuray > 192.168.1.2:cypress R / Padding
1011 Ether / IP / TCP 192.168.1.2:magbind > 70.160.94.139:digiman S
1012 Ether / IP / TCP 70.161.237.88:abbaccuray > 192.168.1.2:cypress R / Padding
1013 Ether / IP / UDP 70.36.75.98:kazaa > 192.168.1.2:kazaa / Raw / Padding
1014 Ether / IP / TCP 70.160.92.135:ontobroker > 192.168.1.2:monp R / Padding
1015 Ether / IP / TCP 192.168.1.2:cautcpd > 69.114.183.8:rebol S
1016 Ether / IP / TCP 70.160.92.135:ontobroker > 192.168.1.2:monp R / Padding
1017 Ether / IP / UDP 24.22.73.206:n_3Com_nsd > 192.168.1.2:kazaa / Raw / Padding
1018 Ether / IP / TCP 24.191.115.185:cdid > 192.168.1.2:rap_listen R / Padding
1019 Ether / IP / TCP 24.191.115.185:cdid > 192.168.1.2:rap_listen R / Padding
1020 Ether / IP / TCP 192.168.1.2:npdbgmngr > 70.36.75.98:kazaa S
1021 Ether / IP / TCP 70.181.220.80:directv_tick > 192.168.1.2:dbcontrol_agent R / Padding
1022 Ether / IP / TCP 192.168.1.2:dict_lookup > 24.22.73.206:n_3Com_nsd S
1023 Ether / IP / TCP 70.181.220.80:directv_tick > 192.168.1.2:dbcontrol_agent R / Padding
1024 Ether / IP / TCP 70.160.94.139:digiman > 192.168.1.2:magbind SA
1025 Ether / IP / TCP 192.168.1.2:magbind > 70.160.94.139:digiman A
1026 Ether / IP / UDP 82.40.35.124:zymed_zpp > 192.168.1.2:kazaa / Raw
1027 Ether / IP / TCP 192.168.1.2:magbind > 70.160.94.139:digiman PA / Raw
1028 Ether / IP / TCP 69.114.183.8:rebol > 192.168.1.2:cautcpd RA / Padding
1029 Ether / IP / TCP 192.168.1.2:service_ctrl > 82.40.35.124:zymed_zpp S
1030 Ether / ARP who has 192.168.1.2 says 192.168.1.1 / Padding
1031 Ether / ARP is at 00:04:76:96:7b:da says 192.168.1.2
1032 Ether / IP / TCP 70.36.75.98:kazaa > 192.168.1.2:npdbgmngr SA
1033 Ether / IP / TCP 192.168.1.2:npdbgmngr > 70.36.75.98:kazaa A
1034 Ether / IP / TCP 192.168.1.2:npdbgmngr > 70.36.75.98:kazaa PA / Raw
1035 Ether / IP / TCP 70.160.94.139:digiman > 192.168.1.2:magbind R / Padding
1036 Ether / IP / TCP 192.168.1.2:mps_raft > 69.174.241.72:h248_binary S
1037 Ether / IP / TCP 70.160.94.139:digiman > 192.168.1.2:magbind R / Padding
1038 Ether / IP / TCP 82.40.35.124:zymed_zpp > 192.168.1.2:service_ctrl SA
1039 Ether / IP / TCP 192.168.1.2:service_ctrl > 82.40.35.124:zymed_zpp A
1040 Ether / IP / TCP 192.168.1.2:service_ctrl > 82.40.35.124:zymed_zpp PA / Raw
1041 Ether / IP / TCP 24.22.73.206:n_3Com_nsd > 192.168.1.2:dict_lookup RA / Padding
1042 Ether / IP / TCP 192.168.1.2:xingcsm > 24.247.87.5:pxc_sapxom S
1043 Ether / IP / TCP 70.36.75.98:kazaa > 192.168.1.2:npdbgmngr R / Padding
1044 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman S
1045 Ether / IP / TCP 82.40.35.124:zymed_zpp > 192.168.1.2:service_ctrl PA / Raw
1046 Ether / IP / TCP 192.168.1.2:service_ctrl > 82.40.35.124:zymed_zpp A
1047 Ether / IP / TCP 192.168.1.2:service_ctrl > 82.40.35.124:zymed_zpp PA / Raw
1048 Ether / IP / UDP 24.247.87.5:pxc_sapxom > 192.168.1.2:kazaa / Raw
1049 Ether / IP / TCP 82.40.35.124:zymed_zpp > 192.168.1.2:service_ctrl A / Raw
1050 Ether / IP / TCP 192.168.1.2:service_ctrl > 82.40.35.124:zymed_zpp PA / Raw
1051 Ether / IP / TCP 82.40.35.124:zymed_zpp > 192.168.1.2:service_ctrl PA / Raw
1052 Ether / IP / TCP 82.40.35.124:zymed_zpp > 192.168.1.2:service_ctrl FA
1053 Ether / IP / TCP 192.168.1.2:service_ctrl > 82.40.35.124:zymed_zpp FA
1054 Ether / IP / TCP 192.168.1.2:savant > 68.55.27.139:heartbeat S
1055 Ether / IP / TCP 68.55.27.139:heartbeat > 192.168.1.2:savant SA
1056 Ether / IP / TCP 192.168.1.2:savant > 68.55.27.139:heartbeat A
1057 Ether / IP / TCP 192.168.1.2:savant > 68.55.27.139:heartbeat PA / Raw
1058 Ether / IP / TCP 69.160.6.18:hppronetman > 192.168.1.2:hp_dataprotect SA
1059 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman A
1060 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman PA / Raw
1061 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1062 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1063 Ether / IP / TCP 82.40.35.124:zymed_zpp > 192.168.1.2:service_ctrl R / Padding
1064 Ether / IP / TCP 68.55.27.139:heartbeat > 192.168.1.2:savant R / Padding
1065 Ether / IP / TCP 192.168.1.2:pdb > 71.196.236.185:rockwell_csp3 S
1066 Ether / IP / TCP 68.55.27.139:heartbeat > 192.168.1.2:savant R / Padding
1067 Ether / IP / UDP / DNS Qry "88.237.161.70.in-addr.arpa." 
1068 Ether / IP / UDP / DNS Qry "22.150.48.24.in-addr.arpa." 
1069 Ether / IP / UDP / DNS Qry "80.220.181.70.in-addr.arpa." 
1070 Ether / IP / UDP / DNS Qry "185.115.191.24.in-addr.arpa." 
1071 Ether / IP / UDP / DNS Qry "135.92.160.70.in-addr.arpa." 
1072 Ether / IP / UDP / DNS Qry "139.94.160.70.in-addr.arpa." 
1073 Ether / IP / UDP / DNS Qry "72.241.174.69.in-addr.arpa." 
1074 Ether / IP / UDP / DNS Qry "98.75.36.70.in-addr.arpa." 
1075 Ether / IP / UDP / DNS Qry "206.73.22.24.in-addr.arpa." 
1076 Ether / IP / UDP / DNS Qry "124.35.40.82.in-addr.arpa." 
1077 Ether / IP / UDP / DNS Qry "5.87.247.24.in-addr.arpa." 
1078 Ether / IP / UDP / DNS Qry "18.6.160.69.in-addr.arpa." 
1079 Ether / IP / UDP / DNS Qry "8.183.114.69.in-addr.arpa." 
1080 Ether / IP / UDP / DNS Qry "193.83.160.69.in-addr.arpa." 
1081 Ether / IP / UDP / DNS Qry "213.37.40.72.in-addr.arpa." 
1082 Ether / IP / UDP / DNS Qry "139.27.55.68.in-addr.arpa." 
1083 Ether / IP / TCP 24.247.87.5:pxc_sapxom > 192.168.1.2:xingcsm RA / Padding
1084 Ether / IP / TCP 192.168.1.2:cspclmulti > 72.197.60.203:winport S
1085 Ether / IP / TCP 71.196.236.185:rockwell_csp3 > 192.168.1.2:pdb SA
1086 Ether / IP / TCP 192.168.1.2:pdb > 71.196.236.185:rockwell_csp3 A
1087 Ether / IP / TCP 192.168.1.2:pdb > 71.196.236.185:rockwell_csp3 PA / Raw
1088 Ether / IP / UDP / DNS Ans "82-40-35-124.cable.ubr05.uddi.blueyonder.co.uk." 
1089 Ether / IP / UDP / DNS Ans "ip70-161-237-88.hr.hr.cox.net." 
1090 Ether / IP / UDP / DNS Ans "24-48-150-22.miamfl.adelphia.net." 
1091 Ether / IP / UDP / DNS Ans "ool-18bf73b9.dyn.optonline.net." 
1092 Ether / IP / UDP / DNS Ans "ip70-181-220-80.sd.sd.cox.net." 
1093 Ether / IP / UDP / DNS Ans "ip70-160-92-135.hr.hr.cox.net." 
1094 Ether / IP / UDP / DNS Ans "ip70-160-94-139.hr.hr.cox.net." 
1095 Ether / IP / UDP / DNS Ans "69-174-241-72.chvlva.adelphia.net." 
1096 Ether / IP / UDP / DNS Ans "c-24-22-73-206.hsd1.or.comcast.net." 
1097 Ether / IP / UDP 72.40.37.213:spss_lm > 192.168.1.2:kazaa / Raw
1098 Ether / IP / TCP 72.197.60.203:winport > 192.168.1.2:cspclmulti SA
1099 Ether / IP / TCP 192.168.1.2:cspclmulti > 72.197.60.203:winport A
1100 Ether / IP / TCP 192.168.1.2:cspclmulti > 72.197.60.203:winport PA / Raw
1101 Ether / IP / TCP 71.196.236.185:rockwell_csp3 > 192.168.1.2:pdb R / Padding
1102 Ether / IP / TCP 192.168.1.2:corbaloc > 69.141.46.5:realsecure S
1103 Ether / IP / TCP 71.196.236.185:rockwell_csp3 > 192.168.1.2:pdb R / Padding
1104 Ether / IP / UDP / DNS Ans "ool-4572b708.dyn.optonline.net." 
1105 Ether / IP / UDP / DNS Ans "69-160-6-18.bflony.adelphia.net." 
1106 Ether / IP / UDP / DNS Ans "69-160-83-193.chvlva.adelphia.net." 
1107 Ether / IP / UDP / DNS Ans "c-68-55-27-139.hsd1.md.comcast.net." 
1108 Ether / IP / UDP / DNS Ans "user-142g9el.cable.mindspring.com." 
1109 Ether / IP / UDP / DNS Ans "24-247-87-5.dhcp.bycy.mi.charter.com." 
1110 Ether / IP / TCP 69.141.46.5:realsecure > 192.168.1.2:corbaloc SA
1111 Ether / IP / TCP 192.168.1.2:corbaloc > 69.141.46.5:realsecure A
1112 Ether / IP / UDP / DNS Ans "yuma-cuda1-g2-70-36-75-98.losaca.adelphia.net." 
1113 Ether / IP / TCP 192.168.1.2:corbaloc > 69.141.46.5:realsecure PA / Raw
1114 Ether / IP / TCP 72.197.60.203:winport > 192.168.1.2:cspclmulti R / Padding
1115 Ether / IP / TCP 72.197.60.203:winport > 192.168.1.2:cspclmulti R / Padding
1116 Ether / IP / TCP 192.168.1.2:autodesk_nlm > 24.125.186.144:eye2eye S
1117 Ether / IP / TCP 69.141.46.5:realsecure > 192.168.1.2:corbaloc R / Padding
1118 Ether / IP / TCP 192.168.1.2:objadmin > 172.164.231.151:32656 S
1119 Ether / IP / TCP 69.141.46.5:realsecure > 192.168.1.2:corbaloc R / Padding
1120 Ether / IP / TCP 24.125.186.144:eye2eye > 192.168.1.2:autodesk_nlm SA
1121 Ether / IP / TCP 192.168.1.2:autodesk_nlm > 24.125.186.144:eye2eye A
1122 Ether / IP / TCP 192.168.1.2:autodesk_nlm > 24.125.186.144:eye2eye PA / Raw
1123 Ether / IP / TCP 24.125.186.144:eye2eye > 192.168.1.2:autodesk_nlm R / Padding
1124 Ether / IP / TCP 192.168.1.2:4360 > 68.56.113.162:tag_ups_1 S
1125 Ether / IP / TCP 24.125.186.144:eye2eye > 192.168.1.2:autodesk_nlm R / Padding
1126 Ether / IP / UDP / DNS Qry "82-40-35-124.cable.ubr05.uddi.blueyonder.co.uk." 
1127 Ether / IP / UDP / DNS Qry "ip70-161-237-88.hr.hr.cox.net." 
1128 Ether / IP / UDP / DNS Qry "24-48-150-22.miamfl.adelphia.net." 
1129 Ether / IP / UDP / DNS Qry "ool-18bf73b9.dyn.optonline.net." 
1130 Ether / IP / UDP / DNS Qry "ip70-181-220-80.sd.sd.cox.net." 
1131 Ether / IP / UDP / DNS Qry "ip70-160-92-135.hr.hr.cox.net." 
1132 Ether / IP / UDP / DNS Qry "ip70-160-94-139.hr.hr.cox.net." 
1133 Ether / IP / UDP / DNS Qry "69-174-241-72.chvlva.adelphia.net." 
1134 Ether / IP / UDP / DNS Qry "c-24-22-73-206.hsd1.or.comcast.net." 
1135 Ether / IP / UDP / DNS Qry "c-24-22-73-206.hsd1.mn.comcast.net." 
1136 Ether / IP / UDP / DNS Qry "ool-4572b708.dyn.optonline.net." 
1137 Ether / IP / UDP / DNS Qry "69-160-6-18.bflony.adelphia.net." 
1138 Ether / IP / UDP / DNS Qry "69-160-83-193.chvlva.adelphia.net." 
1139 Ether / IP / UDP / DNS Qry "c-68-55-27-139.hsd1.md.comcast.net." 
1140 Ether / IP / UDP / DNS Qry "user-142g9el.cable.mindspring.com." 
1141 Ether / IP / UDP / DNS Qry "24-247-87-5.dhcp.bycy.mi.charter.com." 
1142 Ether / IP / UDP / DNS Qry "yuma-cuda1-g2-70-36-75-98.losaca.adelphia.net." 
1143 Ether / IP / UDP / DNS Ans "82.40.35.124" 
1144 Ether / IP / UDP / DNS Ans "70.161.237.88" 
1145 Ether / IP / UDP / DNS Ans "24.48.150.22" 
1146 Ether / IP / UDP / DNS Ans "24.191.115.185" 
1147 Ether / IP / TCP 68.56.113.162:tag_ups_1 > 192.168.1.2:4360 SA
1148 Ether / IP / TCP 192.168.1.2:4360 > 68.56.113.162:tag_ups_1 A
1149 Ether / IP / TCP 192.168.1.2:4360 > 68.56.113.162:tag_ups_1 PA / Raw
1150 Ether / IP / UDP / DNS Ans "70.181.220.80" 
1151 Ether / IP / UDP / DNS Ans "70.160.92.135" 
1152 Ether / IP / UDP / DNS Ans "70.160.94.139" 
1153 Ether / IP / UDP / DNS Ans "69.174.241.72" 
1154 Ether / IP / UDP / DNS Ans "24.22.73.206" 
1155 Ether / IP / UDP / DNS Ans "69.114.183.8" 
1156 Ether / IP / UDP / DNS Ans "69.160.6.18" 
1157 Ether / IP / UDP / DNS Ans "69.160.83.193" 
1158 Ether / IP / UDP / DNS Ans "68.55.27.139" 
1159 Ether / IP / UDP / DNS Ans "72.40.37.213" 
1160 Ether / IP / UDP / DNS Ans "24.247.87.5" 
1161 Ether / IP / UDP / DNS Ans "70.36.75.98" 
1162 Ether / IP / TCP 172.164.231.151:32656 > 192.168.1.2:objadmin RA / Padding
1163 Ether / IP / TCP 192.168.1.2:3998 > 67.165.90.216:isbconference2 S
1164 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman PA / Raw
1165 Ether / IP / TCP 69.160.6.18:hppronetman > 192.168.1.2:hp_dataprotect PA / Raw
1166 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman A
1167 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman PA / Raw
1168 Ether / IP / UDP / DNS Ans "24.22.73.206" 
1169 Ether / IP / TCP 68.56.113.162:tag_ups_1 > 192.168.1.2:4360 R / Padding
1170 Ether / IP / TCP 68.56.113.162:tag_ups_1 > 192.168.1.2:4360 R / Padding
1171 Ether / IP / TCP 192.168.1.2:2194 > 69.250.183.56:sms_remctrl S
1172 Ether / IP / TCP 67.165.90.216:isbconference2 > 192.168.1.2:3998 SA
1173 Ether / IP / TCP 192.168.1.2:3998 > 67.165.90.216:isbconference2 A
1174 Ether / IP / TCP 192.168.1.2:3998 > 67.165.90.216:isbconference2 PA / Raw
1175 Ether / IP / TCP 69.250.183.56:sms_remctrl > 192.168.1.2:2194 SA
1176 Ether / IP / TCP 192.168.1.2:2194 > 69.250.183.56:sms_remctrl A
1177 Ether / IP / TCP 192.168.1.2:2194 > 69.250.183.56:sms_remctrl PA / Raw
1178 Ether / IP / TCP 67.165.90.216:isbconference2 > 192.168.1.2:3998 R / Padding
1179 Ether / IP / TCP 192.168.1.2:directv_web > 82.235.241.187:gds_db S
1180 Ether / IP / TCP 67.165.90.216:isbconference2 > 192.168.1.2:3998 R / Padding
1181 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1182 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1183 Ether / IP / TCP 69.250.183.56:sms_remctrl > 192.168.1.2:2194 R / Padding
1184 Ether / IP / TCP 192.168.1.2:e_woa > 68.224.143.119:prismiq_plugin S
1185 Ether / IP / TCP 69.250.183.56:sms_remctrl > 192.168.1.2:2194 R / Padding
1186 Ether / IP / TCP 69.160.6.18:hppronetman > 192.168.1.2:hp_dataprotect A
1187 Ether / IP / UDP / DNS Qry "185.236.196.71.in-addr.arpa." 
1188 Ether / IP / UDP / DNS Qry "203.60.197.72.in-addr.arpa." 
1189 Ether / IP / UDP / DNS Qry "5.46.141.69.in-addr.arpa." 
1190 Ether / IP / UDP / DNS Qry "144.186.125.24.in-addr.arpa." 
1191 Ether / IP / UDP / DNS Qry "151.231.164.172.in-addr.arpa." 
1192 Ether / IP / UDP / DNS Qry "162.113.56.68.in-addr.arpa." 
1193 Ether / IP / UDP / DNS Ans "c-71-196-236-185.hsd1.co.comcast.net." 
1194 Ether / IP / UDP / DNS Ans "c-69-141-46-5.hsd1.nj.comcast.net." 
1195 Ether / IP / UDP / DNS Ans "c-24-125-186-144.hsd1.va.comcast.net." 
1196 Ether / IP / UDP / DNS Ans "ACA4E797.ipt.aol.com." 
1197 Ether / IP / UDP / DNS Ans 
1198 Ether / IP / UDP / DNS Ans "ip72-197-60-203.sd.sd.cox.net." 
1199 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
1200 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
1201 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
1202 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1203 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1204 Ether / IP / TCP 192.168.1.2:ltp_deepspace > 24.48.150.22:xinuexpansion3 S
1205 Ether / IP / UDP / DNS Qry "216.90.165.67.in-addr.arpa." 
1206 Ether / IP / UDP / DNS Qry "c-71-196-236-185.hsd1.co.comcast.net." 
1207 Ether / IP / UDP / DNS Qry "c-69-141-46-5.hsd1.nj.comcast.net." 
1208 Ether / IP / UDP / DNS Qry "c-24-125-186-144.hsd1.va.comcast.net." 
1209 Ether / IP / UDP / DNS Qry "ACA4E797.ipt.aol.com." 
1210 Ether / IP / UDP / DNS Qry "ip72-197-60-203.sd.sd.cox.net." 
1211 Ether / IP / UDP / DNS Qry "56.183.250.69.in-addr.arpa." 
1212 Ether / IP / UDP / DNS Qry "187.241.235.82.in-addr.arpa." 
1213 Ether / IP / UDP / DNS Qry "119.143.224.68.in-addr.arpa." 
1214 Ether / IP / UDP / DNS Ans "71.196.236.185" 
1215 Ether / IP / UDP / DNS Ans "69.141.46.5" 
1216 Ether / IP / UDP / DNS Ans "24.125.186.144" 
1217 Ether / IP / TCP 192.168.1.2:mps_raft > 69.174.241.72:h248_binary S
1218 Ether / IP / UDP / DNS Ans "172.164.231.151" 
1219 Ether / IP / UDP / DNS Ans "72.197.60.203" 
1220 Ether / IP / UDP / DNS Ans "bny93-4-82-235-241-187.fbx.proxad.net." 
1221 Ether / IP / UDP / DNS Ans "c-67-165-90-216.hsd1.oh.comcast.net." 
1222 Ether / IP / UDP / DNS Ans "c-69-250-183-56.hsd1.md.comcast.net." 
1223 Ether / IP / UDP / DNS Ans "ip68-224-143-119.lv.lv.cox.net." 
1224 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman PA / Raw
1225 Ether / IP / UDP / DNS Qry "bny93-4-82-235-241-187.fbx.proxad.net." 
1226 Ether / IP / UDP / DNS Qry "c-67-165-90-216.hsd1.oh.comcast.net." 
1227 Ether / IP / UDP / DNS Qry "c-69-250-183-56.hsd1.md.comcast.net." 
1228 Ether / IP / UDP / DNS Qry "ip68-224-143-119.lv.lv.cox.net." 
1229 Ether / IP / UDP / DNS Ans "82.235.241.187" 
1230 Ether / IP / UDP / DNS Ans "67.165.90.216" 
1231 Ether / IP / UDP / DNS Ans "69.250.183.56" 
1232 Ether / IP / UDP / DNS Ans "68.224.143.119" 
1233 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
1234 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
1235 Ether / IP / TCP 69.160.6.18:hppronetman > 192.168.1.2:hp_dataprotect A / Raw
1236 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman PA / Raw
1237 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 PA / Raw
1238 Ether / IP / TCP 192.168.1.2:directv_web > 82.235.241.187:gds_db S
1239 Ether / IP / TCP 192.168.1.2:e_woa > 68.224.143.119:prismiq_plugin S
1240 Ether / IP / TCP 69.160.6.18:hppronetman > 192.168.1.2:hp_dataprotect PA / Raw
1241 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug A
1242 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman A
1243 Ether / IP / TCP 86.128.79.38:22995 > 192.168.1.2:netbios_ssn S
1244 Ether / IP / TCP 192.168.1.2:netbios_ssn > 86.128.79.38:22995 RA
1245 Ether / IP / UDP / DNS Qry "38.79.128.86.in-addr.arpa." 
1246 Ether / IP / UDP / DNS Ans "host86-128-79-38.range86-128.btcentralplus.com." 
1247 Ether / IP / TCP 192.168.1.2:ltp_deepspace > 24.48.150.22:xinuexpansion3 S
1248 Ether / IP / TCP 192.168.1.2:mps_raft > 69.174.241.72:h248_binary S
1249 Ether / IP / UDP / DNS Qry "host86-128-79-38.range86-128.btcentralplus.com." 
1250 Ether / IP / UDP / DNS Ans "86.128.79.38" 
1251 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1252 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1253 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
1254 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
1255 Ether / IP / TCP 192.168.1.2:directv_web > 82.235.241.187:gds_db S
1256 Ether / IP / TCP 192.168.1.2:e_woa > 68.224.143.119:prismiq_plugin S
1257 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system PA / Raw
1258 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp A
1259 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
1260 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
1261 00:04:76:96:7b:da > ff:ff:ff:ff:ff:ff (0x88a2) / Raw
1262 Ether / IP / TCP 69.160.6.18:hppronetman > 192.168.1.2:hp_dataprotect PA / Raw
1263 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman A
1264 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman PA / Raw
1265 Ether / IP / TCP 192.168.1.2:vsixml > 68.95.198.126:emsd_port FPA / Raw
1266 Ether / IP / TCP 69.160.6.18:hppronetman > 192.168.1.2:hp_dataprotect A
1267 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman PA / Raw
1268 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
1269 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
1270 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 PA / Raw
1271 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 PA / Raw
1272 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 A
1273 Ether / IP / TCP 192.168.1.2:2817 > 69.141.46.5:realsecure S
1274 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision PA / Raw
1275 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 A
1276 Ether / IP / TCP 69.141.46.5:realsecure > 192.168.1.2:2817 SA
1277 Ether / IP / TCP 192.168.1.2:2817 > 69.141.46.5:realsecure A
1278 Ether / IP / TCP 192.168.1.2:2817 > 69.141.46.5:realsecure PA / Raw
1279 Ether / IP / TCP 69.141.46.5:realsecure > 192.168.1.2:2817 R / Padding
1280 Ether / IP / TCP 69.141.46.5:realsecure > 192.168.1.2:2817 R / Padding
1281 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
1282 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
1283 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 PA / Raw
1284 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision PA / Raw
1285 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 A
1286 Ether / IP / UDP 192.168.1.2:35990 > 80.73.178.211:9665 / Raw
1287 Ether / IP / UDP 192.168.1.2:35990 > 24.28.248.6:11766 / Raw
1288 Ether / IP / UDP 192.168.1.2:35990 > 67.163.96.170:61664 / Raw
1289 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1290 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1291 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1292 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1293 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1294 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1295 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1296 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1297 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1298 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1299 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1300 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1301 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman PA / Raw
1302 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1303 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1304 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1305 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1306 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1307 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1308 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1309 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1310 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1311 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1312 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1313 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1314 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1315 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1316 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1317 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1318 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1319 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1320 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1321 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1322 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1323 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1324 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1325 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1326 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1327 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1328 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
1329 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1330 Ether / IP / UDP 80.73.178.211:9665 > 192.168.1.2:35990 / Raw
1331 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1332 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1333 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1334 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1335 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1336 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1337 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1338 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1339 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1340 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1341 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1342 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1343 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1344 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1345 Ether / IP / UDP 24.28.248.6:11766 > 192.168.1.2:35990 / Raw
1346 Ether / IP / TCP 69.160.6.18:hppronetman > 192.168.1.2:hp_dataprotect A
1347 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1348 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1349 Ether / IP / UDP 67.163.96.170:61664 > 192.168.1.2:35990 / Raw
1350 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1351 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1352 Ether / IP / UDP / DNS Qry "211.178.73.80.in-addr.arpa." 
1353 Ether / IP / UDP / DNS Qry "6.248.28.24.in-addr.arpa." 
1354 Ether / IP / UDP / DNS Qry "170.96.163.67.in-addr.arpa." 
1355 Ether / IP / UDP / DNS Ans "node80-73-178-211.bb.velocitytech.net." 
1356 Ether / IP / UDP / DNS Ans "cpe-024-028-248-006.triad.res.rr.com." 
1357 Ether / IP / UDP / DNS Ans "c-67-163-96-170.hsd1.tx.comcast.net." 
1358 Ether / IP / UDP / DNS Qry "node80-73-178-211.bb.velocitytech.net." 
1359 Ether / IP / UDP / DNS Qry "cpe-024-028-248-006.triad.res.rr.com." 
1360 Ether / IP / UDP / DNS Qry "c-67-163-96-170.hsd1.tx.comcast.net." 
1361 Ether / IP / UDP / DNS Ans "80.73.178.211" 
1362 Ether / IP / UDP / DNS Ans "24.28.248.6" 
1363 Ether / IP / UDP / DNS Ans "67.163.96.170" 
1364 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
1365 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
1366 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
1367 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A
1368 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1369 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1370 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
1371 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
1372 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
1373 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
1374 Ether / IP / TCP 192.168.1.2:pn_requester > 69.244.172.248:3301 S
1375 Ether / IP / TCP 69.244.172.248:3301 > 192.168.1.2:pn_requester SA
1376 Ether / IP / TCP 192.168.1.2:pn_requester > 69.244.172.248:3301 A
1377 Ether / IP / TCP 192.168.1.2:pn_requester > 69.244.172.248:3301 PA / Raw
1378 Ether / IP / TCP 192.168.1.2:teredo > 193.150.239.120:11421 PA / Raw
1379 Ether / IP / TCP 192.168.1.2:ssc_agent > 65.190.6.124:47452 PA / Raw
1380 Ether / IP / TCP 69.244.172.248:3301 > 192.168.1.2:pn_requester R / Padding
1381 Ether / IP / TCP 192.168.1.2:itelserverport > 84.25.172.195:32656 S
1382 Ether / IP / TCP 69.244.172.248:3301 > 192.168.1.2:pn_requester R / Padding
1383 Ether / IP / TCP 193.150.239.120:11421 > 192.168.1.2:teredo PA / Raw
1384 Ether / IP / TCP 192.168.1.2:teredo > 193.150.239.120:11421 A
1385 Ether / IP / TCP 84.25.172.195:32656 > 192.168.1.2:itelserverport RA / Padding
1386 Ether / IP / TCP 192.168.1.2:diameter > 68.38.164.187:imoguia_port S
1387 Ether / IP / UDP / DNS Qry "248.172.244.69.in-addr.arpa." 
1388 Ether / IP / TCP 68.38.164.187:imoguia_port > 192.168.1.2:diameter SA
1389 Ether / IP / TCP 192.168.1.2:diameter > 68.38.164.187:imoguia_port A
1390 Ether / IP / TCP 192.168.1.2:diameter > 68.38.164.187:imoguia_port PA / Raw
1391 Ether / IP / UDP / DNS Ans "c-69-244-172-248.hsd1.mi.comcast.net." 
1392 Ether / IP / TCP 192.168.1.2:diameter > 68.38.164.187:imoguia_port PA / Raw
1393 Ether / IP / TCP 68.38.164.187:imoguia_port > 192.168.1.2:diameter R / Padding
1394 Ether / IP / UDP / DNS Qry "195.172.25.84.in-addr.arpa." 
1395 Ether / IP / UDP / DNS Qry "c-69-244-172-248.hsd1.mi.comcast.net." 
1396 Ether / IP / UDP / DNS Qry "187.164.38.68.in-addr.arpa." 
1397 Ether / IP / UDP / DNS Ans "69.244.172.248" 
1398 Ether / IP / UDP / DNS Ans "cp205549-a.landg1.lb.home.nl." 
1399 Ether / IP / UDP / DNS Ans "c-68-38-164-187.hsd1.nj.comcast.net." 
1400 Ether / IP / TCP 192.168.1.2:ssc_agent > 65.190.6.124:47452 PA / Raw
1401 Ether / IP / TCP 65.190.6.124:47452 > 192.168.1.2:ssc_agent A
1402 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1403 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1404 Ether / IP / TCP 65.190.6.124:47452 > 192.168.1.2:ssc_agent PA / Raw
1405 Ether / IP / TCP 192.168.1.2:ssc_agent > 65.190.6.124:47452 A
1406 Ether / IP / UDP / DNS Qry "cp205549-a.landg1.lb.home.nl." 
1407 Ether / IP / UDP / DNS Qry "c-68-38-164-187.hsd1.nj.comcast.net." 
1408 Ether / IP / UDP / DNS Ans "84.25.172.195" 
1409 Ether / IP / UDP / DNS Ans "68.38.164.187" 
1410 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
1411 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
1412 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1413 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1414 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1415 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1416 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
1417 Ether / IP / TCP 86.128.191.16:beserver_msg_q > 192.168.1.2:epmap S
1418 Ether / IP / TCP 192.168.1.2:epmap > 86.128.191.16:beserver_msg_q RA
1419 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1420 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1421 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1422 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1423 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1424 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1425 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1426 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1427 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1428 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1429 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1430 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1431 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1432 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1433 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1434 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1435 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1436 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1437 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1438 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1439 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1440 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1441 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1442 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1443 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1444 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1445 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1446 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1447 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
1448 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1449 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1450 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1451 Ether / IP / UDP / DNS Qry "16.191.128.86.in-addr.arpa." 
1452 Ether / IP / UDP / DNS Ans "host86-128-191-16.range86-128.btcentralplus.com." 
1453 Ether / IP / TCP 86.128.191.16:beserver_msg_q > 192.168.1.2:epmap S
1454 Ether / IP / TCP 192.168.1.2:epmap > 86.128.191.16:beserver_msg_q RA
1455 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
1456 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
1457 Ether / IP / TCP 86.128.191.16:beserver_msg_q > 192.168.1.2:epmap S
1458 Ether / IP / TCP 192.168.1.2:epmap > 86.128.191.16:beserver_msg_q RA
1459 Ether / IP / UDP / DNS Qry "host86-128-191-16.range86-128.btcentralplus.com." 
1460 Ether / IP / UDP / DNS Ans "86.128.191.16" 
1461 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
1462 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
1463 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
1464 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system PA / Raw
1465 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A
1466 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1467 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1468 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp A
1469 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1470 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1471 Ether / 192.168.1.1 > 224.0.0.1 igmp / Raw / Padding
1472 Ether / IP / TCP 192.168.1.2:vsixml > 68.95.198.126:emsd_port FPA / Raw
1473 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
1474 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
1475 Ether / IP / UDP 192.168.1.2:35990 > 172.210.225.34:55691 / Raw
1476 Ether / IP / UDP 192.168.1.2:35990 > 82.135.226.115:40082 / Raw
1477 Ether / IP / UDP 192.168.1.2:35990 > 82.238.159.78:13885 / Raw
1478 Ether / IP / UDP 192.168.1.2:35990 > 201.66.132.24:61262 / Raw
1479 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 PA / Raw
1480 Ether / IP / UDP 82.238.159.78:13885 > 192.168.1.2:35990 / Raw
1481 Ether / IP / UDP 172.210.225.34:55691 > 192.168.1.2:35990 / Raw
1482 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision PA / Raw
1483 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 A
1484 Ether / IP / UDP 192.168.1.2:35990 > 154.20.232.87:27219 / Raw
1485 Ether / IP / UDP 192.168.1.2:35990 > 83.227.99.222:20066 / Raw
1486 Ether / IP / UDP 192.168.1.2:35990 > 87.254.76.214:56298 / Raw
1487 Ether / IP / UDP 87.254.76.214:56298 > 192.168.1.2:35990 / Raw
1488 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 PA / Raw
1489 Ether / IP / UDP 83.227.99.222:20066 > 192.168.1.2:35990 / Raw
1490 Ether / IP / UDP / DNS Qry "34.225.210.172.in-addr.arpa." 
1491 Ether / IP / UDP 201.66.132.24:61262 > 192.168.1.2:35990 / Raw
1492 Ether / IP / UDP 154.20.232.87:27219 > 192.168.1.2:35990 / Raw
1493 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision PA / Raw
1494 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 A
1495 Ether / IP / UDP 192.168.1.2:35990 > 87.110.172.158:61122 / Raw
1496 Ether / IP / UDP 192.168.1.2:35990 > 68.53.93.55:8481 / Raw
1497 Ether / IP / UDP 192.168.1.2:35990 > 209.6.110.105:57541 / Raw
1498 Ether / IP / UDP / DNS Ans "ACD2E122.ipt.aol.com." 
1499 Ether / IP / UDP 87.110.172.158:61122 > 192.168.1.2:35990 / Raw
1500 Ether / IP / UDP 192.168.1.2:35990 > 68.184.180.170:42706 / Raw
1501 Ether / IP / UDP 209.6.110.105:57541 > 192.168.1.2:35990 / Raw
1502 Ether / IP / UDP 192.168.1.2:35990 > 35.10.92.61:60974 / Raw
1503 Ether / IP / UDP 68.53.93.55:8481 > 192.168.1.2:35990 / Raw
1504 Ether / IP / UDP 192.168.1.2:35990 > 24.224.190.149:39262 / Raw
1505 Ether / IP / UDP 35.10.92.61:60974 > 192.168.1.2:35990 / Raw
1506 Ether / IP / UDP 192.168.1.2:35990 > 83.227.99.222:20066 / Raw
1507 Ether / IP / UDP 68.184.180.170:42706 > 192.168.1.2:35990 / Raw
1508 Ether / IP / UDP 83.227.99.222:20066 > 192.168.1.2:35990 / Raw
1509 Ether / IP / UDP 192.168.1.2:35990 > 69.116.18.137:49923 / Raw
1510 Ether / IP / UDP 192.168.1.2:35990 > 217.8.201.21:31118 / Raw
1511 Ether / IP / UDP 69.116.18.137:49923 > 192.168.1.2:35990 / Raw
1512 Ether / IP / UDP 192.168.1.2:35990 > 213.112.53.77:27151 / Raw
1513 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
1514 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
1515 Ether / IP / UDP 213.112.53.77:27151 > 192.168.1.2:35990 / Raw
1516 Ether / IP / UDP 192.168.1.2:35990 > 192.208.132.217:62174 / Raw
1517 Ether / IP / UDP 217.8.201.21:31118 > 192.168.1.2:35990 / Raw
1518 Ether / IP / UDP 192.168.1.2:35990 > 85.165.0.55:33211 / Raw
1519 Ether / IP / UDP 85.165.0.55:33211 > 192.168.1.2:35990 / Raw
1520 Ether / IP / UDP 192.208.132.217:62174 > 192.168.1.2:35990 / Raw
1521 Ether / IP / UDP / DNS Qry "115.226.135.82.in-addr.arpa." 
1522 Ether / IP / UDP / DNS Qry "ACD2E122.ipt.aol.com." 
1523 Ether / IP / UDP / DNS Qry "78.159.238.82.in-addr.arpa." 
1524 Ether / IP / UDP / DNS Qry "24.132.66.201.in-addr.arpa." 
1525 Ether / IP / UDP / DNS Qry "87.232.20.154.in-addr.arpa." 
1526 Ether / IP / UDP / DNS Qry "222.99.227.83.in-addr.arpa." 
1527 Ether / IP / UDP / DNS Qry "214.76.254.87.in-addr.arpa." 
1528 Ether / IP / UDP / DNS Qry "158.172.110.87.in-addr.arpa." 
1529 Ether / IP / UDP / DNS Qry "55.93.53.68.in-addr.arpa." 
1530 Ether / IP / UDP / DNS Qry "105.110.6.209.in-addr.arpa." 
1531 Ether / IP / UDP / DNS Qry "170.180.184.68.in-addr.arpa." 
1532 Ether / IP / UDP / DNS Qry "61.92.10.35.in-addr.arpa." 
1533 Ether / IP / UDP / DNS Qry "149.190.224.24.in-addr.arpa." 
1534 Ether / IP / UDP / DNS Qry "137.18.116.69.in-addr.arpa." 
1535 Ether / IP / UDP / DNS Qry "21.201.8.217.in-addr.arpa." 
1536 Ether / IP / UDP 192.168.1.2:35990 > 88.108.131.46:54519 / Raw
1537 Ether / IP / UDP 192.168.1.2:35990 > 67.71.69.121:12492 / Raw
1538 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 PA / Raw
1539 Ether / IP / UDP / DNS Ans "172.210.225.34" 
1540 Ether / IP / UDP 88.108.131.46:54519 > 192.168.1.2:35990 / Raw
1541 Ether / IP / UDP 67.71.69.121:12492 > 192.168.1.2:35990 / Raw
1542 Ether / IP / UDP / DNS Ans 
1543 Ether / IP / UDP / DNS Ans "c-de63e353.02-9-6f736c4.cust.bredband.no." 
1544 Ether / IP / UDP / DNS Ans "adsl87.254.76.214.manx.net." 
1545 Ether / IP / UDP / DNS Ans "68-184-180-170.dhcp.ftwo.tx.charter.com." 
1546 Ether / IP / UDP / DNS Ans "82-135-226-115.ip.zebra.lt." 
1547 Ether / IP / UDP / DNS Ans "c-68-53-93-55.hsd1.ky.comcast.net." 
1548 Ether / IP / UDP / DNS Ans "209-6-110-105.c3-0.nat-ubr3.sbo-nat.ma.cable.rcn.com." 
1549 Ether / IP / UDP / DNS Ans "201.21.static-adsl.customer.ch.easynet.net." 
1550 Ether / IP / UDP / DNS Ans "d154-20-232-87.bchsia.telus.net." 
1551 Ether / IP / UDP / DNS Ans "ool-45741289.dyn.optonline.net." 
1552 Ether / IP / UDP / DNS Ans "pob78-1-82-238-159-78.fbx.proxad.net." 
1553 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug A
1554 Ether / IP / UDP / DNS Ans "blk-224-190-149.eastlink.ca." 
1555 Ether / IP / UDP / DNS Ans "zwier.user.msu.edu." 
1556 Ether / IP / UDP / DNS Ans "201-66-132-24.paebv700.dsl.brasiltelecom.net.br." 
1557 Ether / IP / UDP / DNS Qry "c-de63e353.02-9-6f736c4.cust.bredband.no." 
1558 Ether / IP / UDP / DNS Qry "adsl87.254.76.214.manx.net." 
1559 Ether / IP / UDP / DNS Qry "68-184-180-170.dhcp.ftwo.tx.charter.com." 
1560 Ether / IP / UDP / DNS Qry "82-135-226-115.ip.zebra.lt." 
1561 Ether / IP / UDP / DNS Qry "c-68-53-93-55.hsd1.ky.comcast.net." 
1562 Ether / IP / UDP / DNS Qry "209-6-110-105.c3-0.nat-ubr3.sbo-nat.ma.cable.rcn.com." 
1563 Ether / IP / UDP / DNS Qry "201.21.static-adsl.customer.ch.easynet.net." 
1564 Ether / IP / UDP / DNS Qry "d154-20-232-87.bchsia.telus.net." 
1565 Ether / IP / UDP / DNS Qry "ool-45741289.dyn.optonline.net." 
1566 Ether / IP / UDP / DNS Qry "pob78-1-82-238-159-78.fbx.proxad.net." 
1567 Ether / IP / UDP / DNS Qry "blk-224-190-149.eastlink.ca." 
1568 Ether / IP / UDP / DNS Qry "zwier.user.msu.edu." 
1569 Ether / IP / UDP / DNS Qry "201-66-132-24.paebv700.dsl.brasiltelecom.net.br." 
1570 Ether / IP / UDP / DNS Ans "83.227.99.222" 
1571 Ether / IP / UDP / DNS Ans "87.254.76.214" 
1572 Ether / IP / UDP / DNS Ans "68.184.180.170" 
1573 Ether / IP / UDP / DNS Ans "82.135.226.115" 
1574 Ether / IP / UDP / DNS Ans "68.53.93.55" 
1575 Ether / IP / UDP / DNS Ans "209.6.110.105" 
1576 Ether / IP / UDP / DNS Ans "217.8.201.21" 
1577 Ether / IP / UDP / DNS Ans "154.20.232.87" 
1578 Ether / IP / UDP / DNS Ans "69.116.18.137" 
1579 Ether / IP / UDP / DNS Ans "82.238.159.78" 
1580 Ether / IP / UDP / DNS Ans "24.224.190.149" 
1581 Ether / IP / UDP / DNS Ans "35.10.92.61" 
1582 Ether / IP / UDP / DNS Ans "201.66.132.24" 
1583 Ether / IP / UDP / DNS Qry "77.53.112.213.in-addr.arpa." 
1584 Ether / IP / UDP / DNS Qry "217.132.208.192.in-addr.arpa." 
1585 Ether / IP / UDP / DNS Qry "55.0.165.85.in-addr.arpa." 
1586 Ether / IP / UDP / DNS Qry "46.131.108.88.in-addr.arpa." 
1587 Ether / IP / UDP / DNS Qry "121.69.71.67.in-addr.arpa." 
1588 Ether / IP / UDP 192.168.1.2:35990 > 24.224.190.149:39262 / Raw
1589 Ether / IP / UDP / DNS Ans "ti100710a080-0055.bb.online.no." 
1590 Ether / IP / UDP / DNS Ans "88-108-131-46.dynamic.dsl.as9105.com." 
1591 Ether / IP / UDP / DNS Ans "c-4d3570d5.09-176-73746f25.cust.bredbandsbolaget.se." 
1592 Ether / IP / UDP / DNS Ans "bas7-montrealak-1128744313.dsl.bell.ca." 
1593 Ether / IP / UDP / DNS Ans 
1594 Ether / IP / UDP / DNS Qry "ti100710a080-0055.bb.online.no." 
1595 Ether / IP / UDP / DNS Qry "88-108-131-46.dynamic.dsl.as9105.com." 
1596 Ether / IP / UDP / DNS Qry "c-4d3570d5.09-176-73746f25.cust.bredbandsbolaget.se." 
1597 Ether / IP / UDP / DNS Qry "bas7-montrealak-1128744313.dsl.bell.ca." 
1598 Ether / IP / UDP / DNS Ans "85.165.0.55" 
1599 Ether / IP / UDP / DNS Ans "88.108.131.46" 
1600 Ether / IP / UDP / DNS Ans "213.112.53.77" 
1601 Ether / IP / UDP / DNS Ans "67.71.69.121" 
1602 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
1603 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
1604 Ether / IP / UDP 202.97.238.204:59310 > 192.168.1.2:cap / Raw
1605 Ether / IP / ICMP 192.168.1.2 > 202.97.238.204 dest-unreach port-unreachable / IPerror / UDPerror / Raw
1606 Ether / IP / UDP 202.97.238.204:59310 > 192.168.1.2:exosee / Raw
1607 Ether / IP / ICMP 192.168.1.2 > 202.97.238.204 dest-unreach port-unreachable / IPerror / UDPerror / Raw
1608 Ether / IP / UDP / DNS Qry "204.238.97.202.in-addr.arpa." 
1609 Ether / IP / UDP / DNS Ans 
1610 Ether / IP / UDP 192.168.1.2:35990 > 24.224.190.149:39262 / Raw
1611 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1612 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1613 Ether / ARP who has 192.168.1.2 says 192.168.1.1 / Padding
1614 Ether / ARP is at 00:04:76:96:7b:da says 192.168.1.2
1615 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
1616 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
1617 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 PA / Raw
1618 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 A
1619 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
1620 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
1621 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 FA
1622 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision A
1623 Ether / IP / TCP 68.206.150.243:57322 > 192.168.1.2:sti_envision FA
1624 Ether / IP / TCP 192.168.1.2:sti_envision > 68.206.150.243:57322 A
1625 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
1626 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1627 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1628 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
1629 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
1630 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1631 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1632 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1633 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1634 Ether / IP / TCP 86.128.67.61:cmadmin > 192.168.1.2:microsoft_ds S
1635 Ether / IP / TCP 192.168.1.2:microsoft_ds > 86.128.67.61:cmadmin RA
1636 Ether / IP / TCP 86.128.67.61:cmadmin > 192.168.1.2:microsoft_ds S
1637 Ether / IP / TCP 192.168.1.2:microsoft_ds > 86.128.67.61:cmadmin RA
1638 Ether / IP / UDP / DNS Qry "61.67.128.86.in-addr.arpa." 
1639 Ether / IP / UDP / DNS Ans "host86-128-67-61.range86-128.btcentralplus.com." 
1640 Ether / IP / UDP / DNS Qry "host86-128-67-61.range86-128.btcentralplus.com." 
1641 Ether / IP / UDP / DNS Ans "86.128.67.61" 
1642 00:04:76:96:7b:da > ff:ff:ff:ff:ff:ff (0x88a2) / Raw
1643 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
1644 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
1645 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1646 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1647 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
1648 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
1649 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system PA / Raw
1650 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp A
1651 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
1652 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
1653 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
1654 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
1655 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1656 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1657 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1658 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1659 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 PA / Raw
1660 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug A
1661 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
1662 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A
1663 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1664 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1665 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1666 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1667 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
1668 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
1669 Ether / IP / TCP 192.168.1.2:watcomdebug > 68.32.70.119:scanstat_1 PA / Raw
1670 Ether / IP / TCP 68.32.70.119:scanstat_1 > 192.168.1.2:watcomdebug PA / Raw
1671 Ether / IP / TCP 192.168.1.2:watcomdebug > 68.32.70.119:scanstat_1 PA / Raw
1672 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
1673 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
1674 Ether / IP / TCP 68.32.70.119:scanstat_1 > 192.168.1.2:watcomdebug PA / Raw
1675 Ether / IP / TCP 192.168.1.2:watcomdebug > 68.32.70.119:scanstat_1 A
1676 Ether / IP / TCP 192.168.1.2:pjlink > 68.51.91.234:lnvalarm S
1677 Ether / IP / TCP 192.168.1.2:localinfosrvr > 72.197.60.203:winport S
1678 Ether / IP / TCP 192.168.1.2:4786 > 67.163.59.104:jibe_eb S
1679 Ether / IP / TCP 192.168.1.2:ill > 67.175.21.149:pxc_epmap S
1680 Ether / IP / TCP 67.175.21.149:pxc_epmap > 192.168.1.2:ill RA / Padding
1681 Ether / IP / TCP 192.168.1.2:4109 > 86.3.249.41:ms_v_worlds S
1682 Ether / IP / TCP 67.163.59.104:jibe_eb > 192.168.1.2:4786 SA
1683 Ether / IP / TCP 192.168.1.2:4786 > 67.163.59.104:jibe_eb A
1684 Ether / IP / TCP 192.168.1.2:4786 > 67.163.59.104:jibe_eb PA / Raw
1685 Ether / IP / TCP 72.197.60.203:winport > 192.168.1.2:localinfosrvr SA
1686 Ether / IP / TCP 192.168.1.2:localinfosrvr > 72.197.60.203:winport A
1687 Ether / IP / TCP 192.168.1.2:localinfosrvr > 72.197.60.203:winport PA / Raw
1688 Ether / IP / TCP 67.163.59.104:jibe_eb > 192.168.1.2:4786 R / Padding
1689 Ether / IP / TCP 67.163.59.104:jibe_eb > 192.168.1.2:4786 R / Padding
1690 Ether / IP / TCP 72.197.60.203:winport > 192.168.1.2:localinfosrvr R / Padding
1691 Ether / IP / TCP 192.168.1.2:4857 > 71.228.44.157:poweroncontact S
1692 Ether / IP / TCP 72.197.60.203:winport > 192.168.1.2:localinfosrvr R / Padding
1693 Ether / IP / TCP 192.168.1.2:objadmin > 69.175.213.26:sentinel S
1694 Ether / IP / TCP 67.163.59.104:jibe_eb > 192.168.1.2:4786 PA / Raw
1695 Ether / IP / TCP 192.168.1.2:4786 > 67.163.59.104:jibe_eb R
1696 Ether / IP / TCP 67.163.59.104:jibe_eb > 192.168.1.2:4786 R / Padding
1697 Ether / IP / TCP 67.163.59.104:jibe_eb > 192.168.1.2:4786 R / Padding
1698 Ether / IP / UDP / DNS Qry "234.91.51.68.in-addr.arpa." 
1699 Ether / IP / TCP 71.228.44.157:poweroncontact > 192.168.1.2:4857 SA
1700 Ether / IP / TCP 192.168.1.2:4857 > 71.228.44.157:poweroncontact A
1701 Ether / IP / TCP 192.168.1.2:4857 > 71.228.44.157:poweroncontact PA / Raw
1702 Ether / IP / UDP / DNS Ans "c-68-51-91-234.hsd1.in.comcast.net." 
1703 Ether / IP / TCP 71.228.44.157:poweroncontact > 192.168.1.2:4857 R / Padding
1704 Ether / IP / TCP 192.168.1.2:veracity > 70.34.2.250:lofr_lm S
1705 Ether / IP / TCP 71.228.44.157:poweroncontact > 192.168.1.2:4857 R / Padding
1706 Ether / IP / UDP / DNS Qry "c-68-51-91-234.hsd1.in.comcast.net." 
1707 Ether / IP / UDP / DNS Ans "68.51.91.234" 
1708 Ether / IP / UDP / DNS Qry "104.59.163.67.in-addr.arpa." 
1709 Ether / IP / UDP / DNS Qry "149.21.175.67.in-addr.arpa." 
1710 Ether / IP / UDP / DNS Qry "41.249.3.86.in-addr.arpa." 
1711 Ether / IP / UDP / DNS Qry "157.44.228.71.in-addr.arpa." 
1712 Ether / IP / UDP / DNS Qry "26.213.175.69.in-addr.arpa." 
1713 Ether / IP / UDP / DNS Qry "250.2.34.70.in-addr.arpa." 
1714 Ether / IP / UDP / DNS Ans "cpc4-kemp3-0-0-cust296.lutn.cable.ntl.com." 
1715 Ether / IP / UDP / DNS Ans "c-67-163-59-104.hsd1.il.comcast.net." 
1716 Ether / IP / UDP / DNS Ans "c-67-175-21-149.hsd1.in.comcast.net." 
1717 Ether / IP / UDP / DNS Ans "70-34-2-250.lmdaca.adelphia.net." 
1718 Ether / IP / UDP / DNS Ans "c-71-228-44-157.hsd1.il.comcast.net." 
1719 Ether / IP / UDP / DNS Ans "69-175-213-26.chvlva.adelphia.net." 
1720 Ether / IP / UDP / DNS Qry "cpc4-kemp3-0-0-cust296.lutn.cable.ntl.com." 
1721 Ether / IP / UDP / DNS Qry "c-67-163-59-104.hsd1.il.comcast.net." 
1722 Ether / IP / UDP / DNS Qry "c-67-175-21-149.hsd1.in.comcast.net." 
1723 Ether / IP / UDP / DNS Qry "70-34-2-250.lmdaca.adelphia.net." 
1724 Ether / IP / UDP / DNS Qry "c-71-228-44-157.hsd1.il.comcast.net." 
1725 Ether / IP / UDP / DNS Qry "69-175-213-26.chvlva.adelphia.net." 
1726 Ether / IP / UDP / DNS Ans "86.3.249.41" 
1727 Ether / IP / UDP / DNS Ans "67.163.59.104" 
1728 Ether / IP / UDP / DNS Ans "67.175.21.149" 
1729 Ether / IP / UDP / DNS Ans "70.34.2.250" 
1730 Ether / IP / UDP / DNS Ans "71.228.44.157" 
1731 Ether / IP / UDP / DNS Ans "69.175.213.26" 
1732 Ether / IP / TCP 192.168.1.2:pjlink > 68.51.91.234:lnvalarm S
1733 Ether / IP / TCP 86.3.249.41:ms_v_worlds > 192.168.1.2:4109 RA / Padding
1734 Ether / IP / TCP 192.168.1.2:objadmin > 69.175.213.26:sentinel S
1735 Ether / IP / TCP 192.168.1.2:veracity > 70.34.2.250:lofr_lm S
1736 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
1737 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
1738 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1739 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1740 Ether / IP / TCP 192.168.1.2:pjlink > 68.51.91.234:lnvalarm S
1741 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1742 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1743 Ether / IP / TCP 192.168.1.2:objadmin > 69.175.213.26:sentinel S
1744 Ether / IP / TCP 192.168.1.2:veracity > 70.34.2.250:lofr_lm S
1745 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
1746 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
1747 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1748 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1749 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
1750 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1751 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1752 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
1753 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
1754 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 PA / Raw
1755 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 A
1756 Ether / IP / TCP 86.128.116.241:ridgeway1 > 192.168.1.2:microsoft_ds S
1757 Ether / IP / TCP 192.168.1.2:microsoft_ds > 86.128.116.241:ridgeway1 RA
1758 Ether / IP / TCP 192.168.1.2:umm_port > 74.134.164.121:mercantile S
1759 Ether / IP / TCP 86.128.116.241:ridgeway1 > 192.168.1.2:microsoft_ds S
1760 Ether / IP / TCP 192.168.1.2:microsoft_ds > 86.128.116.241:ridgeway1 RA
1761 Ether / IP / UDP / DNS Qry "241.116.128.86.in-addr.arpa." 
1762 Ether / IP / UDP / DNS Qry "121.164.134.74.in-addr.arpa." 
1763 Ether / IP / UDP / DNS Ans "host86-128-116-241.range86-128.btcentralplus.com." 
1764 Ether / IP / TCP 192.168.1.2:csregagent > 68.70.72.32:nrcabq_lm S
1765 Ether / IP / TCP 192.168.1.2:ecovisiong6_1 > 83.87.11.43:av_emb_config S
1766 Ether / IP / TCP 192.168.1.2:4502 > 24.185.17.200:ets S
1767 Ether / IP / UDP / DNS Ans "DHCP-74-134-164-121.insightbb.com." 
1768 Ether / IP / TCP 24.185.17.200:ets > 192.168.1.2:4502 RA / Padding
1769 Ether / IP / TCP 192.168.1.2:harp > 24.52.71.135:circle_x S
1770 Ether / IP / UDP / DNS Qry "host86-128-116-241.range86-128.btcentralplus.com." 
1771 Ether / IP / UDP / DNS Qry "DHCP-74-134-164-121.insightbb.com." 
1772 Ether / IP / UDP / DNS Ans "86.128.116.241" 
1773 Ether / IP / UDP / DNS Ans "74.134.164.121" 
1774 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
1775 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
1776 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system PA / Raw
1777 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
1778 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1779 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1780 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp A
1781 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1782 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1783 Ether / IP / UDP / DNS Qry "32.72.70.68.in-addr.arpa." 
1784 Ether / IP / UDP / DNS Qry "43.11.87.83.in-addr.arpa." 
1785 Ether / IP / UDP / DNS Qry "200.17.185.24.in-addr.arpa." 
1786 Ether / IP / UDP / DNS Qry "135.71.52.24.in-addr.arpa." 
1787 Ether / IP / UDP / DNS Ans "53570B2B.cable.casema.nl." 
1788 Ether / IP / UDP / DNS Ans "carlsbad-cuda-6-68-70-72-32.crlsca.adelphia.net." 
1789 Ether / IP / UDP / DNS Ans "ool-18b911c8.dyn.optonline.net." 
1790 Ether / IP / UDP / DNS Ans "24-52-71-135.pittpa.adelphia.net." 
1791 Ether / IP / UDP / DNS Qry "53570B2B.cable.casema.nl." 
1792 Ether / IP / UDP / DNS Qry "carlsbad-cuda-6-68-70-72-32.crlsca.adelphia.net." 
1793 Ether / IP / UDP / DNS Qry "ool-18b911c8.dyn.optonline.net." 
1794 Ether / IP / UDP / DNS Qry "24-52-71-135.pittpa.adelphia.net." 
1795 Ether / IP / UDP / DNS Ans "83.87.11.43" 
1796 Ether / IP / UDP / DNS Ans "68.70.72.32" 
1797 Ether / IP / UDP / DNS Ans "24.185.17.200" 
1798 Ether / IP / UDP / DNS Ans "24.52.71.135" 
1799 Ether / IP / TCP 192.168.1.2:umm_port > 74.134.164.121:mercantile S
1800 Ether / IP / ICMP 74.134.3.114 > 192.168.1.2 dest-unreach host-unreachable / IPerror / TCPerror
1801 Ether / IP / TCP 192.168.1.2:nimsh > 67.84.43.172:interhdl_elmd S
1802 Ether / IP / TCP 67.84.43.172:interhdl_elmd > 192.168.1.2:nimsh RA / Padding
1803 Ether / IP / TCP 192.168.1.2:4224 > 24.187.107.99:service_ctrl S
1804 Ether / IP / TCP 24.187.107.99:service_ctrl > 192.168.1.2:4224 SA
1805 Ether / IP / TCP 192.168.1.2:4224 > 24.187.107.99:service_ctrl A
1806 Ether / IP / TCP 192.168.1.2:4224 > 24.187.107.99:service_ctrl PA / Raw
1807 Ether / IP / TCP 24.187.107.99:service_ctrl > 192.168.1.2:4224 R / Padding
1808 Ether / IP / TCP 24.187.107.99:service_ctrl > 192.168.1.2:4224 R / Padding
1809 Ether / IP / TCP 192.168.1.2:3279 > 24.53.74.129:videobeans S
1810 Ether / IP / TCP 192.168.1.2:csregagent > 68.70.72.32:nrcabq_lm S
1811 Ether / IP / TCP 192.168.1.2:ecovisiong6_1 > 83.87.11.43:av_emb_config S
1812 Ether / IP / TCP 24.53.74.129:videobeans > 192.168.1.2:3279 SA
1813 Ether / IP / TCP 192.168.1.2:3279 > 24.53.74.129:videobeans A
1814 Ether / IP / TCP 192.168.1.2:3279 > 24.53.74.129:videobeans PA / Raw
1815 Ether / IP / TCP 192.168.1.2:harp > 24.52.71.135:circle_x S
1816 Ether / IP / TCP 24.53.74.129:videobeans > 192.168.1.2:3279 R / Padding
1817 Ether / IP / TCP 192.168.1.2:cyaserv > 66.61.38.114:32656 S
1818 Ether / IP / TCP 66.61.38.114:32656 > 192.168.1.2:cyaserv SA
1819 Ether / IP / TCP 192.168.1.2:cyaserv > 66.61.38.114:32656 A
1820 Ether / IP / TCP 192.168.1.2:cyaserv > 66.61.38.114:32656 PA / Raw
1821 Ether / IP / TCP 192.168.1.2:dtp > 69.248.108.13:22960 PA / Raw
1822 Ether / IP / UDP / DNS Qry "114.3.134.74.in-addr.arpa." 
1823 Ether / IP / UDP / DNS Qry "172.43.84.67.in-addr.arpa." 
1824 Ether / IP / UDP / DNS Qry "99.107.187.24.in-addr.arpa." 
1825 Ether / IP / UDP / DNS Qry "129.74.53.24.in-addr.arpa." 
1826 Ether / IP / UDP / DNS Qry "114.38.61.66.in-addr.arpa." 
1827 Ether / IP / TCP 66.61.38.114:32656 > 192.168.1.2:cyaserv A
1828 Ether / IP / UDP / DNS Ans "ool-43542bac.dyn.optonline.net." 
1829 Ether / IP / UDP / DNS Ans "ool-18bb6b63.dyn.optonline.net." 
1830 Ether / IP / TCP 69.248.108.13:22960 > 192.168.1.2:dtp PA / Raw
1831 Ether / IP / TCP 192.168.1.2:dtp > 69.248.108.13:22960 A
1832 Ether / IP / UDP / DNS Ans "cpe-66-61-38-114.midsouth.res.rr.com." 
1833 Ether / IP / UDP / DNS Ans "24-53-74-129.albyny.adelphia.net." 
1834 Ether / IP / UDP / DNS Ans 
1835 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
1836 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
1837 Ether / IP / UDP / DNS Qry "ool-43542bac.dyn.optonline.net." 
1838 Ether / IP / UDP / DNS Qry "ool-18bb6b63.dyn.optonline.net." 
1839 Ether / IP / UDP / DNS Qry "cpe-66-61-38-114.midsouth.res.rr.com." 
1840 Ether / IP / UDP / DNS Qry "24-53-74-129.albyny.adelphia.net." 
1841 Ether / IP / UDP / DNS Ans "67.84.43.172" 
1842 Ether / IP / UDP / DNS Ans "24.187.107.99" 
1843 Ether / IP / UDP / DNS Ans "66.61.38.114" 
1844 Ether / IP / UDP / DNS Ans "24.53.74.129" 
1845 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1846 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1847 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
1848 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
1849 Ether / IP / TCP 192.168.1.2:vsixml > 68.95.198.126:emsd_port FPA / Raw
1850 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
1851 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
1852 Ether / IP / TCP 192.168.1.2:csregagent > 68.70.72.32:nrcabq_lm S
1853 Ether / IP / TCP 192.168.1.2:ecovisiong6_1 > 83.87.11.43:av_emb_config S
1854 Ether / IP / TCP 192.168.1.2:harp > 24.52.71.135:circle_x S
1855 Ether / ARP who has 192.168.1.2 says 192.168.1.1 / Padding
1856 Ether / ARP is at 00:04:76:96:7b:da says 192.168.1.2
1857 Ether / IP / TCP 192.168.1.2:cyaserv > 66.61.38.114:32656 FA
1858 Ether / IP / TCP 192.168.1.2:interactionweb > 68.195.103.120:mpnjsocl S
1859 Ether / IP / TCP 68.195.103.120:mpnjsocl > 192.168.1.2:interactionweb SA
1860 Ether / IP / TCP 192.168.1.2:interactionweb > 68.195.103.120:mpnjsocl A
1861 Ether / IP / TCP 192.168.1.2:interactionweb > 68.195.103.120:mpnjsocl PA / Raw
1862 Ether / IP / TCP 66.61.38.114:32656 > 192.168.1.2:cyaserv A
1863 Ether / IP / TCP 68.195.103.120:mpnjsocl > 192.168.1.2:interactionweb R / Padding
1864 Ether / IP / TCP 192.168.1.2:isis_ambc > 68.171.31.88:opsession_srvr S
1865 Ether / IP / TCP 68.195.103.120:mpnjsocl > 192.168.1.2:interactionweb R / Padding
1866 Ether / IP / UDP 192.168.1.2:35990 > 86.197.95.238:44019 / Raw
1867 Ether / IP / UDP 192.168.1.2:35990 > 24.200.254.253:45935 / Raw
1868 Ether / IP / UDP 192.168.1.2:35990 > 86.220.100.25:elan / Raw
1869 Ether / IP / UDP 192.168.1.2:35990 > 208.2.71.2:13141 / Raw
1870 Ether / IP / UDP 192.168.1.2:35990 > 86.31.70.81:43870 / Raw
1871 Ether / IP / TCP 192.168.1.2:hlibmgr > 68.0.172.33:ratio_adp S
1872 Ether / IP / UDP 208.2.71.2:13141 > 192.168.1.2:35990 / Raw / Padding
1873 Ether / IP / UDP 192.168.1.2:35990 > 208.2.71.2:13141 / Raw
1874 Ether / IP / TCP 192.168.1.2:rrilwm > 72.201.60.177:delibo S
1875 Ether / IP / TCP 68.0.172.33:ratio_adp > 192.168.1.2:hlibmgr SA
1876 Ether / IP / TCP 192.168.1.2:hlibmgr > 68.0.172.33:ratio_adp A
1877 Ether / IP / TCP 192.168.1.2:hlibmgr > 68.0.172.33:ratio_adp PA / Raw
1878 Ether / IP / UDP 208.2.71.2:13141 > 192.168.1.2:35990 / Raw
1879 Ether / IP / UDP 192.168.1.2:35990 > 67.71.69.121:12492 / Raw
1880 Ether / IP / TCP 72.201.60.177:delibo > 192.168.1.2:rrilwm SA
1881 Ether / IP / TCP 192.168.1.2:rrilwm > 72.201.60.177:delibo A
1882 Ether / IP / TCP 192.168.1.2:rrilwm > 72.201.60.177:delibo PA / Raw
1883 Ether / IP / TCP 68.0.172.33:ratio_adp > 192.168.1.2:hlibmgr R / Padding
1884 Ether / IP / TCP 68.0.172.33:ratio_adp > 192.168.1.2:hlibmgr R / Padding
1885 Ether / IP / UDP 67.71.69.121:12492 > 192.168.1.2:35990 / Raw
1886 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 S
1887 Ether / IP / UDP 192.168.1.2:35990 > 24.224.190.149:39262 / Raw
1888 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman PA / Raw
1889 Ether / IP / TCP 67.71.69.121:12492 > 192.168.1.2:obrpd SA
1890 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 A
1891 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 PA / Raw
1892 Ether / IP / TCP 72.201.60.177:delibo > 192.168.1.2:rrilwm R / Padding
1893 Ether / IP / TCP 192.168.1.2:4776 > 72.40.133.78:32656 S
1894 Ether / IP / TCP 72.201.60.177:delibo > 192.168.1.2:rrilwm R / Padding
1895 Ether / IP / TCP 192.168.1.2:slp > 67.84.148.173:xrpc_registry S
1896 Ether / IP / TCP 192.168.1.2:4529 > 24.74.180.249:opennl S
1897 Ether / IP / UDP 24.224.190.149:39262 > 192.168.1.2:35990 / Raw
1898 Ether / IP / TCP 67.71.69.121:12492 > 192.168.1.2:obrpd PA / Raw
1899 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 A
1900 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 PA / Raw
1901 Ether / IP / TCP 67.84.148.173:xrpc_registry > 192.168.1.2:slp SA
1902 Ether / IP / TCP 192.168.1.2:slp > 67.84.148.173:xrpc_registry A
1903 Ether / IP / TCP 192.168.1.2:slp > 67.84.148.173:xrpc_registry PA / Raw
1904 Ether / IP / UDP / DNS Qry "120.103.195.68.in-addr.arpa." 
1905 Ether / IP / UDP / DNS Qry "88.31.171.68.in-addr.arpa." 
1906 Ether / IP / UDP / DNS Qry "253.254.200.24.in-addr.arpa." 
1907 Ether / IP / UDP / DNS Qry "2.71.2.208.in-addr.arpa." 
1908 Ether / IP / UDP / DNS Qry "33.172.0.68.in-addr.arpa." 
1909 Ether / IP / UDP / DNS Qry "177.60.201.72.in-addr.arpa." 
1910 Ether / IP / TCP 67.71.69.121:12492 > 192.168.1.2:obrpd PA / Raw
1911 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 PA / Raw
1912 Ether / IP / TCP 67.84.148.173:xrpc_registry > 192.168.1.2:slp R / Padding
1913 Ether / IP / TCP 67.84.148.173:xrpc_registry > 192.168.1.2:slp R / Padding
1914 Ether / IP / TCP 192.168.1.2:linktest > 67.80.71.219:ibm_diradm_ssl S
1915 Ether / IP / UDP / DNS Ans "ool-44c36778.dyn.optonline.net." 
1916 Ether / IP / UDP / DNS Ans "modemcable253.254-200-24.mc.videotron.ca." 
1917 Ether / IP / UDP / DNS Ans "ip72-201-60-177.ph.ph.cox.net." 
1918 Ether / IP / TCP 69.160.6.18:hppronetman > 192.168.1.2:hp_dataprotect PA / Raw
1919 Ether / IP / UDP / DNS Ans "bangor-cuda1-cble-bndle-68-171-31-88.agstme.adelphia.net." 
1920 Ether / IP / TCP 192.168.1.2:hp_dataprotect > 69.160.6.18:hppronetman A
1921 Ether / IP / TCP 67.80.71.219:ibm_diradm_ssl > 192.168.1.2:linktest SA
1922 Ether / IP / TCP 192.168.1.2:linktest > 67.80.71.219:ibm_diradm_ssl A
1923 Ether / IP / TCP 192.168.1.2:linktest > 67.80.71.219:ibm_diradm_ssl PA / Raw
1924 Ether / IP / UDP / DNS Ans "ip68-0-172-33.tc.ph.cox.net." 
1925 Ether / IP / UDP / DNS Ans 
1926 Ether / IP / TCP 67.71.69.121:12492 > 192.168.1.2:obrpd A / Padding
1927 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 PA / Raw
1928 Ether / IP / TCP 67.80.71.219:ibm_diradm_ssl > 192.168.1.2:linktest R / Padding
1929 Ether / IP / TCP 67.80.71.219:ibm_diradm_ssl > 192.168.1.2:linktest R / Padding
1930 Ether / IP / TCP 192.168.1.2:4125 > 212.72.49.141:33033 S
1931 Ether / IP / TCP 67.71.69.121:12492 > 192.168.1.2:obrpd PA / Raw
1932 Ether / IP / TCP 212.72.49.141:33033 > 192.168.1.2:4125 SA
1933 Ether / IP / TCP 192.168.1.2:4125 > 212.72.49.141:33033 A
1934 Ether / IP / UDP 192.168.1.2:35990 > 86.20.229.242:16139 / Raw
1935 Ether / IP / UDP 192.168.1.2:35990 > 137.99.56.10:58449 / Raw
1936 Ether / IP / TCP 192.168.1.2:4125 > 212.72.49.141:33033 PA / Raw
1937 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 A
1938 Ether / IP / UDP 86.20.229.242:16139 > 192.168.1.2:35990 / Raw
1939 Ether / IP / UDP 192.168.1.2:35990 > 194.46.185.158:18664 / Raw
1940 Ether / IP / UDP 192.168.1.2:35990 > 89.0.195.189:56905 / Raw
1941 Ether / IP / UDP 192.168.1.2:35990 > 88.109.227.83:50795 / Raw
1942 Ether / IP / UDP 192.168.1.2:35990 > 84.194.56.104:18309 / Raw
1943 Ether / IP / TCP 212.72.49.141:33033 > 192.168.1.2:4125 A
1944 Ether / IP / TCP 212.72.49.141:33033 > 192.168.1.2:4125 PA / Raw
1945 Ether / IP / TCP 192.168.1.2:4125 > 212.72.49.141:33033 A
1946 Ether / IP / TCP 192.168.1.2:4125 > 212.72.49.141:33033 PA / Raw
1947 Ether / IP / UDP 84.194.56.104:18309 > 192.168.1.2:35990 / Raw
1948 Ether / IP / UDP 194.46.185.158:18664 > 192.168.1.2:35990 / Raw
1949 Ether / IP / UDP 192.168.1.2:35990 > 194.46.185.158:18664 / Raw
1950 Ether / IP / UDP 88.109.227.83:50795 > 192.168.1.2:35990 / Raw
1951 Ether / IP / TCP 212.72.49.141:33033 > 192.168.1.2:4125 A
1952 Ether / IP / UDP 194.46.185.158:18664 > 192.168.1.2:35990 / Raw
1953 Ether / IP / UDP 192.168.1.2:35990 > 194.46.185.158:18664 / Raw
1954 Ether / IP / UDP 89.0.195.189:56905 > 192.168.1.2:35990 / Raw
1955 Ether / IP / UDP 192.168.1.2:35990 > 89.0.195.189:56905 / Raw
1956 Ether / IP / UDP 194.46.185.158:18664 > 192.168.1.2:35990 / Raw
1957 Ether / IP / UDP 192.168.1.2:35990 > 194.46.185.158:18664 / Raw
1958 Ether / IP / UDP 194.46.185.158:18664 > 192.168.1.2:35990 / Raw
1959 Ether / IP / UDP 192.168.1.2:35990 > 194.46.185.158:18664 / Raw
1960 Ether / IP / UDP / DNS Qry "78.133.40.72.in-addr.arpa." 
1961 Ether / IP / UDP / DNS Qry "ool-44c36778.dyn.optonline.net." 
1962 Ether / IP / UDP / DNS Qry "modemcable253.254-200-24.mc.videotron.ca." 
1963 Ether / IP / UDP / DNS Qry "ip72-201-60-177.ph.ph.cox.net." 
1964 Ether / IP / UDP / DNS Qry "bangor-cuda1-cble-bndle-68-171-31-88.agstme.adelphia.net." 
1965 Ether / IP / UDP / DNS Qry "ip68-0-172-33.tc.ph.cox.net." 
1966 Ether / IP / UDP / DNS Qry "173.148.84.67.in-addr.arpa." 
1967 Ether / IP / UDP / DNS Qry "249.180.74.24.in-addr.arpa." 
1968 Ether / IP / UDP / DNS Qry "219.71.80.67.in-addr.arpa." 
1969 Ether / IP / UDP / DNS Qry "141.49.72.212.in-addr.arpa." 
1970 Ether / IP / UDP / DNS Qry "242.229.20.86.in-addr.arpa." 
1971 Ether / IP / UDP / DNS Qry "10.56.99.137.in-addr.arpa." 
1972 Ether / IP / UDP / DNS Qry "158.185.46.194.in-addr.arpa." 
1973 Ether / IP / UDP / DNS Qry "189.195.0.89.in-addr.arpa." 
1974 Ether / IP / UDP / DNS Qry "83.227.109.88.in-addr.arpa." 
1975 Ether / IP / UDP / DNS Qry "104.56.194.84.in-addr.arpa." 
1976 Ether / IP / TCP 212.72.49.141:33033 > 192.168.1.2:4125 PA / Raw
1977 Ether / IP / UDP 89.0.195.189:56905 > 192.168.1.2:35990 / Raw
1978 Ether / IP / UDP / DNS Ans "68.195.103.120" 
1979 Ether / IP / UDP / DNS Ans "24.200.254.253" 
1980 Ether / IP / UDP / DNS Ans "72.201.60.177" 
1981 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 PA / Raw
1982 Ether / IP / UDP 192.168.1.2:35990 > 89.0.195.189:56905 / Raw
1983 Ether / IP / UDP / DNS Ans "68.171.31.88" 
1984 Ether / IP / UDP / DNS Ans "68.0.172.33" 
1985 Ether / IP / TCP 192.168.1.2:4125 > 212.72.49.141:33033 A
1986 Ether / IP / UDP 194.46.185.158:18664 > 192.168.1.2:35990 / Raw
1987 Ether / IP / UDP / DNS Ans 
1988 Ether / IP / UDP / DNS Ans "oharel.stat.uconn.edu." 
1989 Ether / IP / TCP 67.71.69.121:12492 > 192.168.1.2:obrpd PA / Raw
1990 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 A
1991 Ether / IP / UDP 192.168.1.2:35990 > 66.67.61.44:58546 / Raw
1992 Ether / IP / UDP 192.168.1.2:35990 > 24.242.109.92:44872 / Raw
1993 Ether / IP / UDP 192.168.1.2:35990 > 67.190.60.125:sops / Raw
1994 Ether / IP / UDP / DNS Ans "cpc2-warw5-0-0-cust497.brhm.cable.ntl.com." 
1995 Ether / IP / TCP 192.168.1.2:isis_ambc > 68.171.31.88:opsession_srvr S
1996 Ether / IP / UDP / DNS Ans "user-142h1ae.cable.mindspring.com." 
1997 Ether / IP / UDP / DNS Ans "88-109-227-83.dynamic.dsl.as9105.com." 
1998 Ether / IP / UDP / DNS Ans "ool-435494ad.dyn.optonline.net." 
1999 Ether / IP / UDP 89.0.195.189:56905 > 192.168.1.2:35990 / Raw
2000 Ether / IP / UDP 192.168.1.2:35990 > 89.0.195.189:56905 / Raw
2001 Ether / IP / UDP / DNS Ans 
2002 Ether / IP / UDP / DNS Ans "cpe-024-074-180-249.carolina.res.rr.com." 
2003 Ether / IP / UDP / DNS Ans "ool-435047db.dyn.optonline.net." 
2004 Ether / IP / UDP / DNS Ans "d54C23868.access.telenet.be." 
2005 Ether / IP / UDP 66.67.61.44:58546 > 192.168.1.2:35990 / Raw
2006 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 PA / Raw
2007 Ether / IP / UDP / DNS Ans "89.0.195.189.dynamic.barak-online.net." 
2008 Ether / IP / UDP 24.242.109.92:44872 > 192.168.1.2:35990 / Raw
2009 Ether / IP / UDP 89.0.195.189:56905 > 192.168.1.2:35990 / Raw
2010 Ether / IP / UDP 192.168.1.2:35990 > 89.0.195.189:56905 / Raw
2011 Ether / IP / UDP 67.190.60.125:sops > 192.168.1.2:35990 / Raw
2012 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
2013 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
2014 Ether / IP / TCP 67.71.69.121:12492 > 192.168.1.2:obrpd PA / Raw
2015 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 A
2016 Ether / IP / UDP 192.168.1.2:35990 > 67.188.114.72:9619 / Raw
2017 Ether / IP / UDP 192.168.1.2:35990 > 72.145.3.159:odeumservlink / Raw
2018 Ether / IP / UDP 192.168.1.2:35990 > 82.216.129.118:39085 / Raw
2019 Ether / IP / UDP 89.0.195.189:56905 > 192.168.1.2:35990 / Raw
2020 Ether / IP / UDP 82.216.129.118:39085 > 192.168.1.2:35990 / Raw
2021 Ether / IP / UDP 72.145.3.159:odeumservlink > 192.168.1.2:35990 / Raw
2022 Ether / IP / UDP / DNS Qry "ui.skype.com." 
2023 Ether / IP / UDP / DNS Qry "ui.skype.com." 
2024 Ether / IP / UDP / DNS Ans "212.72.49.131" 
2025 Ether / IP / TCP 192.168.1.2:4542 > 212.72.49.131:http S
2026 Ether / IP / UDP 67.188.114.72:9619 > 192.168.1.2:35990 / Raw
2027 Ether / IP / TCP 212.72.49.131:http > 192.168.1.2:4542 SA
2028 Ether / IP / TCP 192.168.1.2:4542 > 212.72.49.131:http A
2029 Ether / IP / TCP 192.168.1.2:4542 > 212.72.49.131:http PA / Raw
2030 Ether / IP / TCP 212.72.49.131:http > 192.168.1.2:4542 A
2031 Ether / IP / UDP 192.168.1.2:35990 > 66.67.61.44:58546 / Raw
2032 Ether / IP / TCP 212.72.49.131:http > 192.168.1.2:4542 PA / Raw
2033 Ether / IP / TCP 192.168.1.2:4542 > 212.72.49.131:http A
2034 Ether / IP / TCP 212.72.49.131:http > 192.168.1.2:4542 FA
2035 Ether / IP / TCP 192.168.1.2:4542 > 212.72.49.131:http FA
2036 Ether / IP / TCP 212.72.49.131:http > 192.168.1.2:4542 A
2037 Ether / IP / UDP / DNS Qry "oharel.stat.uconn.edu." 
2038 Ether / IP / UDP / DNS Qry "cpc2-warw5-0-0-cust497.brhm.cable.ntl.com." 
2039 Ether / IP / UDP / DNS Qry "user-142h1ae.cable.mindspring.com." 
2040 Ether / IP / UDP / DNS Qry "88-109-227-83.dynamic.dsl.as9105.com." 
2041 Ether / IP / UDP / DNS Qry "ool-435494ad.dyn.optonline.net." 
2042 Ether / IP / UDP / DNS Qry "cpe-024-074-180-249.carolina.res.rr.com." 
2043 Ether / IP / UDP / DNS Qry "ool-435047db.dyn.optonline.net." 
2044 Ether / IP / UDP / DNS Qry "d54C23868.access.telenet.be." 
2045 Ether / IP / UDP / DNS Qry "89.0.195.189.dynamic.barak-online.net." 
2046 Ether / IP / UDP / DNS Ans "137.99.56.10" 
2047 Ether / IP / UDP / DNS Ans "86.20.229.242" 
2048 Ether / IP / UDP / DNS Ans "72.40.133.78" 
2049 Ether / IP / UDP / DNS Ans "88.109.227.83" 
2050 Ether / IP / UDP / DNS Ans "67.84.148.173" 
2051 Ether / IP / UDP / DNS Ans "24.74.180.249" 
2052 Ether / IP / UDP / DNS Ans "67.80.71.219" 
2053 Ether / IP / UDP / DNS Ans "84.194.56.104" 
2054 Ether / IP / UDP / DNS Ans "89.0.195.189" 
2055 Ether / IP / UDP 66.67.61.44:58546 > 192.168.1.2:35990 / Raw
2056 Ether / IP / UDP 192.168.1.2:35990 > 67.190.177.7:10421 / Raw
2057 Ether / IP / UDP 192.168.1.2:35990 > 66.67.61.44:58546 / Raw
2058 Ether / IP / UDP 192.168.1.2:35990 > 24.50.144.100:57683 / Raw
2059 Ether / IP / UDP 192.168.1.2:35990 > 62.30.220.30:51331 / Raw
2060 Ether / IP / UDP 192.168.1.2:35990 > 70.173.223.82:45671 / Raw
2061 Ether / IP / UDP 192.168.1.2:35990 > 24.107.221.82:55335 / Raw
2062 Ether / IP / UDP 192.168.1.2:35990 > 72.181.61.199:7150 / Raw
2063 Ether / IP / UDP 192.168.1.2:35990 > 68.84.140.103:47070 / Raw
2064 Ether / IP / UDP 192.168.1.2:35990 > 67.162.133.209:56626 / Raw
2065 Ether / IP / UDP 192.168.1.2:35990 > 65.196.74.236:43411 / Raw
2066 Ether / IP / UDP 192.168.1.2:35990 > 82.216.129.118:39085 / Raw
2067 Ether / IP / UDP 192.168.1.2:35990 > 67.190.60.125:sops / Raw
2068 Ether / IP / UDP 192.168.1.2:35990 > 24.242.109.92:44872 / Raw
2069 Ether / IP / UDP / DNS Ans 
2070 Ether / IP / UDP 62.30.220.30:51331 > 192.168.1.2:35990 / Raw / Padding
2071 Ether / IP / UDP 66.67.61.44:58546 > 192.168.1.2:35990 / Raw / Padding
2072 Ether / IP / UDP 67.190.177.7:10421 > 192.168.1.2:35990 / Raw / Padding
2073 Ether / IP / UDP 82.216.129.118:39085 > 192.168.1.2:35990 / Raw / Padding
2074 Ether / IP / UDP 24.50.144.100:57683 > 192.168.1.2:35990 / Raw / Padding
2075 Ether / IP / UDP 24.107.221.82:55335 > 192.168.1.2:35990 / Raw / Padding
2076 Ether / IP / UDP 70.173.223.82:45671 > 192.168.1.2:35990 / Raw / Padding
2077 Ether / IP / UDP 68.84.140.103:47070 > 192.168.1.2:35990 / Raw / Padding
2078 Ether / IP / UDP 72.181.61.199:7150 > 192.168.1.2:35990 / Raw / Padding
2079 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
2080 Ether / IP / UDP 67.162.133.209:56626 > 192.168.1.2:35990 / Raw / Padding
2081 Ether / IP / UDP 24.242.109.92:44872 > 192.168.1.2:35990 / Raw / Padding
2082 Ether / IP / UDP 67.190.60.125:sops > 192.168.1.2:35990 / Raw / Padding
2083 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
2084 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2085 Ether / IP / UDP / DNS Qry "72.114.188.67.in-addr.arpa." 
2086 Ether / IP / UDP / DNS Qry "30.220.30.62.in-addr.arpa." 
2087 Ether / IP / UDP / DNS Qry "82.223.173.70.in-addr.arpa." 
2088 Ether / IP / UDP / DNS Qry "236.74.196.65.in-addr.arpa." 
2089 Ether / IP / UDP / DNS Ans "62-30-220-30.cable.ubr10.azte.blueyonder.co.uk." 
2090 Ether / IP / UDP / DNS Ans "c-67-188-114-72.hsd1.ca.comcast.net." 
2091 Ether / IP / UDP / DNS Ans "ip70-173-223-82.fv.dl.cox.net." 
2092 Ether / IP / UDP 192.168.1.2:35990 > 137.99.56.10:58449 / Raw
2093 Ether / IP / UDP / DNS Qry "ui.skype.com." 
2094 Ether / IP / TCP 192.168.1.2:4776 > 72.40.133.78:32656 S
2095 Ether / IP / TCP 192.168.1.2:4529 > 24.74.180.249:opennl S
2096 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
2097 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2098 Ether / IP / UDP / DNS Ans 
2099 Ether / IP / UDP / DNS Qry "62-30-220-30.cable.ubr10.azte.blueyonder.co.uk." 
2100 Ether / IP / UDP / DNS Qry "c-67-188-114-72.hsd1.ca.comcast.net." 
2101 Ether / IP / UDP / DNS Qry "ip70-173-223-82.fv.dl.cox.net." 
2102 Ether / IP / UDP 137.99.56.10:58449 > 192.168.1.2:35990 / Raw
2103 Ether / IP / UDP / DNS Ans "62.30.220.30" 
2104 Ether / IP / UDP / DNS Ans "67.188.114.72" 
2105 Ether / IP / UDP / DNS Ans "70.173.223.82" 
2106 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 PA / Raw
2107 Ether / IP / TCP 189.132.176.243:tscchat > 192.168.1.2:35990 S
2108 Ether / IP / TCP 192.168.1.2:35990 > 189.132.176.243:tscchat SA
2109 Ether / IP / UDP 189.132.176.243:4576 > 192.168.1.2:35990 / Raw
2110 Ether / IP / UDP 192.168.1.2:35990 > 189.132.176.243:4576 / Raw
2111 Ether / IP / TCP 67.71.69.121:12492 > 192.168.1.2:obrpd PA / Raw
2112 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 A
2113 Ether / IP / TCP 189.132.176.243:tscchat > 192.168.1.2:35990 A / Padding
2114 Ether / IP / TCP 189.132.176.243:tscchat > 192.168.1.2:35990 PA / Raw
2115 Ether / IP / TCP 192.168.1.2:35990 > 189.132.176.243:tscchat A
2116 Ether / IP / UDP 192.168.1.2:35990 > 65.196.74.236:43411 / Raw
2117 Ether / IP / TCP 192.168.1.2:35990 > 189.132.176.243:tscchat PA / Raw
2118 Ether / IP / UDP / DNS Ans 
2119 Ether / IP / UDP / DNS Qry "ui.skype.com." 
2120 Ether / IP / TCP 189.132.176.243:tscchat > 192.168.1.2:35990 PA / Raw
2121 Ether / IP / TCP 192.168.1.2:35990 > 189.132.176.243:tscchat A
2122 Ether / IP / TCP 192.168.1.2:35990 > 189.132.176.243:tscchat PA / Raw
2123 Ether / IP / UDP / DNS Ans 
2124 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
2125 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
2126 Ether / IP / TCP 189.132.176.243:tscchat > 192.168.1.2:35990 A / Padding
2127 Ether / IP / TCP 189.132.176.243:tscchat > 192.168.1.2:35990 FA / Padding
2128 Ether / IP / TCP 192.168.1.2:35990 > 189.132.176.243:tscchat FA
2129 Ether / IP / UDP / DNS Qry "243.176.132.189.in-addr.arpa." 
2130 Ether / IP / TCP 189.132.176.243:tscchat > 192.168.1.2:35990 A / Padding
2131 Ether / IP / UDP / DNS Ans "dsl-189-132-176-243.prod-infinitum.com.mx." 
2132 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 PA / Raw
2133 Ether / IP / UDP / DNS Qry "dsl-189-132-176-243.prod-infinitum.com.mx." 
2134 Ether / IP / TCP 67.71.69.121:12492 > 192.168.1.2:obrpd PA / Raw
2135 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 A
2136 Ether / IP / UDP 192.168.1.2:35990 > 217.8.201.21:31118 / Raw
2137 Ether / IP / UDP / DNS Ans "189.132.176.243" 
2138 Ether / IP / UDP 217.8.201.21:31118 > 192.168.1.2:35990 / Raw
2139 Ether / IP / TCP 192.168.1.2:isis_ambc > 68.171.31.88:opsession_srvr S
2140 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
2141 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2142 Ether / IP / UDP 192.168.1.2:35990 > 65.196.74.236:43411 / Raw
2143 Ether / IP / TCP 192.168.1.2:4776 > 72.40.133.78:32656 S
2144 Ether / IP / TCP 192.168.1.2:4529 > 24.74.180.249:opennl S
2145 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
2146 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
2147 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2148 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2149 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2150 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2151 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2152 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2153 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2154 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2155 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2156 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2157 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2158 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2159 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2160 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2161 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2162 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2163 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2164 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2165 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2166 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2167 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2168 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2169 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2170 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2171 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2172 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2173 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2174 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port A / Raw
2175 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2176 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
2177 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2178 00:04:76:96:7b:da > ff:ff:ff:ff:ff:ff (0x88a2) / Raw
2179 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
2180 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
2181 Ether / IP / UDP 192.168.1.2:35990 > 217.8.201.21:31118 / Raw
2182 Ether / IP / UDP 192.168.1.2:35990 > 35.10.92.61:60974 / Raw
2183 Ether / IP / UDP 192.168.1.2:35990 > 192.208.132.217:62174 / Raw
2184 Ether / IP / UDP 217.8.201.21:31118 > 192.168.1.2:35990 / Raw
2185 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 PA / Raw
2186 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 FA
2187 Ether / IP / TCP 192.168.1.2:4125 > 212.72.49.141:33033 FA
2188 Ether / IP / UDP 35.10.92.61:60974 > 192.168.1.2:35990 / Raw
2189 Ether / IP / ICMP 192.168.1.2 > 35.10.92.61 dest-unreach port-unreachable / IPerror / UDPerror / Raw
2190 Ether / IP / TCP 212.72.49.141:33033 > 192.168.1.2:4125 FA
2191 Ether / IP / TCP 192.168.1.2:4125 > 212.72.49.141:33033 A
2192 Ether / IP / TCP 67.71.69.121:12492 > 192.168.1.2:obrpd PA / Raw
2193 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 R
2194 Ether / IP / TCP 67.71.69.121:12492 > 192.168.1.2:obrpd A / Padding
2195 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 R
2196 Ether / IP / TCP 67.71.69.121:12492 > 192.168.1.2:obrpd FA / Padding
2197 Ether / IP / TCP 192.168.1.2:obrpd > 67.71.69.121:12492 R
2198 Ether / IP / TCP 172.200.160.242:11352 > 192.168.1.2:4984 PA / Raw
2199 Ether / IP / TCP 192.168.1.2:4984 > 172.200.160.242:11352 A
2200 Ether / IP / TCP 192.168.1.2:4921 > 69.113.180.235:2377 S
2201 Ether / IP / TCP 192.168.1.2:isi_irp > 68.234.20.58:nm_asses_admin S
2202 Ether / IP / TCP 192.168.1.2:4516 > 24.188.222.16:hpss_ndapi S
2203 Ether / IP / TCP 69.113.180.235:2377 > 192.168.1.2:4921 SA
2204 Ether / IP / TCP 192.168.1.2:4921 > 69.113.180.235:2377 A
2205 Ether / IP / TCP 192.168.1.2:4921 > 69.113.180.235:2377 PA / Raw
2206 Ether / IP / TCP 24.188.222.16:hpss_ndapi > 192.168.1.2:4516 SA
2207 Ether / IP / TCP 192.168.1.2:4516 > 24.188.222.16:hpss_ndapi A
2208 Ether / IP / TCP 192.168.1.2:4516 > 24.188.222.16:hpss_ndapi PA / Raw
2209 Ether / IP / TCP 68.234.20.58:nm_asses_admin > 192.168.1.2:isi_irp RA / Padding
2210 Ether / IP / UDP / DNS Qry "235.180.113.69.in-addr.arpa." 
2211 Ether / IP / TCP 69.113.180.235:2377 > 192.168.1.2:4921 R / Padding
2212 Ether / IP / TCP 192.168.1.2:4655 > 24.242.44.13:net8_cman S
2213 Ether / IP / TCP 192.168.1.2:srdp > 68.47.20.134:datalens S
2214 Ether / IP / TCP 192.168.1.2:creativeserver > 69.164.189.12:rich_cp S
2215 Ether / IP / TCP 69.113.180.235:2377 > 192.168.1.2:4921 R / Padding
2216 Ether / IP / TCP 24.188.222.16:hpss_ndapi > 192.168.1.2:4516 R / Padding
2217 Ether / IP / TCP 24.188.222.16:hpss_ndapi > 192.168.1.2:4516 R / Padding
2218 Ether / IP / UDP / DNS Ans "ool-4571b4eb.dyn.optonline.net." 
2219 Ether / IP / TCP 69.164.189.12:rich_cp > 192.168.1.2:creativeserver SA
2220 Ether / IP / TCP 192.168.1.2:creativeserver > 69.164.189.12:rich_cp A
2221 Ether / IP / TCP 192.168.1.2:creativeserver > 69.164.189.12:rich_cp PA / Raw
2222 Ether / IP / TCP 68.47.20.134:datalens > 192.168.1.2:srdp RA / Padding
2223 Ether / IP / TCP 69.164.189.12:rich_cp > 192.168.1.2:creativeserver R / Padding
2224 Ether / IP / UDP / DNS Qry "ool-4571b4eb.dyn.optonline.net." 
2225 Ether / IP / UDP / DNS Ans "69.113.180.235" 
2226 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
2227 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
2228 Ether / IP / UDP / DNS Qry "58.20.234.68.in-addr.arpa." 
2229 Ether / IP / UDP / DNS Qry "16.222.188.24.in-addr.arpa." 
2230 Ether / IP / UDP / DNS Qry "13.44.242.24.in-addr.arpa." 
2231 Ether / IP / UDP / DNS Qry "134.20.47.68.in-addr.arpa." 
2232 Ether / IP / UDP / DNS Qry "12.189.164.69.in-addr.arpa." 
2233 Ether / IP / UDP / DNS Ans "ool-18bcde10.dyn.optonline.net." 
2234 Ether / IP / UDP / DNS Ans "fl-sdade-bw-e-58.miamfl.adelphia.net." 
2235 Ether / IP / UDP / DNS Ans "cpe-24-242-44-13.hot.res.rr.com." 
2236 Ether / IP / UDP / DNS Ans "c-68-47-20-134.hsd1.ga.comcast.net." 
2237 Ether / IP / UDP / DNS Ans "monrovll-cuda1-69-164-189-12.pittpa.adelphia.net." 
2238 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp PA / Raw
2239 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system A
2240 Ether / IP / TCP 192.168.1.2:asap_tcp > 24.177.122.79:oa_system PA / Raw
2241 Ether / IP / UDP / DNS Qry "ool-18bcde10.dyn.optonline.net." 
2242 Ether / IP / UDP / DNS Qry "fl-sdade-bw-e-58.miamfl.adelphia.net." 
2243 Ether / IP / UDP / DNS Qry "cpe-24-242-44-13.hot.res.rr.com." 
2244 Ether / IP / UDP / DNS Qry "c-68-47-20-134.hsd1.ga.comcast.net." 
2245 Ether / IP / UDP / DNS Qry "monrovll-cuda1-69-164-189-12.pittpa.adelphia.net." 
2246 Ether / IP / UDP / DNS Ans "24.188.222.16" 
2247 Ether / IP / UDP / DNS Ans "68.234.20.58" 
2248 Ether / IP / UDP / DNS Ans "24.242.44.13" 
2249 Ether / IP / UDP / DNS Ans "68.47.20.134" 
2250 Ether / IP / UDP / DNS Ans "69.164.189.12" 
2251 Ether / IP / TCP 24.177.122.79:oa_system > 192.168.1.2:asap_tcp A
2252 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug PA / Raw
2253 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 A
2254 Ether / IP / TCP 192.168.1.2:as_debug > 71.10.179.129:14232 PA / Raw
2255 Ether / IP / TCP 192.168.1.2:4655 > 24.242.44.13:net8_cman S
2256 Ether / IP / TCP 71.10.179.129:14232 > 192.168.1.2:as_debug A
2257 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
2258 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A
2259 Ether / IP / TCP 189.132.176.243:tscchat > 192.168.1.2:35990 RA / Padding
2260 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 PA / Raw
2261 Ether / IP / TCP 212.204.214.114:6667 > 192.168.1.2:amt_blc_port PA / Raw
2262 Ether / IP / TCP 192.168.1.2:amt_blc_port > 212.204.214.114:6667 A

In [29]:
pkts.summary(prn=lambda x:x.sprintf("{IP:%IP.src% -> %IP.dst%\n}"
                                    "{Raw:%Raw.load%\n}"))


192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

71.10.179.129 -> 192.168.1.2
'\x88\xd3\xcdC\xf5\xa0\x0c\xc7\x0e\xc7\x94Wj\x97\xcb\xa7a\x84!@\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

192.168.1.2 -> 71.10.179.129
'\xe2t\xf3P=(\xc3\xb1\xc31\xe5\x95\xda\xe5\xf2i\xd8\x15\x01\x00\x00\x00\xff\xff'

212.204.214.114 -> 192.168.1.2
':yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+how do you mean\r\n'

192.168.1.2 -> 212.204.214.114

71.10.179.129 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

172.200.160.242 -> 192.168.1.2
'\xe8\xd7\xebE\xbf\xf6\xefV\xaa\xd7{(u\x88\xb5@\x08f\x92\xaa\xb6\xc4\xb2\x88]\xc8\x83]Ny\xb7\xf1\x07!@\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+eh?\r\n'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
':jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+what, what\r\n'

192.168.1.2 -> 212.204.214.114

71.10.179.129 -> 192.168.1.2
'\x88S\x9d#r\x15\xfb*\xbeg\xd3\x0b\xd2\xa4\r\xbd`\x8e\xde=\xf7\xe4\xe5oj\xdbX\x91\xc2\xb0D\x02\xab\xa3\x11M0\x80\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

'\x10\x00\xff\xff\xff\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

86.128.100.24 -> 192.168.1.2

192.168.1.2 -> 86.128.100.24

172.200.160.242 -> 192.168.1.2
'hj\xdf\x12O\xd7\x94\x87sVN\xd6\x9d\xb3\xe5<\xe6\xa2(\x80\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 172.200.160.242
'\x9a\xda\xb7\xc4\xd35\xe5\xe1\x9c\x95\x93u\xe7l9\x8f\xa3\xe4\x04\x00\x00\x00\xff\xff'

172.200.160.242 -> 192.168.1.2

68.95.198.126 -> 192.168.1.2
'\xacKW7h\x9co'

192.168.1.2 -> 68.95.198.126

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

86.128.187.110 -> 192.168.1.2

192.168.1.2 -> 86.128.187.110

24.177.122.79 -> 192.168.1.2
'\xaay\xber\x8e\xc1w\x11\x97\xe6\xb9l\xe6+/\xf0aI\xc8\x00\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

192.168.1.2 -> 24.177.122.79
'\xaay\xber\x8e\xc1w\x11\x97\xe6\xb9l\xe6+/\xf0a\x0fL\x00\x00\x00\x00\xff\xff'

24.177.122.79 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':hurra!n=lolo@p54921341.dip0.t-ipconnect.de PRIVMSG #amarok :+;p\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 212.204.214.114
'WHO #rokymotion\n'

212.204.214.114 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 352 vmlemon #rokymotion n=lando pool-71-121-181-242.sttlwa.dsl-w.verizon.net irc.freenode.net land0 H :0 gaim\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell\r\n:sterling.freenode.net 352 vmlemon #rokymotion i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 P'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'aul Cifarelli\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=mark amarok/developer/markey irc.freenode.net markey H :0 Mark Kretschmann\r\n:sterling.freenode.net 352 vmlemon #rokymotion i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman\r\n:sterling.freenode.net 352 vmlemon #rokymotion i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie\r\n:sterling.freenode.net 352 vmlemon #rokymotion ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)\r\n:sterling.freenode.net 315 vmlemon #rokymotion :End of /WHO list.\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+yaloki: not sure how to be more clear :)\r\n'

192.168.1.2 -> 212.204.214.114

172.200.160.242 -> 192.168.1.2
'h\xfa\xfc\xce\xf9\x15M\x7f\x8b\xbc\xcf\xcd\xd9\x94&\\\x0f\x1b\xe7\xc0\xb6L\x9e\x99\x01 \x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

86.128.187.110 -> 192.168.1.2

192.168.1.2 -> 86.128.187.110

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

71.10.179.129 -> 192.168.1.2
'h\xdd\xd6T\x91\xdeI\xaa<\x01\xb3\xce&m\x9e\xa5\x07\xcb\x8cg$\xc2\xb8\x82\x05 \xf1\x0eu4\x03\xb6\xe3\xeb\x10cmN\x00\x01\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

192.168.1.2 -> 68.32.70.119
'\x00\x00\x00o'

68.32.70.119 -> 192.168.1.2
'\x00\x0c\x00p\x00\x00;<\x00>8$\x00\x80Y\xe1'

192.168.1.2 -> 68.32.70.119
'\x00\x00\x00\x08'

172.200.160.242 -> 192.168.1.2
'\xe8\x83\xc4\x93\xbf61\xe7\x14\xe7\xf8\xe8W\xbbYe"\x8d\xf6\xad\xe4\xeagC.\x90\x93\xb0\xedvB\x84\xba\x13@\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 192.168.1.1

68.32.70.119 -> 192.168.1.2
'\x00\x00\x00\t'

192.168.1.2 -> 68.32.70.119

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 71.10.179.129
'ZW4\xf5\xfe\x9d3\xf9R\xff\x0f\xdf\xfc\xf4|\xfa\xb4AT\xdc\x01\x00\x00\x00\xff\xff'

192.168.1.2 -> 172.200.160.242
'ZW4\xf5\xfe\x9d3\xf9R\xff\x0f\xdf\xfc\xf4|\xfa\xb4AT\x00\x01\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79
'ZW4\xf5\xfe\x9d3\xf9R\xff\x0f\xdf\xfc\xf4|\xfa\xb4AT\xe4\x03\x00\x00\x00\xff\xff'

172.200.160.242 -> 192.168.1.2

24.177.122.79 -> 192.168.1.2

71.10.179.129 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+eean: he just has taglib 1.4 from the distro\r\n'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
':eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+your user might have more then one taglib installed\r\n'

192.168.1.2 -> 212.204.214.114

71.10.179.129 -> 192.168.1.2
'\xc8*k\xbek\xedc\xad\xef\xbf\xdb~\xbf\xf3\x95\xd9\n\xf3\xbe\xaa\x93\xeb\x85\x8dm\xc1\xc8\xa9\xb1\x9f\xc0A\x12\x00\x01\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

24.177.122.79 -> 192.168.1.2
'\xba\x18T\xb0d\xd6\xd92\xb7U\xbd\x0e\xef\xcf\xdc\x0e\xbc\x81u\xa1\x14\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

212.204.214.114 -> 192.168.1.2
':eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+how do you know that? :)\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 68.95.198.126
'\xfc'

68.95.198.126 -> 192.168.1.2
'\xe2'

192.168.1.2 -> 68.95.198.126

192.168.1.2 -> 212.204.214.114
'WHO #amarok\n'

212.204.214.114 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 352 vmlemon #amarok n=un70uch dslb-082-083-102-208.pools.arcor-ip.net irc.freenode.net Untouch H :0 Kai Knoblauch\r\n:sterling.freenode.net 352 vmlemon #amarok n=arkanoid 8-255-173-213.static.dsl.webpartner.net irc.freenode.net arkanoid H :0 Anders Ossowicki\r\n:sterling.freenode.net 352 vmlemon #amarok n=lolo p54921341.dip0.t-ipconnect.de irc.freenode.net hurra H :0 hurra2\r\n:sterling.freenode.net 352 vmlemon #amarok n=yaloki 156.185-64-87.adsl-dyn.isp.belgacom.be irc.freenode.net yaloki H :0 Pascal Bleser\r\n:sterling.freenode.net 352 vmlemon #amarok n=netfuchs 158-237-221-213-pool.cable.fcom.ch irc.freenode.net NetFox H :0 Christian Loosli\r\n:sterling.freenode.net 352 vmlemon #amarok n=arkanoid 8-255-173-213.static.dsl.webpartner.net irc.freenode.net arkanoid_ H :0 Anders Ossowicki\r\n:sterling.freenode.net 352 vmlemon #amarok n=freqmod 140.84-48-78.nextgentel.com irc.freenode.net freqmod H :0 Frederik M.J. Vestre\r\n:sterling.freenode.net 352 vmlemon #amarok n=tim henri.gotadsl.co.uk irc.freeno'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'de.net SmileyG H :0 Smiley\r\n:sterling.freenode.net 352 vmlemon #amarok n=horst p54ABC281.dip0.t-ipconnect.de irc.freenode.net maelcum_ H :0 horst\r\n:sterling.freenode.net 352 vmlemon #amarok n=thunderc 84-51-130-71.judith186.adsl.metronet.co.uk irc.freenode.net TeaSea H :0 Matt Harker\r\n:sterling.freenode.net 352 vmlemon #amarok n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert\r\n:sterling.freenode.net 352 vmlemon #amarok n=candyban 83-217-92-49.adsl.realdsl.be irc.freenode.net candyban_ H :0 Tim Habex\r\n:sterling.freenode.net 352 vmlemon #amarok n=rbot amarok/bot/noatun irc.freenode.net noatun H :0 Ruby bot. (c) Tom Gilbert\r\n:sterling.freenode.net 352 vmlemon #amarok n=Knut p50891F24.dip0.t-ipconnect.de irc.freenode.net Knut H :0 Michael Lamberti\r\n:sterling.freenode.net 352 vmlemon #amarok n=mkoebele firewall.net-sweeper.com irc.freenode.net mkoebele H :0 Martin K\xf6bele\r\n:sterling.freenode.net 352 vmlemon #amarok n=shawn S010600131096809c.vc.shawcable.net irc.freenode.net Rede- H :0 Shawn\r\n:sterling.freenode.net 352 vmlemon #amarok n=bla dslb-084-063-070-084.pools.arcor-ip.net irc.freenode.net hst- H :0 rduke\r\n:sterling.freenode.net 352 vmlemon #amarok n=pixelbre p549BE952.dip.t-dialin.net irc.freenode.net pixelbrei H :0 pixelbrei\r\n:sterling.freenode.net 352 vmlemon #amarok n=lightyea p54875D13.dip.t-dialin.net irc.freenode.net lightyear H :0 Benjamin Kampmann\r\n:sterling.freenode.net 352 vmlem'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'on #amarok n=shash 59.144.17.244 irc.freenode.net _shash__ H :0 T.R.Shashwath\r\n:sterling.freenode.net 352 vmlemon #amarok n=DasTier HSI-KBW-085-216-054-105.hsi.kabelbw.de irc.freenode.net Gentle H :0 DasTier\r\n:sterling.freenode.net 352 vmlemon #amarok n=dongz cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai2 H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=frederik d54C0A592.access.telenet.be irc.freenode.net |Frederik H :0 Frederik\r\n:sterling.freenode.net 352 vmlemon #amarok n=astal 213-140-22-67.fastres.net irc.freenode.net astal H :0 Gianluca\r\n:sterling.freenode.net 352 vmlemon #amarok n=bart amarok/developer/Stecchino irc.freenode.net Shanachie H :0 Bart Cerneels\r\n:sterling.freenode.net 352 vmlemon #amarok i=damm cl-51.qas-01.us.sixxs.net irc.freenode.net Damm_ H :0 Damm\r\n:sterling.freenode.net 352 vmlemon #amarok n=jon 106.Red-213-96-137.staticIP.rima-tde.net irc.freenode.net nefertum H :0 Jon\r\n:sterling.freenode.net 352 vmlemon #amarok n=adaliff6 cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai H :0 Leif\r\n:sterling.freenode.net 352 vmlemon #amarok n=Gentoux APoitiers-153-1-67-94.w86-196.abo.wanadoo.fr irc.freenode.net Aubustou H :0 Aubustou\r\n:sterling.freenode.net 352 vmlemon #amarok n=delmonic p54AEE220.dip.t-dialin.net irc.freenode.net delmonico H :0 Christoph Neuroth\r\n:sterling.freenode.net 352 vmlemon #amarok i=PussInBo gateway/tor/x-1ccc744b8fed67a4 irc.freenode.net PussInBoots H :0'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
' pussinboots\r\n:sterling.freenode.net 352 vmlemon #amarok n=sean h26.149.4.12.cable.frzr.cablerocket.net irc.freenode.net Pio H :0 sean\r\n:sterling.freenode.net 352 vmlemon #amarok n=mseiwert c192003.adsl.hansenet.de irc.freenode.net save H :0 Michael Seiwert\r\n:sterling.freenode.net 352 vmlemon #amarok n=berkus ip251.cab28.mus.starman.ee irc.freenode.net berkus H :0 berkus\r\n:sterling.freenode.net 352 vmlemon #amarok n=max pD9504E3D.dip0.t-ipconnect.de irc.freenode.net maxx_k H :0 Maximilian Kossick\r\n:sterling.freenode.net 352 vmlemon #amarok n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3\r\n:sterling.freenode.net 352 vmlemon #amarok n=shaikun 204.193.196.80 irc.freenode.net Shaikun H :0 Great User Shaisama\r\n:sterling.freenode.net 352 vmlemon #amarok n=guru shadowfax2.Stanford.EDU irc.freenode.net QBob_ G :0 Joe Rabinoff\r\n:sterling.freenode.net 352 vmlemon #amarok n=colmcill 82-69-123-182.dsl.in-addr.zen.co.uk irc.freenode.net colmcille H :0 colmcille\r\n:sterling.freenode.net 352 vmlemon #amarok n=carewolf 0x535b82a7.bynxx18.adsl-dhcp.tele.dk irc.freenode.net carewolf H :0 Allan Sandfeld\r\n:sterling.freenode.net 352 vmlemon #amarok n=qba azk210.internetdsl.tpnet.pl irc.freenode.net JakubS_ H :0 Jakub Stachowski\r\n:sterling.freenode.net 352 vmlemon #amarok n=opera 0x555298c4.adsl.cybercity.dk irc.freenode.net johso H :0 Johs\r\n:sterling.freenode.net 352 vmlemon #amarok n=bob 32.108-84-212.ippool.ndo.com irc.'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'freenode.net bob__ H :0 bob\r\n:sterling.freenode.net 352 vmlemon #amarok n=spi c-71-192-98-87.hsd1.ma.comcast.net irc.freenode.net spisaacs H :0 spisaacs\r\n:sterling.freenode.net 352 vmlemon #amarok n=brandon ubuntu/member/pdpc.active.imbrandon irc.freenode.net imbrandon H :0 Brandon Holtsclaw\r\n:sterling.freenode.net 352 vmlemon #amarok n=ico2 modem-1199.chimpanzee.dialup.pol.co.uk irc.freenode.net ico2_ H :0 ico2\r\n:sterling.freenode.net 352 vmlemon #amarok n=dkey 192-186-stud-adsl.wu-wien.ac.at irc.freenode.net dkey H :0 dkey\r\n:sterling.freenode.net 352 vmlemon #amarok n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key\r\n:sterling.freenode.net 352 vmlemon #amarok n=vmrh vaslibre/member/TecnoVM64 irc.freenode.net TecnoVM64 H :0 Victor Rom\xc3\xa1n\r\n:sterling.freenode.net 352 vmlemon #amarok n=biAtch p54A84B66.dip0.t-ipconnect.de irc.freenode.net klos H :0 klos\r\n:sterling.freenode.net 352 vmlemon #amarok n=mducharm Toronto-HSE-ppp3643172.sympatico.ca irc.freenode.net mducharme H :0 Mathieu Ducharme\r\n:sterling.freenode.net 352 vmlemon #amarok n=devon 68-67-246-67.chvlva.adelphia.net irc.freenode.net devon H :0 Devon Warren\r\n:sterling.freenode.net 352 vmlemon #amarok n=ccc c-e82be155.225-1-64736c10.cust.bredbandsbolaget.se irc.freenode.net ccc_ H :0 ccc\r\n:sterling.freenode.net 352 vmlemon #amarok n=hunt0r dslb-088-064-048-106.pools.arcor-ip.net irc.freenode.net hunt0r H :0 Using KVIrc 3.2.0 '

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
"'Realia'\r\n:sterling.freenode.net 352 vmlemon #amarok n=drac 209.89.149.5 irc.freenode.net carl_2 H :0 drac\r\n:sterling.freenode.net 352 vmlemon #amarok n=samuli 84-253-197-118.satp.customers.dnainternet.fi irc.freenode.net Kupuntu H :0 Samuli\r\n:sterling.freenode.net 352 vmlemon #amarok n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell\r\n:sterling.freenode.net 352 vmlemon #amarok i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan\r\n:sterling.freenode.net 352 vmlemon #amarok n=jiihaaa dsl-lprgw1-feacde00-254.dhcp.inet.fi irc.freenode.net Jiihaaa H :0 JHa+\r\n:sterling.freenode.net 352 vmlemon #amarok n=Jejem 88.122.85.197 irc.freenode.net Jejem H :0 Jeremy Desvages\r\n:sterling.freenode.net 352 vmlemon #amarok n=aka_drui CAcert-br/akadruid irc.freenode.net aka_druid H :0 aka_druid\r\n:sterling.freenode.net 352 vmlemon #amarok n=jb e176174043.adsl.alicedsl.de irc.freenode.net johnyb H :0 Julian Baeume\r\n:sterling.freenode.net 352 vmlemon #amarok n=chatzill d213-103-213-33.cust.tele2.fr irc.freenode.net bogdanb H :0 New Now Know How\r\n:sterling.freenode.net 352 vmlemon #amarok n=himitsu 203.205.119.19 irc.freenode.net himitsu_ H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=Mogger 1-1-4-21a.gan.gbg.bostream.se irc.freenode.net Mogger G :0 mogx0r\r\n:sterling.freenode.net 352 vmlemon #amarok n=rick c-71-227-234-92.hsd1.or.comcast.net irc.freenode.net rikstah H :0 Richard Hamnet"

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
't\r\n:sterling.freenode.net 352 vmlemon #amarok n=butenda 68.56.241.220 irc.freenode.net raijin H :0 raijin\r\n:sterling.freenode.net 352 vmlemon #amarok n=arpu chello080109078137.4.15.univie.teleweb.at irc.freenode.net whitewindow H :0 arpu\r\n:sterling.freenode.net 352 vmlemon #amarok n=Drachir p5091FF80.dip.t-dialin.net irc.freenode.net Drachir H :0 User Privat\r\n:sterling.freenode.net 352 vmlemon #amarok n=darth_an adsl-70-241-84-164.dsl.hstntx.swbell.net irc.freenode.net Telroth`` H :0 Darth Android the Dragon\r\n:sterling.freenode.net 352 vmlemon #amarok n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert\r\n:sterling.freenode.net 352 vmlemon #amarok n=polux ANancy-152-1-40-117.w83-194.abo.wanadoo.fr irc.freenode.net polux G :0 Paul Brauner\r\n:sterling.freenode.net 352 vmlemon #amarok n=drbob ip110-32-209-87.adsl2.versatel.nl irc.freenode.net drbob H :0 Doctor Bob\r\n:sterling.freenode.net 352 vmlemon #amarok n=mark dyn-27.greentreefrog.net.au irc.freenode.net SmileeeM H :0 mark\r\n:sterling.freenode.net 352 vmlemon #amarok n=jan core.fluendo.com irc.freenode.net thaytan H :0 Jan Schmidt\r\n:sterling.freenode.net 352 vmlemon #amarok n=atoms angela.netparks.lv irc.freenode.net Atoms G :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=jose CPE-24-166-171-64.kc.res.rr.com irc.freenode.net jose H :0 Jose Alejandro Perez Vasquez\r\n:sterling.freenode.net 352 vmlemon #amarok i=arrakis p5498E1F8.dip.t-dialin.net '

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'irc.freenode.net highelf H :0 Julien\r\n:sterling.freenode.net 352 vmlemon #amarok n=chris S01060016b649355d.ed.shawcable.net irc.freenode.net chris_ H :0 billytwowilly\r\n:sterling.freenode.net 352 vmlemon #amarok n=dmbkiwi 203-114-186-21.bitstream.sta.fx.net.nz irc.freenode.net _matt H :0 Dumbkiwi\r\n:sterling.freenode.net 352 vmlemon #amarok n=deadsoul pdpc/supporter/student/deadsouls irc.freenode.net deadsouls H :0 They keep calling me...\r\n:sterling.freenode.net 352 vmlemon #amarok n=funky c83-248-154-161.bredband.comhem.se irc.freenode.net HairMetalAddict G :0 HairMetalAddict\r\n:sterling.freenode.net 352 vmlemon #amarok n=pussfell 166-82-183-46.quickclick.ctc.net irc.freenode.net pussfeller H :0 man of action\r\n:sterling.freenode.net 352 vmlemon #amarok n=fredrik c83-249-213-255.bredband.comhem.se irc.freenode.net \\foo\\ H :0 fredrik\r\n:sterling.freenode.net 352 vmlemon #amarok n=cocobo 85.8.9.32.se.wasadata.net irc.freenode.net cocobo H :0 cocobo\r\n:sterling.freenode.net 352 vmlemon #amarok n=illissiu dsl54001BA1.pool.t-online.hu irc.freenode.net illissius_ H :0 G\xc3\xa1bor Lehel\r\n:sterling.freenode.net 352 vmlemon #amarok n=fiveiron 74.137.134.5 irc.freenode.net fiveiron H :0 Aaron Dunlap\r\n:sterling.freenode.net 352 vmlemon #amarok n=kal cpe-69-204-217-232.stny.res.rr.com irc.freenode.net hayaka H :0 kal\r\n:sterling.freenode.net 352 vmlemon #amarok n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 Paul Cifarelli\r\n:sterlin'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'g.freenode.net 352 vmlemon #amarok n=mastertu server.tectran.com.br irc.freenode.net Mastertu1 H :0 Tulio Cesar Martins Pereira\r\n:sterling.freenode.net 352 vmlemon #amarok n=chris gentoo/developer/ChrisWhite irc.freenode.net ChrisWhite H :0 Chris White\r\n:sterling.freenode.net 352 vmlemon #amarok n=jkaufman 132.235.14.124 irc.freenode.net hops H :0 jkaufman\r\n:sterling.freenode.net 352 vmlemon #amarok n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin\r\n:sterling.freenode.net 352 vmlemon #amarok n=mark amarok/developer/markey irc.freenode.net markey H@ :0 Mark Kretschmann\r\n:sterling.freenode.net 352 vmlemon #amarok n=rich 81.94.235.186 irc.freenode.net Richlv G :0 Rihards\r\n:sterling.freenode.net 352 vmlemon #amarok i=tm_travo xob.kapsi.fi irc.freenode.net Tm_T G :0 Jussi Kekkonen\r\n:sterling.freenode.net 352 vmlemon #amarok n=Mowgel dsl-sjkgw4-fef7f800-117.dhcp.inet.fi irc.freenode.net Mazoon G :0 Tuomas\r\n:sterling.freenode.net 352 vmlemon #amarok n=maxie cpe-065-190-198-219.nc.res.rr.com irc.freenode.net MxReb0 H :0 Max Cohen\r\n:sterling.freenode.net 352 vmlemon #amarok n=j unaffiliated/jott irc.freenode.net jott H :0 j\r\n:sterling.freenode.net 352 vmlemon #amarok n=jesse teranetworks.de irc.freenode.net jesse H :0 jesse\r\n:sterling.freenode.net 352 vmlemon #amarok n=clavius unaffiliated/clavius irc.freenode.net clavius H :0 James\r\n:sterling.freenode.net 352 vmlemon #amarok n=B client-86-27-69'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'-183.winn.adsl.virgin.net irc.freenode.net mxcl H :0 Max Howell\r\n:sterling.freenode.net 352 vmlemon #amarok n=nakkel vektori.com irc.freenode.net Nakkel H :0 Jouni Karlsson\r\n:sterling.freenode.net 352 vmlemon #amarok n=Bleeter guifications/developer/bleeter irc.freenode.net Bleeter G :0 Bleeter Yaluser\r\n:sterling.freenode.net 352 vmlemon #amarok n=moose 83.142.226.235 irc.freenode.net mustaqila H :0 Muz\r\n:sterling.freenode.net 352 vmlemon #amarok n=muesli 83.142.226.235 irc.freenode.net mueslix H :0 muesli\r\n:sterling.freenode.net 352 vmlemon #amarok n=Amarok 24.50.92.60 irc.freenode.net Amarok H :0 magnusbot\r\n:sterling.freenode.net 352 vmlemon #amarok n=joe conky/developer/j-rock irc.freenode.net j-rock H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok i=shift 2001:618:400:8e35:202:44ff:fe43:c9ce irc.freenode.net shift H :0 .x.\r\n:sterling.freenode.net 352 vmlemon #amarok n=nobody ppp118-147.adsl.forthnet.gr irc.freenode.net parapente H :0 duh!\r\n:sterling.freenode.net 352 vmlemon #amarok i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman\r\n:sterling.freenode.net 352 vmlemon #amarok n=samsung 121.134.11.247 irc.freenode.net faddat H :0 doommeister\r\n:sterling.freenode.net 352 vmlemon #amarok n=eron netblock-66-245-232-7.dslextreme.com irc.freenode.net gruen0 G :0 Aaron V.\r\n:sterling.freenode.net 352 vmlemon #amarok n=js152033 192.18.43.249 irc.freenode.net neddy H :0 gaim\r\n:sterling.freenode.net 352 vmlemon #'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'amarok i=canidae exent.net irc.freenode.net canidae H :0 Vidar Wahlberg\r\n:sterling.freenode.net 352 vmlemon #amarok i=e-trolle deepthroat.deswahnsinns.de irc.freenode.net lilalinux H :0 Nabil Sayegh\r\n:sterling.freenode.net 352 vmlemon #amarok i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie\r\n:sterling.freenode.net 352 vmlemon #amarok n=Your konversation/user/illogic-al irc.freenode.net illogic-al H :0 been\r\n:sterling.freenode.net 352 vmlemon #amarok i=mike chrondo.com irc.freenode.net picasso H :0 poop socks\r\n:sterling.freenode.net 352 vmlemon #amarok n=Pants 74.136.11.203 irc.freenode.net Frozen-Solid H :0 Pants\r\n:sterling.freenode.net 352 vmlemon #amarok i=mag 178-mi2-1.acn.waw.pl irc.freenode.net ^^MAg^^ H :0 mag@entropy.be\r\n:sterling.freenode.net 352 vmlemon #amarok n=ian amarok/developer/eean irc.freenode.net eean H :0 Ian\r\n:sterling.freenode.net 352 vmlemon #amarok i=cia cia.navi.cx irc.freenode.net CIA-2 H :0 CIA Bot (http://cia.navi.cx)\r\n:sterling.freenode.net 352 vmlemon #amarok n=JG^ 84.113.248.162 irc.freenode.net JG^ H :0 JG\r\n:sterling.freenode.net 352 vmlemon #amarok i=adamcik cassarossa.samfundet.no irc.freenode.net adamcik H :0 Thomas Adamcik\r\n:sterling.freenode.net 352 vmlemon #amarok n=sili 80-218-82-232.dclient.hispeed.ch irc.freenode.net sandlee__ H :0 Sandlee\r\n:sterling.freenode.net 352 vmlemon #amarok n=eastein TOBA.RES.WPI.NET irc.freenode.net Toba G :0 Eric Stein\r\n:sterling'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
".freenode.net 352 vmlemon #amarok n=damm mybox.ngworld.net irc.freenode.net Damm G :0 Blowin' through the jasmine in my mind\r\n:sterling.freenode.net 352 vmlemon #amarok n=andreu 85.Red-81-39-41.dynamicIP.rima-tde.net irc.freenode.net andreu H :0 andreu\r\n:sterling.freenode.net 352 vmlemon #amarok ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services\r\n:sterling.freenode.net 352 vmlemon #amarok n=and 2002:3e41:ec17:0:0:620:6523:6023 irc.freenode.net and_ H :0 anonymous\r\n:sterling.freenode.net 352 vmlemon #amarok n=arohae taniwha.acm.jhu.edu irc.freenode.net Triskelios H :0 N.Cat\r\n:sterling.freenode.net 352 vmlemon #amarok n=trucks unaffiliated/hagabaka irc.freenode.net hagabaka H :0 Hagabaka\r\n:sterling.freenode.net 352 vmlemon #amarok n=ntryon cpe-66-67-53-166.rochester.res.rr.com irc.freenode.net Dhraakellian H :0 Nick Tryon (Dhraak)\r\n:sterling.freenode.net 352 vmlemon #amarok i=bizkit baze.de irc.freenode.net b1z G :0 biz\r\n:sterling.freenode.net 352 vmlemon #amarok n=freenode www.sjs-elisabeth.wh.uni-erlangen.de irc.freenode.net s|mon G :0 freenode\r\n:sterling.freenode.net 352 vmlemon #amarok i=razor139 default.tixit.se irc.freenode.net razor1394 H :0 RaZoR1394\r\n:sterling.freenode.net 352 vmlemon #amarok i=never C239-209.surffi.net irc.freenode.net Neverther H :0 Crack in childs toy\r\n:sterling.freenode.net 352 vmlemon #amarok i=christia a15202173.alturo-server.de irc.freenode.net oxygen` H :0 Christian Samsel\r\n:s"

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'terling.freenode.net 352 vmlemon #amarok n=pankaj unaffiliated/spo0nman irc.freenode.net spo0nman G :0 pankaj\r\n:sterling.freenode.net 352 vmlemon #amarok n=marco kde/developer/gulino irc.freenode.net RockMan G :0 Marco Gulino\r\n:sterling.freenode.net 352 vmlemon #amarok n=andrew c-24-63-236-4.hsd1.ma.comcast.net irc.freenode.net achanler H :0 Andrew\r\n:sterling.freenode.net 352 vmlemon #amarok i=isolis hermosa.cse.ucsc.edu irc.freenode.net cureless G :0 Nacho\r\n:sterling.freenode.net 352 vmlemon #amarok i=real 2416443hfc19.tampabay.res.rr.com irc.freenode.net verus H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=dbglt 220-245-154-191-vic-pppoe.tpgi.com.au irc.freenode.net dbglt H :0 Bob\r\n:sterling.freenode.net 352 vmlemon #amarok n=sway 84-74-130-1.dclient.hispeed.ch irc.freenode.net cocaa_ H :0 sway\r\n:sterling.freenode.net 352 vmlemon #amarok i=nike wikipedia/Nikerabbit irc.freenode.net Nikerabbit G :0 Niklas Laxstr\xc3\xb6m\r\n:sterling.freenode.net 352 vmlemon #amarok i=gnosis ganymede.jtan.com irc.freenode.net pattern H :0 pattern\r\n:sterling.freenode.net 352 vmlemon #amarok n=blurpy ti231210a080-2776.bb.online.no irc.freenode.net blurpy H :0 Blurpy\r\n:sterling.freenode.net 352 vmlemon #amarok i=cromo klej.net irc.freenode.net cromo H :0 cromo\r\n:sterling.freenode.net 352 vmlemon #amarok n=unknown 164.80-202-111.nextgentel.com irc.freenode.net Bjoern-Erik H :0 Bj\xc3\xb8rn Erik\r\n:sterling.freenode.net 352 vmlemon #amarok n=sven k'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'illefiz.de irc.freenode.net killefiz H :0 Sven Lankes\r\n:sterling.freenode.net 352 vmlemon #amarok i=sentinal 80.247.212.3 irc.freenode.net L4serKiLL H :0 L4serKiLL\r\n:sterling.freenode.net 352 vmlemon #amarok n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier\r\n:sterling.freenode.net 352 vmlemon #amarok n=jmworx theorix.CeNTIE.NET.au irc.freenode.net jmworx H :0 Jean-Marc Valin\r\n:sterling.freenode.net 352 vmlemon #amarok n=jm voip1.CeNTIE.NET.au irc.freenode.net jmghost H :0 Jean-Marc Valin\r\n:sterling.freenode.net 352 vmlemon #amarok n=johann bre29-1-82-245-186-86.fbx.proxad.net irc.freenode.net Johann_ol H :0 Johann Ollivier Lapeyre\r\n:sterling.freenode.net 352 vmlemon #amarok n=indro 212.103.66.234 irc.freenode.net Indro G :0 indro\r\n:sterling.freenode.net 352 vmlemon #amarok n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo\r\n:sterling.freenode.net 352 vmlemon #amarok n=dwar 154.163.216.81.static.g-fa.siw.siwnet.net irc.freenode.net dwar H :0 Daniel\r\n:sterling.freenode.net 352 vmlemon #amarok n=excitato CPE-70-94-39-68.wi.res.rr.com irc.freenode.net excitatory H :0 excitatory\r\n:sterling.freenode.net 352 vmlemon #amarok i=ffff x02.monolithnetworks.net irc.freenode.net tomr H :0 tom\r\n:sterling.freenode.net 352 vmlemon #amarok i=trotek 204.8.223.19 irc.freenode.net tro G :0 Tro\r\n:sterling.freenode.net 352 vmlemon #amarok n=sander 88.211.140.199 irc.freenode.net snader G :0 Sande'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'r Zwier\r\n:sterling.freenode.net 352 vmlemon #amarok i=chryse 84.20.147.3 irc.freenode.net MuJ H :0 Jouni Muttilainen\r\n:sterling.freenode.net 352 vmlemon #amarok i=sbw25 131.111.245.220 irc.freenode.net mollmerx H :0 Stephen Williams\r\n:sterling.freenode.net 352 vmlemon #amarok i=fox vpn017250.uni-rostock.de irc.freenode.net fuchs G :0 Bjoern Krombholz\r\n:sterling.freenode.net 352 vmlemon #amarok n=Jukka dsl-hpo-fef3fb00-4.dhcp.inet.fi irc.freenode.net Juki H :0 Jukka\r\n:sterling.freenode.net 352 vmlemon #amarok i=whocares saus04.usc.es irc.freenode.net BleedAway H :0 stickman\r\n:sterling.freenode.net 352 vmlemon #amarok n=zeth pc77-134.telge.kth.se irc.freenode.net joch H :0 zeth\r\n:sterling.freenode.net 352 vmlemon #amarok n=blah 203-97-119-118.cable.telstraclear.net irc.freenode.net snoops H :0 fiz\r\n:sterling.freenode.net 352 vmlemon #amarok i=user unaffiliated/honey irc.freenode.net honeyzzz H :0 user\r\n:sterling.freenode.net 352 vmlemon #amarok n=t30 87.4.133.14 irc.freenode.net t30 H :0 t30\r\n:sterling.freenode.net 352 vmlemon #amarok i=lusikka 83.145.202.131 irc.freenode.net Lusikka H :0 Lusikka\r\n:sterling.freenode.net 352 vmlemon #amarok n=ryan evil.pengu.in irc.freenode.net ObsidianX H :0 ryan\r\n:sterling.freenode.net 352 vmlemon #amarok i=lex evot.us irc.freenode.net lex H :0 Lex\r\n:sterling.freenode.net 352 vmlemon #amarok n=aumuell amarok/developer/aumuell irc.freenode.net aumuell H :0 Martin Aumueller\r\n:sterling.freenode.'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'net 352 vmlemon #amarok i=basquiat phylogeny1.bot.biologie.uni-tuebingen.de irc.freenode.net basquiat H :0 Jens Mayer\r\n:sterling.freenode.net 352 vmlemon #amarok n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)\r\n:sterling.freenode.net 352 vmlemon #amarok i=wally khayts.us irc.freenode.net Khaytsus H :0 unlimitedphoto.com\r\n:sterling.freenode.net 352 vmlemon #amarok i=hhamalai myntti.helsinki.fi irc.freenode.net dah H :0 Harri A O Hamalainen\r\n:sterling.freenode.net 352 vmlemon #amarok n=jer 24-107-233-133.dhcp.oxfr.ma.charter.com irc.freenode.net UsagiJer H :0 Jer Jer Bo Ber\r\n:sterling.freenode.net 352 vmlemon #amarok n=vincent h8441252227.dsl.speedlinq.nl irc.freenode.net cannajunk H :0 Vincent Stans\r\n:sterling.freenode.net 315 vmlemon #amarok :End of /WHO list.\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

172.200.160.242 -> 192.168.1.2
'h\xb5X\xcc\x87_\xc7\xa7T\xf3p~=\x7f\xa3\x08\xde\x02\xd2\xe3\xf2\x90\xb08\xd2\x87\x1cT\xcd\xd8vE \xd5\xa7\x00\x01\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

212.204.214.114 -> 192.168.1.2
':yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+rpm -q taglib\r\n'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
':yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+rpm -q taglib\r\n'

192.168.1.2 -> 212.204.214.114

71.10.179.129 -> 192.168.1.2
'\xc8\xfb\xd4\xdd\xfd\xcb\x16=\xbdjj\x10\xf9\xc2(\xeb;\x9e6\xaf63\x966/+\xa2\xcd\x0b\x10\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

71.10.179.129 -> 192.168.1.2
'H\xc417l\xf2b\xa7\xbd\xb1\x12\xe2b\xef%\x9fa\x04$@\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

192.168.1.2 -> 71.10.179.129
'\x12q\xcc\r\x9b\xbc\xd8io\xac\x84\xb8\xd8{\xc9g\xd8\x9d\x0f\x00\x00\x00\xff\xff'

71.10.179.129 -> 192.168.1.2

172.200.160.242 -> 192.168.1.2
'h\x9a\xf3]\xf3{\t\xc9\xc1\xf7-\xfb\xc5.\xb7\xc3\x17\xaf{p9o\xec\xc9A\x19e?\x81m\x92\x01i\xe0\x0c \x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

172.200.160.242 -> 192.168.1.2
'\x88wMQg\xfb\xae\xfdk\x7f~\x08\xf8\xe1\xde\xba\x19#\xa8\x00\x02\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

71.10.179.129 -> 192.168.1.2
'HJ\xbc\xa2^\xc6j\x91\xc5t\xd6;\x9c!\x96\t\xb0\xe1\xd1\x0f3\xce\x9e;\xe1\xa5\x8b\xd44 \x9c\x19\x01\x02\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

192.168.1.2 -> 172.200.160.242
'\xe2]S\xd4\xd9\xbek\xff\xda\x9f\x1f\x02~\xb8\xb7n\xc6\xee|\x00\x00\x00\x00\xff\xff'

172.200.160.242 -> 192.168.1.2



192.168.1.2 -> 86.197.95.238
'\x15\xe8\x02+\xb7/\xed|\xe1\xba\x8f\xbas\x7f\x7f?\xd6\xc9'

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 86.31.70.81
'\x15\xea\x02\x7f\r\xac:v\x7f\x97\x85\xef\xb9\x90\xd15\xd2\x97'

192.168.1.2 -> 86.220.100.25
'\x15\xec\x02\x1b\xec\x1e\xe3u\xfbC\xeb\xf6\x9fHY\x96\xab\xd1'

192.168.1.2 -> 86.130.63.111
'\x15\xee\x02x\x89\x858qv?Y\xe6\x82\xdbCs\xcf!'

192.168.1.2 -> 80.216.195.140
'\x15\xf0\x02\x07\x1b\xc8Ir\xf2\xeb7.\xc1\xf8\xb8t\x07\x85'

24.177.122.79 -> 192.168.1.2
'z\xd2\xe5;\xe97\xbb\x9bC\xff\xf7\x80\xb5a\x81\xc9\xe1\x98\xc6\x00\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

192.168.1.2 -> 24.177.122.79
'z\xd2\xe5;\xe97\xbb\x9bC\xff\xf7\x80\xb5a\x81\xc9\xe1X\x9d\x0f\x00\x00\x00\xff\xff'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

24.177.122.79 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+yes, sec\r\n'

192.168.1.2 -> 212.204.214.114

24.177.122.79 -> 192.168.1.2
'b\xdb\xb9A\xa2[4\xdeu\xd3\xfe\x86\x0bg\xe3\x1b\xf4\xb1F\x02\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

65.190.6.124 -> 192.168.1.2
'\xa2\x007\\LY\xfeN\xd7~\xde\xd9n\x82\xa5\x90&\xce\x0b\x97\xfa\xce\x8b\x9atv\t\xa3\xe6k\x1b#\x8f\xe0%`\x00L\x1b]\x12\xb4\x11\xda\x9eP\xc0\x84\xe4\x16I\x16Y\x10T\xc4&\xd0\xcb\xe5\xb7\xc7\xc0\x98^\x8a\x88\xd5\xb2\xc6\x9bb\x9a2y\xa2i\xb7\xbc\xd5\'L\x1d\xc6\xc9@\xbb\x87n\xf2E\xe3\x15m\xcc\x18\x14\x99Es\xc7\n@\xbeP\xaf;y.-30\x1eHs\xf3"\xa2\x19\x0f\xa0S\xce\x91\x1f3<B\x97\x8e!\x08\x08\xe8\xed\xac_\x04\xdb\xaf\x9b\x0f\xedx\xa2\x92\x94.\xec\xc1;D\xb2\x05\xc6\xb8B\x7f\xb9\xf5#\x91#\xaa\x85'

192.168.1.2 -> 65.190.6.124

192.168.1.2 -> 165.124.253.241
'\x15\xf2\x02\xe2\xb4Y\xe6dJeM\x81v:\xc9\xdb\xf56'

165.124.253.241 -> 192.168.1.2
'\x15\xf2wV\x80\xf5s$I\x9e\xb8'

192.168.1.2 -> 165.124.253.241
'\x15\xf2\x03\x01$I\x9e\xb8\xa5|\xfd\xf1dJeM\x9c1n,\xe9\x8f\xc0'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

165.124.253.241 -> 192.168.1.2
"\x94\x91\x02\xf2\xd4\xedx=\x8a \xa7\xb8\x1b\xe2u\x0b\x16R\xf8\xe3\x06{D\xf0'\x81k|\x0b\xa6\xca\xb0\xdfq^E^\xae\x18\xd8\x1a$\xe4\xdbR\x04\x1c\xf08\xe4\x8b"

192.168.1.2 -> 81.236.228.111
'\x15\xf4\x02\xc5h\x9d\xc4g\xce\xb1#\xbeJ\xf1\xda\xaa(y'

81.236.228.111 -> 192.168.1.2
'\xe2:\x02_^\xc7E\x91N\x1c\xeb\x11\x17\xe8x\xe0<\x92\x03Q\xa2uVOU\x90$\xd9&S\x9f\xc0X\xf4\xe1\xaae0|\x8cw\xa45\x93\xb8F\x8bE\x15\xa4\xe5'

192.168.1.2 -> 86.142.117.124
'\x15\xf6\x02\x02\x8d\x8cecC\xcd\x91\xe1\xa5\xb4\x1d\xe4B)'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 86.142.178.222
'\x15\xf8\x02\xc7\xdf\xd0R`\xc7\x19\xffYr\xa8\xb4%\xcc\x82'

192.168.1.2 -> 86.128.163.125
'\x15\xfa\x02< >\x1bjY4\xf5\xd9\xa8uo\xa7\x9f\xcd'

192.168.1.2 -> 86.134.79.66
'\x15\xfc\x02\x07\x14]\x10i\xdd\xe0\x9b=\xa3C\x7fr\xf6$'

192.168.1.2 -> 86.136.192.70
'\x15\xfe\x02\x11\x18\x98AmP\x9c)\xe9\xad!\xbb\xad6\xce'

86.128.163.125 -> 192.168.1.2

86.134.79.66 -> 192.168.1.2

172.200.160.242 -> 192.168.1.2
'\xa8\xff\xc6!F\xb1\xa6N\xe5\x89\xb9-\xfb}\xf4v\xc3\xf6\xf9\x9e\x91p=z\xf3$\x13\xf2\xb4P\x16\xb6\x82\x91\x11\xee{\x17\x80\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

71.10.179.129 -> 192.168.1.2
"\xc8\xf9\xd5\x9f\xdf\xc7\xb6\xc5\xaa\xbfb\xde+'\xe9\x0f>\xbfN\x0f\\\xa4K\xf4\xbe\xe8D\xae\xc11W\xbe\x80\xbb5\x8e\xce\x81\x11\xec\x00\x01\x00\x00\x00\xff\xff\x02"

192.168.1.2 -> 71.10.179.129

'\x10\x00\xff\xff\xff\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 80.186.57.176
'\x16\x00\x02\x88\xae{~n\xd4HGi}\xc8eiG\xc2'

80.186.57.176 -> 192.168.1.2
"\xb1\xdc\x02\xeb\xb1\\\x9e\xf2\xca\x99\xa5\xf9\xebD\x13\xac\xabmb\xa5\xca\xb0\xb3\x84\x9d\x9d\x82[\x1bzu'\xf3\xf9r\xcaY,[uX\xf6\x1b\x83\xe2\xfcB\x82\xc0\x9d\x8b"

192.168.1.2 -> 68.206.150.243
'\x16\x02\x02\xcb|\x8cW\xc3;\xb9s\xd2\x8c)\x8e\xa5:\x1c'

68.206.150.243 -> 192.168.1.2
'zP\x02\xb5VU"\xe0N\xef\x16h\x13\xad\\\x98\xee\xf8'

192.168.1.2 -> 68.206.150.243

192.168.1.2 -> 82.128.194.105
'\x16\x04\x02\xd24\x0f\x1c\xc0\xbfm\x1d\x02\x1c\x90\xed\xa2X\x87'

212.50.132.237 -> 192.168.1.2

68.206.150.243 -> 192.168.1.2

192.168.1.2 -> 68.206.150.243

192.168.1.2 -> 68.206.150.243
'\x07\x90\xc7\xdd]\xf5\xe3\x9e<\x0cUAAD'

68.206.150.243 -> 192.168.1.2
'\xae\xc2\x89QTo\x1f\x17.\xa9.\xdb\x06- "s\xfa\x14K\x16\x92\xe0\xb1`\x0c%\\N,\xae-\xa9\x0f\x87\xb2\xef3%4\x0e\xe6|~\x8b\xba\xa7\xb7S\xcc\x9b`\x1c?57\x85\xf3y\x9aJ\xb6.\xb8!\xba8\x85[\xe6\xf4H\x92'

192.168.1.2 -> 68.206.150.243

192.168.1.2 -> 68.206.150.243
'm\xe2\xe5\x8d\xce\x0cCD\x03\x0c\xb68\xd0l\xa1\xd6e\x96\xc8\xb2\x1eq\x0b\x80\xf9'

68.206.150.243 -> 192.168.1.2
'YV\r\x81\xfa\xd6\x8f`M=uV<\xe9\xf4\xf1hs=\x18\x15\xa2\x06\x83\x0c!\x1fz\x14\x10\x0c6\xbe\x8b-\xb4-\xa7A%\xf2\x9b\x9b\xa5%\x11eG\x8d\xc3\xd4\xc7+\xb8\xa2E\xac\x95.\x03\xd3\x15x\xcf\xb7 7\xfea?%\xeb\x1a6A\x9d\x12\xb5\xfa\xad\x1fKP*\xa4PP\xed`~6!\xf4\t]n\xa74\xc7}r{\x80&C\xc5\\c\x1c9>(\x1d2\x82\xd2_\xf5\xc2L\x98 &\xb2\xaf\xab\xab\xd4\x9bx\x93\xb4\xb5\xe5\xbc\xeaF\xa7\xf1\xa7\x86\xe3\xb3\x08\xe7\x00\x01r\xf3\x89#"\x7f\xfa\xa6\xd1\xcf\x7f\x98\xbf\x8e\x14\x0e\xcd\xda\xdd?\xbb\x7f\xc0.\x8b\xf1X\xf8\xb7\x86\xc61\xdf]\xa7j\'\\\x05\xad\x9e\x08\xa7\xe1\n\x8fHk\r\xc7m\x1e0\xc9\x19)\xa3IM1\x9b\x0e\x1a\x02a\xa4\x91gt\xa7\xf3b5}\xbcs\x82\xee\xe0\xb1<\x9089\x01{C\x9a\t\xd0\xff\t\n\x91\xb8X1\x8fb.\xed\xbeT\xd30x\xdc\x9f\x15{h\x91\xe5\xa9\xa4\xc7N\xaf\xf8\xc5\x04\'\xb2@\xed\x93\x9c\xde6\xc1\xe5twT\x04\xfe\xbc\x18\xe9-\x86\xdb\r^\xa1r\xc4\xb8\'\x1e#u_B\x96j\xdf!\x9e&!}\xb2\xf22\xca\xbd\x88\xfcL\x16\xd5\xe4\x9b\xd1\x82\x84\xf8953S\xda6\xb2\x907>\xf2cHJF\x8d\xe9\n\xbav\x7f\xe7)\x19\xc9\xe8\xd3tZ\xf7\xde\xb1Z[\x82\x18_^\x1e3x+|\xe2+5t\x0ekt\xc8H-ur\xc5\xdb\xa6\xab\x91\x99n\xfe\xf3N|\x9d\x1br%#\xf0\x84\xa2\xa8\x87\x9b\xe3\xf0\xe3\xc7\xf4X\x0c\xba\xefQ\xff5j\xf9\xd7\t+\x14\x05B?-\x00\xe2%\'\xbc\x04q\xebhg\xba\xfb\xba\x00\xe4\nE9\xd9\xd1\xaf\xbc\x15_\x0e\xa2\x80H\xc6\x0caC\xde\r\xc9\x90;\xedv2\xd4\xc5\x11\xb1\xc4\x8fi*\x1b\xb9:\x9b},-M\xb9\xb9\x92\x80\xfd\x1b\xa3\xb92\xa3\xbb\xbd2\x13r\xa1\xdbi\xb2K^u\xf0w3\xcfz\xddh\xb4\xe4\xb7z\x94M\xa5\xcd\xf8q:z9\xb4\x98\xc8C\xcaV:Yx\xa9L,\x8d\x1c\xf4\x99\xf7j3\x9f\xbc\xf8\xb5=\x0c\xdbK\xd7wH\x19\t\xfc\x93\xbd\x05\xa1*\x8dsV\x80\xbb\xa2\x7f\x87\xb7v\xe4\xec\xf9\xc8\x85}\x7f\xab\x05-?\x9b\x8a\xd4G\x05\xde'

192.168.1.2 -> 68.206.150.243
'\xfb\xac\xda4\xe6JF\xa9\x10e=\xe9\\\xbc\xc7\x8e'

68.206.150.243 -> 192.168.1.2
'\xb2-\x87g\xec\x7f\xe1N{\x06\x89\xeeOj\xb0I\x1cP\xf7\xe5Q\x9f\xeaE\xe2{e\x8fI\xc2\x02\xfdi\xdc\xda\x88|\xfd\x9d\xd7\x04B\xff\xf9\xf8\x81\x1a\xee\x8c\t}\x932\xa6\x83P/\x99\xe5\xacp\x1d\xdf\x1f\x16\xc743\xd9\xc7}\xd7/\x96>\xaam\xb8\xdd\x0b1\xc7}\xd7U\x1c\xcdgx\x9fz\xd8\xa5\xa8\x9f\x9b\x11\xa5\xde\xcd\\\xd4\x1b\x1f\x80\xa2&%\xe66\xf7\n\xb5\x9b\x1c\xbf\xc6\xd6\xb8q[jjEGws \x90\xe9\xd5\xa1\xfaN\xd2\xdc\xfbL\xc3\xf26\x10\x8a\x93\x0b-\x1c\xd0\xa2\xd1\xfc\x9b\xa3\xdb\xe9\xd3#\r\xee\xbdb\xc0\xcd%,\\\xd8:\xe3\x0e\xd2E\x1d*\xf0p\xb1cm\x18\x13\xdb\xa1\xdf\xdf@;\xcb\\Zp\x89\xa5}\xbeb\x01\x83\xaea7e>\xa9\x92\x8e\xb2>\xc9_\r\xff\xd4O\xf2+G\x92a\x01e\x84\x9a\xf4">\xa8\x0e \xf3\xdf\x03!\x8c\xad<h\xf3f\x87\xf4\x84\xfe\x0b\x9aA\x07O\xa7\xba\\\xc7\x99\xdcF0Y\xe7\xccZ\xd6\xd8\xe9\x82\n\xf4D[\xd5\x8aV\xe0"\x8b'

192.168.1.2 -> 68.206.150.243

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 68.206.150.243
'Z\x9c\xb2{\x93\xebc\xa3\xdd&7'

192.168.1.2 -> 204.152.205.205
'\x01\x02\x00\x00CP\xefD\xb9\x97\r\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

192.168.1.1 -> 192.168.1.2

217.47.73.141 -> 192.168.1.2

68.206.150.243 -> 192.168.1.2
'7a\xf3o\xcf\xaa!\xc8\xa6\xa7\x18A\x190\x93\xa9\xb8V\xb5\xd1~7\x1fB\xd4\xe4\x9d!}1\x8bQe?\xd9^^\x88\t\x00\xb2\xdd\xfc(K\xb6kml\xfe\x95V\x83\xe8\xcd]\xd7\xd7\x93\xe2\xb6^\xbaD&\x04iU\x15\xcf\x8a\xd9\xbcb}\x1c\x9c\xed\x0b\x0eO\xa6\xc8\xfc\x94\xef\xec\xcd\xdd\xd3\xcf|\x12)G\xea#\xf2\xf2Ek\x18\xc6\xe9h/S\x83\x1a\xcex\x0e\xb8\xd7\xb5L:\x1a4r\x9fP\xb4\x88z\x1b\xe7\xba\xa6\xe5l\xf8\xbb\xbf\xa3\xe4\x07<r%>\xa3\x83\xe8~R\xf4\xb4\xf6\xfa\xbe\xe1\xab\x9e\xb13u\xb8\x03\xdcj\xc7\xdb[@\x8e\x88\xb7RzAd\'\xd9\x93\x0cu\xee\x1e]\\jK\xf0\x0b\xaa\n\xef\xc3\x0b\x19\xd4\xcd\xc5\xc0O\x95\x92\x0c9\x8dR\xfc\x92\xe0\x1f\xe872\r\x1b\xe1+W]G\xde\xbd^\x1a\x12 \xbd\xe7\xb6\xe4\xa9\xe5C\xecC\x9d\x1b\xaaG\xe1=8\x8e6C0s\xe5/}\x17@0\xa4\x7f\x9b*\'3\xa0\xc2>U\xd0\xeb\x91Z\xfa+\'9\xf1\x15\x8e,l\x14\xe1\xdbw9H\x94$\x83\xb7dM\xa3\x9d\x85\xdeK\xa1v\xba\xbc\x9f%\xf8\xac\xb3\xce\xc2\x96\x9cExe\x9cS\x99JoK\x8d\xc8\x1c\x88\x14S\xa3~\t\xd2\xd3\xb3\x8d\xd6\xe7a9\xd7\x80\xf9\x84\xa7\x9e\xeb\xe9\x13!\xc2\xd5R\xe7{\xa6\xde8r\xc7\xe1TL\xc6\x9d|x\xad\xb7\x0c\xb6\xfe\xd8A\x80g|\xd3\xb1\xc3\xd8\xea\xfb\xfac\xf9\xef\xffN\xf5\xc6l\x8d\xa6\xb4\xe0\xb7\xe0u\x01}\xb2\xc1T\xe7\x7f2\x8f\x18}&\xa3\xc1\xfe\xf4>Q\xae\xbb\xfd\x1b\xd4\xa9\xdb\n\xc2\x14\xd7CQ\x93\x98\xa1\xde\r\xea\x8d\xeb\x0e5a@e<D7\x93\xe9q3\x96\x0f\x13\x99\xe2\xa7 \xdd\xd4\xbd\xd1]\xb0\xb2\x87I\xf3"\x94\x06E9\x04v\xd2b\xbbe\x87\x86-\x0f\x8c6\xf0\x9fA\xe8\x1fd\x0b\x8a\r\x13\x15\x07\xa6\x99nY5\\\xa8\x1c\xc5\xe7xQ\xc8\xa81\x84\x1d<X\x13iY3\x11\xab6`\xb1IGV\xca3\x9e\x00\xa4w\xce\x1bY\xea\x17\x97\\X&\xea\xd0\xa1\xdd\xe2\xd4\xaaX\x1c\x04\x83\xce\x82\\\x00jZ\x93\x8e\xb44~\t\x0c\xb3\x02\xfc\x17\xe9\x8fU\x16\xc2W:\xfd[5\xc3Jz\x1bH\x98\xd1e"\xaeK&\x97\r\x85\xe4\t b\x02\xed\xc1\x08\x0cV\xd95Z\xf1L\x1fV\xd4\xf0\xea\xb6P\x8a\xb6-yE\xbbR\xb2\x9d*\xe1,kX\xcc\xaa\x03\xf5\xc3\x8f4_\xb5\x80\xe4\x85\xcc\x1d\xe7<\xa4`\x83\x00+v\xc5\xc1\xbbf\xec"\xc8\xe0\xc2c\xdc\xd7/\x10,\xf5;\xcd'

192.168.1.2 -> 68.206.150.243
">\xab\x95\x10\xce*6\xbb\xee\xbd,sa\xcc'F5\xb1F\x89\xdf(\x0f2\xa6Q7j\xab\x9f-[\x1d\xc2\xca\xab\xff\xf0\x1b\xa7;\t\xa3fI"

68.206.150.243 -> 192.168.1.2
'Ikd\x1c'

192.168.1.2 -> 68.206.150.243

192.168.1.2 -> 195.215.8.141

195.215.8.141 -> 192.168.1.2

192.168.1.2 -> 195.215.8.141

192.168.1.2 -> 83.147.171.206
'\x16\r\x020\xf3\x87jCv\xb6,\xaa\xfd\xb7\xd4\xc5\xadI\xb1R\xa3\xd1'

192.168.1.2 -> 172.207.190.217
'\x16\x0f\x02\x18N\x14S\xd4\xe9\xa7\x05J\x1b\x08\\\x98k^\xcd\x90k0'

192.168.1.2 -> 195.215.8.141
'\x16\x03\x01\x00\x00'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

83.147.171.206 -> 192.168.1.2
'\xb6(\x02>$\x9b\x87J\xa7\xb0\x0f}\xca\xb7\xfe\xe8X\xe0\xe7\xde\xd7\xc7\xac?\xce\xd0K-\xdb\xb2LZ\xe6\xcd\xe6\xd2y\xa3\xa7{\xd7b}\'~{M%\x96\x03z\xe5\xf1#>\xecQ\xff\xe9c\x95~\xd4`\xc7\x021w\xb9j\x87_\x13j^\x7f0j\x05\x1c\xdf\xdd\xcda\xeb\xe4\x9a-4\xcd\xd2\xd1\x84"\xa4\x97\xd7yXO\xd8\xbf\x1c\x82\xac_\xecK%1o\x9ab\xe3\xae\x92z\x98\x8e\xc5\xe3z%kz8\xff\x9e-\xc71w\xd6C1\xcb\x83S\xef\xc7\x9a\x12g\t\t\\f\x96\x0fs\xff\xd4.\xbbM\x1d\x9b\xfe)\xden\xde\x7f\r\xa9{\xecC6b#GF\xdf\n\x17\x00\xd0\x8d\xae\xd1\xee\xdd\x17y-\x00\x93e\xdcA\x86\x14>nr\xc6\xdak\x12\xc2p\x96\n\x9e\xc9\x8ba|f4V<\x85@\x96\xb5\x8c\xa9l\xc7r8\xcf\xf0\xa4\xf9\xa9WP\xf1\x91\x91\xb9bm\xd4d\xc2\xa26\xbb\xf9\x00)\xba\xf0\xcfZ\xa0\x93]\xc9\xbev\xb1\x19\xd3\xba\xe1\xb8\xff\xba\x99c\x1a\xde"\xc1\xe8JX\x08\x0b\xe4\xbc\xa4#\x0f<$\xc4]L\xf6\xc83l\x90]13\x9b\x05\x8a \x19z\xfe\xba\x80F\xedXO\xd8\xb2M\x84\x9b\x07\x12\x0bY\xa3\xa9F\xd0zA\x8a\xff\x07\x03\xde\xea\x9dZ)_Rb\xdaE\xd5\xbd\xdbYs[_E\xfc\x13s\x11\xa9\xe2X[IlQ;\xdd\x9e\xc7O\xd2E\x12\xbaGC\xb5\xa5\x00-a\x15\xb9zqvhK\xc0\x82\xfd\x91V\xf6\x97W\xca\rM\x9e/\xc96u\x8f\xb2Nx<\x065$N\xb2]\xf8\xf4\xb1m/\xed\xfb 3\xb2\xb5\xbe\r\xd6N8E\x9ev\x96&p\xf0\xf9\x8d=H\x0byE\xcd\x13z\xbfE\xde\xf0\xf4\x80\tz\xed\xf3f~\x1f\x14\x83v\x8a\x1e\xe5\xef\xba\x13K\xdd\xfd@\xda\xa0\\\xfcC%\x9e\x8f\xc4\x84\xe8\x1c\xa3W\x8c\x9e\xa9M)\xbb\xf5\xa9\x1f\x8a=q\xa3=\xb8\xd0.\xf9\xbd]d\xa7\x80_\xc5d?\r}a\x0c\xa2\\S\xdc\x18\xe3\x9c\xc5\xc4\xaa\x1f{\x18%\x1a\x0eU\x16s\xc7\x86l\x9c\xfc\xd1\x81\r\xb5\xde\x825\x91\xb0@\x8fs\'\xbfP*\xf3\x90S\xa8Og\xb3Hh\x19\x018\xe7B\xefC\xde/s\x9b\xc1\x96\xc2y\xec\x88m\x96Xnlo\xd8\xde\x07\xc9\xb2p/\x8b\xc0\xceH\xa5h\xba)\x149\xa3qo\x19+\xc1\xe9b\x1dan\x0c\xfb\xbf`\xf5m_o(A\x04C\r\xe7w\xe4\x08\xb5\x06>\xda\x9bIEar\xa79a\x80\x1b\xed\x048\xc3\x13eD~u\xd9\xcf\x1b\xac\x12\xd6\xf6t\xeb\xd4\\'

192.168.1.2 -> 190.44.165.86
"\x16\x11\x02\x81\xe1\xbf\xe8\x96'\x00\x88\xbe\xe9 \xda\x1b(\x0f"

192.168.1.2 -> 83.130.238.168
'\x16\x13\x028m\xb79\x95\xa3\xd4\xe6EC\xbfd\x0ffe'

192.168.1.2 -> 83.5.146.219
'\x16\x15\x02yb\xe0\x16\x91.\xa8T]SB_\x93%\x0c'

192.168.1.2 -> 82.253.163.244
'\x16\x17\x02\x19\xa4\xd2\x0f\x92\xaa|:\xb7i11\xce\x03 '

195.215.8.141 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

172.207.190.217 -> 192.168.1.2
'\xff\x84\x02\xed\xb2\xae\x8d\xaa";k\x9d\xa29\xb5\xfb\xff\x06\xa7\xcd\xfa6\x00gy[M\x8a\x10wW\xbd\x02\xf7;\x0b\xc8HX\xe6\xbc\xac\x17(\xedS\'\x9di(\x06"\xad[E\xe7\xcds\xea\x80_\xa4\x8fY\x92\x83\xac\x8e9B\xed\xb6\x97+}\xee\x90\x9d\xd0k\x9eFfI\x1d\xd9\xad\xdd*\x00_\xfaum%\xbfv\xdf\x1f@\xc8\xaf\x81\xea5\x10\x88EOd\xef\x15s\x99\x0b\x8e\x00R\x1a9\tK\xd4\x93M)\x97\x1c\xa2\x999\xa7\xf1z\xdc\xed\xe4q\x97\x8a\xe9%\xbepK\xe70Sp\xf2\xb4i\x92\xe2\x0f\xd8J\xd6\x1b\x07\xebV\xdd\x1d505\xf8\xa8\x85\xe6wD)8\xf5s\xdf\xf5$\xe4\xc3\xc9\xbe\x13\x03PO\xb7\x9f\xb9s\x15_HC0o\xfbOT\xbb\xa1\x01\xf3\xb3\xf0\x88"\xd8\xbb\x9f\x82\xa7\xe0{2\xf4\xd5F-\xdc/\xc46\x03OJ\x8a)\x7fb);\xd3\x9ff{?\x08\x1b\xbcy\x8db\xb22>)[\xef\x7f\xc9H|\x98\xcb\xfe\xe6\x84\x9a\x05\xb9\xa5\x82\xd9\xf5\xb0\xd7\xd7c\x9d\xfb\xfd\x1f\xb0w\x10\x13\xbd[\xcf\x7f\x11+1z\x17\x1eNQ\xa8\xba\xb4=u~\xe9lfk\xf0[l\xa5\x87\x003\x9f\xcb\x83_S\x0ci\x7f\x90\xabS\x9b\n(\x18\xab\x86*IE\xa3\xe7\x1bO2\x88\x0f\x16[\x9a\xa2$N+\xddf{c\xb1\xb6\xfb\x8a\x89\x15\x92\xa6e\xfd\xf4&\xda\x89\xd3\xc2u\xfdb4^\x1c\xc1G\xa6\x8c\xb5W\xc5{\xee_\xf8\xd2p\x13\xa5\xa30>\xdf\x1f\xc1\x81\xb1\xb6\xa2\xef\xe6\x0b\xa9\xcc\x1f\x03\xd2>\xc3\x8f\xed2&\xfb!\xeb\x9dS\xfdH\xfd\x15nD\xaa5\x13P\xc5\xb5\xdc\x9c\xf9\xf9P\xfd\x99\xa5\x83\'\xad\x07\nm\xb8\xff\xcc\xab\xe5\xf9\xd6m\xab\xec\x83U$\xa9\xd1j\xc93\xe0\x08/\x9a\xc9#\xfc\xcfa\xac\x82\x9e>\xedo4q\xdfq\xde\xabKC09\x1b\xa1$\xce\xee=.kA\xf9r\xc4\x9eq\xcc\xde\xd8II\x86\xe9!}\xfc*3\xedCu\xa7K\xea\x13\xb8^W\xfa\x90\x16\x91\xd9\xb6*\x06=j\xfca\xa7\x84\xaa,\xbd\xb6y\xd8F\xb0\xba;\xa1\x83\xb0\xbd\x0f`"\xd0\xa3+\xca\xd13\xfa\xb5\xa2\xee\xb4\xdc7\xd5\xda\xf4z\x05^\xd5\xf8\x1f\x87\xec\xf7\xff[\x1bO\x15\xfaY\x1b{\xd5\xcd@\xe7&9y\xdc\xd2\xa1\x18s\x0f\xd4\x00Qe\xe9\x1c\x04-UR\x10\x94U\x98\xf1\x8a\xfa:\x85\xf7a\xd2\xef{p\xf4\x03B;\x08\x07\x90\xa0zV|\xbfn\xb2*h\xcf0\xdd\xf2\xca\xab#>\xcc4\x07\x00*\xb3\xf2\xaex\x11\xf9\xb8\x89\xdb\xf7(\xfd\xdbk9\x19\x12\xef\x1e\xcd'

195.215.8.141 -> 192.168.1.2
'\x17\x03\x01\x00\x00'

192.168.1.2 -> 195.215.8.141

192.168.1.2 -> 195.215.8.141
'\x16\x03\x01\x00\xcdA\x03\x00\t\x80@\x04\x08\xc0\x019\x83\x16\xd4\xfdp\x8d*\x8e\x15\xe3\xe4\x03\x8e|\x0c8\xf5\xc7I\x8f\\\x9c\xbd\xe1(,\xcfp\xdc9\x84\x81d/\x15\xe3\x8f\xb5\x92\xbe\x85\x10_\xd9\xba\xd8\xae\xee\xad\x998-\xbc\xb4\xd2\xfcc\xf7\xa3\xa9\xae\xbf\xc8\x03\x82\xa8\x0f\xec\xb094\xbfE\xc9\x19\xe6Y\x9a\x985N\xdb]\x086\x1e\xcb\x1e\xf8\xbfr\x03\xd7\x9fx\x87\xeb^\x04\xdaf\x94\xd4\x8c\x994\x12\xa4\xa1;\x03p`\xac\xaeg\x1c~{A\xc8een\xa6\xa6\xc2hwT\xa3m\xed6\xea\xf4g\xf8\xedms B}\x15\xeb\xf2\xfbV\x92\xc8\xa7\xb0\xd6\x89\x81]\x9f\x86\xc8\x8ayU\x95QWA+\x89\x103\xe3\xf3\x0c_\xf8R\x8d\xb5\x8d\x99h}\xf6V\x13\x83\xd8\xe8\xf4\xb3\x00\x0c\x01\x17\x03\x01\x00\xec\xb6\xa3s\xb2}j\x8a\xcd&6\xdc5\x9fVZ\xc0n\x9d\xa4\x03\x9cR\t\xa7jD\xac\xe8\xe8\xe1r\xd9\x93e\xef\xb2P\xdd\xe4PzrK\xbf\xa4\x07\xd1\x13\xc60\xd7K\xe0\xbd\xcc\xa0-\xfa P\xc6\x0b\x12\xefj\x83\xf6R,\xb8\x1ed\xda\x85 f\x8cT\xba\x13\xe4\xf9\xb7p\xa4km\xb7\xea\x17K=\x97`\xbc\xb5\xba@\xeeD\x96p\x03\xc3S\xafE\xde\xab\xde\xb8\x0e\xd7p\xdf\xe4\x92\xb5|\xe760\x0e\x13aK\xedM\xf3:T\x98\x837\x84\x04\\\xef\x06\xa1\ratN\x1d+v\xd9\x10\xd8\xf6U\xc4dt\xc7\xafPI:\xab\xdf\x9e\xc1I\x07h,\x9f\x88?W\x95z\xfc9o\xc4%\xad\x01r\x0f\xf7\x1b?c$)\xeb\xf4\x92l\xca\xb0\x90\xfe\xe1\xa9;\xa6J%\x8d\xaeO\xb4b\xf3\xb5<\x17\xd8\x85\x91\x02\x98b[:\x8a!9\xe4\xd6\x8eQ\x16\xcd\xecK\x9ad\x17\xeea'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 202.139.177.147
'\x01\x02\x00\x00DP\xefD\x0f\x99\t\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

192.168.1.2 -> 202.232.205.123
'\x01\x02\x00\x00DP\xefD\x97\xac\t\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

192.168.1.2 -> 130.244.145.31
'\x01\x02\x00\x00DP\xefD5\xb3\t\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

192.168.1.2 -> 204.152.205.205
'\x02\x03\x00\x00DP\xefD\xca\xb3\t\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

217.47.73.141 -> 192.168.1.2

192.168.1.2 -> 202.139.177.147
'\x02\x03\x00\x00DP\xefD\xe4\xe5\t\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

217.47.73.141 -> 192.168.1.2

192.168.1.2 -> 202.232.205.123
'\x02\x03\x00\x00DP\xefD\xe5\xf0\t\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

217.47.73.141 -> 192.168.1.2

192.168.1.2 -> 130.244.145.31
'\x02\x03\x00\x00DP\xefD}\xfa\t\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

217.47.73.30 -> 192.168.1.2

192.168.1.2 -> 204.152.205.205
'\x03\x04\x00\x00DP\xefD\xcf\x05\n\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

217.47.73.30 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

82.253.163.244 -> 192.168.1.2
'\x06\x93\x020\x1a\xe0.DD\xc77\x08@C\x06Y\xd0dw\xb5J\xbf55\x99e'

217.47.73.30 -> 192.168.1.2

217.47.73.30 -> 192.168.1.2

217.41.176.21 -> 192.168.1.2

192.168.1.2 -> 204.152.205.205
'\x04\x05\x00\x00DP\xefD(R\n\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

83.130.238.168 -> 192.168.1.2
'[\x84\x02f\xa8Q.\xf4\x9d\xb4\xb5\x1f\x96=\xf1\xa1\xcc& XL\xf2nve\x80'

192.168.1.2 -> 83.130.238.168
'\x16\x19\x02\xb9\xb6;t\x984Q0\xe7\xe3Ns\x8fje'

217.41.176.118 -> 192.168.1.2

195.215.8.141 -> 192.168.1.2

192.168.1.2 -> 130.244.145.31
'\x03\x04\x00\x00DP\xefDEg\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

192.168.1.2 -> 202.232.205.123
'\x03\x04\x00\x00DP\xefD\xe7g\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

192.168.1.2 -> 202.139.177.147
'\x03\x04\x00\x00DP\xefDOh\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

217.41.176.21 -> 192.168.1.2

192.168.1.2 -> 130.244.145.31
'\x04\x05\x00\x00DP\xefD\xa2\xa7\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

217.41.176.21 -> 192.168.1.2

192.168.1.2 -> 202.232.205.123
'\x04\x05\x00\x00DP\xefD \xb3\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

217.41.176.21 -> 192.168.1.2

192.168.1.2 -> 202.139.177.147
'\x04\x05\x00\x00DP\xefD\x0c\xc2\x0b\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

217.41.176.118 -> 192.168.1.2

217.41.176.118 -> 192.168.1.2

217.41.176.118 -> 192.168.1.2

83.130.238.168 -> 192.168.1.2
'[\x85\x02\x12\x16\x9aG\x162\xec1\x86\x99\xe5j\xa4\xf5\x98 \xc3\xb241\x8eW\xb6'

192.168.1.2 -> 83.130.238.168
'\x16\x1b\x023f\xc2U\x9b\xb0\x85^\xb5q\x0fe\xd9\x8f\x97'

190.44.165.86 -> 192.168.1.2
'\x08\xda\x02tg\xd2\xbc\xac\xf1\rt\x0bb\x83`\x16\x90?xCc\xe5g\xaf\xab\x1b'

192.168.1.2 -> 190.44.165.86
'\x16\x1d\x02#}1\x82\x9f=\xf9\xec\xac\x9d\xad\xad\x02\xfd\xf5'

192.168.1.2 -> 217.41.176.118
'\x01\x05\x00\x00DP\xefD\x8a\xc3\r\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

83.130.238.168 -> 192.168.1.2
'[\x86\x02<6hLN^U\xf0\x16XH\x16\x83t\xa1B\x80\xb5<\x1e@\xca>'

192.168.1.2 -> 83.130.238.168
'\x16\x1f\x02\xf8F\x81\x8b\x9c\xb9-\x82\xa3\xbf\xfe\x8c\x0c$('

195.215.8.141 -> 192.168.1.2
"\x17\x03\x01\x00\xe3\x80\xd9\x9d\xde\xd7\xbf\xc8v(b\xc1\xa6\x1b\x18\xee\xa2S)\x12\x05\xbe=\xaa-|\x9a\x1b6\xba\xe1\xb6\xc1\x02\xaa\xefi\xa1\xb9\x0e\xee\x8d\xb2\xb1\x8a\xb9\xa2\x19\xfb\xd8#%/4\xc5\xdbOs\xf3l)\x8f)\x15D\xc9S\xfe>\xef\x14\x89\xfd6\x1d\xe6N6\xf1:0\x85\xaa\t\x9f*D7I]\xa0\xbf\xaa\xc8\xf6\x03\x96\xc9^\xfeI\xf4\\\xd1\xac\xf8.\x19\x04k4\x92\xb5\x93\xe6}i\xe5\xb0Z\x02\x8a<r`\xce\xe5\xc85\xe7@C\xa5\xe4X\xa4\x08S4vo\xfdHZ\x1dX\xa0\x99'^P\x98\xac\x0b5\x81V\x92`\xc6i\xcau\x8b\x89\x9f\x8e\xd6\x90\x05CDz\x04:Z`\xea\xad\xd8\x8c\x1b\xe7\x7fD\x98\xb4\rB\xf5d\x00^\xb8\xa7\x8eZ\x1f\x1d\xe0Y|\x8f\xe8\xb4\xd7\x99\x9a\xfb\x00p\xaca\xfb\xc8I[\x0e\xe6\x8c+\xc1+\x92 \x96\x8d\xd5"

192.168.1.2 -> 195.215.8.141
'\x17\x03\x01\x00\r\xacif\xd2\x85!\xbc\xe3\xealp\x8c\xd8'

192.168.1.2 -> 212.72.49.142
'\x16!\x02\xe6\x95\r\xc0G\xb5}\xa9v\xcdx\x0c8\xd9&\x83\x8f\xbb?\xd32oF*'

192.168.1.2 -> 68.206.150.243
'\xa8\xbc\xe8B\r3h)b*\x96F?'

83.130.238.168 -> 192.168.1.2
'[\x87\x02c)\xa3M\xfe\x87&r\xb3p\x94\r\x9c\xc6\xc8F\x8f\x8c\x9b\xeb0\xfe\x93'

192.168.1.2 -> 83.130.238.168
'\x16%\x02D\xcf\x051\xb5EM\xc4@o&\xc1\xca\xdb\x88'

195.215.8.141 -> 192.168.1.2

212.72.49.142 -> 192.168.1.2
'F\x00\x024\x91\xd4\xb3\xd5\x8e\x1b\x9a\xa6C\x81\x91\xaer\x1b\x9e\xc3\xf6C'

195.215.8.141 -> 192.168.1.2
'\x17\x03\x01\x00>O\xec\x0e\xc5\x89;:\xbb\xea!\xf8V\xf7q\x97V_\xd0\x7f\xe2\xdb*\xd1\xe7\xfc\x87\xa0\xc6X\x01\xd0\xa4\x96#\xc1\xfdy\x04n}E\xb7:\x82m\xa7\xa2B\xbcoR\xdc\xcd\xb4MO\xa4\x97\x93\x1b\xbd\xf9'

68.206.150.243 -> 192.168.1.2
'|\xba{\xf3\xc4z\x93\xb1\x0cP\x94\xc6\xa7E/}\xa0\xca\xff\xce\xfd\xa3\xdf\xe1\xa6\xaa\x1bE\xbd\xec6mP\xb4$\xa8,\x1d<.vsO\xb7@\xa98\xbe'

192.168.1.2 -> 68.206.150.243

192.168.1.2 -> 212.149.248.49
"\x16'\x02\xa2;\xe7\xaet \x8d\xbao\n\xbb\x9cF\xcfB\x7f\x95)\xa01\xa8\r\x9a!\xbc\xe3\xad"

192.168.1.2 -> 67.190.60.125
"\x16)\x02\xdcj\x9e\xc7T\xa2{\x11\xa6\xb6\x93\x17\xc8[V5\xa6\xae\xa7\xa3t\x16?'\xcb7?"

192.168.1.2 -> 24.242.109.92
'\x16+\x02\x8a8\x82\xcc\xd3\x02^r\xb1\xb1\xb4\x9d\x9d\xd5\x10\xc2\xe4\xf6\xa0\n\xefALZW\xde\xee'

192.168.1.2 -> 195.215.8.141

83.130.238.168 -> 192.168.1.2
'[\x88\x02(\xef\xf0\x1a4B5\xea9\xf2\xf6)\xb4#C\xe0j\xb4\xed\x9b~\xf9\r'

190.44.165.86 -> 192.168.1.2
'\x08\xdb\x02O\x93\x8e\xfd\xa6\xeb\x9f\xb3z5\xcf-\xea\x82\xb8\x14\xd4I\xea\xe7h\xa5\xcb'

192.168.1.2 -> 190.44.165.86
'\x16-\x02\x10\xb1[\xcd\xbbV\x1c|<5\xa3\xa9g\x98$'

24.242.109.92 -> 192.168.1.2
'o\xdb\x02\xeaK\xf8-:\x88+J\xc8s\xe9\x988\x8b"'

192.168.1.2 -> 68.206.150.243
'\x8d\xeeJ\xe8\xa0i\xf1:*tr?q'

67.190.60.125 -> 192.168.1.2
'\xbc|\x02O\xb35~\x90\x81\xe3\xc1\x1fY\xecF\xa5\xf4N'

68.206.150.243 -> 192.168.1.2
'\xa2\xea\xba\xe1\xdas\xe2\xdf\xde&\xa9\x99\xb7\xd9n\xd9\x99U$\xb0,9F_\xecu;\xb59\xb8\xe6\xb9\xe0!h>\xbew\x91\xbdn\x1d\xe2z\x07w>\x11\xe9[M\x13{\xb5LQ\x07[\x87\xf3{\xa3\xf9F\x87\xb4\x186j\x9fJ^\xcf\xa5\xd6\x8d\x15\xfc\x1d\xbe\xd8z'

192.168.1.2 -> 68.206.150.243

190.44.165.86 -> 192.168.1.2
'\x08\xdc\x02\xdb\x88\xb8s\x8e\x81\xd4\xaf\xa1mL\x15\xa7\xfb\xd8\x9eC\xbd\xbbnwN\x83'

192.168.1.2 -> 190.44.165.86
'\x161\x02\xbb}.\x9a\xaejFh\xb3V\xd4\x03Dj\xb3'

192.168.1.2 -> 129.11.125.169
'\x163\x02\xad6e\xc3F6\xff\xa3\xf4\xe5\x83H)"\xeaf\x8fa\xf0\xb4\xfdhY7\x95\x0e\x80'

192.168.1.2 -> 69.192.67.152
'\x165\x02\xdd}\xa6\x98\x15\xa7\x96G\x1fP\xed!D\x08\xff\xfa\xda\x9f\x85\xb1\r\xedu\xdf\xe6\x85\x02'

129.11.125.169 -> 192.168.1.2
'\xe4_\x02\x17\xe5\x97f\xaf%T:\xfb\x10\x90j\x90\xbc\xbe'

192.168.1.2 -> 66.67.61.44
"\x167\x02e\xacb)\x92\x07\xb3$\xc6\xc5\x9e$?\x02}\xfc\xce\x7f?\xa2'\x84\xf1[\x9f\xd6\xf2"

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

69.192.67.152 -> 192.168.1.2
'N:\x02\x01\xb2\xa7\xb7\x8aN\x0b\xe6\xc7\xda\x1d\x0b\xb8\x131'

192.168.1.2 -> 24.61.5.13
"\x169\x02\x8e/\xf2F\xb2\x85E\x8f\xca\xcaX&~\xd9J\xccL\xc2bH\x1d'\xdc\xc2\x08\xd6\x13"

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 212.72.49.131

66.67.61.44 -> 192.168.1.2
'$\xf6\x02o\x8b\x04\xa5 G\xc3m\x08i\x97\xb2\x06\x08\x1f'

192.168.1.2 -> 24.107.221.82
'\x16;\x02=\xf8\xd2\x7f5%`\xec\x8dj\x16e\xab\xf7\xb1\x0b\xb9-p\x7f/T\x15\x99\xc8\x1aY'

212.72.49.131 -> 192.168.1.2

192.168.1.2 -> 212.72.49.131

192.168.1.2 -> 212.72.49.131
'GET http://ui.skype.com/ui/2/1.2.0.18/en/getlatestversion?ver=1.2.0.18&uhash=632e1c9b593b0faf778e6de166448d93 HTTP/1.1\r\nconnection: Keep-Alive\r\nhost: ui.skype.com\r\n\r\n'

212.72.49.131 -> 192.168.1.2

212.72.49.131 -> 192.168.1.2
'HTTP/1.1 200 OK\r\nDate: Fri, 25 Aug 2006 19:29:59 GMT\r\nServer: Apache\r\nCache-control: no-cache, must revalidate\r\nPragma: no-cache\r\nExpires: 0\r\nSet-Cookie: SC=CC=:CCY=:LC=en:TM=1156534199:TS=1156534199:TZ=:VER=2/1.2.0.18/0; expires=Sat, 25-Aug-07 19:29:59 GMT; path=/; domain=.skype.com;\r\nContent-Length: 7\r\nConnection: close\r\nContent-Type: text/html; charset=utf-8\r\nContent-Language: en\r\n\r\n1.0.0.1'

192.168.1.2 -> 212.72.49.131

212.72.49.131 -> 192.168.1.2

192.168.1.2 -> 212.72.49.131

190.44.165.86 -> 192.168.1.2
'\x08\xdd\x02vL\xcd\x88*m\x82\xa3\x90\x0ba\xa0\xf7\xeb\xed\x00\xce=\xc1\xe9\\\xda\xbf'

192.168.1.2 -> 190.44.165.86
'\x16=\x02\x15pE$\xa7p\xbf\x0c\xb3\x11\xa2\xa68\x84K'

24.61.5.13 -> 192.168.1.2
'k\xe3\x02\xda\xaay\xf2\xc0\x98\xb4^p\xd9Mq\xef\xc5\xcc'

192.168.1.2 -> 72.145.3.159
'\x16?\x02#\x8etE\xe1\x14,k\xdd=\xcc\x13\x9fC\xf6)\xab#\xa0\xef\xa3;#h\xc2\xfcF'

212.72.49.131 -> 192.168.1.2

24.107.221.82 -> 192.168.1.2
'\xb9\xd3\x02\xad\xc8\xe9\xf4j\x91|\xd5G\x0c\x17\xd10l\x0f'

192.168.1.2 -> 212.149.248.49
'\x16A\x02)?\xde\xb2\xcceffu\xfe\\u4\x7fi>P@'

72.145.3.159 -> 192.168.1.2
'\xde\xcb\x02\xcc\xb9)\x91\xe5\xf3\xeb\x82\x01\x8f\n\x84Z\xeaA'

190.44.165.86 -> 192.168.1.2
"\x08\xde\x02ox\xc0Y w\x10d#'\\\x84\x13?F<\x0c\xb1\xb6G@\xc5\xff"

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 217.41.176.118
'\x01\x05\x00\x00FP\xefD\xc0\xb3\x0e\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 212.149.248.49
"\x16'\x02%&\xa0\xfbt \x8d\xbay@\xe4\x87:\x93\xc3J\xc7\xad\x88\x8e\x02d\xbbE\xe3_\x05"

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 212.149.248.49
'\x16A\x02W\x16\xeap\xcceff+i\\\x00@[W\x9b\x88\xe1'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

24.177.122.79 -> 192.168.1.2
'z\x1a!\xfc\xb0\xfb\xa5\x88\xffR\xf9\xe7\xcc\xc5\xff\x84\xec\xb0\xa6@\x00\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

172.200.160.242 -> 192.168.1.2
'h\xba\xe5\xac\xdb\x07\xaf>\x9a\xechp\xedG\xe5\xd4\x0cX\xba]S{\xe3\xf0\xb3\xfe.d\xdf\x7f\xdf\x8ck\xc8\x04 \x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 217.41.176.118
'\x01\x05\x00\x00JP\xefD\x9c/\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 212.149.248.49
"\x16'\x02\xd1\xb1\xae!t \x8d\xbaT\xa1\xe1\xbe\xf7$\xbc\xd1\xbc|\xcd\xf5X\xe1\xf2T/0J"

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 212.149.248.49
'\x16A\x02\x9fA_\xde\xcceffi+A\xaf\xff\x1d\x88U\x9d\xa3'

192.168.1.2 -> 217.41.176.118
'\x01\x05\x00\x00LP\xefD\xc4J\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

71.10.179.129 -> 192.168.1.2
'h\xdd\x87W\x1a=\x0b\xc4\xae\xb1&\xce?\xe3\xe3\n\xaf\xa2/J\xb8\xbc\xabx\xd8\x81\\/\x1cJ\xc0\x9b\x18\x9d\x00\x02\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

212.204.214.114 -> 192.168.1.2
":jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+eean: I'd be very surprised if anything I added caused a change...nothing I added is activated/used without the appropriate dcop calls\r\n"

192.168.1.2 -> 212.204.214.114

193.150.239.120 -> 192.168.1.2
'\xa2\x007\xdb\xbd+\x96:\xdc2\xa9\xe6/\x80\xe9$\xf3\xd0Z\xe5\x96\xda\x06H[\x95\xc4-J=\xe3\x1e_fS\xb2\x1c\xde\x0c{\xed\xdf\xe9}\xf5lq\xf9\x94\xc2$\xc3\x89C\xcd\x9bOp\xd5}r\xf8\xf1U\xd1\xcdDU\xca\'\xe0w\x85 U"\x14\x83F{J\x07fH\xfa\xfb\xf2\xab\x17O\x97\xbd\xc37\xd8j\xdc\xce[\xf7X\xb4\x14\xb0+$\xa3\x86?\x7fhP^+\xd2\x8a\x07G=FL\xf3FH\x08\x16\xa3F\xcb\nG\x06#\xf1E\xdd\xd1@S\xc7\xff\xe6^\xbf\x8bk\x12ruqM\x00\xccT\x0e9\xc9h*_\xc1N\xab\xc2@'

192.168.1.2 -> 193.150.239.120

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 24.107.221.82
'\x16C\x029\x16M7[\xfawO\xdf\x11\xde=E\x85\x99\xac\x81['

24.107.221.82 -> 192.168.1.2
'\xba\xd1\x02\xbaI\xa1p\xea\x1e\x80AQmB\xe7/sky\xd5\x9b\x06hMw\xf3\xe8"="Twr\xd0\x01\xab\xe2\xfbX\xe4\xe8|\xda\xbem\xbc\x87\x8em\xd93\x8f\xee\xfb\xaf\xa0\x06\x8f\x03E\x1b6\x8b\xad\x84\xac\x06\x11\xd3p\xd4<\xcb\xd1\xdd\xc9'

192.168.1.2 -> 68.84.140.103
"\x16E\x02%\xfe\xe2|\xca\xc1%^\x16\xc7.\x14\xd3sY'g\x0e:\xbe\xf9 \xddD\xc9\x8d!"

192.168.1.2 -> 72.181.61.199
'\x16G\x02A\x17\xeb\xbdMa\x00=\xd9\xf6\xa2\x82R7\x1a\x95\xe2[\x137T\x10o\xcc(\xc7\xbb'

192.168.1.2 -> 24.225.155.47
'\x16I\x02B\xdd\xa1\xcam\xe3\xf6\x96\x1d\x93\xfe\xd4\xc6\xcc=\xc5:V\x11&o\x9c\xcc@\x05\xe6K'

24.225.155.47 -> 192.168.1.2
'o\xbf\x02\xdc18\x1d\xab\xa7\x14\xc2\x9a\x1f)\xcd\xfb\x96\xc5'

68.84.140.103 -> 192.168.1.2
'v\x05\x02\xf3!o\xfa\xe1q\xabzBd6\xcc\x0eo\x95'

192.168.1.2 -> 82.216.129.118
'\x16K\x02n|\x133\xeaC\xd3\xf5\x07\x85<\x82\x13\xae\xfd\x03\xc1\xc9\\\x8c\x8aIA\xb42+\xd2'

192.168.1.2 -> 24.243.179.113
'\x16M\x02\xd9\x889H\xb9\xd2\xba\x11\x0b\xc0\x13\x0bw\x92/\x04\xbc\xb5\xa3j\xd9\xff!\xf1r\xef\xba'

72.181.61.199 -> 192.168.1.2
'$\xa7\x02\x8e\x14\xb1-Kxc\xf1\xbf6\xa2\x99\x1eNy'

192.168.1.2 -> 67.162.133.209
'\x16O\x02VF\xc9\x19>r\x9fr\xe8\x01#jht,\x9f\xbe\\\xbaK\x06\xf4\xe8K\xe8N\xbf'

82.216.129.118 -> 192.168.1.2
'!\x97\x02O\x02\xdb\xda\x01\xae\xdcI\xc3\xc0\xde\x18\xb6\x11i'

192.168.1.2 -> 212.30.7.170
'\x16Q\x02w\xfe\x90v\xf8\xd7WG\xe7n\x7f\xe3"\x8f\xc2\x9e\xdf\x12]1\x94w@4\x9c\x84\xf1'

212.30.7.170 -> 192.168.1.2
'\x00\x0e\x02\xf0\x96V0>\nk\xb2\x07\xd6\x1d\xb1Wc\x10'

67.162.133.209 -> 192.168.1.2
'%\xe8\x02\xdf\xe0):\x8e\xccK\x1eRV\xbe\x9c\xae\t\xb5'

24.243.179.113 -> 192.168.1.2
'\xc0\x9a\x02Q\xca\xd1\xcd$\xc5\x83\x95Bc>\x01\xfej\xa3'

192.168.1.2 -> 67.162.133.209
'\x16R\x02\x94\xa5\xee\xef.z\xf11\xe0m\x04\xf7\x81N> w\xb4"\xec\xbd\x83\xb2\x96\xb1#}\x0eP\\\xa8KD`\xabC\xdf\xb8\xech-\x0f\x03\xfd\xd4s\x90e\xf7Th6j5\xbc\xfeQ\xed\x9b(\xa2o\xe8\x90\x10\x81\xd1\xf5\x91D3\xe7\xcb7\x01\xa5\xf3\x97}\xd0\xcdM\xba\x88\x80\xd2\\=\xc2Y\xdeD$\xb9\xe1\x7f\xfd\xb8v\xfd\xab\xf5b\x9e\xe5\xc8\xedpi\xda\xc7 J_\x11)\x08\x97\x87\x86|c`\xadb \xb647:\xc1<\x9b\xa0\xcc\xf3\xbf\xefq\xec.Ti\xd7y\x9b\xa7\x8c 4\xc9\xf7\x9b\x0bwl\x0fW\xe1\xa9\xd6\xf7\x84\xc6\x01\xca\xf5\x1d[\xb8\x14G\xb3d\xc7\xf3 \x10\x9dB5\x163m\xb7\xb3\xa2\xec\x1b\xb4\xdd\x01\xccA\x18s\xa7-\xec\xa8#\xc6\xe3\x98\x1a1\xa6i\xa5\x1c\x81\xbc\\\x99\x16n\xac\xe0s\x88\x81r\x87M\xe9,2\x15\xc1\x03\x1e{\xb4\xceYhS\x16\x84\x90\x0c\x0cu\xe2\\q\xed\x93R\x8f(t\xe9\xf0z\xf1\x9a;(]\xad\x1c\x974ur?\x02\x8e?\x14\xef\xce\xb5B>\xeb\xa4+\xa7\xf6\xa2xyM\x88R\xef\xe3\xd4\'\x8fc[o\xe5\x82\xc7\xcd\x82(\xd8\x14\xe1~\n\x8d!\x18H\x9bj\x15\x97\xc14\x1bY\xd9k\xc2\xd9\nCz<\xcf+\xbd aT\xde\xf3\xe8\x17\x12\xb9\xed\xa4\xf2\xa4^'

192.168.1.2 -> 82.216.129.118
'\x16S\x02d\xf1\xba\xd4.z\xf11b\x0c$\x0c\x1d\xd2\xb2\td\xe39\x1f\xfc\x8b\xca6\n\xe1\xb8\x96|g\xfb\x9b\xadR8<\x9c\xd7R\x0e\x8e\x13\xd8\x9f\xc0\xaf\xdc&\xe4\x96\xf6\x1ds\xe6\x8e\x04\x9f@n\xeb\xfe\xb5iQ;\xd9\x90\x932H_\xbdPkr\xcd\x9a\xc2\xb2\xa4T3>id@2\x97\xefmE\xc8R\xd1\xdf\xa9\n\x0f=}\x0b\x8c\x82\x91\xa1+\xb32\x01^x\x96\x08\xbdL\xe1\xdb\xcb\x7fQ\x04\xdb\xe5\xe2\xf4ny\x18\x12\xec\xa6~!M\x89\x1a\xc3\xa6]9n\xcf\xa0\xc7:(\xd6o\xb9%\xf31.\x95\x97:m\x07hz.\xdc\xc2\x9d\xfatT\xe6\xd7\xb8h^\x17\x86}Q\xd6!\xf7\xec#\xe6\xb6&{o\x8b\x0b\xfe^AF\xf1\xd7\x89\x02\x143\xfb\xacUY\n<\x04o}c\xbf\x95\xec\xcc4\xc0\xb1\xfcc5,&\x04S\x16V\x8bj<\xae\x94;\x103\xc5\x19\x07\xaf\x8c\xfb\xf2\xb8cX\xa6T\xf0!\x9c\x1b\xc0\xdc\x97\xa7\xf0(\x0e!J\xe6 \xe41\xafB\xdb`\xe2\xbb\x8b\x89\x1d\xe9\re\xc7Q\x0bgh\x9c\x1d\x89\x89\x82\xe1\xa5w\x81q\xa3x\xe6[\x16\xce\xc5\xf5T\xb5[\n\t\xb9g\xd2\x00\xbe\xf8O\xb3B.-W\x94t\x89ss\xf0\\ht\xef,\x1d~\x19\xbc\xe4\xe3\x1e\xb7M4:\xad\xf5\xadv\x1c}\x0f\r'

192.168.1.2 -> 72.181.61.199
'\x16T\x02\xd6\xe3\xa25.z\xf11\x99\xcf\xef\xab\xfd\\\xdb\xeb\x1d\x13\x83\xfdgV\xa2\xe9\xe5\xb9\xed\xa2\xc3\xd8\x0e\xf6\x0e\xb5Ip\xf8aY\xe11Dd\x11e\x99$\xee\xb68\xbd\x0668\xd8\x11~a\xbc\xd0\xc9-`\xc8\xac\n\x04\xa5\x9a^\xa1\x8e\xee\xdf\xab\xb8\xb4Z\xf2\x91\x92\xaa\x15\xca\xbf"E\x8a\xd4\xde\x0f\x1f\t`\xd7I?\x1a\xe9\xcb\xc9\xe0f\xe2\xb5\xa8\xa2T\x80\x95\xd8[\xe4\xb7\xfa\xe8\xf3\x9d\xbb\\\x8a\x8c\xa8\xa8\xa9\\V\xd2\x0c\x92\xe3\x94\xef,\xd9x.]{V\x13\xc7d6W\x8a\x84Fr\xbf.\xd6(\xec\xce\x89 u\xbf\x0be\x12X\xbc\xf1\xc1\x8a\x82\xa1K1\xfc\xca5\xa4\x12\x08s\xd9*\x8ah\xc9n\xbcK\x012\x05\xe8\xf7_d\xc9\x0f\x13\x84\xc1\xbf\x83\xe4\xcf\x9c\xcd\x7f\x97V\xb68\x9a1`\xa2\x05i\x92\xcdVx\x0e\xf5\xd0W\xa8\xcad\x1c4\x0fl\x8c\x95v\xd8\xbc>/\xb0N\x16E\xef\xb2\xa9.\xdc#l\xa1\x10\xfb\x90\xa5\xf6]2\xf1\xf1\tp\xa6\n\'\tcU\\\x99\x95\x81\x91\xc7\xed\xcdX\xef\xbfLpH\xfa\x06X\\\x0fWF]\xa0\x9b2q\x8e\xe9{\x1b-\xa0[?\x8a=\xb8\xd5e\xfd\xaf\x18w\xc6\xe2\'c9K\x81/sA$\xed\xbd\x05\xc4M\x83\xe9\x15ZJ\xad\xeek\xfb\xd0>sS|\x07P^\x8b'

192.168.1.2 -> 68.84.140.103
'\x16U\x02E\xba\xd7\xe2.z\xf11\x80\xbb\x11GHu\xb3^\x8b\xd5\xab*\xa9~Sj\x97P\x1ah\x81\xef\x1a\xf8\rb\x99%\x13\xf4\xe50\xef\x93\xdawr\x1d\xa9\x86\x1c\xb2\xab\xf0{\xc6\xc3\xf4_\x1cBA\xbeK\x99Xjw\x84\xa6\xdd\x99\x17\xb8\x94\xfd\xffQ\x7f|q$\xd7\x00\xfde>\x01w)F\x818\xb2\x8a\x12\xbd7W\x92l_N\x9f-S\x14\x17\x92\xe6\xf4\xd5\xd8\xc4[\xdb>\xdau\x05\x95-\xb6Jy\x83\xcf\xb0\xbe,\xe4\x83_\xc2\xcbY\xf7\xd7\x0b\x8au\xa7z\xd6!5N\xc4e\xae\x11\xd3\x83\xee\xe7\xdbq\xf9\xd4:c>\xf8\xb4\xa3\xfa\xeft\x10\xc5\xa4\xf7@\xd4@\xc4 K\xd9\x84\xcc\xcd\x0f\xaa\xfcJu\xc8\xfb\xef\xdcU\x9d\xe3\x18\x12/\x0f\x87\\>\x8eU8\x81\x84\xd6\xe5\x89\x00\r\n\xc7\xf5\xef\x0bl\x8aw\x84*yf\x80g\xb5\xb4\x0c_w\xfa~\xa5\xf6\xec\x13]\x12\xc2d\x17\xc8RV\xa4\x89\xdd-\xe8\x8a\x19\xe5\xd7\xfd?\x9d?A\xa9J\xb0oF\x90\xf0o\xa4=\x93#\x11\x84(\xe7$\x02\xd2\xca\xa6B\x87\xf5_k\xf8\xb2a=\xe5\x0f\xe0\x8b\x8e\xe6a\xb2\\\xac\x1a\x86,X\x97\xb5\x9c\xbb-t\xcf\x923\xe1\xb4\xa3\xbc\xf6wA\xfc\t\xa9\xa3:}O\x94%\xeb\xc8\x86\xe7\x0b\xf90\x8b\x05\xb7$\xcd\xe0\xbc-!Mf'

192.168.1.2 -> 24.107.221.82
'\x16V\x02+w\x9ck.z\xf11\xf6\xfbg\x84#\xc0J`\x04&\xddpr\xba*2\x12\x1ar=\xfc\xeb,\x90\x82\xe55\xb59\xbal\xcd\xa3p\xa6\xfa|e\xba\x1e\xc6iJ\xd86\xa6\xa0\x1a_\xa3\xe9\xd18:^\xbd\xef1\xb2\xa7 \x1aT\xfb\xa7\x99q\x1d\x9ar\xe4\xff\n\xc9\x0c\xf5|bq\xdf4[<\x8d\xc4\x97`\xe7$\xa6KY:\xd7\x19\xab\xfd\xe9G<\x11R\x94\xe1!9\xce\xf9\xa7.\xc4\x9dF\x95\x8b%\xb6\xd1\xd1Dp\xca\x8f\xc1\x8c\x1c\x04\x9asL\xb2\xb3\x1e\\\xd8t\x81\x9b\x96;8\xc7\x9f\xee\x9f}\xb5\xf07\xe0\xad~\x1b\x12\xfeE\xaa\xdd7\x8b\xec\x9d\x90G7I\xbe\xa4\x929\xebn\xab\x07\xafR\xe3"\x91H\xc2\xdb^\xf20D$k\xf3\xeePM\xb7\xac\x9a\xc5\xaf}"\x16\\\x0c\xfb1\x16\x97\xffO#\x81}c\x1d\xb7\xaf\xb3*\x01\xccjq\nk\\\x9e\x96\x07\xa1\xb8N[\xb6_%Y\xe6\x1f$X\x1b\xd9n\xc3[\xb4\xf9w\x1e\xc9\xa2\xbb\xba\xa0\x10\xfc\xef\x01<\xa9E\x1b\x99m\xf5\xb3*l\x8al\x11\x1f\x90\xfa\xf8\ry\xa3\xe7i?\xd1\x9e\xcc\xa8X\xb5_\x92\xd6\xcb&\xea\xef{\x0e\x80\xddE\xbd\xd5\xe5\xcd\xf9\x85\xbe%\x8b2?-\x87xS\x0fw\xd6\xafW\xe3\xb0\x89d.\xde4\x8c\x8f\x95\xc9<\xf8J\xbe~~'

192.168.1.2 -> 66.67.61.44
'\x16W\x02~$\xf3 .z\xf11\x81\xef\xf2\x83\xd7\xbf\xbf\xd85\xc3\x03\xd1\xe4X\x94\xba\x9f\x1c\xbe~\x93\xd7\xe3\x8aqJf\xd9b\xc0/\xef\x0e3\x93+\x88\xf4\xf4\xfb\x11\xf2\xad\xb1P\xd8\xf9&\x11\xc9\rC\x15A?\xc5\x1a\xfc\x14\x1a\x15\xa6a7"BE\xaa\xd0W\xc8\xb3\xda\xb4\x95y\xefX\x1e6ax\xdc\xa9[\xc9\xe4;\xea\xa7\xedNI&\x0by\x00\xfd\xd1H\xb6\xc6\x96d\x05)1\xaf\xd9\xb6\x06\x81\xbf\x04\xa4`\xc9\xe3x\xdb\x8bke^Q\x13\x9f+\xe30_\xa2>\x1a\xc1\x1b\x1b\xf3\x19\x9fm\xbd\xfe49\x93C\xcd[\x96\x03\x822\xe2\x08jS\x1f\x1e\xcfX"\x1e#tz\x057\xdfZ\xee\x18\xd6N\xef\x1c\xbb\xb6\x85\xc7\x07\xbcnE\xd1\xa1\xd1\x16\xf8.z<Q\xbd\xe5\xa9\x98\xbaj\xc3\xfe+\xd2Y\xdd\xbf\x11\xcdMK+\x98\x19x\x81J&o[\xf4A\x95\x04\xf6\x124\x1d\xea\xd3\xe3dG\x7f\xe4\x85y(\xf5\xe7\xb3\x8ap#\':\x7fr;\xfe^\xb9_peS\xa4\x9b\x1a\xeb\x03j\xcalZG\x83\xc3\xd2\x03\\\xe8%W\n\x02\xfdm\xe7U\xe8\xb1j\xbe%\x17P\xa1s\xf8J\xc9\xd6\x97\x81H\xeb\x11**`\x89\xb6_\x96\xee\xa8\x8a((\xc2\x0fE\xd7\t\x89\xa4A$\xb4\x11\xacE\x93\x8e^\x91IL\xde\xdb\xee\xcf\xf2\n\x9a'

192.168.1.2 -> 24.242.109.92
"\x16X\x02\xd7\x0f\x93\x11.z\xf11\rs\xc4\x84T\xfe\xfd\x7f\x909\xef\xe7\xd6\x13\x18Hx\x17\x06\xb8\xf0&\xe1 \xae\xa8\xffY\xcc\x83\xab\x82i\x06\xa8m\xfc\xb7\x1d\xc4\xa9!\x89\x9dC\xa6\x04\x81\xb3\x9b\xf1\xff\xb9E+zZ\xb9\xa6H\x00\xdd\xcc:r\xfcVe\x8d\xd3\x10Q\xf1\x98\x8a6\xe6\xbdl\xf2\xa0\xa5\x04zxtWo\xe3x\x81\\\xe4\xa4\xb5;\x80\xab\xfc3\xf6\x81\x04:\xbdY\xc6\xc7K\xedg\xd4J\xc8\xf5\xd0\xcbY}\xc1\xac\x0b\x88\xbc\xed\x98?\xa0\n~\xd6=t\xd1}\xb2\x06\x81\x9a\xcca\x05Q\xc5\xb9\x939\xab\x03\x8c7\xab\xa8\x86.\xd8\x95\x0c\x83\x80,`T\xb7\xf8\x06'J)i9\x83\xfa^('\xc8\x99!\x10\xf8\x06\x7fd\xdc\xaf\xbbS!r\xb9\xe6\xb6\xd3\xd4\x9d\xbbn\xd48\xd4|\xcd\xea,[y\xe0@^\x9b\xd9Y\x1e>\xe4\x85\xa6\x99td\xff\n\x92\x05\xd5\xca\xd8\xfc15R]>\x8f\x00\x06&u:\x7f\xcd\x04\xd2|\xa0\x1a\x07\xb3\xf7\xa1\xf0\xa0\xf4\x82\xdf9i)\x18\x8e?Z\x08z\xb2\xe17\x87\x10\x9b\xed\xbdFE\xd8\xae\xde-\xd7A%\xce(y\xe3\x19\xcf\xce\xf3\xbb\xadgi\xa0}\x9a\xcc\n\xc7z&@b\xd6\xcf;j\xf1\xa0\x98_\x97,d\x1a\xf8@\x83\xcbJt\xad`\xab.>\xc8q\xa3\xc4\xb9&\xd8:"

192.168.1.2 -> 67.190.60.125
"\x16Y\x02\x95\x01\xe4\x0e.z\xf11\xa4T\xfa\xfd\\\xffGB\xf7\xa08\xc3\x96\x17q\x995p\xe1\x1a\xb2$\xc6lV_d\xf7J\xef\x9a\xca(GB}v\xe4\xa8h \x8eI\x16\xd8vV\x90H\x1b\xed\xe2\xfc\x1f%\x0e4\x11\x1e\xd2\xa7r\xff\xfb\r\x9d\xb2\xb7\xa1a~j(\xd9\xa0\x81\x14\x8bw\xa7h\xca\xb2r\xa7\r\xf9\xfb$\x1dD'{\xb3\xe5\xcb-\x80v2\xf5P\xfdC\xa6\x860\xcd\xca\xdd^\xe4\x81/\xf6\x11\xd4\x01\xd8\xdc\xba\xf5x\xbc'\xf72\xbf\xd2X\xf1~\xcf\x1b\xcdf,\x93W\xf7\xc4F\x01\xa9\x95\xd99\xb8\r\xc6\xb0\xdd\xd7WY9\x17`\x8ez\xa3\x82\xeb|\xc0\x7f\xb5\xe9\xf6\x85\xa0\xf5V\xa3\x95\x80\xe9\x92\x01 \xda2*\x9b\xae`\xaf\xe4\xa9'\x91\xa3\xaa\x82\xbc\xc4\xb9x\xaei\r\x04\x7f\xf5Ii\xabPt\x82)os\x90\t\xdc\xa0\x1e0\xfbeN\x019\x04\x8bF\x8f\x92\x08K\xfc\x7f\xd5\xdeU\xbdSqw\x99\xb1\xd7\x8a)x0.\xef\x9c2LX\x9a\xa7\x1b\x813\n\x98\t\xd9\xb5\xb4e\xf6\xcb\x0c5m\x15\xd59\x0eu\xb9\xfc\xa4\\\x14e\x11\x0e\xb5\xf1\x10,Q\xb9q\\\xc3\xc8X\x17x\x85oTH\x14\x96V\xa1\xd3\xfa\xd6e\x8ddEj\xc1\x15\xf4\xf1R\xb7\xa1\xca\xa1\x184P\xbc$\xb7\x02\xa1\xeag\xb8b\x0bW"

82.216.129.118 -> 192.168.1.2
'\x16S%V\x80\xf5s\x0b\xeb,\xa9'

67.162.133.209 -> 192.168.1.2
'\x16R5V\x80\xf5s\xb6Z\xa4\xdf'

68.84.140.103 -> 192.168.1.2
'\x16UeV\x80\xf5s%\x0ek\xec'

24.107.221.82 -> 192.168.1.2
'\x16VuV\x80\xf5s\x0cw\xd0\x16'

72.181.61.199 -> 192.168.1.2
'\x16TUV\x80\xf5s\xfc\xe6\x99E'

66.67.61.44 -> 192.168.1.2
'\x16W\x15V\x80\xf5s\xe3\x1aA\x1c'

24.242.109.92 -> 192.168.1.2
'\x16XeV\x80\xf5s1a"\x89'

67.190.60.125 -> 192.168.1.2
'\x16Y5V\x80\xf5s\xb6\x8e$\xae'

130.117.72.70 -> 192.168.1.2
'\xa7|\x02\xc7RRM\xd5\x8ef\xdb\x8d\xe6<;\xbbE\xa0:\xd5\xda'

192.168.1.2 -> 130.117.72.70
'\xa7|%\x82uHFB-D`'

192.168.1.2 -> 212.72.49.142
'\x16[\x02\xefB.,[8w\xde\xd7\xec\xa63\x93\x86V\x1d\x95\xa4\x1em\x9c&~\xfc'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

212.72.49.142 -> 192.168.1.2
'I\x06\x02\xdb\xbe\x1d\xcb\x080\x05\xabF\xb0uC\x17{z\xf0\xa0L\xe2'

192.168.1.2 -> 212.72.49.142

212.72.49.142 -> 192.168.1.2

192.168.1.2 -> 212.72.49.142

192.168.1.2 -> 212.72.49.142
'\x16\x03\x01\x00\x00'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

212.72.49.142 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

212.72.49.142 -> 192.168.1.2
'\x17\x03\x01\x00\x00'

192.168.1.2 -> 212.72.49.142

192.168.1.2 -> 212.72.49.142
"\x16\x03\x01\x00\xcdA\x03\x00\t\x80@\x04\x08\xc0\x01'\xe8\x9cKl\xfc\x9f\x97d(M\x18\xf8\xcb\xab$X\xa2!NSv\x15)/kVI\x06\x99\x9c5\x1c\xc7\x1106\xd8\xa6\xf8\x83?z\xc6\x12&,\xfd\x83\x11VV\xa2@\xea\xa6\xd1fT\x7f)\xc3\x17\x82\xabTi,|\xa1r\xbbx\xc5\x8bX\x00\xd8\xa7}\xbc\x19\xc0\x89\xf5+\xbb\xf2\x07\x94\xcfP\x82\xb3\x03\xcc\xa8\xc7\x9f<6[\xca\x96\xff\xa4#2K\x82\x1f\x0f2H\x87\xbae\xadIL\xbfu\xc3\x18w{\xcaD4\xb47\xd8\xc7\xa3\xb4\x1et\x987jz7\x0b\xcd\xc9\x02\xe2\xc3$E\x07\xb1G\xf6\x96X\xb3\xfbx\x99]\x91\xf0\x91\x00\x07Q\x87]\xe3O\x9fo \xc2\x14\xc0\xa5.\xb0\xb5\xcf%\x97\x05\xc8Z\xf4n \xac\x80\x00\x0c\x01\x17\x03\x01\x00-GaWk/\r\x970\x13\x7f)}U\x85\x94J\x86G\x999\xc7\xe0It\xcf\xdb\x12X\xad)\xc7C\xf8\x04kg\x14\x95\x15\xd9\x1c@\xbd?q"

192.168.1.1 -> 192.168.1.2

212.72.49.142 -> 192.168.1.2

212.72.49.142 -> 192.168.1.2
'\x17\x03\x01\x00\x0b\x01\r\xe3\xbe\xbd\xdfk\xfa\x14\xad\xb8'

192.168.1.2 -> 212.72.49.142

212.72.49.142 -> 192.168.1.2
'\x17\x03\x01\x00?\xe0A\xff\x1d,q[\xa7\xd0\xde^Rb\xfdDv8\x1dL\xf1\xde3_\xdd\x1c\xfc[\x87Ne\xf4M\x13\xa6>\x99\x8cc\xd7C\x810.\x91\xff:c\x9c$\xeb\xf6\x96H\xd3\xe3D\xa3\xa0\x07\xff\x183\xd7'

192.168.1.2 -> 212.72.49.142

192.168.1.2 -> 212.72.49.142
'\x17\x03\x01\x00\x14\x82@\xd4y\xcc\xf1g\x04\x91\xd1mc\xb8\x01\x88\x81\x0e\xf2v?'

212.72.49.142 -> 192.168.1.2

212.72.49.142 -> 192.168.1.2
'\x17\x03\x01\x00\x10s\x8a\x92\x93$\xb5\xdb\xebL\x8c\x99\x02\x05\x10yo'

192.168.1.2 -> 212.72.49.142

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

172.200.160.242 -> 192.168.1.2
'\xa8\x9d\xeb\xd8\xad&\xb5s\xb93\x96\xb6\xbe\xf8\xef=\r\xe6\xefk\xd3]\x9e\x0b/\xbe\x80\\;\xcc\xc56t\x80\xd4\xcb\x02\x08\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

71.10.179.129 -> 192.168.1.2
'H6G\xcf\xbf\x95\xf3\xf2\xcf\x05\xaeG\xd7,\xa9\xc1\xdca\x03\x10\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

24.177.122.79 -> 192.168.1.2
'\xca\xf0\xb8f\xbf\xfcb\x93WKm\x1a\x0b\xb7\xc0z>L\xbb\x00\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

192.168.1.2 -> 71.10.179.129
'\x92\xcd\xd1\xf3o\xe5\xbc\xfcs\x81\xeb\xd15Kjp4H\x00\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79
'\xca\xf0\xb8f\xbf\xfcb\x93WKm\x1a\x0b\xb7\xc0z\xec\x83|\x00\x00\x00\x00\xff\xff'

71.10.179.129 -> 192.168.1.2

24.177.122.79 -> 192.168.1.2

71.10.179.129 -> 192.168.1.2
'\xe8R\xe1\x8b\x80\r\xd6\xe9;S#\xbb,\xdf/\x93\x80\xe5\x9d\xef*\xeey7^\xceB\xee\rh\xb2\xe1\x98\xbb\xf2\x04\x08\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

212.204.214.114 -> 192.168.1.2
':eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+jefferai: right, but nothing else changed either\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.1 -> 224.0.0.1
'\x11\n\xee\xf5\x00\x00\x00\x00'

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

172.200.160.242 -> 192.168.1.2
'(#;\xea~\xdc\xdd\xa5&J\xc7\x1f\xb0?\xc9\xd7\xc5\xf07@\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 172.200.160.242
'\xca\xc8\x8e\xba\x1fww\xa9\x89\xd2\xf1\x07\xecO\xf2u\xb1+\x02\x00\x00\x00\xff\xff'

172.200.160.242 -> 192.168.1.2

172.200.160.242 -> 192.168.1.2
'\xa8\xc4*F\xf4\x99\xa9cqG\xa7k\xd6\x19\x03\xf8q)\xd9\xf3.Tp\xc4\xafB\xb6\xc9\x11\xffIT^\x00\x01\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 195.215.8.141

195.215.8.141 -> 192.168.1.2

192.168.1.2 -> 195.215.8.141

195.215.8.141 -> 192.168.1.2

192.168.1.2 -> 212.204.214.114
'WHO #rokymotion\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 352 vmlemon #rokymotion n=lando pool-71-121-181-242.sttlwa.dsl-w.verizon.net irc.freenode.net land0 H :0 gaim\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell\r\n:sterling.freenode.net 352 vmlemon #rokymotion i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 P'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'aul Cifarelli\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=mark amarok/developer/markey irc.freenode.net markey H :0 Mark Kretschmann\r\n:sterling.freenode.net 352 vmlemon #rokymotion i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman\r\n:sterling.freenode.net 352 vmlemon #rokymotion i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie\r\n:sterling.freenode.net 352 vmlemon #rokymotion ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)\r\n:sterling.freenode.net 315 vmlemon #rokymotion :End of /WHO list.\r\n'

192.168.1.2 -> 212.204.214.114

71.10.179.129 -> 192.168.1.2
"hZ\xd0\x83\xa8'\xbe\xf3\xfa\xa5\xca\xcf\xb9$\x17<\x85\xb9\xb6\xdb\xd9\xcd\xc5\xe1+3\xb2\x19\xaf\xb1\r\xaa \x1d#\x08\x10\x00\x00\x00\xff\xff\x02"

192.168.1.2 -> 71.10.179.129

71.10.179.129 -> 192.168.1.2
"hZ\xd0\x83\xa8'\xbe\xf3\xfa\xa5\xca\xcf\xb9$\x17<\x85\xb9\xb6\xdb\xd9\xcd\xc5\xe1+3\xb2\x19\xaf\xb1\r\xaa \x1d#\x08\x10\x00\x00\x00\xff\xff\x02"

192.168.1.2 -> 71.10.179.129

212.204.214.114 -> 192.168.1.2
':arkanoid_!n=arkanoid@8-255-173-213.static.dsl.webpartner.net QUIT :Connection timed out\r\n'

192.168.1.2 -> 212.204.214.114

172.200.160.242 -> 192.168.1.2
'h\xafS\xeb\xf3\x92\x86\x876\xb7\x05W\xbd\x90\xdb\xa7\x0c3\xe9B\x8a\xab\xe8\xac\x9f\x90j\x18:\xba\xe5\x8fm\xe0\x15)\xd7\x02\x04\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

212.204.214.114 -> 192.168.1.2
":eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+and the code wasn't tested much at all\r\n"

192.168.1.2 -> 212.204.214.114

71.10.179.129 -> 192.168.1.2
'HN\xf1\xf5\xb1\xe9\xb2_\x13\x0b\x96\x06\x97\xb4\xc45\xc2L*L\rk\xe3\xf6\xe6An\x06$a;\x80\x0ci\xf5\x03@\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

212.204.214.114 -> 192.168.1.2
':jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+well okay, is this a widespread problem, or a widespread SuSE problem?\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 67.162.133.209
'\x16\\\x02"\x83w\xad\xc5"8\n\x03\xeaB\xb6\xb1\x1fo\x19\x8e\xdf\x12\xab\x8d\xb8[\x8b\xf7&\x10\xc6<6\\\x92\xaa\xa6\xb2\x1d\xf1\xffb\xcdM\xc0\xa1\xf9{l@\xc3\xbe\xce \x9a\xfb\xa4\xa0\xbc\x1f\x17\xa2\x7f\xd6\x1ef@\x02\x04\x95\xb4j\xe0C+\x1e|\x82\n\x88+\xc1qm\x01i\x14\x82\x13\xe4\xe0\xdd\xf6W\x9fK\xd4KXFp\x82\xd9\xa1\xa5b\xfe\xec\xd2}\x90\x04\xfc\x1e\x07\x8dF\x99\xf8\xeb\xee2\x1c\xcf[\xbd\xbbc4\xcd;\xe1\xb6V2\x87\xf2..\xeau\x82g\x9e@\x8b\xef\x9aUj$\r\xc5U{\x8a^\\\x99\xe2\xccmB\xb8\xda\x1a%\x91\xea\xf0\xb2\x99\xfe\xc1\x8a\x83]\n\xc3\xd9\xa2q\x0e\xac\x0eu\xa0Q\x7f]#\x84H\n3\xf0\xd0uv\xda\x85(\xb9{Y\xeep\xcf\x80\x9f\xb26\xbbj|\xec/f2)\xf2\xd7\x12\xfc?*B{\xf2\x99\x94i\xc8\xaa=D\x83\xe0\xb4\xc3\xd8\n\x114)\x0f\x99\xbcqm\xb2\x0b"\xf1\xce\xd27N\x9d"\x9d;sr\xbfl`\xf7NS\\\xd7\xf5\xbe\x95\xc2\x1f\x94\x85\xf8\xd2\xa7q\xb9\xc0\x8b\xae>\xfba \xb66\xe4\xd5\xe3l\\\xa0\x14\x8b\xd3A8RU\xf0;\x15\x92\x9f\x99s++(9.\xd2\xb6\x05N;Ps\x1e\xd6\xdc\x11;\x9b1S\x9c\x8e;\xa5\xb0>\xb8\xa0rt@\xa0v'

192.168.1.2 -> 82.216.129.118
'\x16]\x02\xc8\x07\xe0\xfa\xc5"8\n\n\x90r\xc9\xc8\'\xff(\x85\xb0\xe9\xcf\x96\xcd\xb8\x1dJ\r\x9e\x18\xfet\xdf\xbfn[\xbf\x14U\x94d\xaf\xae\x14`L\xeb\x1e\xf3\x9f\x96J\xf2\x1d\xe0]p\xf8X\xad\x8e\x10B\xf4\xd2-5C\xab\xad\xe0\x7f\xc1 =\xb7\x1e\x15\xf8\xf0Kr\x83\xd8\xa4\x164&\xec\xb0\xa6\xffJ\xbf\xe1\x15\x10d\xec\xd8\x8ay!\xf8h\xbf\xf0\x06:^\xe2\xa6\x1a\x05>\xcdz`\xb5\xf4\xa4mJ\x8d\x95\xec\xbc\x9d\n%^U:\x8d\xf1\x08\xbd\x9f1\xa0\xad\x80\x80\x80D\xcdX\xd8\x16\xd6\xd7\xe1\xb5\xce\r\'\x85S\x93iq\x1e\\\x9c\xda\x91\xc9I\x80-\n;;\xea\x87\xfeD\xa6\xd6\xee\x96?\x90\x8d\xc2\x19\x81\n\xb4\x9fR\x8ft7\n>\xd0$\xdfm\xed\xd8\x82\x85S\xf7\xc1\xb4\x83\xa0\xb9\x1a\xf2\x8b\xf8\x08\xfe\xacc\xdd;\x84\xe0\xb3a\x8b\xd8J\xb858\xfb\xd4\x14\x9cYl\x901f\xe0v\xe3\xf0@\xe8\xda\t\xdbS\x0f\xdf\xde}js\x99H\xb3\xf3\xee\xf4\xf0M\x15V\xeco\x04\xdf\xa1X\x07Q\x03\xab\x92r\xbfcO\x1b\xfa3\xef~\xe7\x10)\x99=\xb2\xc4\xe2\xc3\xb1u:\xa0\xb6e\x02\xa0\xd5\x1f\x9a\xfcP^\x19\xab\xf3H\xed\x1f\x91Xn\xe8s\xf5X\xde\x15\xe59\x84>\xadXiO\x8e:\x9c\xe0\x80\xff\xb1\x8a\xcb\x0f\x85<2'

192.168.1.2 -> 72.181.61.199
'\x16^\x02u\xb6\x1c\xa3\xc5"8\n\xe2\xbe\xbe\xa9\xab\xe8\xa7-\x7f\x04MG\x10\xba\xc2\rL\xdb\xc5\xfb\xca\x90\xb40\x03$23\xe1G\xa0\xc9\x93\xef\x11\x02\xa7C+\xcd\xd9?\x92\xe0\xba\x7fE\xef+V\xe5"a\xd5\xc3L\xff\xf7\xd9?Y/\xfdEp\xa0\xbd\x81\x84\x8b\x1d@\xce\x82}a\xa9\xe6 -qR\xaf\xc8>\xa0\x15\xf7c\xa7|\xcd\x9d\xbaM{M\xdbo\x9e%.\x1e\x01\xd2\xaa\xd0\xe2\xfdv\xf1\xe1\xaa\x83+`gU\x96:9f\x07g\x87\xac\xd0\x1a\xba)\xf5\x01Rz\xea\xbb2\x0bjB\xf8\x9c\xe9\xfe:\x93\xf0\n\x19f}#\xc7\x1b,j\x18\xcf\xd2\xedw+\xa8a\n\x0b$o\x98\xb3\x9b\x90f\xf7J\x04\xed\xe5\x90Q\xf4\xa3\xbaxN$\x98\xd5\x08\x93v&7\xc6\x03\xc4BJ@\xfc\x11\xfd\x8d \x8f=\xd4\xdc%\xcan\x9f\xc0\x87\x01\xd6x\xc7U\xbc\xffq\xb2o\xbc\xd5\xbd\xd0\xf8@\x0c\xcbW{\x1cH\xb2\x18\xd8?\xdd\xf9\xd5hn%} \xc3\xcd\xee\x7f\xdd\xa7|\x96u\x0c\xee\x8b\xa6\xaa\x9c\xc7\xcd\x89<\x1b+yv\x87\x03n#\xa4*\x0b8P\xe3\xd7\x82\x82P)s\xf6\x13Z\x86\xae\xf6\xadET\x80i\x96\x87\xc0$\xaf;D\xceN\xa29\xd7\x11\xe7\xb5\xa3\xb0\x0cU\xe6`\x9bMg\xc1\x9a\xe69\xc5\xdb\rnhm\x90Y\x15'

192.168.1.2 -> 68.84.140.103
'\x16_\x02\x9e\xecw\xf8\xc5"8\ng\x083\x01\xf9\xa6_\xfc\xbf\xd2\x81\xba\xbb\x85N\xd96\rK\x80\xefQ\xd2\x07"2j\x9e\x15\xaf\xfd\x9f\xbf\xact&\xa0\x13x\xda\x16&%\xb1\xca\x10\xe2\x1eY\xa2JP\xddb{\x02\xa2\xce\x92\xf5\xbf\x1bI\x9ey\x05\xc0\x9dR\xdbB\xdeW(\x80\x85yc"\xc6\xca9\xf9\x18\xac<\x00L\x8e\x16\xc9\xf9\xf9\x1bea\x0c \xf7*)L\xe9\xaf\xda\xbd\x08o\x14\xa6\x98\x06\x04\xdc\x0f\xc2\xca\x8d\x16V\x99wk\xec\x7f\xddp}\x1d\x1ee\xd6\xba\x10\xe2_\x9e\xae\x8b\xe8\\\x07_.[eRi\xfb\xb5\x96\xeb\x8fU\xc0\r\x1a8\xb1\xcf\xae\xd6\xe7\xd2\xe0a\x02\xa3\xa6TJL\x7f\x91{Z\x86\xac\xc8U\x15J\x0f\x0f\x1eO\x9ep{T3\x97j\xd8\x96(P1\'p\xa4-\xb4\x1a\xc7\xfdu\x8b\xa3\xf0\x98\x9fI\x89&\xad\xd6\'\x96\xcfQgin$\xc36\xd9S\xe5#\xbdh\t\xba\xe3\xac)\xa9\x974\x85\xe0\xa0\xbb+m\xa0\xb3\x92\xd5\x9f\xf3t\x8f\xa5\xed\xa8:\x1c\xcc\x87\xbf\xbc&\xa9\x19\xef\x15\xacH\xfe?\xdeK\xa1gY\xbb\xa3(8\xf0\xa2\xf3\xa2\x8am\xf0\xf5\x9c=\xe7X\xed\xe9rM\xf4\xc0\xad\xd4t\xce3Ik\xdc\xff\xf8U\x1c\xcb\x04vC:]\xcet!\xfb\xc3\x9a\\\xf2\x91\x89}$\xf7\xccL/\x94'

192.168.1.2 -> 24.107.221.82
'\x16`\x02\xbdk\xec\t\xc5"8\nF\x17\xa1\xdd\xb4\xea\xcc[k\x16U\'\xf3\x8ba\x93P~4\xeb\x0c\xb7\xc0A\xc2\xea\x01\x10\xac\xe0Wj\x14#\xa4TS\xe4\xa4\xe5\x90\xa8\xfb=\xc2\xcb\n\xbf}\x01\xf3n\xfd\x8d\xfb\xfb\xd5\xb2l=\xff\xc4\x9a\xd2E\xe7\x1fG>\x9f`\x86h\xaf\xb0L\x9b\xcc\xfc\xb2\xdd\x13\x9ckf\xd0\xea\x0c\x8dR\xb0x\x085\xc5%V\x91*lIA\xfcp\xff$Sk\xdcs\xc9sn\x19[M\xf3\x16\x17\xde\x8a\xb2C\xfay\xf1f\r\x08\xb0g\xce"6j\xb5\xa0\xa4o\xef\x827&\x9eR\x16\x9e\\\xf6\x8bu\xfbZ5\x88%d\xb0\x1dq*\xff"\xee\x01\xeb>q\xe8s\x17\t\x9d\x8b\xc8\xb8Ps\x17\xfeZ\x93\xca\xe5$M_9\x92 D;\xf9A\xc0U\x8dTin:G\x87nKs\xf9\xaf\xc4\xaa\xa3\x99\xdf\xf2\r>\x13\x0c\xe2\xbe\x98\x99!YD\xde\x7f\xde\xf4-X(\x8bn_\xba\x97^\xf1\x02b\xbd\xd0\xcd\x00&{\x18\xb2ud\x0b\xf6=Z\x15\x8b4\xa3\x8b\xac\xcb\xeb\x9ec\xc9\x97J\x9c\x08\xa2\xa5\xed\xa9\xba\x9b\x04,0\x12\xba\xc2\x1dYdz\xf4\xccLh\x9a6X\xban\x85x\x86\x06\x1c\x98%\x80`\xd3\xba\xe7\x96\x88\x88\xb4z,\x84\x06+xf\xa86Y]\xd2\x06\x97\x91\xe3u3\xc4\x89\x05\xf7\xd9\x93'

192.168.1.2 -> 66.67.61.44
'\x16a\x02\x16q\xba\xa6\xc5"8\n\xf7\xea\xb9v\x9e\xb4 \xc0Vv;\x8eue\x9b\xdd\xe4c\xdeo81\x10\xe3|O\x9b\x98\xea\x00\xfa"\xaf\xb5\xba\xa2\xec\xb7\n\xb4\xbb\xf6\xcf\xb0+\x1b}^\x85\xb6SG\xaau\r\xd9\xef"\xc1\xd6Y\xd2\x07\x8dA*$-z\xd7\xf7B\x00i=\xe1\x06\xf8\xdaE\x1b\xf9\x19\x0c\xe4\xbb?\x89\xec\x19\xc12\x90<\xd6\xcd\x91\xfd\xb9\x93\x879\xaddV\xaf\xf8\x14\x9ct>\x02\x01\xf6T#\x89\x11\xfa\xfc\x15\n\x0f\x10\xfe{\x1f\x92\xf3\xb6k\x81\xf0P}H\xda\x93\x0c\xf3\xe7\xf3qFQ\'\x888.\xc4\xdc,\'lU\xb8\xc0\xda\xfe\x96\x15N\x86\xc0B\xda\x13\x81\xd9\xe1\xb1\x920\xecn\x9d\x99W\xfe\x8aJ\xe5{\x8ap\xb0\x9d\xe45\xaagl \x05\x1dL\xc3\xd2\n\xcb\x87\xcb}\n!\xcfT\x1bJE\x9e\xed\xa6\x8aRID\x809\xc7a\x94~\x85jO\xd9\xe5cx\xc2\xf9\xa1GZs.\x02\x9f\x86\x03\xdcK\xfd5\xf9\x99L$\x0b/\xb0v\xa8\x94\x11I[\xd9\xf0\x8c^\xb7a\xd2\xa6</\xdd\xde\xe5\xc9\x9d\x15\x935\xe2\x81\xb8\x91\xa6\xaf\xf3\x97rg\xea\xab`|\x06y\xb7\xcf\x15\xa9\x8d\x99\xef\x05\xc6M{\xa6v\xf9\xf6\xcf\x0fR \xc4.\xbf\x83\x83\x13F\x1a\xa2\xa8\xe5\xb6\xbecJ\xb4\xc6fr@\x00\xebXr'

192.168.1.2 -> 24.242.109.92
'\x16b\x02z3\'_\xc5"8\n\xed\xf2LFdL\xbchm\xa1@\x1f\xa3\x13\x8dLZ\x1c3\xbd\x88\xbb\xffo\x1e>\x14Y\x03\xba\xb7\xc5\xc3\xd8\x04)\xb7\x10\xdf\r\xe5\xe3\xd1\xd2d\xf7\x98CTW\x9b\xdf\xf0&\x11\x1e\xcbw\xa9\x01\xf0\x15[U\x00\xcc\xf5d\x92\xda\xe7WGx\xf5\xe0\x11[\\\xd4yZ\xf1$\xe3\xd6\xb5\xeb\x17\x0f\xb2\xd5c%!\xde\xa6\xa5]\x88Is\x1e9\xad\x03\x8b2\x11o\xda^\xa8\x8b\x0ffIL\x8a{\xef\xaeD!\x06\xf6T\xda,\x0c\x17\x86^7qM\xe2\x94\x96t\xedrD\x00\x90\x02\x13\x1e\x85\xd9\xe0\xfb\x8a\x13\xa6YP\xe5?\xaetkj\xc6!\xbf^ZF\x982\x80x\xde\x909y\xf9\xf5O\x0b\xa6\xd3\xa3\x9f\xaa\xc7~C\x7f%\x0f}SB\x92zXf\x95\x1ek\xc8$\xec\xb4\x88\xfb\xb5\\\xb0I\x86\x1e\x11\xf4\xd1H \x9c\xbd\xda\x12\x15\x87\x8b\xc6\x15T<?%K\xd4\xa7K\x90\x11\x98\x08\xdc\xae\xdd\x85q\xd9m\xd0\x98f2\xf3\x13#\xab\xd4Z\xdeu\xe5\xd8\x0b3(s\x9a\xc7\xa9\xf0}\x14\xd4h\x7fbD\xe9}V\x94\x90\xecph{\xa1d\xc2\x89 \x0fQV\x84\x03\x89\xeb\xd8@[zC\x8f\xfa\xb3\x98\xfe1\xde\xe90Y\x90z`sW\x0f\x9eQ\x1f\x7f\xc9V\xc8hE\x04\x8f\x8a\x81\x96\xc19\xc3'

192.168.1.2 -> 67.190.60.125
'\x16c\x02\x9bU\x9c\x84\xc5"8\nF97\xfc\xec\xd6i\xa1\xa9\xe5\x0f\x18\xa3\xfe\x1cg\xe3%EB\x00\x88 \xff5=\x03\xb3\xef\x13\x9cSI\xe5\x03^\xa8ahN\x07.y\xc9\x93\xbc\x02\x8e\xdfU\x0e\xec\x91\xe2\xa7\x1b\xa5\xf6\xd14\xc6\xea\\\xa2\xa7\xeb\x83E\x9a"\x92D\x0b\x00\xc1\xb3\xe6\x1d~h\xfc>]j\xc4r.W\xc6\x16^fc:\xa8\xbe\xfc`\xb8\x98\xea,\x9e\xdb\xd5\xaaT\xe2s_*\x8cb\\\xff7\x92Y\xb9\xe5F`@\xd7A\xa3\xb4\xab\x9c\x96\x1e\xbch\x1d5\x1d"\xf9Yeoi\x83t\xbb\xc1P&\x02\x10\xc9~\xf9\x8c"&\x07\r\xf2\xd7-\x14\xc3ji\xc7\x8a\x18\x88\xcf\xb7\xfdO9&\xc9\xf2r\x98\xfbI2I\x14\x83\x83Y\xb6\xcf\x04\xf2G8\xae\x85_\xd0\xa8{\x831\x8a\x9bR\x96\t\x80*e\xf1\xcfW\xab\xfa\xe4\x05JZ\xcfgK\xfa\xc8D%Ab\x1c\xd9\x0c\x07\xe8\xb2\x9c9\xb4\x04\x88\x9c\x91\xb7;\xac\xaa\xbc\x98!,\x1eH\\\x9e{IH"]\x0c\xc6l\xf4\x0crF\xf8\xa6\x8b\xb4\xfeW\x94\xaf-p\x19\xc4`\xa2rtH\xf9\xb8F/\xf5\xe3^\\\xc26\xfcdaK\t\xe3\xadE\xe3Q5\x84\xb5}\\?\x7f\x04\x03\xa4\t\xcf\x97\x13\xd0\x8b\x07\xd4>\x85_?l\xf2\xa7\x0f\xa8\x81\x15\xaa\xc5\xe1\xe5q'

192.168.1.2 -> 68.206.150.243
't\xbd\xac\xbex\x9d\x1f?\xd7\x9aw\x17\xfa'

82.216.129.118 -> 192.168.1.2
'\x16]%V\x80\xf5s\xde\xf6\xd6\xe2'

67.162.133.209 -> 192.168.1.2
'\x16\\eV\x80\xf5sm\xf6\xafj'

68.84.140.103 -> 192.168.1.2
'\x16_\x05V\x80\xf5sP\xb3\xf0b'

24.107.221.82 -> 192.168.1.2
'\x16`uV\x80\xf5s\xc5\xde\xc7\x00'

66.67.61.44 -> 192.168.1.2
'\x16auV\x80\xf5so\\\\\xc0'

72.181.61.199 -> 192.168.1.2
'\x16^\x15V\x80\xf5s\xcb7DP'

24.242.109.92 -> 192.168.1.2
'\x16beV\x80\xf5s[j\xcfI'

68.206.150.243 -> 192.168.1.2
'X\x15%\x02\xb9\x1c\xf8{\xc9\x9f4\xe4\x84\x96\xe2\xf1\xa1\x0f\xe8\xcfiL\x06\x81\x0c\x8c\x07\x1f\xd1\xb8x\x03\x8er\x9bq\xfc\xf7U\xd5\xeeV\x8c:\xe3?\xfe\r'

192.168.1.2 -> 68.206.150.243

192.168.1.2 -> 67.190.177.7
'\x16f\x02Y\x05L%\xc5"8\nN\xcf@\xb5\xa67A\xb5y\x16Q0@\x1a\xe6\xd0\xd2\xd6\xb1\xe9\xcb.\x96\\\'\'\x8eh\x80@\x86b\x9b\x1d\x05\x8b\x93\x14\xb8I\x83L\x8c\xa1\xc4\x11\x87\xc8%\xd3\x06\xa0\\v}\xf4\x86.\xd42sU\x96\xf5\x019L\xdb\xef\x14\x90\x17\xd9\xa5>\x99D#\x8c\x01\x9f\x10\xbf\xc9\x18\xb1M\xca\xd5D\x8cE\x84\xdf\xc8~\x8cUu\xbfo!\xaey\xaa%\x8e\xee\xfd\xa2\x13!\xe7\x0b\n\x05\x88`c\xdd\x0e@\xfb\xcd\x0fY\x9eXH7\x81)\x96:\x84\x17\xfd\\\xf0\xa2\xa1\x9b\xa3\xfe}\x0f}\xbfbx\x94\x10a\x8c\xd5W\xb5\x9e\x95\x89\xde\xc1\xf4?LF\xf9\xaa6\x1b\xa4\x07\xc87\xb8)_[\xedI\xf0\xf3\x9e\xa9\xc5x\xa3N\xad\x95\xfd\xb6\x03\xc0\xfa\xac\xf1\xe5(\xee\xebB\xdd\x95v6\xb0#\xe8\x17{\x95\x03j[\xf4\xe8\xb2\x8c[\xd8\x19hg\x032\x01_\nu/\\\x13P\x98\xefE\xc7\x91\x91P]$\xc7\xe6g\x05\xab]l\xfc\x1dS\x1a\x8b\x1d`3\xefM\xea4O\xca[\xe8\x117\xd5I\xf6\xc1;\xfc\x98\xd5T\xb6\xef\xa8fg\xe08i;z\xefW\xbd\xf7\xe4\xe1\xa9K\xc1\xfe\xd3F|$\xb1\xeb\xeaB\x89\x8d\xe4\xbf\x91\x02\xearx\xe7@\x06\xc9@\xa3\xf0\x9c\xb7+jy;\xfd\x9e,%\xe7\xa01;'

192.168.1.2 -> 24.50.144.100
'\x16g\x02\xdaA\x1d\x12\xc5"8\n\xee9Q\xbe\x0e\xd0\x13\t\xf2\x94\x00\xac*-i1\xabY\xe7cj\xcf\xffx\xd4T\x16iM#A\xb5:v\xb8\x89\xe1\xd4\x03m\x00\x07\xb2\x0c{\x97\xa5m\x07\xd8k\x94j\x9d{\xe4(":\xc4W\xd4*\x164\x96\xc8Oz1q9T\x8dVp/Q\x06\xbbLY\xe4\xee\xbe-<\xe5a\xe2Q5\xaeL\x1b(\xc2\xd4\xf6-\x00\xdbh\xb0\x9b\xfa\x19q\x0b\xb3P\xfc\xbf\xa3\xc4\xec\x97 -3F\xd8\x11\x82|0\x1bR\x91k\x92\x12\x0f\x15\xcdRoz\xe3\xc1Iowy\x055&\n\x94\xa9\xa7k\xb7\xab\xb2\x03(A\xe6]\x8e\x11\x92\xb2_\xd3\xac\xd7E<\xa1\xee\xbb \x8d\x12|\r\x93Q5r\xa9;G2\xb68\x03\xd1\x1f\x1eK\xfe\xa8\x88\xe9d*<\xe5V/\x07\xb8\x8b\xe0\xeb"\xa5dM\xf5\x89/2>i\xa3N\xef\xf0\xe0\x14\x02\xd0[\xa1\tG\x16\x9ey\x97Y\xb4\xa8\x92j\xa0\xb6/:5\x06\xeaq\xcc(\xe5_\xa6\xba\xc2)\xd2\x96\xd7D&%\x89\xf2\xce\xe21eSrh\x1f\x14\xfe\x1em5i\x08\xc9\xdb\x8b\xdbl\x00\xdf#~.\xd0v\xc8\xd4\x88\xe3\x03\xa0\xa1\x97E\xbe\x17A\'\xb5+\xe4\xe6\xe3A\xd9a\xdf-\x1a\xf5\x11WP2K;\xfeG&=Z\xfc\xfeq\x9d\x06\x8f\x95\xce\xca'

192.168.1.2 -> 88.134.27.180
'\x16h\x021\xb0s\xdb\xc5"8\n+\xccX\x8f\xea\xc8\x14\xc4;\xbfWI\xf4\xcc\x89\x87\x82\xa9$\xac\x8f\x18Q\xafj\n\x15\xe4\xf7/\'Ja[@FV\xeay\xfe\x0bB\xcc\x9dm\x8b\x11\xee\xd1\x14k~v\xdf\xe2V\xe7\xd4ACH\x8d\x14\xe0\xb9b\xe7\xe0\xe9J\x18\xfd\xb3,\xa1\x92\xc5A\xb9\x86{L9\xb0\x0bf2+\xce4"\x88\x9e"\x97\x9a\xbc\xfa\xf25N\xb6\xb8\xf7l\xd7\xa7\x17CH\xbf\xeb?\xdb/\xa5}I\x8c[\x17+\x15Q\xec\xfd\xc9\x88\xc3\xe7%\xeb\xc6D\xc8\xa9H5;\xc4y\xdb\x8b\xcdO\xc4E\t\xe9\xfdHx\xd1K\x7f!\t4\xe0\xe8\xfdHP\xc6\x9d\x9e\xc8\x86\x8f\xd5&\x16=\xfeA\x1e\xdd\x92\xbc`\xc0^\x1b-\n\x8dx\x97\xb4\xc4z\x1b\xd4\x9a\x91\xc9\xcbF\x94O\xc3\xb1\xea\x8d\xbc\xae\x19\xa2.\x13\xe7\xe9\x1d\x12\xf3|\xb0\x9b\x1b.\xae\xaes\xe3\x9b#K\x0fq\x97\xd4\xae;j\xcc\xce\xfe\xd6n\xb2i\xfc\xfb\x89\xdc}Z\xe2>/\x8et\xdb\x89P6B]\xe3W\xab\x17\xaf\xa5<O\xc1%\xb5\x99\x82D>\xdd\xafv0\x7f\x06\xe4\x1c-\x9c\x97(\x01\x13\xd4\x15\xf4A_\xae\x94\xb1\x91\x1dy\x89\x02\x92\xdcb\x86>\xfe\xcfp\xb3\x7f,\xf4?\x14\x15\x8a\xa7\xf9\xd2\x91x\x14e\x89\xb1\xb4\x08\xf9X\xdc\x87\x85o~\xc5'

192.168.1.2 -> 24.93.232.92
'\x16i\x024\n\'\xd0\xc5"8\n\xc2R\x8d\x10\xe4\x1d\xe6\x00,%,(\xd0\xaa\x83F\xd2~W\x8d\xe4$\xf1\xdf\x9eH\xc3\x9d\x98\x0eG\x1c\xd6b\xf9\xa4\x19\xbf\x91\xb9\xef\xed\xe4\xdb\xd7\x7f\xfeU\xb6\xb5>\x8c\x8cM\xdfl\x00?AG{\x84\xa5\xcf\xbai\xea|.\xaf{#$09\x1f\x81\xff"\x8f]\xfd\xb3\xb6*\xd6\xeeih3j1%\x19L\xfb\x84\x87\xd0=H5\xb3\xf8\xcc\x01\xb9\x88{G\x85+\xaf_\xdd.Y\xd38\xc9ci\xa1\x05W\x80\x9a\x10\x8c\x89K#%]\xd0\x0c/\xca\x01\xdf\x08\xb9Yv\xf7q\xef4\xa6\xf0o\x9b\x0bS\x01\xedU$\xb8L\xdb\x80\xa2\x84\xdfo@Pp\xe7dL_\xef\x86\x02\xb6\x18\x19;\'\x02\x8fuQx+&N\x824v0\x90\xe2\xf7ZK\xbbJT\xc8+\xc7\xb2\xecU~m\xf0#\x02\x12\x0f"\x8b\xf0)\xfdl\xe9A\xea\xc7K\xa68h\\\x940\x93\xd4~\xc9gT\x14\xc4\xdd\xb0\x12f:\xc5\xc3}+v\x8b-!g\x91\x93,\\\xbdT\x7f\x0c\xd1\xf5]\x17v\x8a\xf3q\xfe\x19\xfd=\x97\x9a\xf7\rw\xf5/"\xf9\xba\xd5\xd3\x9d\xc42\xd4y\xb7\xf0\x82\x9d\xa7\x87$`S\xb5\x0e\xa5}3\xe4\\H\xdb\x82\x90\xca\xf4k\x0fQ\xfd\x07\x9a\xb6Ag\xb0Jbb\xf8\x1b\xf0\xc22\xaaF\x96\x8c\x1f'

67.190.60.125 -> 192.168.1.2
'\x16c5V\x80\xf5s\xdd\xe03.'

88.134.27.180 -> 192.168.1.2
'\x16hEV\x80\xf5sZ\x07\xaa\x97'

67.190.177.7 -> 192.168.1.2
'\x16fUV\x80\xf5s}\xab\xc5;'

24.50.144.100 -> 192.168.1.2
'\x16guV\x80\xf5s\xff}\xd8^'



24.93.232.92 -> 192.168.1.2
'\x16ieV\x80\xf5s\x99F\x95\x91'

192.168.1.2 -> 212.72.49.142

212.72.49.142 -> 192.168.1.2

192.168.1.2 -> 212.72.49.142

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+just a few days\r\n'

192.168.1.2 -> 212.204.214.114

24.177.122.79 -> 192.168.1.2
'\xcaw\xe6\x0b*NOq\xdf\xb0}\xdf$q\xf1\xa7\xe71U\x00\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

192.168.1.2 -> 24.177.122.79
'\xcaw\xe6\x0b*NOq\xdf\xb0}\xdf$q\xf1\xa7\xe7\xb1*\x02\x00\x00\x00\xff\xff'

24.177.122.79 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+cause it sounds like the latter\r\n'

192.168.1.2 -> 212.204.214.114

172.200.160.242 -> 192.168.1.2
'\xa8C\xb2M\xd9\xf4\xd3\xa4R\x13\xd9\xd5\xf5qR\xdfa&\xad\xeev\xf7\x9fxc+r\xce\xd7\xc4\x9a\x12\x11C\xb8\x00\x01\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 212.204.214.114
'WHO #amarok\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 352 vmlemon #amarok n=un70uch dslb-082-083-102-208.pools.arcor-ip.net irc.freenode.net Untouch H :0 Kai Knoblauch\r\n:sterling.freenode.net 352 vmlemon #amarok n=arkanoid 8-255-173-213.static.dsl.webpartner.net irc.freenode.net arkanoid H :0 Anders Ossowicki\r\n:sterling.freenode.net 352 vmlemon #amarok n=lolo p54921341.dip0.t-ipconnect.de irc.freenode.net hurra H :0 hurra2\r\n:sterling.freenode.net 352 vmlemon #amarok n=yaloki 156.185-64-87.adsl-dyn.isp.belgacom.be irc.freenode.net yaloki H :0 Pascal Bleser\r\n:sterling.freenode.net 352 vmlemon #amarok n=netfuchs 158-237-221-213-pool.cable.fcom.ch irc.freenode.net NetFox H :0 Christian Loosli\r\n:sterling.freenode.net 352 vmlemon #amarok n=freqmod 140.84-48-78.nextgentel.com irc.freenode.net freqmod H :0 Frederik M.J. Vestre\r\n:sterling.freenode.net 352 vmlemon #amarok n=tim henri.gotadsl.co.uk irc.freenode.net SmileyG H :0 Smiley\r\n:sterling.freenode.net 352 vmlemon #amarok n=horst p54ABC281.dip0.t-ipconnect.de irc.freenode.net maelcum_ H :0 hors'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
't\r\n:sterling.freenode.net 352 vmlemon #amarok n=thunderc 84-51-130-71.judith186.adsl.metronet.co.uk irc.freenode.net TeaSea H :0 Matt Harker\r\n:sterling.freenode.net 352 vmlemon #amarok n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert\r\n:sterling.freenode.net 352 vmlemon #amarok n=candyban 83-217-92-49.adsl.realdsl.be irc.freenode.net candyban_ H :0 Tim Habex\r\n:sterling.freenode.net 352 vmlemon #amarok n=rbot amarok/bot/noatun irc.freenode.net noatun H :0 Ruby bot. (c) Tom Gilbert\r\n:sterling.freenode.net 352 vmlemon #amarok n=Knut p50891F24.dip0.t-ipconnect.de irc.freenode.net Knut H :0 Michael Lamberti\r\n:sterling.freenode.net 352 vmlemon #amarok n=mkoebele firewall.net-sweeper.com irc.freenode.net mkoebele H :0 Martin K\xf6bele\r\n:sterling.freenode.net 352 vmlemon #amarok n=shawn S010600131096809c.vc.shawcable.net irc.freenode.net Rede- H :0 Shawn\r\n:sterling.freenode.net 352 vmlemon #amarok n=bla dslb-084-063-070-084.pools.arcor-ip.net irc.freenode.net hst- H :0 rduke\r\n:sterling.freenode.net 352 vmlemon #amarok n=pixelbre p549BE952.dip.t-dialin.net irc.freenode.net pixelbrei H :0 pixelbrei\r\n:sterling.freenode.net 352 vmlemon #amarok n=lightyea p54875D13.dip.t-dialin.net irc.freenode.net lightyear H :0 Benjamin Kampmann\r\n:sterling.freenode.net 352 vmlemon #amarok n=shash 59.144.17.244 irc.freenode.net _shash__ H :0 T.R.Shashwath\r\n:sterling.freenode.net 352 vmlemon #amarok n=DasTier HSI-KBW-085-'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'216-054-105.hsi.kabelbw.de irc.freenode.net Gentle H :0 DasTier\r\n:sterling.freenode.net 352 vmlemon #amarok n=dongz cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai2 H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=frederik d54C0A592.access.telenet.be irc.freenode.net |Frederik H :0 Frederik\r\n:sterling.freenode.net 352 vmlemon #amarok n=astal 213-140-22-67.fastres.net irc.freenode.net astal H :0 Gianluca\r\n:sterling.freenode.net 352 vmlemon #amarok n=bart amarok/developer/Stecchino irc.freenode.net Shanachie H :0 Bart Cerneels\r\n:sterling.freenode.net 352 vmlemon #amarok i=damm cl-51.qas-01.us.sixxs.net irc.freenode.net Damm_ H :0 Damm\r\n:sterling.freenode.net 352 vmlemon #amarok n=jon 106.Red-213-96-137.staticIP.rima-tde.net irc.freenode.net nefertum H :0 Jon\r\n:sterling.freenode.net 352 vmlemon #amarok n=adaliff6 cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai H :0 Leif\r\n:sterling.freenode.net 352 vmlemon #amarok n=Gentoux APoitiers-153-1-67-94.w86-196.abo.wanadoo.fr irc.freenode.net Aubustou H :0 Aubustou\r\n:sterling.freenode.net 352 vmlemon #amarok n=delmonic p54AEE220.dip.t-dialin.net irc.freenode.net delmonico H :0 Christoph Neuroth\r\n:sterling.freenode.net 352 vmlemon #amarok i=PussInBo gateway/tor/x-1ccc744b8fed67a4 irc.freenode.net PussInBoots H :0 pussinboots\r\n:sterling.freenode.net 352 vmlemon #amarok n=sean h26.149.4.12.cable.frzr.cablerocket.net irc.freenode.net Pio H :0 sean\r\n:sterlin'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'g.freenode.net 352 vmlemon #amarok n=mseiwert c192003.adsl.hansenet.de irc.freenode.net save H :0 Michael Seiwert\r\n:sterling.freenode.net 352 vmlemon #amarok n=berkus ip251.cab28.mus.starman.ee irc.freenode.net berkus H :0 berkus\r\n:sterling.freenode.net 352 vmlemon #amarok n=max pD9504E3D.dip0.t-ipconnect.de irc.freenode.net maxx_k H :0 Maximilian Kossick\r\n:sterling.freenode.net 352 vmlemon #amarok n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3\r\n:sterling.freenode.net 352 vmlemon #amarok n=shaikun 204.193.196.80 irc.freenode.net Shaikun H :0 Great User Shaisama\r\n:sterling.freenode.net 352 vmlemon #amarok n=guru shadowfax2.Stanford.EDU irc.freenode.net QBob_ G :0 Joe Rabinoff\r\n:sterling.freenode.net 352 vmlemon #amarok n=colmcill 82-69-123-182.dsl.in-addr.zen.co.uk irc.freenode.net colmcille H :0 colmcille\r\n:sterling.freenode.net 352 vmlemon #amarok n=carewolf 0x535b82a7.bynxx18.adsl-dhcp.tele.dk irc.freenode.net carewolf H :0 Allan Sandfeld\r\n:sterling.freenode.net 352 vmlemon #amarok n=qba azk210.internetdsl.tpnet.pl irc.freenode.net JakubS_ H :0 Jakub Stachowski\r\n:sterling.freenode.net 352 vmlemon #amarok n=opera 0x555298c4.adsl.cybercity.dk irc.freenode.net johso H :0 Johs\r\n:sterling.freenode.net 352 vmlemon #amarok n=bob 32.108-84-212.ippool.ndo.com irc.freenode.net bob__ H :0 bob\r\n:sterling.freenode.net 352 vmlemon #amarok n=spi c-71-192-98-87.hsd1.ma.comcast.net irc.freenode.net spisaacs H :0 '

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
"spisaacs\r\n:sterling.freenode.net 352 vmlemon #amarok n=brandon ubuntu/member/pdpc.active.imbrandon irc.freenode.net imbrandon H :0 Brandon Holtsclaw\r\n:sterling.freenode.net 352 vmlemon #amarok n=ico2 modem-1199.chimpanzee.dialup.pol.co.uk irc.freenode.net ico2_ H :0 ico2\r\n:sterling.freenode.net 352 vmlemon #amarok n=dkey 192-186-stud-adsl.wu-wien.ac.at irc.freenode.net dkey H :0 dkey\r\n:sterling.freenode.net 352 vmlemon #amarok n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key\r\n:sterling.freenode.net 352 vmlemon #amarok n=vmrh vaslibre/member/TecnoVM64 irc.freenode.net TecnoVM64 H :0 Victor Rom\xc3\xa1n\r\n:sterling.freenode.net 352 vmlemon #amarok n=biAtch p54A84B66.dip0.t-ipconnect.de irc.freenode.net klos H :0 klos\r\n:sterling.freenode.net 352 vmlemon #amarok n=mducharm Toronto-HSE-ppp3643172.sympatico.ca irc.freenode.net mducharme H :0 Mathieu Ducharme\r\n:sterling.freenode.net 352 vmlemon #amarok n=devon 68-67-246-67.chvlva.adelphia.net irc.freenode.net devon H :0 Devon Warren\r\n:sterling.freenode.net 352 vmlemon #amarok n=ccc c-e82be155.225-1-64736c10.cust.bredbandsbolaget.se irc.freenode.net ccc_ H :0 ccc\r\n:sterling.freenode.net 352 vmlemon #amarok n=hunt0r dslb-088-064-048-106.pools.arcor-ip.net irc.freenode.net hunt0r H :0 Using KVIrc 3.2.0 'Realia'\r\n:sterling.freenode.net 352 vmlemon #amarok n=drac 209.89.149.5 irc.freenode.net carl_2 H :0 drac\r\n:sterling.freenode.net 352 vmlemon #"

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'amarok n=samuli 84-253-197-118.satp.customers.dnainternet.fi irc.freenode.net Kupuntu H :0 Samuli\r\n:sterling.freenode.net 352 vmlemon #amarok n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell\r\n:sterling.freenode.net 352 vmlemon #amarok i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan\r\n:sterling.freenode.net 352 vmlemon #amarok n=jiihaaa dsl-lprgw1-feacde00-254.dhcp.inet.fi irc.freenode.net Jiihaaa H :0 JHa+\r\n:sterling.freenode.net 352 vmlemon #amarok n=Jejem 88.122.85.197 irc.freenode.net Jejem H :0 Jeremy Desvages\r\n:sterling.freenode.net 352 vmlemon #amarok n=aka_drui CAcert-br/akadruid irc.freenode.net aka_druid H :0 aka_druid\r\n:sterling.freenode.net 352 vmlemon #amarok n=jb e176174043.adsl.alicedsl.de irc.freenode.net johnyb H :0 Julian Baeume\r\n:sterling.freenode.net 352 vmlemon #amarok n=chatzill d213-103-213-33.cust.tele2.fr irc.freenode.net bogdanb H :0 New Now Know How\r\n:sterling.freenode.net 352 vmlemon #amarok n=himitsu 203.205.119.19 irc.freenode.net himitsu_ H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=Mogger 1-1-4-21a.gan.gbg.bostream.se irc.freenode.net Mogger G :0 mogx0r\r\n:sterling.freenode.net 352 vmlemon #amarok n=rick c-71-227-234-92.hsd1.or.comcast.net irc.freenode.net rikstah H :0 Richard Hamnett\r\n:sterling.freenode.net 352 vmlemon #amarok n=butenda 68.56.241.220 irc.freenode.net raijin H :0 raijin\r\n:sterling.freenode.net 352 vmlemon #a'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'marok n=arpu chello080109078137.4.15.univie.teleweb.at irc.freenode.net whitewindow H :0 arpu\r\n:sterling.freenode.net 352 vmlemon #amarok n=Drachir p5091FF80.dip.t-dialin.net irc.freenode.net Drachir H :0 User Privat\r\n:sterling.freenode.net 352 vmlemon #amarok n=darth_an adsl-70-241-84-164.dsl.hstntx.swbell.net irc.freenode.net Telroth`` H :0 Darth Android the Dragon\r\n:sterling.freenode.net 352 vmlemon #amarok n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert\r\n:sterling.freenode.net 352 vmlemon #amarok n=polux ANancy-152-1-40-117.w83-194.abo.wanadoo.fr irc.freenode.net polux G :0 Paul Brauner\r\n:sterling.freenode.net 352 vmlemon #amarok n=drbob ip110-32-209-87.adsl2.versatel.nl irc.freenode.net drbob H :0 Doctor Bob\r\n:sterling.freenode.net 352 vmlemon #amarok n=mark dyn-27.greentreefrog.net.au irc.freenode.net SmileeeM H :0 mark\r\n:sterling.freenode.net 352 vmlemon #amarok n=jan core.fluendo.com irc.freenode.net thaytan H :0 Jan Schmidt\r\n:sterling.freenode.net 352 vmlemon #amarok n=atoms angela.netparks.lv irc.freenode.net Atoms G :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=jose CPE-24-166-171-64.kc.res.rr.com irc.freenode.net jose H :0 Jose Alejandro Perez Vasquez\r\n:sterling.freenode.net 352 vmlemon #amarok i=arrakis p5498E1F8.dip.t-dialin.net irc.freenode.net highelf H :0 Julien\r\n:sterling.freenode.net 352 vmlemon #amarok n=chris S01060016b649355d.ed.shawcable.net irc.freenode.net chr'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'is_ H :0 billytwowilly\r\n:sterling.freenode.net 352 vmlemon #amarok n=dmbkiwi 203-114-186-21.bitstream.sta.fx.net.nz irc.freenode.net _matt H :0 Dumbkiwi\r\n:sterling.freenode.net 352 vmlemon #amarok n=deadsoul pdpc/supporter/student/deadsouls irc.freenode.net deadsouls H :0 They keep calling me...\r\n:sterling.freenode.net 352 vmlemon #amarok n=funky c83-248-154-161.bredband.comhem.se irc.freenode.net HairMetalAddict G :0 HairMetalAddict\r\n:sterling.freenode.net 352 vmlemon #amarok n=pussfell 166-82-183-46.quickclick.ctc.net irc.freenode.net pussfeller H :0 man of action\r\n:sterling.freenode.net 352 vmlemon #amarok n=fredrik c83-249-213-255.bredband.comhem.se irc.freenode.net \\foo\\ H :0 fredrik\r\n:sterling.freenode.net 352 vmlemon #amarok n=cocobo 85.8.9.32.se.wasadata.net irc.freenode.net cocobo H :0 cocobo\r\n:sterling.freenode.net 352 vmlemon #amarok n=illissiu dsl54001BA1.pool.t-online.hu irc.freenode.net illissius_ H :0 G\xc3\xa1bor Lehel\r\n:sterling.freenode.net 352 vmlemon #amarok n=fiveiron 74.137.134.5 irc.freenode.net fiveiron H :0 Aaron Dunlap\r\n:sterling.freenode.net 352 vmlemon #amarok n=kal cpe-69-204-217-232.stny.res.rr.com irc.freenode.net hayaka H :0 kal\r\n:sterling.freenode.net 352 vmlemon #amarok n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 Paul Cifarelli\r\n:sterling.freenode.net 352 vmlemon #amarok n=mastertu server.tectran.com.br irc.freenode.net Mastertu1 H :0 Tulio Cesar Martins Pereira\r\n:sterling.freen'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'ode.net 352 vmlemon #amarok n=chris gentoo/developer/ChrisWhite irc.freenode.net ChrisWhite H :0 Chris White\r\n:sterling.freenode.net 352 vmlemon #amarok n=jkaufman 132.235.14.124 irc.freenode.net hops H :0 jkaufman\r\n:sterling.freenode.net 352 vmlemon #amarok n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin\r\n:sterling.freenode.net 352 vmlemon #amarok n=mark amarok/developer/markey irc.freenode.net markey H@ :0 Mark Kretschmann\r\n:sterling.freenode.net 352 vmlemon #amarok n=rich 81.94.235.186 irc.freenode.net Richlv G :0 Rihards\r\n:sterling.freenode.net 352 vmlemon #amarok i=tm_travo xob.kapsi.fi irc.freenode.net Tm_T G :0 Jussi Kekkonen\r\n:sterling.freenode.net 352 vmlemon #amarok n=Mowgel dsl-sjkgw4-fef7f800-117.dhcp.inet.fi irc.freenode.net Mazoon G :0 Tuomas\r\n:sterling.freenode.net 352 vmlemon #amarok n=maxie cpe-065-190-198-219.nc.res.rr.com irc.freenode.net MxReb0 H :0 Max Cohen\r\n:sterling.freenode.net 352 vmlemon #amarok n=j unaffiliated/jott irc.freenode.net jott H :0 j\r\n:sterling.freenode.net 352 vmlemon #amarok n=jesse teranetworks.de irc.freenode.net jesse H :0 jesse\r\n:sterling.freenode.net 352 vmlemon #amarok n=clavius unaffiliated/clavius irc.freenode.net clavius H :0 James\r\n:sterling.freenode.net 352 vmlemon #amarok n=B client-86-27-69-183.winn.adsl.virgin.net irc.freenode.net mxcl H :0 Max Howell\r\n:sterling.freenode.net 352 vmlemon #amarok n=nakkel vektori.com irc.freenode.ne'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
't Nakkel H :0 Jouni Karlsson\r\n:sterling.freenode.net 352 vmlemon #amarok n=Bleeter guifications/developer/bleeter irc.freenode.net Bleeter G :0 Bleeter Yaluser\r\n:sterling.freenode.net 352 vmlemon #amarok n=moose 83.142.226.235 irc.freenode.net mustaqila H :0 Muz\r\n:sterling.freenode.net 352 vmlemon #amarok n=muesli 83.142.226.235 irc.freenode.net mueslix H :0 muesli\r\n:sterling.freenode.net 352 vmlemon #amarok n=Amarok 24.50.92.60 irc.freenode.net Amarok H :0 magnusbot\r\n:sterling.freenode.net 352 vmlemon #amarok n=joe conky/developer/j-rock irc.freenode.net j-rock H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok i=shift 2001:618:400:8e35:202:44ff:fe43:c9ce irc.freenode.net shift H :0 .x.\r\n:sterling.freenode.net 352 vmlemon #amarok n=nobody ppp118-147.adsl.forthnet.gr irc.freenode.net parapente H :0 duh!\r\n:sterling.freenode.net 352 vmlemon #amarok i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman\r\n:sterling.freenode.net 352 vmlemon #amarok n=samsung 121.134.11.247 irc.freenode.net faddat H :0 doommeister\r\n:sterling.freenode.net 352 vmlemon #amarok n=eron netblock-66-245-232-7.dslextreme.com irc.freenode.net gruen0 G :0 Aaron V.\r\n:sterling.freenode.net 352 vmlemon #amarok n=js152033 192.18.43.249 irc.freenode.net neddy H :0 gaim\r\n:sterling.freenode.net 352 vmlemon #amarok i=canidae exent.net irc.freenode.net canidae H :0 Vidar Wahlberg\r\n:sterling.freenode.net 352 vmlemon #amarok i=e-trolle deepthroat.deswah'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
"nsinns.de irc.freenode.net lilalinux H :0 Nabil Sayegh\r\n:sterling.freenode.net 352 vmlemon #amarok i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie\r\n:sterling.freenode.net 352 vmlemon #amarok n=Your konversation/user/illogic-al irc.freenode.net illogic-al H :0 been\r\n:sterling.freenode.net 352 vmlemon #amarok i=mike chrondo.com irc.freenode.net picasso H :0 poop socks\r\n:sterling.freenode.net 352 vmlemon #amarok n=Pants 74.136.11.203 irc.freenode.net Frozen-Solid H :0 Pants\r\n:sterling.freenode.net 352 vmlemon #amarok i=mag 178-mi2-1.acn.waw.pl irc.freenode.net ^^MAg^^ H :0 mag@entropy.be\r\n:sterling.freenode.net 352 vmlemon #amarok n=ian amarok/developer/eean irc.freenode.net eean H :0 Ian\r\n:sterling.freenode.net 352 vmlemon #amarok i=cia cia.navi.cx irc.freenode.net CIA-2 H :0 CIA Bot (http://cia.navi.cx)\r\n:sterling.freenode.net 352 vmlemon #amarok n=JG^ 84.113.248.162 irc.freenode.net JG^ H :0 JG\r\n:sterling.freenode.net 352 vmlemon #amarok i=adamcik cassarossa.samfundet.no irc.freenode.net adamcik H :0 Thomas Adamcik\r\n:sterling.freenode.net 352 vmlemon #amarok n=sili 80-218-82-232.dclient.hispeed.ch irc.freenode.net sandlee__ H :0 Sandlee\r\n:sterling.freenode.net 352 vmlemon #amarok n=eastein TOBA.RES.WPI.NET irc.freenode.net Toba G :0 Eric Stein\r\n:sterling.freenode.net 352 vmlemon #amarok n=damm mybox.ngworld.net irc.freenode.net Damm G :0 Blowin' through the jasmine in my mind\r\n:sterling.freenode"

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'.net 352 vmlemon #amarok n=andreu 85.Red-81-39-41.dynamicIP.rima-tde.net irc.freenode.net andreu H :0 andreu\r\n:sterling.freenode.net 352 vmlemon #amarok ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services\r\n:sterling.freenode.net 352 vmlemon #amarok n=and 2002:3e41:ec17:0:0:620:6523:6023 irc.freenode.net and_ H :0 anonymous\r\n:sterling.freenode.net 352 vmlemon #amarok n=arohae taniwha.acm.jhu.edu irc.freenode.net Triskelios H :0 N.Cat\r\n:sterling.freenode.net 352 vmlemon #amarok n=trucks unaffiliated/hagabaka irc.freenode.net hagabaka H :0 Hagabaka\r\n:sterling.freenode.net 352 vmlemon #amarok n=ntryon cpe-66-67-53-166.rochester.res.rr.com irc.freenode.net Dhraakellian H :0 Nick Tryon (Dhraak)\r\n:sterling.freenode.net 352 vmlemon #amarok i=bizkit baze.de irc.freenode.net b1z G :0 biz\r\n:sterling.freenode.net 352 vmlemon #amarok n=freenode www.sjs-elisabeth.wh.uni-erlangen.de irc.freenode.net s|mon G :0 freenode\r\n:sterling.freenode.net 352 vmlemon #amarok i=razor139 default.tixit.se irc.freenode.net razor1394 H :0 RaZoR1394\r\n:sterling.freenode.net 352 vmlemon #amarok i=never C239-209.surffi.net irc.freenode.net Neverther H :0 Crack in childs toy\r\n:sterling.freenode.net 352 vmlemon #amarok i=christia a15202173.alturo-server.de irc.freenode.net oxygen` H :0 Christian Samsel\r\n:sterling.freenode.net 352 vmlemon #amarok n=pankaj unaffiliated/spo0nman irc.freenode.net spo0nman G :0 pankaj\r\n:sterling.freenode.net 352 vmlemo'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'n #amarok n=marco kde/developer/gulino irc.freenode.net RockMan G :0 Marco Gulino\r\n:sterling.freenode.net 352 vmlemon #amarok n=andrew c-24-63-236-4.hsd1.ma.comcast.net irc.freenode.net achanler H :0 Andrew\r\n:sterling.freenode.net 352 vmlemon #amarok i=isolis hermosa.cse.ucsc.edu irc.freenode.net cureless G :0 Nacho\r\n:sterling.freenode.net 352 vmlemon #amarok i=real 2416443hfc19.tampabay.res.rr.com irc.freenode.net verus H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=dbglt 220-245-154-191-vic-pppoe.tpgi.com.au irc.freenode.net dbglt H :0 Bob\r\n:sterling.freenode.net 352 vmlemon #amarok n=sway 84-74-130-1.dclient.hispeed.ch irc.freenode.net cocaa_ H :0 sway\r\n:sterling.freenode.net 352 vmlemon #amarok i=nike wikipedia/Nikerabbit irc.freenode.net Nikerabbit G :0 Niklas Laxstr\xc3\xb6m\r\n:sterling.freenode.net 352 vmlemon #amarok i=gnosis ganymede.jtan.com irc.freenode.net pattern H :0 pattern\r\n:sterling.freenode.net 352 vmlemon #amarok n=blurpy ti231210a080-2776.bb.online.no irc.freenode.net blurpy H :0 Blurpy\r\n:sterling.freenode.net 352 vmlemon #amarok i=cromo klej.net irc.freenode.net cromo H :0 cromo\r\n:sterling.freenode.net 352 vmlemon #amarok n=unknown 164.80-202-111.nextgentel.com irc.freenode.net Bjoern-Erik H :0 Bj\xc3\xb8rn Erik\r\n:sterling.freenode.net 352 vmlemon #amarok n=sven killefiz.de irc.freenode.net killefiz H :0 Sven Lankes\r\n:sterling.freenode.net 352 vmlemon #amarok i=sentinal 80.247.212.3 irc.freenode.net L4ser'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'KiLL H :0 L4serKiLL\r\n:sterling.freenode.net 352 vmlemon #amarok n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier\r\n:sterling.freenode.net 352 vmlemon #amarok n=jmworx theorix.CeNTIE.NET.au irc.freenode.net jmworx H :0 Jean-Marc Valin\r\n:sterling.freenode.net 352 vmlemon #amarok n=jm voip1.CeNTIE.NET.au irc.freenode.net jmghost H :0 Jean-Marc Valin\r\n:sterling.freenode.net 352 vmlemon #amarok n=johann bre29-1-82-245-186-86.fbx.proxad.net irc.freenode.net Johann_ol H :0 Johann Ollivier Lapeyre\r\n:sterling.freenode.net 352 vmlemon #amarok n=indro 212.103.66.234 irc.freenode.net Indro G :0 indro\r\n:sterling.freenode.net 352 vmlemon #amarok n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo\r\n:sterling.freenode.net 352 vmlemon #amarok n=dwar 154.163.216.81.static.g-fa.siw.siwnet.net irc.freenode.net dwar H :0 Daniel\r\n:sterling.freenode.net 352 vmlemon #amarok n=excitato CPE-70-94-39-68.wi.res.rr.com irc.freenode.net excitatory H :0 excitatory\r\n:sterling.freenode.net 352 vmlemon #amarok i=ffff x02.monolithnetworks.net irc.freenode.net tomr H :0 tom\r\n:sterling.freenode.net 352 vmlemon #amarok i=trotek 204.8.223.19 irc.freenode.net tro G :0 Tro\r\n:sterling.freenode.net 352 vmlemon #amarok n=sander 88.211.140.199 irc.freenode.net snader G :0 Sander Zwier\r\n:sterling.freenode.net 352 vmlemon #amarok i=chryse 84.20.147.3 irc.freenode.net MuJ H :0 Jouni Muttilainen\r\n:sterling.freenode.net 352'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
' vmlemon #amarok i=sbw25 131.111.245.220 irc.freenode.net mollmerx H :0 Stephen Williams\r\n:sterling.freenode.net 352 vmlemon #amarok i=fox vpn017250.uni-rostock.de irc.freenode.net fuchs G :0 Bjoern Krombholz\r\n:sterling.freenode.net 352 vmlemon #amarok n=Jukka dsl-hpo-fef3fb00-4.dhcp.inet.fi irc.freenode.net Juki H :0 Jukka\r\n:sterling.freenode.net 352 vmlemon #amarok i=whocares saus04.usc.es irc.freenode.net BleedAway H :0 stickman\r\n:sterling.freenode.net 352 vmlemon #amarok n=zeth pc77-134.telge.kth.se irc.freenode.net joch H :0 zeth\r\n:sterling.freenode.net 352 vmlemon #amarok n=blah 203-97-119-118.cable.telstraclear.net irc.freenode.net snoops H :0 fiz\r\n:sterling.freenode.net 352 vmlemon #amarok i=user unaffiliated/honey irc.freenode.net honeyzzz H :0 user\r\n:sterling.freenode.net 352 vmlemon #amarok n=t30 87.4.133.14 irc.freenode.net t30 H :0 t30\r\n:sterling.freenode.net 352 vmlemon #amarok i=lusikka 83.145.202.131 irc.freenode.net Lusikka H :0 Lusikka\r\n:sterling.freenode.net 352 vmlemon #amarok n=ryan evil.pengu.in irc.freenode.net ObsidianX H :0 ryan\r\n:sterling.freenode.net 352 vmlemon #amarok i=lex evot.us irc.freenode.net lex H :0 Lex\r\n:sterling.freenode.net 352 vmlemon #amarok n=aumuell amarok/developer/aumuell irc.freenode.net aumuell H :0 Martin Aumueller\r\n:sterling.freenode.net 352 vmlemon #amarok i=basquiat phylogeny1.bot.biologie.uni-tuebingen.de irc.freenode.net basquiat H :0 Jens Mayer\r\n:sterling.freenode.net 35'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'2 vmlemon #amarok n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)\r\n:sterling.freenode.net 352 vmlemon #amarok i=wally khayts.us irc.freenode.net Khaytsus H :0 unlimitedphoto.com\r\n:sterling.freenode.net 352 vmlemon #amarok i=hhamalai myntti.helsinki.fi irc.freenode.net dah H :0 Harri A O Hamalainen\r\n:sterling.freenode.net 352 vmlemon #amarok n=jer 24-107-233-133.dhcp.oxfr.ma.charter.com irc.freenode.net UsagiJer H :0 Jer Jer Bo Ber\r\n:sterling.freenode.net 352 vmlemon #amarok n=vincent h8441252227.dsl.speedlinq.nl irc.freenode.net cannajunk H :0 Vincent Stans\r\n:sterling.freenode.net 315 vmlemon #amarok :End of /WHO list.\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 212.72.49.142

212.72.49.142 -> 192.168.1.2

192.168.1.2 -> 212.72.49.142

192.168.1.2 -> 212.72.49.142
'\x16\x03\x01\x00\x00'

212.72.49.142 -> 192.168.1.2

212.72.49.142 -> 192.168.1.2
'\x17\x03\x01\x00\x00'

192.168.1.2 -> 212.72.49.142

192.168.1.2 -> 212.72.49.142
"\x16\x03\x01\x00\xcdA\x03\x00\t\x80@\x04\x08\xc0\x01=r#>\x8f\xa7\xa0Z|\xe5\x86\xc5;\x84N\x89\x92\x01\x0f\xec\xed\xf2\xd3\x87\xe1\xc1\x8e\x97\xb7\xed=\xc6m\xe7&\x8b\x07%\xe0\x9ez\xb0\xc9\x1d\xd0i'3j\x99\xfb<; \xdb\xa7y\xf8\x13}\xdd\xd9\\\x94\xbfo\x1e\xe0\xb2l\x85;!m\x8a\xae|\x9d2[\x12\xbbq .\xfb\xc8W\xfc\x1d6\x0b\xc0e\xec\x81\x14\x8e\x84\x84\xe8TV\x99\x89\x85\xb2>\xf5\x86\xf4\xa9*@\x93HX\xc3N\x12\x98\\i\x85\xf9\x89\x96L\x86`97\xfe6 \x81X\x06\x87\xab\x84\xbe'\x9a\xdc\xe5\xd1\xf7k\xb1\x1b\xb7\xff\xbf;\xf4\x00|\xa98\xab\xea4\x99\x9f\xc6\xe3v\x0b\x8b\xe1\x80\xcam\xc4\x06Q\xb3\xfd7+\xb7\xaa&\xc5\x1a1\xaf\x1e\xa0\x86\xb9\x00\x0c\x01\x17\x03\x01\x00*\x11\xb1\x1e\xfe\xca\xd4\x96\x86;\xd9\xb3\xd9{k6\xe8\xf3\xf4kz\x94\x8aic\x04,O_\x03\x1f+#q\xf7\xda\xd1\x11\x89$\x1c\x8bA"

212.72.49.142 -> 192.168.1.2

212.72.49.142 -> 192.168.1.2
'\x17\x03\x01\x00\x0b\xd5f\x90\xd7\x14jH\x1d\xdb\xad\x81'

192.168.1.2 -> 212.72.49.142

212.72.49.142 -> 192.168.1.2
'\x17\x03\x01\x00\x13\xbfO\\{\xc5\x96\xa4\x18\xf5R\x12\xbfZ\r#\xb5q\xb2\x93'

192.168.1.2 -> 212.72.49.142

71.10.179.129 -> 192.168.1.2
'H`%\xcfe\xf7;N/\xae\xb6\xfbG\x98E+\xc1\xfcU\x15\xe6~z\xd3\xbbZ\xe4\xb4\x13\x9d\x88kd\x06 \x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

'\x10\x00\xff\xff\xff\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

192.168.1.2 -> 68.206.150.243
"\x1a\xe3\xc8\xab]\xaf\xcb\x98Q\xbc\xbc\xa1\xde\xde(\xa4\xe9\x99\x1d\xf6\x08\xa4\x8d\x8cd\x90'\xa6\xbfd5\xee\x8e\x08\x8c\xe5\x9a\x8b\xb2\xf8\xb5\x15}\xf5\x8cv\x82jz\xb6u\xb48sZ\r2"

84.228.208.91 -> 192.168.1.2
'5\x16\x02\x8f\xc9.\xfc\x11"\xc3\x05\xcd\xd3\x81o\xae\xce\xa5\x9c\xad'

192.168.1.2 -> 84.228.208.91
'5\x16%T\xe4\xd0[\xe3\x18\xbf\x87'

192.168.1.2 -> 212.72.49.142
'\x17\x03\x01\x00\x1a~\tn\xfc&\xf24\x16\x9e\x9b\xdf\x87\x1d\x8cs\xc91\xf0\xe7.\xb5iG\t\xc6b'

68.206.150.243 -> 192.168.1.2

212.72.49.142 -> 192.168.1.2

84.228.208.91 -> 192.168.1.2

192.168.1.2 -> 84.228.208.91

68.206.150.243 -> 192.168.1.2
'\xe2\x92\xb6H\xda\x82\x8e\x0f\xd6~\xd9R\x80\x89l\xbb\r\xacT\x16\xd7'

192.168.1.2 -> 68.206.150.243

212.72.49.142 -> 192.168.1.2
'\x17\x03\x01\x00\r\x7f\x8f\xfe,\xefr\xfb\x99\xc0\xfei`\xe3'

192.168.1.2 -> 212.72.49.142

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

84.228.208.91 -> 192.168.1.2

84.228.208.91 -> 192.168.1.2
'\x8ay\xae=i,\x04\xa3U\x8d\xa9\x10\x86n\xf4e\xcc:\xa3\xe3\xfd\xa5\xe4\x86_P\x82#\x83'

192.168.1.2 -> 84.228.208.91

192.168.1.2 -> 84.228.208.91
'\xb9\x80t>\\\x0f\x864\xe3n\x1c\xc2\x804'

84.228.208.91 -> 192.168.1.2
'\xd0\xfd\xd0\x87RO\x0b\xac\xaa\x14Y\x88'

192.168.1.2 -> 84.228.208.91
'[\x0f\xb3,'

84.228.208.91 -> 192.168.1.2

192.168.1.2 -> 84.228.208.91

84.228.208.91 -> 192.168.1.2

84.228.208.91 -> 192.168.1.2

71.10.179.129 -> 192.168.1.2
'\xc8\xf8\xee\xcfM\x86\x82\xfb\x16i\xda\xee)\xb7(\x16\xc2\x08;\x80\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

192.168.1.2 -> 71.10.179.129
'2\xbe\xfbs\x93\xa1\xe0\xbeE\x9a\xb6{\xca-\x8a\x85\xb0+\x02\x00\x00\x00\xff\xff'

71.10.179.129 -> 192.168.1.2

172.200.160.242 -> 192.168.1.2
'H\xad\xd8"@\xe8\xceQ\x1e\x83\xfb&E\xc7tf\xc2\xea\xc6\xef\xa7=Z\xffv]\x87tW\x19\xa1\x03\x90\x1c\x00\x01\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

71.10.179.129 -> 192.168.1.2
'\xa8g\xadx\xcb\xb7\xcb\xf3\x8bM\xbbd\xde0\xe8"\x8dO;\xadx-\xe2\x8d\x1cK\xce\x9ex{R.\x00\x01\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

172.200.160.242 -> 192.168.1.2
'\xc8\xef~\xfd\xceO\xd6\x9d\xa1/\xcer8H\xec\xf8\x8d\x11T\x00\x01\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 172.200.160.242
'\xf2\xbb_\xbf\xf3\x93ug\xe8\x8b\xb3\x1c\x0e\x12;~cW\x04\x00\x00\x00\xff\xff'

212.204.214.114 -> 192.168.1.2
':markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+http://amarok.kde.org/wiki/Artist_team:Icons\r\n'

192.168.1.2 -> 212.204.214.114

172.200.160.242 -> 192.168.1.2

192.168.1.2 -> 68.32.70.119
'\x00\x00\x00o'

68.32.70.119 -> 192.168.1.2
'\x00\x0c\x00p\x00\x00\x05\xdd\x00\x07\x1a/\x00\x00\t\xf8'

192.168.1.2 -> 68.32.70.119
'\x00\x00\x00\x08'

68.32.70.119 -> 192.168.1.2
'\x00\x00\x00\t'

192.168.1.2 -> 68.32.70.119

172.200.160.242 -> 192.168.1.2
'\xc8]#\xdd\xe4\xc8\xeb\xc6\xb2o\xd7\x16m\xb8_1\x01V\x98\xac\xea\x91\x98f\xb9s&\xe1\x92\x18\xe9:g\x80\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

212.204.214.114 -> 192.168.1.2
':markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+hm, this list is outdated\r\n'

192.168.1.2 -> 212.204.214.114

71.10.179.129 -> 192.168.1.2
'\x88\xef\xc0\xcf\xa3\xebR\xf6u\x1d:\xf1(S\xf3\xc7|X\xee\xbbh%\xe1j\x19\xd2\x82\\\xed$`\xdbS\x84\xb8G\xd6\x07 \x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

24.177.122.79 -> 192.168.1.2
'b\xde\x1aw\xf2\xe9\xd5\x0e\xd7}o\x7f\x9b\x87\x9f?\x15\x80\xa9\x02\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

192.168.1.2 -> 24.177.122.79
'b\xde\x1aw\xf2\xe9\xd5\x0e\xd7}o\x7f\x9b\x87\x9f?\x15\x80U\x11\x00\x00\x00\xff\xff'

24.177.122.79 -> 192.168.1.2

192.168.1.2 -> 68.95.198.126
'"'

192.168.1.2 -> 68.95.198.126
'"'

192.168.1.2 -> 68.95.198.126
'"'

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 68.95.198.126
'"'

192.168.1.2 -> 84.228.208.91
'\x16m\x02\x86\x02~\x17\xcb\xcc\x91\xbc\xf9&5\x99M(\xc8'

84.228.208.91 -> 192.168.1.2
'5 \x02\x1b\x0f\xecxX\xc9\xcd@\xedg1\xae]\x9a\x1b\x0b/O\x0f~#o\x88'

172.200.160.242 -> 192.168.1.2
'\xa8B\xce\xac]S\xa5\xa6\xe7A\xe9:\x01\xf5\x97\xf0\x19\x8as\x12\x1e^\xc2\x917\x91\xd3\x88^\x1c\xfe\x1c\x02\x10\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 212.72.49.142

212.72.49.142 -> 192.168.1.2

192.168.1.2 -> 212.72.49.142

69.205.247.140 -> 192.168.1.2

192.168.1.2 -> 69.205.247.140

192.168.1.2 -> 69.205.247.140

192.168.1.2 -> 81.184.127.148

192.168.1.2 -> 66.161.193.72

192.168.1.2 -> 200.55.99.252

192.168.1.2 -> 68.74.190.205

192.168.1.2 -> 74.130.44.22

192.168.1.2 -> 196.40.10.146

192.168.1.2 -> 84.121.82.31

192.168.1.2 -> 213.165.187.162

192.168.1.2 -> 218.111.60.108

68.74.190.205 -> 192.168.1.2

192.168.1.2 -> 68.74.190.205

192.168.1.2 -> 68.74.190.205
'\x03\x00Z\x06\x06\x05'

213.165.187.162 -> 192.168.1.2

192.168.1.2 -> 213.165.187.162

192.168.1.2 -> 213.165.187.162
'\x03\x00Z\x06\x06\x05'

81.184.127.148 -> 192.168.1.2

192.168.1.2 -> 81.184.127.148

192.168.1.2 -> 81.184.127.148
'\x03\x00Z\x06\x06\x05'

69.205.247.140 -> 192.168.1.2

192.168.1.2 -> 69.205.247.140

192.168.1.2 -> 69.205.247.140
'\x03\x00Z\x06\x06\x05'

69.205.247.140 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

84.121.82.31 -> 192.168.1.2

192.168.1.2 -> 190.37.32.155

68.74.190.205 -> 192.168.1.2
"\x87\x00<\xf4'\x9fV\xe8#\x8e\x044\x9b\xad'\x987\xbe~\x03\xebn5\x18\xe5o)\xf9\xcdV*\xab\t8\x19h6|\n\xa53fZ+\x7fm\x12R\xb6\xe8\x1a\xf2\xa9 _\x02\xc7\xcc\x9c?\x9c\x92\xa6\x02\x04RW\xff\xd7\x1f\xec\x9b\xcb/1\x02\xfa\x15\xc3u\xa7\x84`\x8c\xa0{jQ\x1e\xff\x8cN\x15}\xa2t@\xbf\x94\xe4<Q\xcds\xb9D\x90?\xccC\xf91\xffim\x1e\x074\x98\xe6\xa3lb\xe1b\x9b\xf5\xde\x84\xf6\xa0l\x95`\x14\xf4\x16@"

192.168.1.2 -> 68.74.190.205

192.168.1.2 -> 213.165.187.162

192.168.1.2 -> 81.184.127.148

192.168.1.2 -> 69.205.247.140

192.168.1.2 -> 68.74.190.205
'8\x00\x00<\x08(A\xbe\xe1\x9a4\x02d{`\xda\x93\xd8\xc9\x9a1\x87Q\x00\x00\x00\x03\x00\x00\xa9\xe6\x00\x85\xc3^Q\xcc\x1c\xa1\x14A\x90K\xed5\x9a\xb7\x95\x00\x00Ares\x00\xc0\xa8\x01\x02'

81.184.127.148 -> 192.168.1.2
'\x87\x00<n\x07\xf5\xd2\xd2\x86\x8b\xd6\xbf\x9c\x93\x8b\x0c\x03k\x14Y\t5\x10\xceD\xba(\x93\xfb\xe7\xd7v\xc2k\xee\xd0\xc1Y\xdd\xd0)-R\xfe\xa7!\xbc\x05\xcb\xbf\xd8\xcd\xb2\x83v\x9b\xa7f\x9f\x88\xcf\xe3\x812c\xf3"\xb3\xd1\xaa\xf8H\xe6\np\xbf\x99\xb7\x16\xd3\xf4\t\x11\x03=E(\x07\x190-\xa9\xc1\x06\xa3)pA\xbf|\x16\xbc2\x94\xe1P\xa6WL2\xa8(\x11\xf9\xd14\xcc\xb8\xa2ai\xff\xfa\xf3\xf5L/\x8f\xaa\xd1/\xc7\xf4\x86#\xd3\xe6\xaf'

192.168.1.2 -> 81.184.127.148

192.168.1.1 -> 192.168.1.2

213.165.187.162 -> 192.168.1.2

213.165.187.162 -> 192.168.1.2

192.168.1.2 -> 213.165.187.162

81.184.127.148 -> 192.168.1.2

192.168.1.2 -> 81.184.127.148

81.184.127.148 -> 192.168.1.2

192.168.1.2 -> 81.184.127.148

69.205.247.140 -> 192.168.1.2

69.205.247.140 -> 192.168.1.2

192.168.1.2 -> 69.205.247.140

68.74.190.205 -> 192.168.1.2
'\x0c\x00\x01\x02\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00'

192.168.1.2 -> 68.95.198.126
'"'

192.168.1.2 -> 68.74.190.205

196.40.10.146 -> 192.168.1.2

192.168.1.2 -> 196.40.10.146

74.130.44.22 -> 192.168.1.2

192.168.1.2 -> 74.130.44.22

68.74.190.205 -> 192.168.1.2
'\x0e\x00\x05anon_5680f573\x00\x0b\x00%V\x80\xf5s\x00\xa8\x10\x14\x00\xc2\x0b'

192.168.1.2 -> 68.74.190.205

218.111.60.108 -> 192.168.1.2

192.168.1.2 -> 218.111.60.108

69.205.247.140 -> 192.168.1.2
'\x87\x00<jQ^\xdc\x16"A\x82\n\xab\xfc\xf9\xcc\xaf\xa9\xb9\x10\xa8=\xb3\xe4\xf4K\xa3\x81(\xc9\xf6$e`\xcbn\xa4\xba7\xff%2\xea\x0e\xf5\xc4/\x9c^f\xb5x\x1aK\x0cp\xd4d\xc7\xa78\x1f\x06_\x15H4\x08$|\x9e\x8a;p\x06\xff\x11\xa5\xe6\xd8^!\xfc\xad\x023\x94\xadV\x0c|\xc3\xdb\x0c\x8d\x91LV\xaaA\xd7D\x0e\xe1,\xbf\x1c\x97\x83A\xdcJH\x88O:\xd3*?.\xc3\xb3b}\x91\xde\xe42\xc8t\xd2ut[\x19s\xa6\x81'

192.168.1.2 -> 69.205.247.140

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

190.37.32.155 -> 192.168.1.2

192.168.1.2 -> 190.37.32.155

192.168.1.1 -> 192.168.1.2

86.128.194.14 -> 192.168.1.2

192.168.1.2 -> 86.128.194.14

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

86.128.194.14 -> 192.168.1.2

192.168.1.2 -> 86.128.194.14

190.38.33.17 -> 192.168.1.2

192.168.1.2 -> 190.38.33.17

200.55.99.252 -> 192.168.1.2

192.168.1.2 -> 200.55.99.252

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

190.38.33.17 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

190.38.33.17 -> 192.168.1.2

192.168.1.2 -> 190.38.33.17

192.168.1.1 -> 192.168.1.2

68.74.190.205 -> 192.168.1.2
'\x03\x00S\x01\x14\x00'

192.168.1.2 -> 68.74.190.205

71.10.179.129 -> 192.168.1.2
"H\xfc\xb4]\x0f\xff\x9d\xabk\xd4\xa5\xd6\xb0\x15m\xf4\x82\xb9i\xbb\x99\xeb\xf4'b\x9b\x90M\x8a\xc6v\xb4\x0cR\x08\x02\x04\x00\x00\x00\xff\xff\x02"

192.168.1.2 -> 71.10.179.129

190.38.33.17 -> 192.168.1.2

69.248.108.13 -> 192.168.1.2
"R\x007e'\xfc\xb0\x1d9\x05\xa8\xe9-[u(\xcb\xf8\xcd\xb4\xd7\x13\x10\x0f\x8e,\xf4^s\xd7\x88\x03m\\\x9b{aK\xb19\xb7\xff%\xda\xd5\xf4f\x92F?[\xeb[0\x92`A\xae\x89\x84\xa8\xb5Y\xac\xe2\x08\xd5\xd4z\xb6-\xf2\x1d\xe1\xabZJ\xc6\xc3Qf0\xb5\xe1\xa0"

192.168.1.2 -> 69.248.108.13

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 68.95.198.126
'"'

212.204.214.114 -> 192.168.1.2
':markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+aah\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

172.200.160.242 -> 192.168.1.2
'\xe8\xf1\xd9\xee\xe9k\x04\x96\xa5\x16\xac\x98\x1fgg\x02?\xb5\x0b\xcbA|\xaa\x04\xcem\x02\x08\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

212.204.214.114 -> 192.168.1.2
":yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+let me check SUSE's taglib src.rpm to see whether they applied some patches\r\n"

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 68.95.198.126

192.168.1.2 -> 70.161.237.88

192.168.1.2 -> 24.48.150.22

192.168.1.2 -> 70.181.220.80

192.168.1.2 -> 24.191.115.185

192.168.1.2 -> 70.160.92.135

192.168.1.2 -> 70.160.94.139
"'\x00\x00\x00)\x80KaZaA\x00"

192.168.1.2 -> 69.174.241.72
"'\x00\x00\x00)\x80KaZaA\x00"

192.168.1.2 -> 70.36.75.98
"'\x00\x00\x00)\x80KaZaA\x00"

192.168.1.2 -> 24.22.73.206
"'\x00\x00\x00)\x80KaZaA\x00"

192.168.1.2 -> 82.40.35.124
"'\x00\x00\x00)\x80KaZaA\x00"

192.168.1.2 -> 24.247.87.5
"'\x00\x00\x00)\x80KaZaA\x00"

192.168.1.2 -> 69.160.6.18
"'\x00\x00\x00)\x80KaZaA\x00"

192.168.1.2 -> 69.114.183.8
"'\x00\x00\x00)\x80KaZaA\x00"

192.168.1.2 -> 69.160.83.193
"'\x00\x00\x00)\x80KaZaA\x00"

192.168.1.2 -> 72.40.37.213
"'\x00\x00\x00)\x80KaZaA\x00"

70.161.237.88 -> 192.168.1.2

192.168.1.2 -> 70.161.237.88

192.168.1.2 -> 70.161.237.88
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

70.160.92.135 -> 192.168.1.2

192.168.1.2 -> 70.160.92.135

24.191.115.185 -> 192.168.1.2

192.168.1.2 -> 24.191.115.185

192.168.1.2 -> 70.160.92.135
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

192.168.1.2 -> 24.191.115.185
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

70.160.94.139 -> 192.168.1.2
'(\x00\x00\x00\xa9\x00\x0fY\xd9N\xfaKaZaA\x00'

69.114.183.8 -> 192.168.1.2
'(\x00\x00\x00\xa9\x00\x0fH\xd3P\xfaKaZaA\x00'

70.181.220.80 -> 192.168.1.2

192.168.1.2 -> 70.181.220.80

192.168.1.2 -> 70.181.220.80
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

70.161.237.88 -> 192.168.1.2

192.168.1.2 -> 70.160.94.139

70.161.237.88 -> 192.168.1.2

70.36.75.98 -> 192.168.1.2
'(\x00\x00\x00\xa9\x00\x0fY\xd9\x13\xffKaZaA\x00'

70.160.92.135 -> 192.168.1.2

192.168.1.2 -> 69.114.183.8

70.160.92.135 -> 192.168.1.2

24.22.73.206 -> 192.168.1.2
'(\x00\x00\x00\xa9\x00\x0fY\xd9\x15\xfcKaZaA\x00'

24.191.115.185 -> 192.168.1.2

24.191.115.185 -> 192.168.1.2

192.168.1.2 -> 70.36.75.98

70.181.220.80 -> 192.168.1.2

192.168.1.2 -> 24.22.73.206

70.181.220.80 -> 192.168.1.2

70.160.94.139 -> 192.168.1.2

192.168.1.2 -> 70.160.94.139

82.40.35.124 -> 192.168.1.2
')\x00\x00\x00\xa9\x02\x01\x00\x007Su\xa6@>\xce\xbd\xb0\x8f\x00\x00'

192.168.1.2 -> 70.160.94.139
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

69.114.183.8 -> 192.168.1.2

192.168.1.2 -> 82.40.35.124



70.36.75.98 -> 192.168.1.2

192.168.1.2 -> 70.36.75.98

192.168.1.2 -> 70.36.75.98
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

70.160.94.139 -> 192.168.1.2

192.168.1.2 -> 69.174.241.72

70.160.94.139 -> 192.168.1.2

82.40.35.124 -> 192.168.1.2

192.168.1.2 -> 82.40.35.124

192.168.1.2 -> 82.40.35.124
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

24.22.73.206 -> 192.168.1.2

192.168.1.2 -> 24.247.87.5

70.36.75.98 -> 192.168.1.2

192.168.1.2 -> 69.160.6.18

82.40.35.124 -> 192.168.1.2
'}\x95P\xbaR\x11\xa0\xc5\xa2\xd0Dr\x14.'

192.168.1.2 -> 82.40.35.124

192.168.1.2 -> 82.40.35.124
'\xc4\x04\xdf\x84\x98\x83'

24.247.87.5 -> 192.168.1.2
')\x00\x00\x00\xa9\x02\x01\x00\x007Su\xa6@>\xce\xbbs:\x00\x00'

82.40.35.124 -> 192.168.1.2
'\x04_\xfa\xed\x8f\x89\x98,\xcf`\xd9\xf1\xad]\xd8\x08A\x03\x82\xd8\xc3\xdb\x12\xf4\xbb\x16L\x04E\\DVA<\xb1\n\xc19\xb1De~8\xbc\xfe\xe9\xb89\x13+>\xc0\x1d^9\xf5&HSN\xb7\x0e6\xb4\x9a\xf5\x89f`\xe4IW\xf7\xd1\xf8\xb7\x90\x81\xde\xa8\x12\xc3\x976\x81\x9e\x88\xe8?*\xef\xaf\x17\x9c\xc9\xf9X\x16\x95\xb6\xd0\x88\xb0$D\xf4\xf8\xc3\xb1\xd9\x98\x8a\xc7y\x9e\x0e\x10\xe2\x12f>\x83p\x94\xe2\xbb\xd88Y1\x9d\x04}\'\x98\x19\x8a\xe3\xa1\xffy\x0e\xb0\xe1\xcar%p!\xbe\'d\xbfQ?<2rs\x16\xb2\x9a\x05\xfc\xc5\xb2\xfb1C blk\x8a\xf7A\xf9\xd2\x9dn\xaf\x9fv\xcb\xab\xc5X|\x18\x81\x17\xa0-\xfb+#jO_5]\xed_\xfa\xcfS\xf1$\xc0\x7fOtRx&@\x8f\xd1\xc0`\xdb\x90\xf9N\xa4\xfe\xfe\x05R\x0fC\xe0\x82E\xfeEN\x8f\x1a\x83\xa4<5)7\xa3\x8c4\xceVj\x96\x02\xe0x\xf6*\xb8/t(\xef\xc1\x9f%\n\x17\xb2I\xfd\xeb+\xad=\xe5\'\x18\xbd\xec\x9dm\xe3\x06\xaaj\xbd\xceU\xab\x84?\xda1f\x17\xaaYtU\xb9Dv\xc5\x92\x82\xb0\xc4\n\xe4\xc4\x015\xfc\xc4\x90\x93\x1cFE\x18y\xb6}Nw\xa4\x9a\x97\x8c\xdax\xfc\xdej\x12Q\xbf\x8e\x0b\xadi-\xbdc\xb4\x06d\xab\xdagp\x07\xa8U\xc9]\xb1\x8f\xfb1\xd1>d\x0b\xa0\\\x84b\x1e\xeed\xfc\x8c\xc7U$:\xa4k\x98\xf4\xd3\\\x90\'4\xd8\xda\x87\x98\x87&\x88\xd7\xfbM\x1b\x14as\xad5\xd9\x90\x84\xee\xfb\xce\xc1U\xab2\x08S\x82#\x16R~/\x8c0\x0f\x88\xe3\x9b<Y\x0fd\xa7\xfei0\x84z\x92\xd5Z\xeaP\x93\xf2l\xb2\xaa\xf8\xf1<\x02\xc8i\xe9\xa15\x80\xd0s\xb1\x0e\xe2`iZp\x0b\x88@\x83\x12\xd5\x8c]q\xd42\n\xa1\n\xe5\xafQ\xc1]\x9dO\xc7\x1d>\xcau\xeb\r,\x84\x8f\xaf\xf4h\xfc\xa73\x02\x88\xc0Oa\xc2\xe1u\x88 \xe2D\x01\xe9\x0f2\xabLz\x8c;u~K%\xd1\x12j>d\x19\xea4G\xf8y\x94^o\xc2\xb6K\x08\xd6\xb3 \x03\xc3\x15m\x84]\xf3.W\xc7\xe4\xc4\x8a\x90t\x90\x18a\x8d\xdd\xec{#\\V\xc1\xed%\xf2\x10\x92\x18\xc4\xe7ij\xf8m\xde\x1df\x92\x8e^\xafI\x8e\x89}\xbe\xda\xa7\xfd\xfb\x8a\x12\x9f\x96l\xf2\x8e\x96\xba\xab\xc6\xa9V\x802\xd6\xc3tG\xcf\xf2\xa6x\x15\xb4\xe1@/F\xd5\xd1E\xf2\xf4M\xc8o\x8f)\x8e\xac?\xd8\x1f\xad\x15\x05\x02\xe7#\x93\xa9r\xc7m:\x98\xeat\x16\x83\xdbr\xd3\xeb\xc8\x02JA\xde1\xde\xe8\xe8gP\x11,\xa3\xbct\xdad\xa1\x9d-\xd5\xc8\n\x82\xdc\xa6#\x1f!\xd4E\xc4\xd0T%\x8c\xdau\\\xd7u\x086\n\xf8\xcbkl\xa1\xa3K\xe2i\xdd\xc3\xc1\x97&m\xf9$\xd3\x80%\xd8\x96O/\x84\x0c\xb3\xf3u/\xdf0\x84\xbd\xe1dZ\x10\x88n\x0e\x07\x03\xd1\xb8\xb6\x02\x81A\xdfy\xa9"PW:X\xc1$.\xe6\\\xd1E\xf3\xe7\xb5J\xef\xf8\x1f\xb3\x1b\xa5\xb4\xfe\xe29g\xfa\xdd\x0c\x90/\xb7>\x06\xc9{F\xe3$\xc0#9-\x84\x8b)M\xd4\xfeea]i\xfe\x89\x91yP\x05\x94\xd2\xf5_iV2\xac\xaf\xb6\xf22\x12\nN\x87\xae\x07\x82\xab\x85\xbf\xb4y\xb2\x9d\xbey\xedI\x11\xbf)d\xc3\xf2\x9c\x8f\x06\xfa\x97\x14\x12\x8b\xfbQ1\xaaB{\xcc\xa8E\x02WU\x80K\x08\x99yx\xcb\xee\x1d\x06\xd5\n\xa1,\xe5g\x0fj\x96\x89\xbe\x9a.\xd1_>V\xda]\xe5\x18@d\xb1\xd8d\xec\xbbB\'"l\x9ft\xbd\x98\xf0#\xf1\x0b\xfc\r\xf2\x984R\xc3\xc1\xaf\t?\xfa\x86\x0cO\xed\x83\xf2\xf2=\xd0\xaf%~t_V\xd7\xd5\x1a\xe8\xe93\x83V\xeb1\x16J\xdf0\xf7\x99j&\x89\x0en\xfa\xfa\xf0\x16~\x87B5\xa9\xdd\x9cCJ+\x11\x04v\x176;T\xeeX\xd5\xde\x8b|e\xfcB\x1d\x02!\xf7\xf7\x87\xbc\x97\x15\xa3E\x83Spl*`}"\x94\x18h\'[\xd20\xed\xeeE\xdc\xb47\x18\xdf\xeb\xa7\xf5\x9b\x82\xf7\xdc\xfa\xf3\x83>Mv[*k\xbe\xb7\xe0}\x89\xbabY\xf3\xdf\xecP\xcc[\t\xf2\'\x0c\xa7+\x82\x8c\x9f\xbb\xb7\xc4u\x96\x1f\xec\xa4\xe1\xd9\xe6\xbb\x80\x9c\x9bO\xdf\xac\x1cs\xe4\x9ar\x1e\x0b\xb7\x0b\xd8\xe0\xec\x9d\xab\xb5\xd1\xa6\x9d\xccpG\x14#t\xa8\r\x06\xa3X\xcf9p\x9a\x05\xb9\xe3L\xf5\x0c\xa3\xd9\xcc\xa8\xf7{\xe6t\x03\x848\xd9\xc01\xcf\x98)^\xcc\xab<%\xa0\x93\xb1\xa2&|\'\xd5\x87s6\x91D\xe8\xbd\xd7\x03\xa5Bheh\x0b\xf7\xab\xd6I$\xf1N\xe1)A"d\xfc\\\xd5\xac\xbf\xd5\xda\xdck\x04\xae\xa6\x99\xb9L\xf7\xfc\x855\xe7\x1aE2:\x99\xd4i\xc7C\xe2\xa2\x10\x91\x03\xe2\xf7\xc5;t\x8e$?-\x80\x9fd65\xaa\x84\x03\x17Hb\xa4u\xc5\xf2~\xca\xd6\xd6\x90\x1fB\xce\xcb\xebm\xe5\xa9\xa5:\xb8\xbe@\n\x97*\xf4`\x0e\n\xd3\xa9\xc1O\x04\xd2O\xfbz*\xc2\xf4\x81\x91\x11\x15:P\x07\x8d\xb3X\x95\xc2\x0f}\xf8$\x86\xb1\xb8\xfaG{y\xc2\x04]\xbeZ\xc0\xe2\xd3i\xb0\xfc\x80m\xbd\xcb\xab=\x80\x03\xca\xad\xe6\x0c\xd2\x03\xe6\x87\xe7l\xcf\x9d\xf0\x0fM\xc4B\x9d\xc4\x82R{\xf2\xc7P\xa7FN\x97\x84q\x84\xf9\x1f\xcfUD\x17\x7f\x12\x0b\\l{K\xcc>\xd9\xc2\'\xf8\\6G\xd7\xe33\xa1\xad\x05!\x94\xb4\x1b\x95\xa5oaW)\x0c\xc8\xce\xe8\xd0R\xf1\xe6 .\xef\xff"\xcaC\x83\xb2bY\xca\xd6\xa7\xec\xd9\xc2\n\x05\x12\x1e\',\xd6&D!M\x95\xac\xb3\x9a\x0f}\xfd\xe5^p'

192.168.1.2 -> 82.40.35.124
'WM\x0f?\xab\x8a\x870H\xce\xacAa\xbb4\x11\xc9m\xd5'

82.40.35.124 -> 192.168.1.2
'\x03h\xb8\xcf\xe6\x938\rk\xbb~@\xe6`\xb3\xd2-\x0eD4\x94[f\xeb{\x84Tu\xf0\xb3]\xba=\xf3j\x90Kl\xa1h\xd7(7\n8?_G1\x86\x81\xd9\x14;\x8c\xae\x9b\xb6 fBP\x9d\xb5\t8\xe7\x908\xedo\x0e\x17Bd\x7f\xfe\x1e+p\xed("R\xaa\x82\t!kTAx\x82zY\xff\xda\x00V\xd5\xe0\xb5\xa0\xd1\xdb\x0f\x80_6\x84t\xdb~\xdawo~~R\r\xd2p\xdb5~\xec\xc8\x87\xf5\'\x91i\xd8\xe2Z\x13<\xbf\xa0W\x8b4\xca\xc6k\xc6O\x1b\xed\x04\xbd\xf8\xd0\x0b\x12g\t'

82.40.35.124 -> 192.168.1.2

192.168.1.2 -> 82.40.35.124

192.168.1.2 -> 68.55.27.139

68.55.27.139 -> 192.168.1.2

192.168.1.2 -> 68.55.27.139

192.168.1.2 -> 68.55.27.139
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

69.160.6.18 -> 192.168.1.2

192.168.1.2 -> 69.160.6.18

192.168.1.2 -> 69.160.6.18
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

212.204.214.114 -> 192.168.1.2
':markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+http://amarok.kde.org/wiki/Artist_team:Icon_List\r\n'

192.168.1.2 -> 212.204.214.114

82.40.35.124 -> 192.168.1.2

68.55.27.139 -> 192.168.1.2

192.168.1.2 -> 71.196.236.185

68.55.27.139 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

24.247.87.5 -> 192.168.1.2

192.168.1.2 -> 72.197.60.203

71.196.236.185 -> 192.168.1.2

192.168.1.2 -> 71.196.236.185

192.168.1.2 -> 71.196.236.185
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

72.40.37.213 -> 192.168.1.2
')\x00\x00\x00\xa9\x02\x01\x00\x00c\xcdc\xe2V8\xad\x1b\x05$\x00\x00'

72.197.60.203 -> 192.168.1.2

192.168.1.2 -> 72.197.60.203

192.168.1.2 -> 72.197.60.203
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

71.196.236.185 -> 192.168.1.2

192.168.1.2 -> 69.141.46.5

71.196.236.185 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

69.141.46.5 -> 192.168.1.2

192.168.1.2 -> 69.141.46.5

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 69.141.46.5
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

72.197.60.203 -> 192.168.1.2

72.197.60.203 -> 192.168.1.2

192.168.1.2 -> 24.125.186.144

69.141.46.5 -> 192.168.1.2

192.168.1.2 -> 172.164.231.151

69.141.46.5 -> 192.168.1.2

24.125.186.144 -> 192.168.1.2

192.168.1.2 -> 24.125.186.144

192.168.1.2 -> 24.125.186.144
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

24.125.186.144 -> 192.168.1.2

192.168.1.2 -> 68.56.113.162

24.125.186.144 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

68.56.113.162 -> 192.168.1.2

192.168.1.2 -> 68.56.113.162

192.168.1.2 -> 68.56.113.162
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

172.164.231.151 -> 192.168.1.2

192.168.1.2 -> 67.165.90.216

192.168.1.2 -> 69.160.6.18
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

69.160.6.18 -> 192.168.1.2
't\xa7\xd4;L\x94Q(K\xa1\xe0\xb3\x99\x94'

192.168.1.2 -> 69.160.6.18

192.168.1.2 -> 69.160.6.18
'\x17(KXs\xf2'

192.168.1.1 -> 192.168.1.2

68.56.113.162 -> 192.168.1.2

68.56.113.162 -> 192.168.1.2

192.168.1.2 -> 69.250.183.56

67.165.90.216 -> 192.168.1.2

192.168.1.2 -> 67.165.90.216

192.168.1.2 -> 67.165.90.216
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

69.250.183.56 -> 192.168.1.2

192.168.1.2 -> 69.250.183.56

192.168.1.2 -> 69.250.183.56
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

67.165.90.216 -> 192.168.1.2

192.168.1.2 -> 82.235.241.187

67.165.90.216 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+here we go\r\n'

192.168.1.2 -> 212.204.214.114

69.250.183.56 -> 192.168.1.2

192.168.1.2 -> 68.224.143.119

69.250.183.56 -> 192.168.1.2

69.160.6.18 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

71.10.179.129 -> 192.168.1.2
'\x88qy\x0e\xbf\xc8=\xaf\x84\xdf<v>1s\xdf\xc1B0\xab*x\xfd\xe665\xe4\x10\\\x8d\xebxM/\x80\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 24.48.150.22

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 69.174.241.72

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 69.160.6.18
'\x17(KXs\xf2'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

71.10.179.129 -> 192.168.1.2
'\xc8\xfa\x84\x80\x83\xe5\xf9S\xad\xce3\xdd\xdb\xd6\xd8\xf7b\x84 @\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

69.160.6.18 -> 192.168.1.2
'\xb5<\xd9\x9d\x14c\x8a\xd6\xb0_\'F\xa5\xf5#\xb9\xc4\xc3#\x8f\xee\xbd\xf6?s\x90\x14\xc5\xfd>F\x11|\xd3o\x00]\x06\rK\x0f_\xf6\\,\x80qM\xc7h\xfc\x14\x80\xd8\x98_S\x8a\x93\x9c\x99\xe19\xaa\xeb\x8cx\xdc \xc9<\xd9+i\xdb}\x18g\xef \x05\xbbce\xd3O\x1d*i\x13\xf6z\xc6\xac\xac\x7f\x8bU\xb2\xb8\xc0\x97\x99l\x1f\xe4\xa1\xa0z{\\\x11\x9f]!J\xfaI^\x80<\xda<\x15r\x9buH\xb9\xd5\x10^\x8c\xa5\n\xab%\xc8\x0c-\xd21E\x9e\xde\xdf\xd9\xc0\xdc\xca\xa8A\x91@\xc5\x90\xd6\xe0\xc0P\xcf<vl\x92\xd1\x85\x80\xc6\x0cP\xd6\xc6\xffFdPW\x97$\xe0\xfcj\x88\xda\xdb\x81\x94\xa5\xd5\xc7\t\xd0\xac\xf9\xb49C\xa8\xe8\x12\xab\xd2\xf1\xf1\xe5\xaa9M\xbe\x7f\xa5\xc9\xe4\xbc\x8a\x11\xe8|\x15^EnO\x83\\5\xa5\x7f\xd7\x9c\x9c\x9du\xf6\xe2\r\x96R\xa2\xd9\xa8\x11\x1dB\xc7$"\xd9\xf3\xae\x8aus\xc3\xf2\xbf{<-$D\x98\'\xcdT\xdcTu,\x0b\x8f\xf5@\x1d"\x01\n\xdb\xb1\xd5\x1e3n\xd1e\xf7\xd7\xbf!\xf9\x06\\]\xdc\t\x12\xe4\x12$WS\xe4\xbf\x0c\xa9\xb8\xe4\xec\x85\xb6\x1e,\xed\xda\x99\xe5Q\x1a\xb6j\xc4w\x83$\xd1\xfef\x9e\x9e\t\x8d\xef;P\xd6\xf2\x9a\xf6\xc5\x1c\x00kJV\xcal\x90\x1f|\xae\xd0\xb3w\xf0\xf2\xbeF5s\xb3\\\x8d\xdcU\xb2\xc3j\xeb\xcf\xba\x8d\xc2\xe7\xf1\\\xd0\xbb\xd7f\x93\xba/:\x9as\xf7\xdc\xb3\x0cx\x9f\xe5_\xf4{<\xff-\x8e\xcfP[\xc6Rc\xea\x10\x92\xdaI9P\x85M\xd0\xd6\xed*\xed\x94o\x8a\xc02o\xb1f\xba\xbaIm\xca\xaf\x9b\x05}\xa3\xc0\x9b\xb2\x02\xe6\xcdS\x15\x17\x0eDp\xa4\x08p\x1f)5p\\\x88\xe9R\xb7;A\x07:a\xa6\xb5R\xe2h5\xe0\xf3\x8d\x01H\x0e\x8c\xd0\x9a\xb0\\\t=\xde\x8b\xb4\x1af\xa3\xc2\xec\xce"l\x90&QI\xff\xab\x1b\xf2\xf0\xb4\x13\xdd\x14\x86H\xd2\x11\xaf^,m\xb8\x9a\xda\xbc\x93O\x97\x0c\xa3\xa8\xb4|\xcf\t\xf8\xdf#\xbf~\xd6 E\xc1I\xc1j\xd7\xad\xfe\x04\xcey\xd2\xea\x19\r\nm:d\xf9\xf0\x811\xce\xb2\x8b\xc1p\xa66\xf2\xa0\x04!\xbd\xe5\xbf;\xdc\x19\xfe\xde\x85\r8jV\xc8\x7f \x9df\x0b\xbd:?\x8cb\xd0\xc3Y\xa9\x9fq{\x07m\xef\xd2>\xe1wP\x1d}\xb82\x1ajLWT\xaa\x8f\xe8\x81W\x12V\x1b}s\x03\xa5S\xdf\x84\xa3\xd0=\xc8)\xc5\x93\xe1\x8c\xe6&[0\x8e\x86@>Qe}.\n:5\r\xba\x02\xa4\x81\xe5Ls\xabI\xee\xbcv\xe5\\\xd9\x03\xe0\xca\x03\xb4\x16QV\xf6}\xfa\xcbn\x8bv\x8cO\x1d\x06>\'\xd2&Yf\xde\xca[\x83\xb0\x9b\rf\xc2k\xd6@\xfa\x1e1\x05\x85:Z\xe9b1#\xe3\xde1\x9b\x8e#/W\xec\xaa\xb4\xab1!\xf8\x89\xab\xa4\xf9q\n\xd1\x8dX%\xd2pH\n\x99\xc4\x8aU]\x80\xa9\xcb\x00L8\x8eh\xcd\xd5\x7f\x8b\x15\xcb\xaen\xa1\x19;#\x99\x1e\xcdT\x1a\x99\xa7\xb2\xdfaO\xbf#y}~|/B?4\x11\xf0\xf2p\x10\xe5\x12\xd1\x95\x96\x17\t\xf2jV\x05\xfe}\xd4\xd3\n\xba\x0fwC\x1f\xcd\'\x0f\xf9\xa7ba>\x18\xa1\x89t\xe8%\x84j\xa392\xaf\x03\xdfc\xc0\xac+\xa1?\x9e,Z\xd4\xbd\xf0\x15;l;15\x89\x90\xf4\x16\xfcQLAYB\xbc\xf4\xc9lPB\xad\xf9\xef,#!~\xd2r\xa2[\xe17\xd6!o\xc5\xa8\xc7\xf5"\x0f\xda\\\xc1\xcb\xd5\xbaTp\xc4yw1S\xd2\xde\xa1#\x13P@m\xafb\xc3K\xe2rM\x01\xe4\x15\x1f\xc2h\xd7$\xb5\xcbF\x92\x87\xaa$J\xae\xa8_\x98Gye\xd4\xa0\xff\xf6)\x8d\xf2\xb5=t\xf1C\xb3A\t\xad\x84h\xb8hg\x03\xcf\x1c\x8c\x08\xdd\x85\xfb\xa7h\x05\xa1J4G0\x91 IR\xe7un:\xe4dX\x1c^eq\xe3\xe5\x93\x07uM\xd8\x06\x01\x02R3\xaf\xe1\xd2k\x1c\xd8\xda7aCF!}\xd5\xdf\x8f1>F{b& OL\xcb|\xf4%E-@x\x1b\xee\xb8~\x9d2sc\xb42\xc7\x9b\xb6\x90\x86j\xb4\xfe\x0f<\xff\x81\xc8\x80n\xb8\x8d\xe2D~(l\x00\xa4\x9c\x8a\x1d&\xbc\xe9\x17\x01\x0cB=\x7f\xfa\xd7\x8d\r\xfd\xe3\x05\x9b3%\x01\xb5\x94)\xd5\xf5\xbe\x9cF\xac1t\xa5\xf8\x0b\x0f\xd7W\x11\xb7(RUow=\x0e)\xd4\xea\xad/\x90\\ \xeb\xae\xdde\xe5y\x9e}\xe1f\x1a\x96V\x84\xab\xc6Z\x8b\x95\xa6\x8bO*J\xc0j\xc5+\x94Mku\xbam\x91G\xc6\xd2`\xf5-\x13nq\xa2\xe4V\xc3\x0e\rQB\xa3D\x18\xd9E\x11\x81!\xa2\xf1n\xd5e\x0f\xed-u;\xbfkH%H\x11\xea\xdc\xe2t\xf6\x9e\xe9_\xa2\x12\x8d\xc8:\x85\xdcznz]R\xa2\x01\x18\xff\xb8\xfc\xfe^x<\x9d>\xa9}\xb91\xd8\xae\xdd3\xda()\xe2\xcf\xbf\xd0\xeb\x08s\x82mR\xa9\xc6x9\xc3\xef\xc9;\xb5f\xf9\x8c\n\xe0 DQyKn\\\xc7\x0eV\x04E\x1f>\x13\x1f\x1a\xcd\xee\r\x0cV*u\xaf)\xac\x0c\x15\xb2pd\x02\x06B\xe3\xe3:\xc0I\xd9\x8d\x86\x98\x81\x8a\xac\xe4g\x1a\x8d\xeay\xd5\xee\x08\x13\xc60\xf5#\xa5\xcc\x96\x98\xe6K\xdeY\xd7\x95Mx\x905\x98/1N\xa2R\x15d\xbb\xa1>M(\x8a\xb8\x0e\x9a\x05\xec\xf3p\x90y\xab\x0e\xb8\xa8@\xfd\xf6\x97\xfd;\\W~\xd9#i\xc7PK\xe0\xd6\x18\x1a\x8eE\x06\'sm\xdfl\xfe-#\xa1\x1b\x1d\x7f,\x11\xe5C\x83\xb7\xa7\xe4AR\x9aa\xde\xdd\x9c\x88\x88\xb4c\xa0\x11\x9a\x07\xc8R\x91\x11'

192.168.1.2 -> 69.160.6.18
'\xd9\x7f\x99[w\xb7s\xdcc\x17\t\xa9\xef\xba\x9aE\xa8B['

192.168.1.2 -> 71.10.179.129
'\xb2>!\xe0`y\xfeT\xab\xf3L\xf7\xb65\xf6\xbd\xd8\x15\x01\x00\x00\x00\xff\xff'

192.168.1.2 -> 82.235.241.187

192.168.1.2 -> 68.224.143.119

69.160.6.18 -> 192.168.1.2
'h8\xbc\x88\x84\xa8\xfb\xcf\xfa\x96\xab\x82\xb1o\xb7\xa6\x03f\nY\xadTp\xd9?!6\xf7\xb23\xa7\xb08c\xa7\xf2\xd9\x93k;\'\x8b\x16x\xa7\xae<\x9aBX\n\xf5@ \xe5:\xec\xd7O\xefAm\x1c8\xf6 \xf9[\xa7\x93\xd4\xde\xe4\x7f\x88\x17\\1\xaa\xf0\xae\x8e\xc6\xb3"{\x97*\xd6\xa2=\x82\xc0\x85\xb9\x05f\x9dZB\xfc\xff\xa5\xc0\xab[\x83\xb3\xeeY\xe4GR\xba\xbc]\xd0l\xf8\xffR\xe1\x82\x0cO\x17\xcb\x11o\xa5P\xd6\x0b\xb0E\xe0\xcc\x9f\xe7\x82%9\xc1\xf4c\x80\xee\xe5-\x05DL?\xc3+]u'

71.10.179.129 -> 192.168.1.2

192.168.1.2 -> 69.160.6.18

86.128.79.38 -> 192.168.1.2

192.168.1.2 -> 86.128.79.38

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 24.48.150.22

192.168.1.2 -> 69.174.241.72

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+though it works great for anyone else using my amarok 1.4.2 RPM on SUSE\r\n'

192.168.1.2 -> 212.204.214.114

24.177.122.79 -> 192.168.1.2
'\xba\x14\xcd\xa4Y4y\x9b\xf3f\x8e\xec\xb8c\x8bc\xb04;\x00\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

192.168.1.2 -> 82.235.241.187

192.168.1.2 -> 68.224.143.119

192.168.1.2 -> 24.177.122.79
'\xba\x14\xcd\xa4Y4y\x9b\xf3f\x8e\xec\xb8c\x8bc\xb0\x97w\x00\x00\x00\x00\xff\xff'

24.177.122.79 -> 192.168.1.2

172.200.160.242 -> 192.168.1.2
'h\xbdx\xf4\x1a\x96\x1eC\x17\x06N\xa9\xf4\xd9\xdbO\xc0L\xea\\\xe4\xe6t\xc1\xce\x139\xffsb]\x12\x00\x1f@\xf6\x04\x08\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

'\x10\x00\xff\xff\xff\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

69.160.6.18 -> 192.168.1.2
"r\xe5\xd4`\xfcH\xbeD\x92}\x12\xb3\x0b:\x89\xd3\xb7O\\\x91\xfb\rI\x1c\x02\x12\x9bjT\xf3.\x9e\xe6_\xab\xcb\xea}P\x95\xe9\xba\x11\xf6*\xbd4\xcd=H\xbab\xe6\x9b\xec\xc6\xad\xa4\xd4`'\x0b\x8e\xf2+a\xe0\x97\xd9\xb7\xb0\xf0\x15\x11;\xc6\x0e\x0f\x87\n\xdd\xf4\xb9i\xbe\x10\xd1\x8b\xd9\xb3/\x97\x1e\xbeA\x04\x9bD\xb7vq\x99q?\xce\xbc\x1d\x12\xf8\xfcF\xda\xc0G\x03\x0e\x8105S\xe1\x91\xcf9\x81\xe9\xab66|\x95bc\xa8>1\x0b\x1ec\xe3ha\x8b\xaf\x16\x8a\xd3)\xee\x1dp\t\xdb"

192.168.1.2 -> 69.160.6.18

192.168.1.2 -> 69.160.6.18
'\x96 lw\x1d\xd8\xa6\xff.'

192.168.1.2 -> 68.95.198.126
'"'

69.160.6.18 -> 192.168.1.2

192.168.1.2 -> 69.160.6.18
' \xb8\x08\x13\xcc\xc7\xde\xc9\x1e\xb2y\x1cH\xda"/\xf46\xb2\xab\xfae\xa7$\xe8J\xb6\xd9\xf6'

172.200.160.242 -> 192.168.1.2
'\xe8xww\xb9\xe1\x83\x13\xb7\x8d2\xeb\xfb\xcf\x1c\xdf\x8f\x11\x90\x00\x01\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 172.200.160.242
':\xde\xdd]n\xf8\xe0\xc4m\xa3\xcc\xfa\xfe3\xc7\xf7cW\x04\x00\x00\x00\xff\xff'

192.168.1.2 -> 68.206.150.243
'SW\xb4\xb0\xa6ue$\xb5\xd7\xfeH6\x907\xf2\x88\xe3\x1a\xa7c\xbc\xf0 \xbb\xd2\x94\xe4yX\xb4\xa5E\x06Y\x0f'

172.200.160.242 -> 192.168.1.2

192.168.1.2 -> 69.141.46.5

68.206.150.243 -> 192.168.1.2
'\x02\xe4^\x86'

192.168.1.2 -> 68.206.150.243

69.141.46.5 -> 192.168.1.2

192.168.1.2 -> 69.141.46.5

192.168.1.2 -> 69.141.46.5
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

69.141.46.5 -> 192.168.1.2

69.141.46.5 -> 192.168.1.2

71.10.179.129 -> 192.168.1.2
'h\x96\x85\xd5\xcdG3oM\xd7\x08\xed\xfc\xd4\x10\xd7\t+\xc0@\x07GO\xd0\xfe\x81d\x07\xae|\x87\x18m\x00\x08\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

192.168.1.2 -> 68.206.150.243
'0d\x17`\x84\xf4\xf4\x81\xe0\x14;mv'

68.206.150.243 -> 192.168.1.2
'\xa6F\xa3\xb8 \xe1\xefA\xaca\xad\xb1O4S[\xa3\xa1\x7f\x04\xb2\x8b\xe8\x0e\x84@C\xf4\xeb?L\n>>a%\xe9\xcc\x1b\x1a\xd2\x87\x0c\xd9\xe5(L\x92'

192.168.1.2 -> 68.206.150.243

192.168.1.2 -> 80.73.178.211
'\x16r\x02\xee}e\xdc\xc5\x14/\x94\x1a?qP\xbb\xc4\xf9(\xc4\xeb\xa4\xff\xf5\xfe5\xe5\xaf\x06\xdc{\xa2:m|m-\xca\xc8\x05j\xf3:\xcf~\xcdd'

192.168.1.2 -> 24.28.248.6
'\x16t\x02\xber\xff\x9d\xfcy\xcd\xef%\x13\xa7\x16D\xc6\x9d}\xb9\x81\xb8qX\x83V\x83\x11\x90*\xfe\x85\xceE\xf4\xealTW\x02`\xa8\xa5\xc2\xdb\x0b\x8e'

192.168.1.2 -> 67.163.96.170
'\x16v\x02X\xae\xec*\xf3\xadt-\xd5V\xe5\x1bLB\xe6\xf1\xc4,/N\xbd\x0b\x1b:\xe0G\x05\x0e\xfc\xb3P\xa2e\xbf\xc1s\x1d\x18<\x0e\x9b\x83\xe4\xaa'

24.28.248.6 -> 192.168.1.2
'\xaa0?\x16t\x00\x02~\x8b\t6\xb2_\x9f\xe6\xd8\xef\xc5\x00\xbb\xe5&\xdfm<]\x10x\xdc\xb0A\x0cI\x19\xbdX\x11\xbb\xda$M\n\x8c\xd3\x19\x95I\x904T\xfd\xe0q\xf0\xad\x9f\xdc~\xceM\xa2-\xbf],\x9dq\t\xa8\xcc\xf8e[@\xcd\x14\x05T\x83.\xfd.s\x92\xf2\xbc^\xe8\xea\x02>(Ef\x9f\xf6<\xd10\xfe\x84\xc7@\xd28\xb9"\x80\xdb\xecySD[jSl\xd2\xae\x80H\xa56\xad\x99\x90\xdce\x15\xf4w\xe4wo%nr\xd6\xce\x85y0\xcdW\xe3?n\xf4\x1e\xdf\x0f\xcf\xee\x84\\\x9a4\x93\x05m\xe1S\xcb\x14\x8fr]+\xeel\\Ug9\x0bSg\x05\xc8o]|\x976\xc7>\xf2\xe0\xe1\x7f\x8a\x8c\xd3\xc9\xdev8\x9c\xd8jq\xbaA\xac\xe6\x12\xa4\x9b\x17\xb3\xe4t(\xf7\x96]\x00\xd4\x82\x9e\x12\xd0\x826\xb9\xe3a\x87\x1f\x83&\xa0O\xefr\xff\x98?\'*|\x8f(qC\xafJ\x04\xa1-\x10pr\x923\xfe7,\x84\xa8\xfc\xdbr\xa1\xe7_\x9c\xf8\xa2|oC\x8a\x8e%!\xbc|\x7fS\xc3\xdezYg\x1c\x8f\x11)\xe6\x15\x0e\xd85+\xdcQ\xa2\xa1\x1c\x99\x02T\xde\x05\xb0\x14\x8e/\xd6\xb3,\no\x88\xc7HX\xdc\xdaf\x1d\\\xcez\xa7mm\x9d\\@b\x05\xa6\xe3se\xbf\x19\x99\xf9\xff\x1f\xaaL\xb9\xff\xfe\xc3\x87C\x96Vl\x05\xea\xaa\xa9\xac\'\xae\x1bE\x1dJ\t7\x9b\x0fv\xf1l;rI\\~\x8c\xa1\xe3\x95Q\x8b\xf3\xcb\xc5\x04\xbc\x95j\xean\xecZH\xfeBg.\x9d\x17\xd2\x85\ry\xf3%4\x18\x8ei\tE\xb0\xed\xf99]l\xa6\xd9\xbd\xb2\xc2yQ\xd4k4\xcf8\x8f\x99\xd3\x9c\xd3\x88\xb8-\x8b0\xf65^Q\xd1A\xdb\x1b\x85J\xb6\xa7\'H\x8b\x8b\x11\xecf\xbca\xbaH\xbdmT\xbe\xe4p\xfb\x88\xa3\x0c\xb0\x14k\xe7\xfc#\xfdW\xa5\x87J\xae\xb0\xfc\x9bG\xa9=\xa1iI\xb2\xba\x8cFm\xcb\xf6\xee\x19\xb6I^g/V\xa9\x91\x8f\xac\x08\x17\x1b\x07D\xb0\x85\xc7\x9d\xc9\x8fN\xf8\x92\x9c\x0f\x91\xd6\xbe\x1aw\xd6d\xc2y\xa2\xc8\xce\xb5\xe5g\xb8\xedI\x80\xcd\xbej\x97\xf2\x13\xdb\x04\xe9\xce\x03t\xb6\xb7n\x95\xb7\xbe\xf1(\xb6B\xcf\x97\xdd8\xf6\x9a\xae\xff\xbb\x91~\xd0\xac_\x02\x1a]\x1a\xf5\x08lUw\xc0\xfb\xc6\xb0\x15\xa7\xe0f\x00Y#L\xf5\x8e1\x99}\x04\x0c\x0b\xe51\xc7\x00\x9a\xf1\xadQ;*\x85R\xf8n\xee\xc5+\xefE\xa9UL~\xf3\xe3{\xd0(8\xa9\x8f\x81W\x1a\xf0\xf8up\x84X\xb0]\xae\xfb\xb4\xaa\xcd \x03v*xb)\xa9\xa7\xaa\x85\x90I\xf1\xd1\\\x10\x8c\xdc\xfab\x8a\x1a\x9b5\x1ei\x19$\xae\xdf\xba\x92\x8b]\xcf\xf2\xb9\xfa\x964\xca\xba\x87\xf0h\x01\x97!@`T,\x1d\x8fZ]\xab\xa2\x03R+\xb4\xaf\xbdT\xfa\xf1\x1b\n"\xc9/:.6^PV\xadU\xe7\xbb\x0f\x04j\x03\xad\xea\x9e\x83\xa5\xba\rH\xca\n{\xa2by4\x00\x90\xea\xa9\xb6\x1abf\xcc\xbe>\x10\x93\xd4\xbc\x9b\xc9C\xc0P)\xf6\xa3\xf1p\x14-\xa3S\xc8y\xe6\x0e\x97\xc7>\xbb\x9c\xd4oV9}\xd5kme\x9d\xef`@\xd2CP\x03(\x91\x06\xaf\xa45\x88\xf5B1\x00\x8a\x1cN$\xe9\x81\xc3G\x14\xe7g\x93\xd9\xe0)U\xfc&\xf2?\xe7M\xa8\xea\x15\x17\xe5\xbf\xdd\xd3\xa5}\xca\xf7\xea\xba\xd1\xee\xfe\x04IY<8D\x80\x8b$\x9aL\x02\xe0}\x9d\xec4F1WK\x07\x8e\xcd\x1e(\x9aZ\r\rg\xa6{\x8ai\x9c\x81\xb2\x122\x11jGAH9\xfc\'\xb0\xed\x98^\x90\x16[\xdd?\xcb\x16\x8c\xf1\x0f\n_\xaa\xeb\xf9\xc3\xf3\xff5[\xc3\xff]\x8e\xf2u6R\xb1\xca\n\xc2\xe0}\x96\xf5\xdc-/J\xbfh\x8a\x0e\xfa\xaf\xa0\xc7\xd4\r(\x13\xba\xd5\xc4\xeaQ\xf3\xdc7ST2^\x0eB\xe8\xd4\x03\xd5IK\xdf;\xf4\xf6<\xda\xd7\xa0\x05d\xc5\x12-26\xbc\x0e\x99\xad\x1a\x91\xa7\x97\x17\xd0j9\xacm|\x89R\ts\x02\xc1a\xbdwv#-\xd0\x01\x91x\xb30\xabq\xf3\tzW4\xde;\xc3\xa5\x81)\xe4\xcff\x9d\x044\xc0;gD\x15rm=p\xae\x9a\x88\xd7\xa4G\x19\xb8\xb5\xf1\x18\xf3\x96\xd0A\x13\xf4\xb8\xfc\xba\xe9\xe0_\xfa\xfc\xe3>c\xe9\x04\xc1\xdf\xc8\xbfA\xa3\x9d=\xf3j=\xa7Zw\x9c-g\xc2\x08\x9f\xb3L\xf6\xa3\x96\x18\xa2~\xcf=\xc9\x18\xe7x\xa3B\xf1\xc2\xb8Qs\xee^\xd8d\x1eP\xea[NLsH%\nC\xf5\x00\x0f\x8a\xacp\x98\xb6\xd9N\xdd\xed\xb3`Q\r5\xa8\x1d<\r\xce\x03V\x95\x85k\xc2C\x88\xdc!\x94\xb7\xd9\xe3Ol,\xf4\x01\xcf`\x11@\xf3\xd9\x90\x02v\x0e\xf5\xce\xc6\x17\x1f\xaa;\x02K\\/\xd4i\xe9S\x8a\xc9l\xa1]w\x05\x1d&\xac\xad\x8cWdy\x85&=)\xc4"\xf5\x16l\xb12\x04!2\xd0\xe8t\xd9\x8c\rLj$\xf2mCb\xad\xdd\xca\xca\xe6b\xf4\xb4\xabB}\n\xaf\xbc\xea\xceIj\xc3j\x05\x1b}\xcb)8-\x84\x95F\x83\xcf\x88\xa0\x17\x85\xdd\x0c\x14\xb0\x86\xa2\x9b\xe1\xfc\xa2kS\xd5\xdf\xc6D2h\x19\x9a\xe3cE\xd1\n:\x93\xfdc\xea*\x07{=K\xdc\xb5\xb7\n\x19c\xa6\x14\x85M\x8dNdN\xdd\xc9\x0fh|\xa7\x1f\x92'

24.28.248.6 -> 192.168.1.2
'\xaa0?\x16t\x01\x02\xb3\x19\x91\x94s3B&\x0f^\x06\xbe\x0e\xff\xd3\xf4\x86\x9b\x88\xe1\x8a8\xc5`Q\xee\x1c\xcd\x9c\x16&\xa5/pz\xf9\x82U\xce\xdc\xe6\xf7D&C\xea5"\xe9p\xe9\xc7OE\xf7\xccX\x8bxN\xe6\x8e\xc5\xe2U$,\xa9c\x98_n\x15\x91\x05\xc5\xfb\x12\x91\x07/$\xc1w\xbe\x960\xce\xcc\x04\xa32d\\\x00\xa2\xf7\xb7H\xa0\xaam!Tv\xbf\xa2\x92\xf5\x16\x07o\xa3\xb5\xd7"`\xcbN\xe3\x85\xcf4f}e=\x9d\x82\xcd\xcd\xa6\xe5\xf2x\x92\xa0\x87\x81\xff1\xd1\xd48\xc9\xb7\x88H\x85\xb0\x8e\x9b\x10E\xbd8\xe0+\xc1@]\xd0#`gt\x93\x8c\x08\x89\x87M\xb1y\x81\xa7K\x83\x0eA\xdbX\xa8\x10\x0b\xe8\x19\xf4\xe9\x0bC\xef=\x9c\x9a)4_\xee\x86\xcd\x8a\xcb\t\xd5\xe9\xe7\xcd\x0c~\xbb\x04\xb9\x90{a\x99\xe6\x19t\xd12s\xb9u\xff\x06y\x14\x9fV\xb36\xc6e\xb3\xa9\x8c\xa6{\xa0\x0f7v\xf7=\xf6\xa6\xe2/2\xff\xe9-\x82Ef\x1c\xdd\x19\xbc^\xb9\xd7\xc1\xb6\x0eI\xdc\xbfA\xa1+\xb2\x16\x90h\x07`4\xc6\xe5&\xb9\xe1\xc9&\xa5\xc5\xd7\x84f\xb9b\xf1].]M%s\x84L55nk^\xa7\xc8\xf9\xbc\rB\xee\xee\xd9\x89Q\xa2/\x9b\x1d\xe5\x8dL\xb6H\xe1L]E\x0e\x87}\x1d\x05j\xc5\x1d\x07\xb7\x8f\x86^M\x99w\x00q\xb2\xf2\xcdH\x1a\x08\xe1\x9ef\x802\xa3%$\xa5\xe5T\x1d|\n\xc6\x8b\xc5\xcf\xe7J\x8a\xa6\xd8\x0b\x055^\xd4\xf2jX\xf4\x7f\x7f\xe8`\x15\xe4\x88\xb4\x8c\xd1\x90\xe6\xe4O\x1c\xa8%+s&\'?D\xaf<^\xfe\xda\xa9@\tf\xcc\xa2\x8aRa\xd9\x1b\xa2t!\x88\xbe\xbd\xde^\x99c\x9e\x91Ba\xf02S\xb8\x0f[\xfd\xab\x8c\xfaib\x0f|]\'PodZ9\x9a\x1cl\r_by"\xc4\xa40_\xec\xb6\x07z\xa4E\xa1N)\x1a\x0bh\xc7\x8d\xdei\x0ceuQ\x1b\xbd\x9d\xb28\x1a\x82T`\xd9\xeb\xa2\xb5~\n\x02\xa6\x8d\xee~\xa0a4L@%\xe5\xc4\xf8\xc0\x1fw\xa9\xb8\xc0M\x99\xb6_,\xac6\xaa\xdd\x11\x97q\x04)xf\xdc\x10\xe9\xd4\x10\xc5\x01\x99\xa2\x1b\x07"Y\xd3x\x05\xac2\xb2K\xfa\x95s!N\x9c\xcaA\xa70\xc7\x19\x81\xda\x92\xd4\x13\x82Sc\xcb\x15r-1P_Iz\xaa\x90\x89\x8dYI\x9d\x7f\x0eA\xedj\x15(\xc0:/\xa5\xcdg\xa2\xa9@C\xe4wb\xf4\x06\x9d\x84t2\xdd\x9b\xce\x1e\x87\xa4u\x87\x03\xc9\x7f\x85@~\x03uF\x1e\xe0<\xf0\x00\x180\xaf\xb2\xc1\xb5\xb4\xf7a\x0f\xca\xddYC\x01\x1e\xe6}\xe0\xd6N\xa7\x8c*\x13C\xc2\\\xdb\xc6\xbf\x1c\x1e\xa6\x85>\xcf \xbe\xf8pRy\x97i\xd3\xb7\x99\xed\x80\x0e\xce\x03X\xc3\x86>\xd7)\xfa\xfb\xa3y\xbe|L\xe4\xfb\x1d\xffUs\xf6\x1ccNc\x17 \xad\xcahh\xf7@\x7f\xd3k\xd1*<\xd8\xedC\xca\xcd\xd9\xa0:\x0ev\x90\x12\xa9\xd7\xec~|K}\x06[\x82\xe9\xff^\x95\xca\x84\x0e\x9b\xa5\xc3\n\xb9\x9e\x91D\xd2\\\xc8\x83_\n\xc9x!\xf3\xd3\x1c\x16\xa0\xa0?R\x87\x17\x01\x82]\xb2\xcf\\k\xf6\xcc\xbfB\xf66\xcc\xc3:&\xeev\xbc\xae\\\x93P\xaf\x9d\xe2\x1b\xcap\x108~\xb6\xbd\x92\xc1\xd6X\xb7\xf3\xab\x9a\xe3\xf1\xd2G\x07\x10}\x88\xa9\x11\x91\x89E\xfc1\xed\xee\xf6\x9ej\xf9\xb3qlW\xb8\xee\xf5\x03\xab\x8dm$\xb6\xc5\x14\x02\xab\xc2\xab\x025x\xdd\xd8\x89\xa3\x9fJ\x85\x805\xe4\xd1\x8b=C\x12\t;\xd2\x10\x8a\xdc\xb0\xbb\xd3\xbb\x87\xdc\n&\x93w}\x0byEG\xba\xd6\xa6\x92\x05<\x19g%\xe9\xba\xfd\xc9\xa9\x8d\xb4\xc0\xaf\x93\xcb\xc0\xa2-\x88-\xda\x04\xa3/b\x84y\xfc("\xf9\xc2\xc8^\\\x05\x80cVZ@\xd0lI3~#Q\x8b\xda\x10GJ/\xb4@\x18\x04i\xabcwn\xc5\xee\xa71\x9cV\xa8\xaa\x9b<G\xd0Ch\xf6\xc2:\xbc\xd2\xff\xac\x04\xd25\xeb\nJG\xe3\x0e5W\x89\xc7\xe5q\x03\x0c\xc8\xed\ri)_\xca\xb1Q\xbc\xd4$\x9a\xc4\xf1\xa2B\xfb#\x0c\x01\x1aB^/\xcfEBV?i/Jw8g\xb2V\x8dk\xd3\x06\x8c\xb8\xfe+\xfd/\xa49\x88<o\xd3\xbe}\x97\x0c\xc3M\xd1\xfa\xa1$\xe9\x02\xb3&\xfc1.\xc5\x90\xf8k\xe2]~\xbd\xf9\xd6\xa6\xf0\xf9\xc8\xc9\x89\xa8b\xc614\xf5\x03\xdd\xbfr\xaa\xfd\x7fZ\xbd\x01\xa07,I\x85q\xdb\xe6\xc4\xb2\\]\x92op\xa6\xca6m\x8a\xa1Gm\xf04\xc6\xc8\x88Y:\xd1\x1fa\x9b\xf1\x95e\xad\x9d\xbc\xff\xa0\x02\x10\x82HF+\xae\x03\xcd\x0c!\xdacn\x12\xe9+\xfap\xb7\n"?\xc5o}\xf5\xa9\x9d\x12\x90\xdc\xc3\xf0\xa27E0r\t\xe5\x0f\xf0)\x0eM\x90\xee\xe5\xde\\\xf3KKi\x1a\xa5\xa5\x18\x92\xf5\xee\xc1\xe6\xf3a\xd0\xdc\xba\x85\xa4\x08w\xfc\xdf\xe92I\xe4\xff\x19\xaa\xf77(bj\x1c@+\x92\xd0!wU\xf0\x15\xee}\xdc%\x83A\xd1B\xa0\xf5B\xb75\x12\x85\x87\x94E\xba?\x9fv\xa2\xe8\xb1\xca\xa5\xc9bW\x98\x03\xe4t\xffG\xe1B\xcd\xcc\xd3U\xa0\xa7\x7f\x00\xa7\xf6\r\xdf\xa4\xcf@"\xac\xb7\xde\xa9i~\xa5\x866\x9e\xb7H\x9d\x01\x93|\x16%\x84P\xc99I\x17\x00\x94k\xd9'

24.28.248.6 -> 192.168.1.2
'\xaa0/\x16t\x02\x02\xf9\x18\xbc\xa2T\xf5m\xdc\x9e\x1e/\xbf\xd4y\x94Y\x82\xbe0\x89\xff\xdd4~\xbd\xdd[\x15\t\xff\xb3\xb8\x04\xc4\xcc\xdfd\xa4\xa0[\xce6\x13\x12u\xccZ\xb9$o<\x91\x8d@zlL)\xcbQ=\xb2=\x1b_\xd6\xe3\x8c\x11[\xd1\xcb\xd7\xd91\x89Z\xadx\xba5\xec\x8f$\xee\x7fIu\xf1(\x02\xeb1\xdd\x80\xae\x06tfs>(%ok\xbf\xb2h\xcf\x14\x1b\x8c\x11GG}zC\xce/5\xa1\x82\xf0^\xe5\xe3\xcd\x11*Ei\x98!\xed\x9a\x95\xec\x97f\xc9\xe0\xd0\x92\xa6\xc6_\xebd\xea\x8f+\xc3\x8c\x1d\xb0)&\\\x03\x8e\xda2\x81\x80\x80\x9e\xc1,-\xb3(\xccD\xb7\'P}\x811v\xdd\xf2\x8aX\xf2T\x0e<\xc7C\xef\xee\x18\xd6\xe0\xb4\xee\xa6\x03m\xf2\xaa%\xf2\x9e\x06\xe7z%\xd1s\x98\xe8FdQ\xd7q\x8a\xe7\x13\xcc\x16\xc9K\xdb\xce;\x84g\x10\xb6@\xc3\xe0\xcb\xba\xe0\xa7Q|\x022xd\x1f;&\x96P\tQ)\xbd\xcf}u\x84\x9876\xa9\x00\xe7\x01$#\x93L\xb2\xd8\x9f\xcf\r\xbc\xd7\x91$\xa7\xc5F\xd4\x8c\r\xd09\x7f\xc0\x00`\xcc\xd6\xe0\xab\xd83\xe7\xac\xf7a\xdew\x9ccJ!\x1f\x94\x9c\x8e9\xf0\x90\x9b\xd8\xa1\xaf}Ec\xc1\xe2\x8d\x8a6eLe\xd5\xe3L1\xf5\x90@\r\xa4\nZBX\xe7\x87P\x7f\xf2;r\x1c~\xf2\x83\xfe\x9f+B\xa5\xe8\x18d\x08\x00\xf7)\x7f\x8bF\xfa[H\xe9\xbe@+A\xb5H\x8aD\xd8\x8c;B\x9b\x12A\xbc\xf9f\xe9\xcb\xceKV-\x15\x86\xf53\xc5\x86\xb0\xf2\x13\xe2\xdaA6\xc6k\xb9\x93\x0e\x06\x1dF\xb5\x91\xcf\x9f\x04\x93H*?\xbd\x9fT\x04\xb6\xfcd\xf3\xcf\x84\xe51i&\xbb\x07\n\xfe\x1d\x9c\xd48\xd7\xb0\xfc\x8f\x97_\xf2\xed\x1dC\xe4m\xd1\xd59"!\x1b\xcd\x1d\xfd\xa1\x11(\xd2\x06\xa9\x8c\x87\xf8\xea5U\xff0\x9b\xf1\x9d1\xfaA\x8e\xe8\x0b\xcd\\S\x89\xe8E\xb6\xe0\x95\x99S\xf7f\xa3\xe2l\xc9\x82\x12\xa2\x12\x9a/x\xb8K\r\xc4\xbd\xa9*\xe9\xb9]#\x16\x94%\xcbQ\xa9\xc7\xd9\xe28\x11\x1a.\x7f[2A\xb7\xdba-\r(\xdc6\xa2B\xe1C\xaf,\xabZv\xf2\x84Q-u!\xff\x90\x89\xaf\xc8\xe6|#cf-\xb0\x9fb\ty9\n\x88\x8d\xe2\xec\xd1\xe8\xc4\xb7\xdf\'\xb4\xbc#\xb3V\x1e\x12{\x8f\xa4\xf7\x02Zr=\x9a\xac[2\x1f\xd6\x05=\xeer\xc9\xc3\xe2/\x05\x16\x03 \xb4\x94\xc5\x1f\xc6\x16\x93\xaf\xbcX1\xfc2\x8ak\x98\\\x80\x98\x86\xce\xe2\x89\xd5\xf8\xce\xb0\x15\x7f\x04\x8d\xd4H;\x1e\xa1@u\xc6u\xc2\xd0\xa8\xe8\xb3\x8b\x9c\x88\x0c\xa8\xb1\rn#l\x98\xbbV*\xf4\x0e\xa0\x9a\xb8B\xdaH\xdf\xf4\x96\xfa\x96k\x1doQ\x9d\xcdy\xb6\x16\x8b\xdc\xa4\x93\x9e\xe1b\xe3\x8cY\xbf.\xe8\xfd\xa5\xf1\x8a\xc4\x7f\x17Q\x01K\';^_P\xe4\xd0\xc4\xdd)4\xd6T5\xdbn\xdd\xdc\xe4C\x0c\x1e%\x90\x1e\x1f\xdeM9Ci\xaa\x00\x9f\xf1\x8f\r&\xf7l\xfb\x0b\xb7\x0f\xc7\x8c\xd6\x7f7\xf6\xcb\xf3\xb9\xf6wn\x0cf\x1f>&a\x16\xd2\xdcz$\xdez@\x92\xf2wa\xc8\xe8E\xf7\x9c\x00\xe2%+\xbe\xab\x02e\xdd\x95\xc1&\xe4\xb1\xfc\xde\xb8\xcai\xb8\xad\x93~\xe8\x16\x83\x15\xc8\x9ce\xe9\xda\xba2\xb7KF\x80\x8c\xa7^\xef\xf63d\xb2\\]\xf2\xf8\xc8\xbdO\x93Y\xb7\xef\x939,"\x91\xe3\xbd\xa1\xa2\xb6y\x0f\x02\xcd\xac\x8dl\xa2\x8a*\x8f\r\xac\xe6(\xab\x8a)\x1f\x1e\xe4Y\x19\x93*\xac\xa9\xd9\xfdBw\x15meh\x05\x1db\xb0\xce\xc4L\x1ca\x17\xc7W\xf4\x0e\x81%\xa5R\x01\x04e\xf6\x89\xa1\xa6J\xea-h\x8d\x81p\x1b\x00}]%Vg28_\xfd\xf7B\xd1z\xa4$Tb\xbe\xa8\xc3\xc1\xcee\x07\xd3\xa977\x1a\xf3\xf5\xb4\x10\xeeR\xa8\x8fH\xdc\xf3\xa1\xae\x89u\x8e\x1e$\x14\xd4BI\x9b\xa2\x9e\t\xdb\xfb\xfe\x99\xff\x1am\xc2\t\xb9\xc3>W\xb2\x93\xbf\x07\xdb\x81\xd4\xe5\xb2\x87\x13{\xf3\x93\xee\x05\xa0\xbbF\x884E\x91\xe1\n\x95n*14\xd3\x0b\xe1\x02\xf9\x8b\x9ao\xb5\x01\x81B\xc0.\xdbp\x07\xec\x0f\x99\xb7\x08\x9b\x15\x8f\xa5\xe6\xbcy\xf1\xc9\xce\xc1\xacn\xf0\x1d\x99\xa2\x08\x07I>\xc6\xbcs\x93,;\x82\x08E\xd5\x10.\x9dI\xb0\xb4\x0er\xb0\xc4\xc9\\\x98G\x91;\x0b\xfb%\x1f\x10\x1c+\xfb\x01.\xeb\x1et\x15\xd1\xfd\xa9\xe0\x07\x9du\xdd\x83\xa6\xe0QIY\xa1\x1b\x1a\x05"\x88\'\xf8\xc0\xb1\xc7\xd0\x15c\x83_\xe5\x93c0}\x0cy\x05\x1c\x8e\xa1\\\x81\xf5\xee\xf7\x82\x9bghn\'\x9b\x86\xba\xf2`\xec\xba\xd7C\xbb\x95\xba\xfc4\xae\x9dCQ\xbc\xe9<\xb1v\xac\xcf\xfe\xd73\x11\xc3?\xe7@e\xb1\xa2;\x9f\xe3\x00\xf7\xd0\xc2\x06\xc3(\xbb\x06;g\xb8&J\t\xdfi\xf2H\xaa\x8b\xe6\x95\x15q\x06=\xc4\x0f\xebS\xfe\xfa]4$\x1d\xcb\xcc+\x03\'\x83\xb5d\xdb\xce\x8aq\xe0\x87\xae\x9f\xee\xa3\x01\xa6\xb6\x9bA\x1fa\xeb\xc0d\xa9_>{p\xe7\x0e#\xc8\n\x80\xccsi\xeb\x8f\xff\x99p?\x85\xd8o\x9eV\xe9t\xfc\xe1\x0f\xd1Li\x98w\xc6\xcd\xd9\x01.\x8d<\x95\x8a\x8a\xd0\xcc\xc9\xf2\x18\xac\xeb\xf2<\x031\x00b\x96\xf4\xc1v\x81\''

67.163.96.170 -> 192.168.1.2
'z\x84_\x16v\x00\x02\xaet\xf5\xd4\x16\x13Z\xbc\xa5\xbb6\xf8O\xa5\xe79\xda\x03\x8e`\xc6Oi-\x8a1\x15\xaaU\x8d\x96le\xf1\xcf;y6\x81o\x12\xc2\xb3\']\n\xe2\xefF\xc0D\x0f\xa8P&x-\x12\xa3\xd3M\xbcMW\x84\xa7\x11\xf4jR\xc7\x0b\xd9r\x80\xe5\xf0\x8dS\xea_>\xb4:k\xeb\xac\xbbO\xc70b0\xc2F\xc6\x18\x1b/4%aF\x19\x02\x12p\xe10G\x04p+\xb6z\x0b\xf5\x9e\xce\x9e$6\xb3\x84\xfc\xe4\t\xaeEm\x05\x00\xc5\x19}6\xfb\x1f\xe7\xafQ)\xaaJ-\xbb\xff\x88\x96\x994\x89\x1d\xce\xed\xaalcV\xba@[;\xe7\xfc\xfe7\xe3\xb9522\x079\xd1 \x8b\xf5\x8d\xfc\xe6;\xce,d,\xe0\x8f\xeb\xcaf\xc2\xdb<\x08\\\x1c\xe2[`\x85\x9d\xfa*\x8a\x8dz*a*-\xe8\xb4w0\x0f?\xa6G\x18\'\xa7\xc0d\xe1w\xa4ui\xb5F\x17\xf5\xffn\x8b}\xf6ED\x9c\xdeq(J\xcfE\xc9T\xbe\x13+\xc03\xaf\xe9\xba\xa9\xd2zU\xc5\xd3\xa9\xe9[\xa3&N\x127V\x8a\xe9\xc5^\x9d\xe6\xcd\x93\x8f\xd8oF+\xdbY;\x9b\x1a\xead\xd5\xd9\xb9\xef\x99\xe4\xeb\x8e\x8a\xfc\x12\xae\xc6\x93\x9e\x1f9\xc6\xa3\xf2\xe1\xadp\xd03T\xe6[C\x11\xaa\x1dr\x99\x12\n\x05\x00v\xd1Te^\xae\x9bZ\x01E\x07 \x83\x8d\xd2\xcc\x0bs1w\x18\xcd\xfe6C$\x1dN\xe4[\xd4\x95\xa1&\x9dSw(\xcd\x97\x1d\x06\x18\xa6\xfc\x9c\xddM\t\xfa\xee\xce\x1bIw\x07\x97\x9b~\xc0\x87\x1d\xc3o@\x9c\xe3\x1d\x07o\xbfP\x04\xbb\x90}]\xafR\xd0\xf4\xcd;\x0e\xe2.\xa7 \xd3\xb4\x10\xb7\xcf\xce\t\x8f\xaf|\xd1\xc7\xdf\x1a\xd8|%\xf8^\x05\xe4\x13\xf9?u\xf7\x10K\x01\x19\xd4\x8b\x13fb\x86!\x8b\xea\x8a\x83\x8ee\xe0\xd8B\xa1\xc7\x80jS\xd7\xe9\xf3]{\'\xc2\x03\x82\x0bQ\xf8\xd3\xbd\xa4K\x82a\x90\x9c\x81\x93\x91\xb6\xe36*\x99\xfd\x8b\x01\x86@\xdc)-\xd6\x1b9\'\x04\xc3\x8b\xe8\xcd\xd9yf\xa2\xa3^Y\xc7\x94\x14\xfds\xc3y.\x00"\xb8\x06\r)9!\xdf\x88\xd7\x95\x87\x06>gn\xbe\xcb\xb5\xbb\x93]hy=\xaa\xd8\xb8G\xfe\xad\xa3i\xefN\xd6\x19d\xfeC\xb2\xbc\x19\x89=~=;\xfacvE\xba]<\x12\x06\x99\xce\xfdw\xa6\xe5$T\x1f\xef\x15\x10\xdc\x93\x13\xbe\xd2A\x8a8\xf4\xcc\xfb\x05\xcd\tJ\x1b\xdf5g\xf2\xf1!\xebI\xf0\x0f\xd25\x84\'\x11~y\xf5\x01\xd6V\xc3 \xe8|\x7fG\xaeB\x92\x83\x84\xdbL4}\xf6\x8d3\xdf\xd4\x81\\\x94\r\xcbN\xe6s\x82\xe5\xdc\x00\x1d\xa2\xc8U\xcf&\xd1T\xaa|\xe9\xfe?o\xa9\xa1\xe5S\xeb\xc3\xee(\xf7!A3\xe1\x95O\xeb5q\xcb^\xa84\xe5\xa2\xfb\'}1a#\xcf]uwJ\xf2\x89\x88xT\\\xa2\x9dW\xf0n!\x06\xceq\xd7\xb3\xa0#%\xfa\r\x9b\x16\x0e{\xb6\x9c\xd7\xc7\xb56$\xef=N\xa2\xa9\x1e\'+\xc9\xce\x84\xac\xbd\x86*\xb7"\xe3\x95J\x01\xfbZj\x13\xf4\xc2.\xe0.}o \n\xcaj\xe0q<\xdd_\xbdNc&\x16`<\x9e\xda\xd7\x14?D\x19\xae\x9e7\x9d\xf0\x84V\x90\xb6\xfcj\x8a\x03"G\x17\xc1\xe1\x11\x8d\x0b\xcb\xc5%\x11\xe5\x1aYo\xa7\xe5@D\xbc*\x8a|\xeb\xfcK\xa3\xd4\xe7\x8d\xcc\xfa\x92\x87\xb8D4R\xe1\x8d_(\xc9\xb8\x97,\xc2\xa4\xedzZ=\xc5\xec^\xa1\xa2\xd3k)P>K\xaa\x04b\xfb2\xc7<,\xb1L\x83\x0c\xc1\x93\x90>\xb5w)\x94\x962w\xb2\x86\xb5\xd1SLa;\xf7\x05v\x1c\x06\xbb\xb0y\x10~r\xc7T]INS\x93\xf0\x1a\x1e\xdf\xe9\xeb\xb3:\xe1\x04\x8b_\xdcf\xe4\x9d\xa8\xb7\xef]YDty\xf1\x86\xfa\x13W\xc0\xef\xb8\x8e^\x11:#\xffV5,\xde\x94\xdd\xb6\x9db!\x06\xcc\x15\xc3.\xc5\xaf\xdeR#\xc36\xf9\x96a\xc7\x90\xe8x\\\x0e5\xbc\xe7s\x8cI\x02\xb2\xd8I\x15}\n\xf8\xd2\xc9=\xf0\xb3Fl\x03\xd5\x16e\x9c\xa2|\xb5l\xee[\x9eo\x15=\x04\xc4\x93#\xa3\xa4\xdc\xbf\xfcQ\xe8\xc7}"5\x8cAC\xa8\x9f\xdf\x03fq\xb1;\xef\x0fl\xf4=\xe4\xb0\xc2;e\x150;\xc8\xbf\xf9\xdb\xb2\x9d\xaf{\xa3\xf0\x01$\\\xfba\x1a+\x89\x18\x91y\r\x18\x19\x94\x17@\xd7<\x1a\tT\n\xdal(\x10\xa7B;\x95\xfa\x8ao\x01g\x87\xac\xfd\xc6\xd9\x1d[\x9d\x88u\xff>I\x8dw\xc5\xbfb[hZ)h\x1d^\xfc\xd9\xf7N\xc5\xcd~\xc4\xbc\xc7\x1d\x0fP\x90\xb4YWWo\x17\xde\x96\x01\xa2\xc4\xba\xb3\xb8#\x90\xdc\x10\x91\x8a\xb5 \xb1~S\x0e\xcb\x92\xbbb\x82\x15\xbc\xee\xa9p\xb3\xae)\xb8\x97\xd3\xd7\xe3\xc5*\xbau\n\x18\xa5\x8a\xec\xf7\x8c\x90)+\xfd\x93\xef\xebb\r_wD\xae~,\x86?k\xaa\xaeH\xe8V\x81\x9aa \xfa.u\x91\xb8\xd7R \xee\xde?g\t\xca\xf80\xc9!\x87\x99\xbf\xff\xaa\x88\xa8fp\x93%T@\x12<\xd9\x0c\x18\xe8\x8656/i\xdc\xd0r\x07X\xea%\xe0\x8ag\xef9\x9e@\xfbV\x89=\x9f\xa1*=\xb4.\x01\x08>\x05\xec\x83\xecgH\xe1u\xaa\xff\xb6]i\xb1\xd0\xd4R\xa4\x0b\x97\xfa\xd1\xfd\xafYQ\xb6\xc6)\xf4~\xb0q\x00j\xe8\xb8'

67.163.96.170 -> 192.168.1.2
'z\x84O\x16v\x01\x02\xd0\xf1J\xe2g\x85^9U3+;\xf1\xee\xcf\x12/\xa5->\xf3O\\\xd30^\x07\xc0m\xbd*Z#\xf1\xa4\xc6Z\xca\x8fL-\x15\x87rX\xcd\x0e\x16\xf6\xbct\xf4.\xec\xe55\xaf;\x1dn\x12\xe0P\xfd\xf4\x15"\xda\xcf\xe5\xe5\x15J\xbf\xfa\xee\xa5\xf0\x87Z\xbb1\x96\xd9\xf9\x8b\xb6W\xaaW\x8e\xc5jD\x13\x1c\xfa\xfcGZ\x88\xc8\xf55;^\x12E5V\xa4\x83g\xfb]9\n\x98\x89\xdc3\x89}\x02{\x95E f\xfd{sbJ\xc6\x8e\x14\x9c\xf6uY\x86o\x00rD#\xafE\x0b\x0c}\xab\xf1\x91\xc97\x96h\xe3\x9eqm\x95{$3\xeb\xc0hc-\x83\x86\xc3j\xafCf.\x97\xa7\x91x\x12R\xdd?\xf2\xd5\x03\x18\x14\xdd\x02i\xe2?+bo\x1a\xcd\x7f\xc9\xc7[?\x16\xf0\x08\xc8k\x03\x1f_d[MV\x9dZ\x838=.\x91{\xa0y\xd2\xf2,\xe3\xbd\xa6=\xce\r!\x04,\xd8y\xc1/Vr\xfd\x90z\x86\x12\x04\xc0\xd6kh\xd0\xd4\x83\x8f\xff\x7f?\xbf\x7f\x8b5\xcf5$k\x0fI\x80T\x02WK\rI{mj\xaf=\xa3\x7f\x1b\xd2Z\x86T\xe7K\x98\x8aA\x9f\xac=\x852\xe0a\xdd&\x0b\xb7\xb5[A\\\xb7\x99.\xf0k($\xe2\x97\x13\x9d\xa0op\x88m\xa7\xf6\'w\x02\xd4{@\xc5O\xdb\xd9\xd8\xf8\x9e-\x83@\xfa)\xc2\xa7\xd0s\x1a2\x10j\xff\xa9\x9b\x17\xb8)\xe9\x8dH ZS\xabf\xf6\x01c2X\xd9(\tzd\xcc\'\xef\x9e/cPZ\xb4\xfb\xa6i\xca\x7f\x839\xe1{\x928&\x18l8\x9b\xa4\x9a\xcc\xa5m\xac\t\xe1\xc2\xc4\xa2+\x90\xce\xf1\xe3\x90;\xbd:\x88_\xb4r\xa7\xc55>\xbf\xeb\x7f&9\xb8\xe8]O(#p\xf1F\xb8\xd6e\xaa\xda\x80\x8e\xa6P\xc8\xc2M\xb9J\x02_\xfbqN\xe5\x0e\xd2t\x1f\xec/\xfe\xaf\xc4I\x89\x8b\xba2\xd0\x85\x87\x18h\xa8\xa0\xac\x0b>9~z\x0e\x84@q\xa08m\x1a\x82\xc3k\xf84Vl\xa3RD\\2#\xc3\xd9\x87S\xfb\xa3j\x12\xb2\x08\xd7 -^\xeb,\xc5\xfb\x12\x90\x86\x05N\xb0\'\xac\x08\xbcLs\xa2\xf1\xeb\xccd<p~\x94;\xe0F[H\xc2 \xcd\xd6qt\xab\x10~J\x06R\x16&\xa8/\xf7$O\xa6a\xb3\x89\x19\xddngK\xfd"(n\x9a\x0f\xc1\xd0<\xf1\xaab9Y2\xbf\x1c\xb6e\xcfz\xd5\xd7\xf1~\xa2.\xa2\xa6-\x88\t_(\x98\x02HX\xff\x11D\x01\xc3g\xf9\xa8Q\xf2\xd7xP\x88\xc6p\x04\x82]\x0e\xea\x13\xd8\xca5n\xdf\x94?sc4\x04\xc2\x11\xbc\x16ep?\x9b\xee\'\x97\xa3\x86\xa9\xb2,HL\xf4\x01\xb2\x84Z\xbeQV\xf0\x97\x95\x95im\xdb\x9f\x92\x15\xd2\xe8\xe1P\xc7\xda\xa6\x95V\xc9I\x80\x87M\'5\x99\xe0\xe9k7"\xcfo\x01kj\x15*\xa6{\xd4GY\xf5\xc8e\xb0\xaf.\x98\xd7!e\x1e"\xa3ON*-\x1e*\xa3\xfd\xce\x872\x97]\x02~\x8e\xc7J\xf9\x9eH\x05\xb5\xc1\xbf\xe2Q\x13:\x7f\xfa\x91\x1e\x152\x93\xb9\x16g\xc5\xaa\x05\xac\x91\xfb29\xc2R\xc5#\xc9f\xdf\xca\xde\xa7\xa4~{\x83\x96QF\x9dd\xbf\xba^f]\xd9\x00q\xe5\xd4\xa5\xcf\x00\x9f\x0c\xe7N\x83\xc7\x87\xd6\x0e\x9dl\x0e\x1bw\xfc\r\xe4\xb6L\xd7\xa8\x89W\xcd\x1a\x9e\xb9\xca+,h\xde\xfc\xa9\xca\xa5\xe3\xc4\xc6\xd6\x7f\x85\x9b\x98]\x93\ne\xe4\xb8\x9b]\x15A\xac\x1d\xfa{thYDZ.\xf3[\xc3\xb6\xb6\xcb+\x95\xbd\xae\x8c@F\xf2\xdf\x84\xa6gf\xc6D6\'\xdd\xa9\xe0\x7f\x0f\xd8\xa0\xa1\x05xO\xf1\xab\xda\x0b\xd5\xc3 L\x8d\xd5\xea/\xd6\x08\x8a\x92\xac\x9d\x87\x99\xe7\xdf\xfa\xa8OV\xcd\xf8\xbc\xa9\xe4\xb0\xab\xdf\xf63\x8e\xce\xc7l\xf2\xceu\x02\xa1\x13\x1c\xfal\xd0\xb1+\xf11\xf8\xf5\x06\x11[m\xc0\x99\xd6\x1f\xc9\x01H\xea\x96,5\xbe\xa6\xe3\xa2\n\x99}XJN\xcb\xf8E\x87B\x9f\x1ag\xeb\xf9V\xe3\xb7TT\xa4d~\xef\xed\x10\xb1\x86\xcb\xa9\x920g\xf6nW\x96\x1a\t\xca\xd6\x1e\xdbJ\xca\xaff\x184/\x89\x98\x86R\x16\x97\x18\x87\x05\xa4\xcfqx2\xfb\xb6\x82\xcfT?=9\xac=G.\xfdd\xeb\xb5M(\xde\xc5z\xc0\x14DSS5\xae\xddX\xc1K\xe3s\x88!\xad\x02\xcen\x05\x97k\xd3\xfd\x88`\xb4u_\xb9B\xd9\x81\xed\xd6P\xea\x15\x83\xb0A\x9f6b\n\xd6\xfe\xc0D\x83\x81$\xbb\xa8\x86\xfc\x81zb\xfe\xe8LE\xcc*\xfa,\xbb\x9c+Ol\xb7h\x98\x8f\xf4S\xd5%a\xc7\xf40\x9av\xa0\xa1\x828\x07,\xc7\t\x16\xd5!47\x93\x16\xb1\n\xb5\xfe\xd6\xaf\xbdt\xa6Z\xc2O\x1b\'=>\x97\x8c\'\xf6u\x13\x14\xd6\x15\xa6\xf5\xf2\x80Q\x9f\xdc\xde\xce\x18\xc7\x1a\xa1\xf4\xe4hY\xb8\xc1\x8fv\xe8^\xfa+?\x9bTh\xafX\x06\x85 \xc4\x86\x82\x8cyi\x040\xe4c\x16\xc5\xa8\xdb\xa7r\xb6K\xbc\x94\xcd_\xaf&l{\xa2G\xfa\xec\x9e\xb2\x9d\xc4c6\x88w`sUe\xa3\x92\xb8\xb4\xee\x98\x89\x93aQ\xaa\xf9\xee=\xa4\xb4\xd6\xa1p\xde\x89\x9b\x02\xf1-b\xfc\xad\xeb\xd1${w\xf2\xe1{\x17\xba\r\xb2}\xee"pL\x87N\x87\xfb7`\xd71~@\xf29\x16`\xdd\x9a\x91\r\xcce'

80.73.178.211 -> 192.168.1.2
'\xe9\x1e\x1f\x16r\x00\x02\x0f\n\xb9\xc9l\xd5_HO\x02\xd8#P\xcf\x0513\x14\x93\xe3\xedxg\xf8\xdf\xe6O\x8b\xa6\xa7\xb4\xdf8\xe0\x00\xa0\xae\x89\xaa\xf9k\xa6\x1eF2.\x88V\x16\xe5\x00o^\xab\x81\x02\xb3aX\t\x05\xa4#e\xa5\xa9\xdboxg\xbbT\x80\xa0Z!\xa3\x16\xef\x84\x0b\xf0{\xc3\x15\xc1a\xcc\x17l\xc4.\xa9\xa1\xcf\xb7\nkf\xa4\\\xa1I\xd3\xf4\xc0{\x9f\x84\x1c\x12J\xaf\xf3G\xb4\xaeh\xeak\xaa\xf1\xf9\xc6\xd9b\xc8\xf6\n\xfc\xa1\x92B\xa56\x8f}B\xc7\x0cO\x91\xfedu\x8c=\xf6\x105*G\xb4\x10\xda\x8fzW\xb5\x1e\xe1Q?H-r\x13\x89N \xfe\xc5\xc5R\xd5\xee\xfd\xa7\xccm8\xf4\xcc\xcf\xdb\xa6c\xf0\xae\x8d\xf9\xd4\xb1\xd1}\xfb)\xad\xab\x14\xe2Nn\xf64aO.1\xde\xf9D\xc0^\x83\xf4\r\xf9L\xb1\xeb\x98\xc5\x85\xcd\xe4\xe4:\xfb:[\xb9y\x87\x8duKi\x83\xff{\xe9#\x80\xd5y\xcc\xa5\xe4\xf1$J\x8bJ\xf0\xbd\xaab&\x05\xd58Hl\xf1v\x0c\xa1\xacB\x8el{3AL~\xd7b[\xf3\xdbR\x841Y/,h\xfc\x80s\x12vD\x81k\x17\x97\xd0#\xb6\xb5\xdd\xbc\xbe\x8dY\\\xe0\x91\xd3\x15{gY \xe5\x8a\xaf\xbdF\xa2}\xa3o"\xc4F\x87Z\x88_\x82\xd5\xde\xe9\xe3\x1d]\x8c\x01\x90\x16rw\x1c\xe9C\xb9V!\x1a\x1d\xc3\xfa=\x9e?\xc4\xfb.;L\x1e\x87P\x18p\xe0|\xa5\xf2\xe1\xa3\xc6d\xe71\xd8\xe6h\x9b\xd9\x87V\x03T@\x88\xd4\x8a(a\xa5\xd0\xa97\xefw\xa9\xd1\x12%g\xca\x99\x83\x00](\x17\x91-\xff\xbav\x83%\xafq lL\x8e0i\x03S\x89\xc4\x89>\xd9\x9e?\xa5CSF\x96\xfd\xa9\x8d\xae\x91\x087%\xf2\x9e5\xd8\x1e\x91#\x8b]\xefF\x19\x00\x92\xf7\\\x91\xa0\x1d\xa3V/[!.[\xf5\t\x91Z\xf0\xe9\xec\x02\xba}\x08A!`}\xd8#\x06\xb9\x84\x99\xfanv\x115\xdfa\xad!\xc7|\xd1PQ 9\xac\x9f\xcaS\xcaQh8\x84\xf5\x1c\xdaq8W\xe2\xaaf`$\x88\x7f}I\xc5\xbb\x1b\r\x00\xfasu\x93\xe3\xe74\xed\xd0p\xc9\xb9\xa7w\xf9N\xe2\x84\x9cV\xb8z\xcbN\x13\xd0\xfc}\xbe|4\x03\xc1~1V\xf2\x12\xb9\x01\xcbFc\x8f\xcf\x11\x0c\xfelr\x06\xe7@\xdb\xdb\xe9\x9bY\x9e\xa6pK\xda\xce$\x92"\xcd!@\xb2kje\xb6\r\xae\x8c[\xbd\xcdW\xdb\x9ai\xb0\xa5\x0cs<\xb4\xfc\x160\xbe?\xec\x81\x1e1\xaa\xf9+\x19\x07H\x10x6\x176\xfc\x00\x801\xbb\t\xc9\x8cA\xb6\xd1\x90mW\xfe`\rl#\xba\x8eAh\xceW\x82\xb9,]&\xb8\xfb{=\x8a\xb9\x08Fb]\x16\xba_\xa4Z\xe9\xb9\xe7F\xe5\xf8\xfa|\xd4{\xb0 \x10\xf2\xe6\xf8\xdcxIx\xc8\xfe\xf1\xaf\xe5M\xfb\xd7\x95\xc9\xcax\x1ev\xf8\x1a\xbe\xa5\x9b\xbd\xd9\xecd\xc5\xd0\xe6{]\x96\xe6L\x83\xab\x02\x12,\x13\xca\xa6\xe1v\\PE\xe1%\x19\xe8y"\xbcs\x96\xcc\x9dk\x1d!\x8cP\xec\xf7_{\xa58-\x9aZ\x87\xa6J\xcc\xf26H\xee<\x06\xadB\x10;y\x8a\x05EM\x93\x052\xb3\x0b\xcd\x80\xea\xa4\xdeC\xd5\x9f\xa3\xca{\x87\x86|\xef\xef^\xcdd\x16\x9fO\xf3s\x1f\x9a\xa0,\xd2\xc4t\xe8\x05\xe7\x99\xd6\x1be\xf3\xa0\x951\xc1\x87\xe8\x06\xd7\xf5B\x07\xbd\x01\xe2\t\x85%\xf4\x00\x10\x9f\xe8\xcc\xc6)]\xae\x86J;\xd0\x8f<;C\x81\xc9\xb6lq\xe0SS\xa6\xd0\x123\xe8\x11\xcf(\x8a_v#\x93!\xb2w\xd1ZL/Kg0\x93\xd3t!l\x15\xc1\xce\xbe\xdb|\x99\xb9[\xe2\xf1\xd5\xceiK\x8f\xef\x80\xe2\x06:\x17`\x08DU\x1d%~\xc12o\xbc\x1d\x17\x08\xbb\xad`\xb9b4B\x85\xc2\xe6I&{\xbaZ\xae\x12\xea\x8f\x95\xbb\xccc\xc3\xcc\x07\xe7\xa9Q\x19\x94Re\x99_\xbfv\x0fA\xb0\xd2\xf9\xbd\x90z\x8azA\x85-\x0f\x13\x9a~\x1a}]g\xb9\n\x9d\xde~\xa0\x87U\x97Yy\xdc\xcc\xfd\x06\xe0\xa1\xd35\xce\xa2W)\x90\xa4\xc2\xe25\xa5\xbd\xc0y\xb6\x8eCH\xecD\xbe5I&\x00\x89qP\xf9vP\x0b\xd6\xea_wZx\xcd2\x98\xd78\x03\\)u\xcb\x94\xf8\xadjV\xb3]k\xe81\xb9\xacL\xcb\xf3\xb4\xf7\xd4\xff\xa3}\xf0@\xcaIR\x0eoh-\x91\xfc\xd0\xb2\xd5\x17\x1c\xf6Y,\xa3\x19f/\xa6\x8aE\x1d\xe9o\x07\'\xc3\x1b\x8d\xa9\x19_\\&W\xbf\x8a\xee\xf3\x9bYt5*\xab\x83\xbb5a\x15\xf4"\x13:\xdc\xef\xbc\xaf\xc2<*v1R\xce\xc0\x0cL\x81\x88\xe3\xc8\xcb\xc7\xed\xdea,4E\xad\xf3\xdco\xddK.\xe9\xf2W[["\x1b\xd3\xe9\x94 \xce\xe2\x86J\xf5\xed\x19\xfe\xf9\x12\xb2\xbd\xb5f7$r\xc4\x89ej<\x05\x050l6)\xd6\x17f:/!rb\x11\x83P\xa4\xde>\x99\xefZ\x14+\xa2E\x8a\x97\xc8\x03\x173\xdfg\x8b\xe8\x1c\xd2\x10\n\xbc\xda\xc04\' \x8f\x00\xc5\xa0\xb2p\xae\rG=s\x11t\xb2]i*\xb3\x07\x06\x03\xf8L\xea\x1dO\xe0s\x9c\xddQ\xf5\xc6\xa1\xdb\xf5\x12\xd0\x88\x88p|\xf4\xaf6K\xc5\x8c\x1c\xaf\xedZr\xc5\xec\xf9\x00k\x84\x08xl\xc2\\ir%\x10\xe0\xd6\x9d\x81\xb9MC'

24.28.248.6 -> 192.168.1.2
'\xaa0?\x16t\x03\x02!\x9f\x15\xe0@\x15\x8b \xba\xbe^\x92\xca\xec\x9eB\x89\xaa\xdd\xee\x01\xc9\x155e\xe6\xdf\xdd\xb2~\xe2n\x18\x90\x97\xf6\x1a@\xc6\xf5&\x8f\x01\x8b \xa3U\xcc4U}\xf4\x884\xd4;qD\xcf\x8cVAr~\x0f\x03\x97\x03^^\x91\x89\xe1)\xb5\xdc\xc2p\x14Y9\x0e\x01\xe8\x7f\xf2\xa5\x10\x19\xcd\x04 \xcf\x0c2Gm\xbb?\xbeF\x9e\x8b\x99Ome\x8eg\xd5n\xbe\xb8\xe6N\x7f\xbbz\xdc%\xfaQ\x07\x82+R\xb1\x12\xd9$=\x0c]\xeb\xf9}\x99\xdcw"\xd8\x83\xd2\x8ca\x80\x04\xa8i\xee\xf6\x8b\xfb\x8aU\x95l\xe2\xa1\xbb\xb8#@.3\xe9\xda\x11\xb1\xdf\xe2\x06\xd2\xa9\xff\xdf\xffGK\xe1\xf4\xce\xd1R\x84\xf1\xed0%\x8b\xd4l\x08\xf8\xc4P*\x9c\tA\xc4S\xad\xc9\x8a\xdb\xfa\x1eKF\xc1\xe9z\xe7^}\xa3\xdaO>_J\xcc\x8cO \xc0\x9d\x7f\xa7k\xd3\x02bI\xb0?\xff`\xbb\x93\x0e\x80\x07\xf1\x83Ak\x8e\x11\xd2Z\xdf\xf3\xe7\xaeO\xa5)\xdc\x07\x11c\x0bDb/\xc6\xbf\x84\xafT\x1a\xdf\xa3\x0c`S\xf0W\xbee\x9a\xf9\xadE\x01J"\x16\x06\xe3\xa7\xe4\\Q\xf3\xd8\xed\xfe\xed/|\xfc\xbc\xa0\xc3\xb2\x02b\xd6f\xbe\x89\x05\xda\x1c\xbf|\xa6\x92\x81\xd3}\xc7$5\x1c\xea\xdd0\xad\x1c\xca\xdc\xf6Dyw\xf1\xfc\x164n\x92\\\x85\xd5d\xbfB\xaep\xf7\r\x0b3\x8at\xb8\x10\xc6\xbc\x97E\xfec%\x12\x84^f\xc6=mZ\xba\xa0\x8b\xce\xc43\x80%"\x19\xf0\xb2\xeb}\xff\x9d\xb2\x1f\\?g$\x85~[[\x94\x00\x05 \xbaQ\x8eu\x95\xfc\x03\xfa\x02\x86\xfe\x91\xcf\xd6\xb9\x9d\x97\x88gAn\xc2\x00\xe5\'\x82\xc5k]l\xc8\xe4\xd3\xa5\xba1\x8el\x05g\xadiK\x10u\xfc\xaa\xef(t\x1d"\xd4\xc2"d\xdc\xce\xfa\x860G\xb2\x8c\x8a=M\xbf\xe8\x978M&D\xf0c\xaf_\x9fk;\r\xe4\xc3\xd1\xa9\x8b0\xc8\xf1ge+\x12\xc52\x9b\xf30\x1c\x835\xef\xee\x92@LY\xd2ZX;\x0bR\x04\xc1O\x16\xa6x\xa8\xa6\xf2\xbfL\x8d\xca05\x14\xa8\xe6,\xa9\xf6\x90\xf9\xaf\x9b\xda\x0ew\xe7Sz\x8b\x17\xc8h\x94L\x07%\xe3\xd0\x17\xeb8\xf6\x84\x12\x81%\xa8\x85\xfc\xf6\xfd,\x0cI\x8b\xe4\x02B\xbc\xec\x8a\x9a\xd73\x15\xe1\xe3-0\xb1D\x80t\xf9\\o[W"\x18V\x83@z\xcd\xb0\xbe5Pn\x9a\x83\x1ct\xd1\xdf\x96m\xd9\xa3c\xce\xb1\xc1\xca^\xd8\x98LS\xf7g6\xf3\xe0\xfc\x89XA\xb2\xb4Q\x94\x10\x99\x8f\x12\xb2\x8d\x88\xd0\xc37\xcd\xbb\xadak\xab\x9d\x98\xde\x1f\xdd")\x05\x93\x8b\xb4\x1f;uH\xfc*I\xe2 \x9f\xea\xe5e\xc0Yj\xd9\xffm\xed\x8a2uY\xe2`Gy\xc08\x1c\xc0\xde\xa9\xa8"\xb4I\xa0\xfe\x07\x08\xda\x8c\xef\xe1\xc4H\'GLk\x1b!5=q] m\xa5:\xb8~\xa0"x*\x10\x16\xb6W\x06<I\xedp\x82G\xfd\xfb\x01\xe60\x1dVtb1\xf4\x90\xfa\xdd.\xac\x89\xa0BR"\xe9\x85\x8ab\xf0\x04/_\xc6T\x0c\xba\'\x19\xe1{\xdd\xf2\xb9\xc5\xbc\x0b\x99\x07\xc4\xe5\x8a\xae)+\x0b\'\xff\xc3\xe1\x1f\x00h\xb1Ix\xc9pq\xf5\x83\xe3>\x9f\xbd\xcdX \xc3\toY|Y\xf3xC\x8c\xa8\x98Q\xd7\xc2<p}!\xf9\x8e\xf1r\x8da\xe6\x99\xf96\xdd*}\xf1\xb4\x06_\xd5V)\xf7d\xea\xed\xfe\x1a\x97\x0c\xda\xc3\xd1\xa8W.\x8d\xd6\x94jY\xd7\xb1~\x96C\x02[\x8a\xcaG\x92\xaa[\x8c\xc6\xfc\xf9\xb3\x7fq\xf6\xa8H\x83h\x99\xe8p\x82\x906\xdb>\x0ct)\x94\xb6\xb1\x9dS5#z>~{}\x9a\x08\xd9ET\xa1<J\x03DH\xdd\r\x0e{\x9b\x91;u\x951\x9fql,\xd6Y\xe8\xac\x86\x9ee\x9d=\xf0\\qe\x9e\x05\x80\xb8{\xe3\xb3L\xb5\xc6:-\x19<\xafc\xf7\x0c\xf4\xefW\xc1\x14i\x04\xd5\x1b\xda\x95\xaeY\xfewq\xf3\xcdU\xbdt\xbc4\x16^\x1dqk\t,U\xc3\x82\xf8\xecg[\x8fJW"[96\xe9%\x9avRH\xdc\xe1V\xe3\xcf\xd8\x18s\xeb\x96u?@\xc9{\xd6\xb8\xe8%M`\xf9\xd4\x8e\x16\xd1\x11|\x9d\x87\xb6h\xe6b3|\xb5\xf1\xda\xa9\xadc;\xc0j\xe8\x9d\n\t\xa6)r\xbe\x02\x12J\xd5\xab\x86\x14\xbe\xc6\xe4\x15O\x00\x11\xc3\x1c\x98x\xd3f\xf4\xfc\xd9\xf6i,\x18\xfd\'|m\xe6?v\xc0U\xf9\xbd\xb6H\xe7\xf5\x10\xca\xa4[}f\x84\xdfh]\xde\xfa\xc3\xe6\x17\x03\xccMV\xf9\xb8\x92\xec\x91O\xd0\x15J\x87\xfe\xbfh5\x8e\xa5\x83\xffR?+\x99\xe8.\xf4\xba\xaf\xc9P\xbf\x82\x1bPu\x17\x97\xd9\xfex6\xf4Q\xea\r\x02\xc2\xfd\x06i\xe0\x17\xeb\xcd\xc1\\*\x90\xe3\xdf\xb2x_`**u\x02\xf2\x8f\xb48\xdb\x8c!\xbc\xa8\x0f\x9a\x8et;+\xbdt\x85sd\x80\xa6eh\xa79`\x8e\xb7\x1c\x90\x11\xcfe\x17I\xd7\xdd\xc2Y\xb1\x97\x8e5c.\xfc\xc7\xd3L\xd1\ta\xf6\xab\xee\x0c\xc9E\xea<\xfa\x8d\x1f\x17T\x1b0\xf7E\xa0\xa9\xc2 \xe4\x8bS)eL\x1e\x0e\x82,[\xe9\xf5A3\xaf(\xf8%jpJ\xbfZ`\xc8l\xe9\xc1\xb9mT\x0f\xf4\x16\xf8\xb6\xca\xfb\xed\xc4\x8d\xd9G\x15\x87\xf3In\xc1C\xc8\xcc\tw'

80.73.178.211 -> 192.168.1.2
'\xe9\x1e/\x16r\x01\x02yx\x9b\x1f\xadF5\xec\x9f%5\xdaf\xc51u\xeb\x89\x16\x0f\xe5>J9\xff\x0e\x16\xac\xdf\xbfT\xf6}\xadq8q\xc7\xdf\xdd\xb4\xd0*\xb7,\xac\x04@\xca\x8a\xa5R\x9fZ%\xa4:\x9c<\\\x00\xce\xfe\x9b\xca\xab\x7fR\xe9zo\x14?\x10%\x051%\xf5C\xdd\xc8\x02L\xe4{\xd1\xf7\xf18\xd3\xafiN\x16\x15gv0\xe7~"\x8cIjR\xfa?\xc1\x1f\xa3\xdc\xa85(h\xc4/(\xe3\xec\xdaPa\xae\xe3A\xa4\xd1(\x8f\x05\x9e\xb2\xe2\xb7-\xecyS\xb0.[\x02*%|\xa8\xc4+bs\xe1\xa4w\xde\xaetm\xbc\x1b\x8cEe\xef\xeb^A\x1b\x98\x10G\\\\!\xc1v\xf7\xf85FF\xcb\x1bq\xb8\x9e=\xd5\xce\xaa\t\xbf\x81\xe1\xba_\xcc\xf7\x04xO\xff\x97\xa0*b\x9fg\x1f\x12\xbb\xb9\xc4|?\xe8"\xba\xfb\xca\xfa\xf5\xd4\x1e\x93\xd1\xfd\xf7iT\x1c\x11\xf9\xbd*\xdc\x90\x8f\xd4\x16\x9d\x00\x895k\xdf=x\xf6g\xb4>cY\x9b$\xd9\xbdP\x95)>\x8c\xa7%\xb5\x1eH\xdc\x0f\xbc\x88\xd3\x9a\xd9Z\xca\xc6\xd8\x19\xfe#\xe1\xe7\xf4E\t\xfdD\xe8\xc9\x08\xa9 \x9c9D\x89\xad\xec\x16k\xa9L\x0b\xe03A\'9\xa0!|\xef!\xeda\x89\xa9\xa0\x9b\xa1\xf4e\xff\xa7d\x10\xaeH\xb4[B\xa2j\x13\xf2TB8\xd6xs\xd1\xb0\xf8*\xb8L\xff]\x88\x015n\xae\xb2\xd1-\x18\xff\xf9\xd1\x06e\x03\xcd|xT,\x19\xf5\x06\r\x90Q:\x03\xa4\xa5\xab,m"\xad\xa1\x88\xf5zC\x95S\x8b\xab}^\xf6a\xe6\xee\xfd\x9e\xde\x86\xba\xf6\xba\xa6.\x03\x07\x17\xf2=\xc5qiE\xb7\x8c"\x8d\xfa5\x16\x10?S\xd7\xf6\x9e**6\x9f\xb96\xcd\\/\x96K>\xd1T\xbb;\x8e\xa9\x1b^>^&\xfa\xc1\xd0R\'@\x88\xd6\x19\xdb\xc5WSp\xa9\xbc\xda\x8d\xeeE\xfa8VP\xc6<\xda\xde\x96\x16\xcaM\x80\xde\x91{\x9b\x96\xf2\xfe&\xf2:4n\x9a\x8c\xaf|\xa8<\xf6\x0b\x10\x95\x84za\x13\xd8t\xd6"\x9e\x93\x17DU,\xbd\xed\xcb\x1e\x97M\x95\xdb\xd1\x9a\xb2z\xad6/\xae\xa3\xdf\xbcN\xf1\x03z\x89\x99\xab\xbe\x14\xea2\x90\x93\x88\xea?@Z"V\xb2I\x04\xc9\x92\x86\x061\xf7(\'\x8c\x9a\xe8I\x17\xce\xb4O\xddD\xe7\xf1f\xcd\x91\xcaof\xb0\x12\xca\xb4\xed\xdb\x94\xdd\xf6\'\xe1\xaa\x0b>\xa8\xe0h\x0e\x07\xfcS\xbb\xa0\x1c\x1b\xd2\xce\xdc\x14pMd\xb1\xa6!vX?\xffH\xfa\xffT\x1a\xf5y\x1b\x05\xe4l\xf8\x99\x1a8\x12@\x85~\xaa\x12F\xed\x1b\xca\x16s\x9c\x88n9\x82\xef\xe3i\xb3l\xf6\x08\xe5sx\x97\xb0\xad|y\xf0F\x98!\xff\xbebi\xb3\xfc\xd6(\xbc>?(\x9b8\x1c\x9c&a\xcb\xfa\xa2\xe0=\\)1k!\xe2\xb6 .*\x82l\xc9e\x82\x04,*W\x12\xba\xf2\xd0\x07R\xdb\x0c\x85\x980\x1f\x97K\n2\xb5\x80\x1e\xc4\xc3B\x10\x0cUo1R\x0f9\xf4\xc51\xc2Df\x87\xc0+W\x15\xc8c\x9a)\xa6/\x15iaZ9=\xb5\xc1\x11\xfaF\xe5\x1eq\x9b\xfb`\x10\xce\x8b\xbf\xfee$\xa9n\xbe\xe1\xa8U\xe5\xecj\xc0\x084\x19\x7f\xf0\x99\xc9")\xf4\xcf=U\x1f\x82\x8d8\xb0\x05\xfa=m\xdf\xa8H\xd1\xc8Cs\x15\xeb\xf9\x9a=6\xf7\xcf>a\x8b\x87\xf8HX\x8cBS\xbfUv\x85C\x1d&ccU\xc0\x10C\xe0\xf9L\x83Y\x01Yb\xeaZ\xb2\xaem\x96\xf8\xef\x15\xe3\xe7\xe8\x03\x90\xeeks\xd2\x15\xb27</%\xafc\xdc\xe5\xec\x8f\xc8p\xea\x9d\x10\xf0Z\xb0\xdb\x9a\xc5\x97\xd8\xe9\x85x\x93\xa8\xf9\xbc\x05\xc2:&\xa4\xe1\x12\xf7E\xdd&\xd0(\xffSZ\xd9\x8f\xdc\xe0\xbb\x01\x93\xce\x1c?\x0eu\xe0W\xceo/3\x88\x17\x88\xb7\x03\x10R\x95\x1eS\xea\x83\xe6w\xccN_\xb9Bs\xba\xf7g6\x1b\xf7X\xe2=\xf6u\xab\x9a\x1a\x92B\xebk\x83s\xd2\x87\xa9o\x95\x1d\x8c\x01\xfa\x91\x16\x11\xcd\xec\xa7C\xc7\xc6a\xc7*u\xef\x19au=\xa06\x10\xa6\t:\x1d\x98\xba\x8b\xf5/\xc2.\x19\xdc\x7f\x9ao\xa7\xc11\xd84M\xdf\x0cR,\t\xa2p\x0f\xb8\x10\xa9\xecCg\x19\xefc\x88\x87\xd5\xae;\x7f\xe5\xdb\x92\x9c\x16\xf72\x04x\xae\x9e\xf0\x99.M\xb4\xd5\x82\xd7\xf2\\i\xd0v\x0c\xba\x13\xeda\xe1\xc9\xc5.\x8b\xcb(Mu8\x80\xc4\xaci6[\xe8=\x896-?\xf2JM\xda\x85v\x05\xafn\x82\xd1\xc9f\xf7\xce\xd3D_\x91\xfeC]{\xbd\xe3u\xf5z,\xe2\x82\xf4D\xe5GY=T\xeeh\xeb\xa4TL\xdfL\x15\x83\x89Z\xd5T5,\x7f\xc4\x9f\xee\x9d0\xbd\x9d\xaa\x9c\xb7\x07\x94\xbd\n9g\'\xc5F!\xc2\x1c\x1cQ2\xfd\x0e\x05{\xb9\r\x10<b\xfcU\x94\xd8\xe1\xc4\x868\x985Kb\x87\x92\xc6\xc9\x0f\xf5\xc4\x9e\x87\x06\xfa\xa5\xbf\xb9\xe8\xfak\xa8$_I;%u%\x12LR&\xf3Q\x16`\xb4m\x12\xcb\xc6Tb\xe7Ar\xa8\xd0\x94\xd0\x9f\x0fa\xa1\\\xed-\xce\xf5@&A\x1c\xa6V\x1eX\xd3\n\x8c\xf5\x94\xc7\x84\x0c\xea\x92\xaf\x08E\xfd~]\xa4\xf3\xb7-\xe8\xabeF\xb0\xb1\x9b\x90\x95[\xedZ\x11\x8b\xfe\x0e\x02\n\xa0\xf7\xec\xb4N<\xa1\x85\x89\x01\xb6+J\xd8\x9e\x85\xf8\xc1[\\\x90'

80.73.178.211 -> 192.168.1.2
'\xe9\x1e\x0f\x16r\x02\x02\x08\x7fU\xe5\xa7\x86p\x82\x0f\x94\xa0\x92\xbd\x84{miFS\xf9i\xa8(\xac\xf3\xbf"\xdc\x9f\xac\xdb\x17@\xdb\x9a\xa5\xdb\xd5\xdc,\xf7@\xee\xf5j\xf5\xcb\xde\x8e\x9e%W\xd7\xfa\xbe\x1f\xb0C\x8ac2Li\xe6\t\x1ch\xd3\x8a\x86\x8f\xfc\xb5\xe9r=\x02sX\xc1&s\xee\xb3&\xc2Y\xef\xb1\xbeKF>\xa4A\x18a\xda:\xf5>\xf45^4\x92\x8f|\x04\x1by\xe8\xc2P\x16W\xa1\r\xf6\x13\xd7:4\\\x13\x1d\x18\x9d\x88\x00\xda\xd5=\\K\xf2JJ\xba\xf5\xa2\x9fEk\xe3\xfeiz\x9a@\xebM\xe3m\x80\x1b\x1a8N\x08\x96)\x8a%>\x887}\xd7\xc4\xf8t \xbb\x15\xf7\xe6i\x1a\xc0,!\xf3B\n\x1eX\x87\x94\xab!\x06?\xfb\xe9\x9e\x85\xe7\xee\xa1\xe4\xa9\x88$\xf7\xe91\xaa\xd6K\x934\xbd%\xfb\xb8\x8fJ\xefh*\x9c\x1c$\xe3%\xd7\x9d\x95\n\th\xee\x80\x0b\xc2\xe3A\xf1\xba\xe9\xfd\xd4\x1e\xbd\xf4\rw\xc5\xae\x88p\x18\xfe_\x08\xba/0\x1c\x92\xa6\xd4\x91}n\xab\xc5`\xd2\x87a\x95\x187\xcc\xd9\xa0\xaa\xed"\xfa\x94X\xd2\xf3B\xdc\xbd\xc6\\\xc5\x83\xc1\xd6\xfa\xe09q\xb3#l\xdc\x9e:\xfa^@V\x83\xb3:;]@O\x85\x98\xa1Q\x82\x96\x9bd\x81X\xaa\xe8\xdbieu\xd92\x86\x9b\x94\xfa\xc6\x9760\xe8>\x83g\xc2$\xb9oW\xb2O\x03J\x01\x08\xe8\xc8=\xd5~\xb8\xf9R\xdal\xb0Q\xf85\x97\x86\xe7\x87B)fu\xefh\x119Q/\x83F\xdf\xbcz\xe1\xcc0\xa8\xa2\xe1T\x1e\xea\xf6DpI\xbdH\x91\xab\x84\x8b\x9dI\x12Z{<\xc9-\xaa\xe0a\xfd~\x83\xd9\x96\x00\x05\xfb\xa7\x1c\x90\xc6?tg\xb6\x992\x80\xd3S\x01\xc0\x8d\r\x08\xbc\x11 \xea]\xdbB\xef\xe2\xc6\x85\xf4v\xa41\x06\x00\xfc\xb9\xc9\xbaQ/_s\xa3\r\x15+\xf9\xcc\x03\x95\x17\x0e\xca\x9bQ>\xc63\xa0\xc4m`O\'\x7f\x91\xdd\xf5\xbf[\xf1T\xb7&h\xe2\xca{ \x10\xb5`EzL\xe8{;lS\x0b_\xf4\x14\x94\x00\t\x1ajO\xfc\xfd\x92o=\x8c\xa4\xba\x1ai\xcd\x7f\xc7\x16\xb5\x1b\x8e\xb4\x8ckV\xa8W4\xce\x8bg\xf2\xba\x87\x9a\xfe0;\xcd\xb6\x07\x8a\x8aB\xad\x01\xc9\x9e^\xd7\x133T\x81sF\x0b^Uh\xc4\xe1\x9d\x03C+\x17o\x86C#\xb4\xe4`RoR/M\xd1\xd4\x12\xf2\xbcw;\xbc\x84qG\x15L\xe5\x97\x12\xa0s\x86\x9c\xab\xe98\xb8\x98\xbeKH\xbby\r\xa2\xe1e\x10\xd6)L\xd7&\x14\xb3zU\xa0\xd2\xe8\x8c\x01\xba\xa7\xdeC\xd4F\xd6(\xa8\x14\x1d\x02\xd6p\xeae\x10\x87\xb6\xa1\xac\xc7T\x96\xf8\xc8\xcb\x90vB\x97qS\xe3\xe4\x9e\x19\xf8\xb9\xfd!\xc6\xc6\x8eUl]\xdfH\x1c\xf7yk\x0b\xf6\x8e\xcd\x8c\xfe\xd1\xb5:\xfcB09\xaavI\xe1\xd2^?\x17\x87X\x08\x87\xc5|V\\|bf\xe4\xb6)\xb9q\xa2\xc2\xf5\x1cx\xfb\x08\xebo\x0b\x93\tU\x84\x83\xf8/\xbaU\xb8\xa5{\t\x02\xfa\x9b\xd1\xcdg=\x087\xc5\xe9\xbe\x1943\xecA\xc15\xd1\x85\x9fp\xd0\xd5\x05\xf9\xccm1\xc4%\xc6Y \xbbA\x0b\xbdo\xa0\x0e\x1eTb\xfb\xcd;\xb2v\xc1\xbf\xf7\x05 V\xa8\xb4\xabo\xbb\xca\xb0\xfe&\xc5i5\xf2\xa9d\xfc\xbe+\xbc\xe4\xce\\`\xe0]\xbbT\xd9ts@\xc7B\x14\xb5\xf0\xfdP\x88\x1f\x98ck@\x88\x1dt_\xb6\xda\x9f\n\x90\x9f\x88gs6\x013Z\xaf\'k>\x05\xf8\xacj\xe8\\\x852\t7x\xfb}\x88\x16ViC\x89\xcb\x7fr\xcb<d\xd9\x04 b+\x88.\xb9\x035"\xa7\xddB\x12\xefoK^\xd2\x86\n\xa2c\x00cU#\xa9\x19R \xc0L\x06\xbc\xc8\xf1\x1d\xe11\xa2\xab\x9d#f\xb3_\x18\x85\xffc`He!q\xbez\xdb\xdf\xea\x10\xa7I\x8bk\x820\xb9f\xec\xb5\x96\x80ZC.\xf9G\x15s~\xf9R\x0e\x87\xe3\xd2\xab-\x17P\x9c\x00e\xee\xfb\x08\x1c:\x01\'\x88\x7f\x94Mg4\x8e[\xcc\x9d\x9c,!U\xcd\x195mhD\xd2\x0c\xa3\x7f\xbb\xe3\xb7]<8\nC\xc1H\x07\xd6\xcd\xc0\xf8<\x17\x8e 3M<\xe3\x89n\xbb\x84j\xbb4\xaeV\xd2\xdf\x08\xd7n?\x07\x8d\xa4\xdf:\xcc\xac\x06\xc4\x019ri;\x9af\xad.\xf2u\xef\x9ed\xab\xe7<\x9e\xeb\x0e\x0fu>h8sb\xe3\t\'\xd0\xb3\xbf\xe8\xdc\xca\xcf\x866b\xa6\x171~j\x9c?\xebz\xecx\xc9\xa3\x1f)I\x9a\xe0\x01\' \xb9P\x1b\xbf\x86\xf2o\x95\xa6\x11\x7f\xd29\x06\xaa\xe1^\xc9\x17\x8d\xdeB\x84L\x97=m\xd0\xd9\xa2\x1al\x95*A\xea\x99\x04\xd7\x10\xc5\xb8f\x1aq\x8e-\x850\xce\xc2,\xa9\xf7\x07s\xa8\x1b\x12\xa1^\x9c\x9a%\xc2\x82a\x9dl\xea\xbd\xef\x93*wa\x8d\xd5@\x00\x025\xf1\xac\xe7Bg\xe3Q\xb9k\xa8C\xdd\xd4#\xdd\x0e\xe3DU\xf9\x91\xfdy\t\x15N\xa7\x1d\xd8[\xcd\xe4\xfb\x08\x9b\xa4U\xc2 XY7\xa4Z\x85VSe\xd3\xc8\x90;\xf3L\xab8\xe5\xbd\x19w\x7f\xdbjh\xb0\x8e\x05\xe41\x8c\xdf\xcc\xb1r\x93\xbc^\x9ad\x87\x8am\x12\xbe\x00\t\xe6l\x93\xe1\xd7\xfc\x87z\xa9|\xcc\x97\xec\x92~x\xc6\x9a\xf7\x02\xdb\x15\xe9\xf0\x97\x87\xe79\'\xccw\xfc\x12'

67.163.96.170 -> 192.168.1.2
'z\x84o\x16v\x02\x02j\xdf^ \x86~\xd1n\xa4 \xfb\x06\xc9\xbb\xb4\x8ck\x96\x02\x93\x1b\x13\xd1M\x16\xb5K\xae"\xaf\x0e\x86\x0f\x04\x93\xbf\x800\xd1\xe5M\x99\xb1\xe9\xb9\x93\x91mR\xd5%\x07\x92\x9e\xfdFE\x83\xc7J\x18\x8a\xe8\xd5r"\xdcUin\xf4s\xcb\xb6\xe6i14\xfd\xa0>\xb0U<\xe0\x01-.M-\xccmU\\\xfb &\x06\x9bW]\x06\x87B\x80\xe9Q\xc6\xf9\x170`\x97VT\xab\x11;\xdb8\xba\xe1mays\xe8\xa8&\xafCQ\x88\xf1\x9c\x9f\xfbk\x8a\xaag\xf7\x8a\xf4\xde\x94\x9a\xcd\x8b;\x80\x1c\xff\xd8nO\xad\xca5\xb4a\xcaQ\xc4\x18\x9d\xba\xff\xc6\xfc\xbf\x82\xee0Pt[\x0e\x8d\x80\xa4d)[9f\xd4\xb6X\xa7O&V\x87#\xa4P\xec\x82\x94\xa20\x19{5\xde\x8b\x98\x9d\xc9\xc4NSm\xf2\xea:\xf3@\x0b\x9a\xc4l\x8cB\xf1\x8b\xd8\x94\xa1\x1c,\xbf_\xa2\x81\x9b\x15|\xc8x\xd5e\x05\x19\xa8p\x17\xb6F\x9am@\xdcR\xbbSlH\xb8\xd7r\x05u\xe3\x97\x0e\x86\xbb\xcb\xa4\xa3\xbf\xefC[\x17\x9e\xa5\xe9l\x87\xfb \x87\xa8U/uF\xa6\xf4\xc1\xed\xd9@\x06\x90f\x1e\xf6\xb9^V\xcc\x93Z\xebQ%\x04\x89\x820-5$\x00\x17&\xd4!\xce\xf2t\xd7\xf4\xeey\xa1B\xf0\xc8\xb9i\xe8\xb9\x93\xc7\x84\x02\x12\xa0j\xc7\xae\xb2T\xbe^MT\xb3qo~V+L\xc6B\x9eK\x9b,e\x03D\xd6*\x80b@c\x96m#\x80\x08\xc2\x13cr\xe3\xa5\x91k\xe9W\xff{\xa09c\xa4\x80\xc3\xcaPc\x1b\xe3\xbd\x1ek\xef\x95{\xce\xbe\xad\xb2!\xd5\x82\xb8\x860\\-f(\xc8.\xe1\x05^\n\xf1\x99|6M\xc2\x9a\xbb\xfd&\xd1^\x8a\xb5\x87]\xe2\x7f:c,\xf1\xb3\xbdf\xa5R\xc2\xef\'\x12y\x02(@!\xc8T<\xb4L\xde\xa7\\\xf2\xbd7\xaf\x1a \xbc\xed\x17\t\xbb\xba\x1e\xb5\x8a~\xe7\x84\xdb\xf2`\x175Q3\xfd\xbe\xe1$\x13%\xe7\t\\>b\xbe\x8f\xfe\x06u\x9a\xfe\xc9\xa0y1\x95\xdb\xe4\x97\xbf\xcb\xce\xcb\xa6\xaa?N\xff\xe5\r\x84\xf8\x83\xac\xbb(\xe09\xf4I\xb8=\xce\xf9c"\xaefv/\xd3\xc3w]\'\xe0!g\xa1\xf3\xd2\x0c\xe9\xac\xc4\xae<"9\xd2\x06\xd2T,\xd7\xb4\xe4\xaem\xffA\x8e\xcd\xd3Z\x8f\xa1\x85\xa4{\xc1\x90\x0b\xec\xc7\xff\\*R\x85\xda\x81)l\xac\xe9\xc7N\x08\xde\xdbb\x9a\xf8\xe5F\xf5\x9bX\xd7\xf8I\xbcQC\xa1 m\x17\xc9=\xd0%\x88\xc1\x8a0\xedS\x84\xa49\x9c~U\xd0"-\xe1\x96<0\xb7u\x19\xd5X\xc5Fv\x83\xcd\x9eP\x93E\xe3\xad\x1f\xa5[\xb9>\x18\x99\x8f\xcd\xa5\xac\xf2"+1W\xf8\x88\xaf\xad<\x04\xe9\xf2N\x16\xf5\x9b\x8c+\x97\x14U\x84>f*s)9@\xb7`b%`\x91\xc2\xd5\nm\xa7\x80vi\x9c\xab\xe4N\x19\x80+\xa1S/\x97\xaa\x83=\x19\x11._?\xc4\x02t\xc0\x81\xa7\xf6\x8a&\x8a1D\x12\xa2\x1a\x06\x90T\x88i\xcc\xb1\x07w\x97\xcf\xdd\xcf\xb1\x84P\xaf\xf7\x9e\x1c\x9dWN\xe8\x93_\x9d\xfe\xa7\xb6@\x16\xce\x17!\xedt\xb9\xa73m \xf1\x89tz\xa1|\x84\x91H\xc4\xb2S:!>\n\x1e;\xf9K\xa3\x9b\xb5jJ\x80,!7o2\x7f\x9f\xc4\xe3Z\x94y~\x17\xe2\xf8\x12\xc8!b \xd4\xc70*\xc33\x8a\x0b\xc8\xbbF\x01\x8e\x06+^5F\xc2\x13\xd7#x\x89\xde\xe6\xb4\xe6\xd4\xf5,\xbc0?)\x10fQ&g2\xfb\x91\xb7\x0fuA\\U{\x82\xf2\xec;\x8b\x03F8\xb2\xe5\xb01\xf7\x9aV\tS*f\xdc\xf0D\x94\xd2]twx)\x19!rG\x043(\xa4\xd4\xd6\xff\xad\xd1\xab\xe6`)|a\x82\x17\xcf(\xd1NN\xb3$2y\xfd\t\x81\xac\xe4\xa1\xb1s\xd1\x1f\x9d\x9a\xae#\x92*<\x9eU,\x9e\xf0\xc7\x14af\x84\x8a\xd3\xf3\x15\x1bk\xdah\xc7\xd7\x8e\xa1\x1f\xc0\x0eR\x8a\xb4x.\xc3u\x87\x18\x1f#\x08\x0e\xb5\xff\xe3o\xc9\xce\xa6=\xed\x02\xfdcl:\xe06\x0c#\x86\x1d\xb5gx\xf6\x13n\x01\x8d\xac\xbb\xf1\x06\x10\r\xc1\xfd#pKb\xef_\x0e@_Q\xc7\x03\xfc*\xcf\x0c.D\xc9\xda\x08\x0cWd\x18\xd5\xa4K\xcf\xad\x0ew\'P\x1f\x81\x8c\xc9\xec\xaf{\x13+\xd7(^y\xfeje\xcdP9\x17\x93\x1d!}\xa2\xd6<\r\x00\x08n\xa2\xcb\xc0\xa5L^_\x806\x16\x8f\xc7O\xd8Wyp\xb65\xa6%\xea\x17\xe8\xac\xefB\xd7t\xa2t\xc3\x13.E\xf254\x8c\xdc\xb2\xe6\x9a \x0fw\x92\x9f\xf1F\xd9P\x1e\xca\xf1\xc9\x91\xc7Z\x8e\xe9\xc8\xa6\x1b\xee\x9ac\x8f\x1c\xebt\xd5\x82\xa6\xca"<U\xfc)\xa33\x02&\xfd\x85\xc7\x1b\xed\x0fF\xae\xd0\xbb\xd5p5&\xcbv\x0c\t*\x924_&\x13s\x8ay\xf8\xf1\xf4\x0f2un\xc9\x8b>\xdd\x9f\x19H\x8c\xa4&\xe9\xab\xc1\x01\xe7\xf6N\x01\xa8\x91\xb0\x01\xf4Xa\xedW\xf4\xdd^\x15>J^[\xc7\x12\xb3\\\x83\xf5\t\xac\x93>\xa8\xe9A\xf2R\xdb\x8c\xf1g\xb5\x00n:\xbde\xfb\x13\t\xba!\x18\x07\xba\xc7=\xb9T\xa8\xb7)\x8d\xf2pB`\xa3Hi\xf1K\xf6<\x89\x12\xf8WB\x15\xd7A\x11\x19\xb6Z\n\xbb-\xfbGW\xb8rx\x99\x07$\\D2\xdb'

24.28.248.6 -> 192.168.1.2
'\xaa0\x0f\x16t\x04\x02\x01\x95\xf4\xce\xc2\x89\xa2\x8a\x81\x8a\xf7G\t\xf0FYPt\xdfD\xdd\xc0\xfbQ\x02\xa8{\xfe\x19!_2\x15P\x8a\x07\xb0pZ\xba\xeb\x1f?\x86(\xe1r\x7f\xaa*\xd81\xe0\x14\x19\xe9\x04x9<>\xbe\xb6w"\x9c\xd5\xca\xccDC"\xa6\x18\x1c\xf6\xe6,\x1f\xe1\n\xe4\xd8\x92*9s\x00@z\xb6\t\xda\xdb]N\xf4\x03M:\xccc\x96\x00\x1a\x00\x00l\xfc\x16\x8eT\x08\xc2\xc99\xf3:Q\xc9<u\x8b6\x9ci\xc5}\x07\xa38#Wc;aNk\xc6\xe2Y\xee\xc9\xe0=f\x01\rD"\x93\xc4\xfcY\xb4\xca}\xe3\xads\x07\x8c2\xb0\x91A4+\x9d\xd8\x96"\xd4]\tC\xea\x15:r!Sz\'\xbf\x17\x90K\x18\x14z\xf8Y\x86\xf2s~\x89\xf4\xc1+\xf5N\x9aB<\xf6\x85\x90~\xe9\xec\x88r@+0\xe8\xe6\x91\x8a\xe6\xd7\xc8\xf3\xd5\xd3X\xa7\xb5\x9e\x19B\x02#\xe8@\xda\x11*\x1b\xc7\x95\xcd\xea\x8dD\xa8\xd1\xa4\x88\xd2\x90\x84\x89\xbf6\xa7\xf6z\xfa\xb3\xe2\x86\xe2\xf0<\x95\xdb\xd3&\x99\xf9\x0c\x8cC\x937(\xba\xe7\xd4\x06m\xc2\x8aG\xb1\xc5V\x13\x08\xd4\xf5\x17\xef\x95^\xeb\x96E\xbd\x15\x81\x96 a\xc3u\x8d\xeeI\xf8\xaa\xd9$\x96\x88\xf2\xa6\x92\x05\x86\xe8\x95{\x96\xe4\xd1\xcf9\xb4$iB\x19\xe9\xd7\xd9o\x14u\xf0\x80\xd6\xfc\x83J\x1a\xcc \xf6\xac\xdaY\x8dW`\x1fk\xa1X\x8eI\xcci\x9e\xd4\x89p\x1c\x06\x7f\x1c\xcf\xf2\x01\xd8\xd0e\xfeg\x91\xdb\'iz\x87\x9c\x0f\'\xa4%\x13*\xfaY\x13u4\xf9\x0f&\xf43\\\xe2\x05\xd85\xa4\xc7\xde\x99\xbfU\xb7\r\xbb\xbdJX\xa21\x95\x0c\x14\xd8\x93\xfe\xaf\xb0\xad\xfc<\xfc\x8c]S\xc2i\r\x83\xc1\xe8\x08\xd3\x9f\x9fJh.(O\x9a\xc6\x88\xba\xd2\xd8\xbd\xa3\xc5\'V\xbd\xefjS\x91>/\xe4\xfc\x9f^,\x11\x85\xc9\x07\xbaN\xa7*\x19E\x88\xa2\xec]O0s\x93\xe0H\xd62\x95r\xd6\x19!\x85\x0f\t%Ms\xd1m\xce\x97{\x86\xce\x1c\xaf?\x90"\x99\x96^\xcc\xb1\x8e7\x9dE/FZt\xad\xae/\x82%\xa1\xa1T\xeb\x84W\xa0\x12\x9a\xdf=\xa3\xb8\xa6\x84\xf9\xe0\x1c\xa0\x023\xf6\xa5R\x9c\x14\xe8\xe3q4\x94V\xc7\xef\x15W\xdc\xeef\x01!\xb0E\x8f\x05s\x87-\xad<A0\x84\x86\xf4\xaf\xab\x98 7E\x7fB>\x81\x91\x96\xfei\xf0\xf9\xf7n\xb8\xde\x92B\x98\x88\x7f\xc0K\xd0\xa5J\xc8\x18lvt\xad\xfe\xb3g/\x8c!#\xd3\xac\xb1Ld\xd9\xeb17\x88C\xb38\t\xd1\x19\xfcb\xf9\xcbW\xe1\x11H$#"(\x06\x84[s\x1c\xc1\x04H\x9b\xfc\xd1\xc1\x9b^\x9e\xe5p@vw\xc9\x00m"\x19\t\xca\x81\x0f:\x0f\xdd\xf2\xfb<W\x0eN\xba\xcfX\xdb8L\xe7,\x95\x18\xf0\xe7\xe2\xd2\xb0*s\x88\xfe\xbf^\xdc\x97`^lVw\xe5\xe4\x10\x10\x9f\xe5]])\xd2#\x96\\p6Vb\x93Bg\xc6\x14\x1f\xe3\xc1\x13\x0b\x8b\x0b\x83\x9b4\x11\xc1N\xa3\xdd\xc5U\tu \xa8~\x8d5\xa6/\xbdd8$I+)\xecH\x8d\xe6\xa8\x07\x90\xda\xf4\x87\xad8,\xd3#5\x1eh\x99$ka\x95`\xe8k\xa3\xdd\x14\x84t\xde\x8e\xaf\xff\x1c\xdd\xe0k([\xd9\xad\xa6\x8c\x04$@\xb4k\xda\xb2\xa6\x14D\xa1z_\x05\xd5K=\x1c\xe8\x9a\x91\x95\xbd\xfa\xf6!j\x8b\x00\xf64v6\xf9\x972\xf9\xb3\x11\xeb\x83q?9\xdc\xdb\xd2\x10{6*@\xcc\x81\xa5-\xd2Y\x81\xfc>\xbbD\xfb\x83\xcd\xcf{\x02\x0e\x18+\x12\xba/w\x07\xc6d\xe5\xa36\xe7\xe7j\xceZ&\xcc\x06yU"\xae\xce\x94\x8c\x8ei \xd2\xd9"\xb7 \x98\xf3.\x85\xa2\xbe\xa2a\xcf\x8c\xc7\xf5l\x17N.\x12R\x1d\xc4\xcdS/\x9a\x0f@\xe2N\xf8\xb5\x9e\xd4\x08T9S>\xbfw\xb3y\x9e&1"\x9a\xf1\n\xf0I\xd3\x00\xd2\xfaA$C\x92\x89\xb8\xb0Y\x17\xad\xd5\xdd+C\xbd\xc4\xcb\x19\xcbm\t\xf6wG\x93\x82\x99`\x0f\x8e\x15^F\xb5NM\x85U\xeb\x94\xeb\x1f\xc1\xf59\xda\x82|\xde\x9fE\x844\x1f\xab\x8f \xfe\xea\x91\x06\xb5\xa9\xef\x04\x9e\x1a(\x959 \x82\xbc\x02\x02A\x84\xca\xa5\xdd*[_\xfe]\xb1#\xc8\x9a\xff\xcc\xda\x80Bn\xc8&?\xa1\x13:\r\xc2\x19\xb7\xf4\xe5\xbb*\x917\xd6\xda\xee]0\xb7:Nh<p\xf0\xa3\xca\x08\x17M\x0b\x12\x1a\xdc\xady5\xf9x\xfa\rP\x8f\xb2\xdd\xa2\xdc\xffj)\x0f\xd8\x1f\xd3X\xe2\xb4\x19\xa7"\x1f\xb3\xbd\xbb\x9e\n\x89\xca\xbe\xa0s\xd2C\xd4\x929\xff\x9ay1\x13]\xab\xed\xb0|\xfd)\xdf\x06\xcfu\x87\xe2o\x9a3\xbd\xf7\xb0\xb0h\x1c\xd5s\xef\x9a\x07\xca"\x98JO\xf5\xd5\xd1\xcf\n3(M\xd1\xf9\xa1$\xbax\x10\xc6U\xd9d>\xd6\x0eH\xf8X0\xe1\x92\x05j\xff\x92Gb(@\x8eu\xbaW),\xb4\xe2\xaa{\xc4\x83\xd4\x80oS\x7fZ.\x02[!\xef\x05?\x9a\r\x1bP\xae\xa7\xd4\x12u\xf1\xda\xd6\xf7\xda\xc0\x19\x04w\x91\'\xaej\x97\xf7J\xda\x94\r\xb4\x116h\xab\'ti\xee\xa7\x83\xa4\x98\xba\x90\x84\xd8\x91_\x85(t\xac\xc9T%\x00F\x03\x04\xe6\xcb\xb3\x92pVn\x8e\xdf\xfa\xda\xc7~\xa5\xfb\xbc\xeb\xba\x1e\x9a\xba\xc2\x96\r\'\xae\x15'

80.73.178.211 -> 192.168.1.2
'\xe9\x1eO\x16r\x03\x02\xe6\xba\x83\x9b|\x0b\x91`1\x88y\xb6M\xcew\x97}\xae\x96\x8bc?\x8e\xa9\xe8\x80)\x94\xa5\x8f\x05\x809\x1bY\xc2@zS$\xf1`\xd6\xa7\xbcS\xe58\xe9\x14 \xc5\xa7#^\xa0\xceG9w\xe6\x80\x17\x1f\xe2}\xfcW\x15u\xef\xcc\xec\xa52q\x9f3S}8\xf8A\x82\x1b\xe5\x82\'\x16\x0c\xab\x8b!\xe5Ni\xaev\xcb\xcdn\xc1+L!\xd9D\xf2\x93o\x86\x88+B\xf4\x98efkO8\xc3\xc0\x16\xfc\xae\x81\xa3M\xed\xd7\x10/\x08\x8a\xfb\x84\xe2\xb7(\xed\xd5\xad\xb8\x92\xda\x1aeG`\xbaoC\xa4#\x07l\xb8\x95\xc1\xfa\xc7\xd4\x9b\x89\xf6\x10\'\xbc\r\xd4\x84j\x18\xfc\xf2\xb5\xfc1\xde\xb4\xd4O\xc8\x02f|o\xbe\x97\xe4*\xa4\n\xa5]h\xd6\xf858\xd3\x07V\x08\x0f\xba\xb8I\x98\x06\xd05\xd8i\x127+\xcaY\x04TQ\xdf\xf8l\xf6\xb7\xb1\x9fS.\xeb\x83GU\xae\xa0\x83#W\x11\x06\xc5\xb3\xf0\x1f\xdfI\xf0\xf2\x17@\xb5T\x85\x072<\xdfM\xd8\x03\xef\x16\xe6\x7f\xaf\x9d\x9fFi4vj1\xab \xc5N\x93\xdf\xf7\x1e\xe6\xadR\x96\xab\x833r\xa5{3\x1dN\x1f\xe2\r\xd3\xb1\xb5\xa6\xe5\xce\x91\xdd\x89OG\x86\xf59\x19_\x87\x9b\xdb\x92\xbc\x98a\xd5\x13i\xceD\xe3\x0c=\x8e\x82\xf9\x84\xd2\xa1?\r\xb1i\x9d*B\xe4\xe5\xf8\xb5\x04\x8b\xfc\x88\xf5\xc6.;/\x1c\xaa\xdf\xfb>n\x7f\x13\xe1\rn\x90\xf7\xc2\xfb\xe3\xcd\x16\x07\xf7\xfd\xcd0\x0b\x84Sh\xfa\x16[h\x01\x05\xc4\xaf.\x1c\x87q\xa6\xe6\x1c\xea\xf47\x8a\x1ba\xc2\x0eF\xdc\x8a\xbd\xd0Uh\x12\xe26\x94\x9c\x08\x7f\x86!\xa9\x97D\x94\xc0\xb4a\xe28E\x03\xd5\x0f\x02\xed\x9e\x1a\xd5\x19\xe6l\x00\xf1wZN\xa6\x9d\x03\xb5\xe3\xe4\xc8\xe8Q\xb4L\xe3\xb5\xd7\xd93\xba\x8b\xd0\x1b\xa1\t\xdf\x05\xb8\x1c\x8f\xd9\xcc\x8d\x0f-\xd4\x95{\x19J\x1c\x1e\xd0\x8bi-f\x95\xb6\x7f\xf8\xb2\xf7s\x9aOO\xaf\x8fJ\x9e\xd8w\x0bB\xb0\x12\xb2:W+\x987\x1f\x05m]d\x8f\x07\xcb/\x07\xed\xdc#B\x1a^\xd6\xf4\x15\xf9\r\xdb\xd3R\xf6uO\x04~\xea\x81\xe8\xb6\xd7\xb8\xe4\xb0\xd1KX!P\x0e\x1c\xe1\xf4s\xec\xcf?\xb0`\xd3\x91w\x99X\x86\xf1\x83=\xc8\xa5\xab,\x9aV\xf77\xb9S$\xf9\x87\xb5\xcdh\';\xba\xb8\x7f\xff#y\xc2\xd3\xef\x0c=\xf5\xa9Z\xf6\xc9\xc4R\x90\x8d\x0e\xb2\xfc\x89\xcf|C\xc9l\x03\xca\xc6\xc8\xb3\xe4JH6\xc4\xb8\xe5\xf7\x7f.\xccB\xd7\xf8XR\xbc\xa4\xd0\x02\x02\x9c\xa5\xbbr\x04i\xc7H>\\o\xccGWS\xe4\xda\xeb\xdc\xb8\x94\x81\xf0|\xcb\x04h\x06Y\xe4\xfa3\x80N\x0f\xd2\xc8\xab\xab\xad\xff\xb4\xbc\x14Z\xd1\xba\x96\xb79\x025\x83\xf9\x8e\'R\xf8\xe01\x0f\xb2\xb0\x84\x90\xd1%/\x10\x98\x03W?B\xd4Yu@\x9dK\xac\xc8N\x8f\x06\xb3"\x8f\x95i\xdc\xaf\x82\xa5\x8a\xd1\xc7\x8f\xe3\x1c\x1e;\x1c;\xcc7?\x1en\x07\x14\xa2,yW\xdf\x13&Ay`W\x9d\xb4\xa6\xc6\x14}\x18\xb2\xf4[\xf1X\xe0i\xaf\xc2\xc07=Z\xab\x9e#\x0f&1\x18Uq\xe4\xfb\xe9\xd7\xcdf\xba/\x9a\xfdH\'X\xdd\xcd{\x8f\x03\x07\xde<\xdd\x9e VT\x15Lq\xf6a\x90^\xfaB\xe8KA\xe9?\x9f\xe4\x8f\xea\xde\xc6\x16\x0f\xe9\xe3\x18\x16\x92\xa0\xfa\x7f\xdd\x81\'\x04T4\xc4-\x00\xe9J\xb6\x8c\xe5~\xa5\xf6\'\xcd\xff6\xfeX|\xef\xcb\xf2x\xec\xe4\xd9_G\x9e\x91\x83\x90\xb8\xb0\xf1\xf9\xfd\xfa\xba%T+\xd8=o\xf3\x8a\xdf\x87\xad\xcd+K\xeb`s\xd4\x05-\x99\xf6\\$\xf2\x89\'\xeb\xce\x93H\x88\x0b>\xb3\x9f\x1b\x97\x8b\xbf\xb0\x16-\x90U\x01\xad\xfc\xb9\xe1\xb2\xbf]\x00sk\t\xd5\x91g\x86x\xd6{\x93\x89Y-\xca\xcfX\tU\x84\xd0\xdc"\x80\x05m7\xc1x\x7f\x86\xf6$\xd7F1\x8b\xad\xe6Zqo\x07\xa8\xe0\xbb\x89\xb6\x9b-\xdd\xe0\xa3\xd0\x0f.\xb1*\xb3a\xcf>\x9b\xefl\x8e1\xdb\xbc\xa6\xb1x\xb5\x1c\xa0q\xb0\x96\x91\xdd/~v\xb7=Qd\xdf\x87<\xaf}\xeb\'\xe71\xb0\x90Vb\xfd:\x9a\xb4r\xd3d\x85I\xd9|\x9e\x0c\xc7\xfd\r\xbeu\xb6\xa0L\xe1\x86\xe3L\xc8@\x86\x8c\x1e\xef\x1e\x82\x1d\xbb\xd3\xe79\x8c\xcdFA.T\xe6xi\xa4\xe1\xfc\xb3\x87\xfdi\xab\xea\x9e\')\xbdEF\xeb\r\x80D2\xa6\xbf\xb3@\x0e\xefZ\xf9\xd11&\xe7KT\x1d0\xf1Vj\xb3\xfbY\xe72\xf9\xbf\x9b\xc7\x82V\xe5:\xfb\xc2\xf9\x01\x93\x1f\xd6m\x16\xebi\xba\x0f\xa5\xa6\xd9\x94\xb8/vS\x00\x17@-B^(\xcfq\x87{\xd0\xda\x1a\xa7?4#<q\xdf \xc5\x1f\x90\x9d\xf0\xdf|\\`^8\x83K\x1a\x92@\x83\xf3l\xfdk\x8b\x01\xe3#\xceVp\xc0\xe9:\xef\xc8\xd8\x12P\x19\xde9e\xe4\x87^,\xbbt^\x11$\x1bY\xe2:p#\xe9\t&\x9d\x8dKl\xce0\xa5\xf8Aw)\xde\xc9\xe7]\\\x1f\xcc\xca+\x902\xa6\t\xca\'\x0bta\xd2\xf6\x81U\xcdG\xd7D\xbf\xc8)\xd8\x8e\x1d\x07\xde\xd7o\x10\xb60\x10\xd7K\x99M\x9e\xda{W5\xa6i\xcb/dt\xe7\xe85\x10\x0c\\\xad\x1cg\x0e\x930\xd4_\xff\xf8d\x12\xb9\x85\xbe\xc6\r\xa4'

192.168.1.2 -> 69.160.6.18
' \xb8\x08\x13\xcc\xc7\xde\xc9\x1e\xb2y\x1cH\xda"/\xf46\xb2\xab\xfae\xa7$\xe8J\xb6\xd9\xf6'

67.163.96.170 -> 192.168.1.2
'z\x84/\x16v\x03\x024/\x07\x0e\xec\xb0QA\x86\x05I\xca\x91\xbah"\x03\x93&\xfd\xaf \x19\x03\xb7\x95\xb2#\x06B&\xddY\xc5vt>\xe3\xbe%?\x82\xe4\x87\xdb#\x17-"~\x88\xcf\xb7\x01D\xae^K3\xe0\x06\xb1\x81\xc9\xa7)l\xfd\x0c\x97\xbb\xb8\x8aB+\x08\x90~\xa4\x1fMD-4\xb5c\xdb\x81\xe3\x9c\x15Ny[%A\xe9\x1eA\xa3\xdb\n8/\xacb)\x99\xe4^.\xe1\xafSu\x8b\xdf\x11.\x00\xd9z\xfecj\xf3#h\x19g\xa6*\x9e\xa7z\x83u\x9e\x88\xe8\xa2u\x91\xab\x1bW\x80d\xa2.\x96k\x0f9\xe4\xbb~\xe54\xe4"\x1f\xc5\xef\x13\\\xad\xdfQR\xb2\x9b\x91\xcd\xd1\xe3`\xa6\xde\xe1;/\xf4@\xc7K\xe6\xedB\x08\x1bK\xbe5\x12\xecg\xbc\xb8\xa5T\xa6\xcf\xda\xa5\xb2\xd9\xe9\x07\xe0\xde\x84->)\xd8\xd4\xdb\xfb\xd8\xed%\xc6\xe2\xa8m\xba\x89\xe4{\x9a\x0f\x88"\x90~\xcb\xf5\xc9\xe4LC\x84\x8fI\x1c,\xf0\n\xb1c\xc0\x892\xd1\xb2^\xec\x90>\xd4\xfcD{R\xb0\xd01\xab%\xc4\xc4V"\xb6H\x93\xbb\xb0\x877\xe8 T\xce\x01v2P:{uH\x06\xce\x8b\x8f\x11;\xe9\xcaN\xa6g+\xb3@\xb7\xdc\xc2e\x1d\x8b\x80BKdUXW-rXW\x90\xe3]\x9a[<a\xa6\xac\x07\xaf\x91\xc4U\xd1\xcb\xbd\xee\x9c\xdcD\xaf\x03\xaa\x19\x1b\xeea\xbft\x7fU ;0\xdd{\xd0\x86\xa2\x9cp\xc7[A\xd5\t\x95\xeeA\x94K\xf1\x10:\x91j\xa1_\x82\xa5n\n\xfd\x958LP\xac\xf8\xfa\x0e\xf5\xe6^\xbe)\xc24\\%\xc8\\\xd9@v\xff\xb5\x19FZ\xca\xfd#t5[\x8eB8t\xaf\xd4\xc7\xa3\xf2?\x85\xeb\x12\x8d\xc1\x16\xbcl\x95a1^\x8c\x07/\x86-\xdf\xc8\xb4\xf3\x87\xb1N\xb44~\x91\xc9\x8a\xd9\xddo\xcdN\x90\x9ew\xf6\xa0\xa0+\x1b\xf0f\xa4h\x06\tf_\xe9\x11\x96\x90\xd56\x97L\xea\xe5\x8f\xd2\xc9M*\x8d5\xe3>b\xee+p\x88\xb4Py\x0e\x1f8\x88\x08\xc4\'$\xb1Q\x15\x93\xb5\xd2\xc2\x00\x1d6\xbdk\xb8@\xec/[z\x06\x87\xecLt\xf2c+v#\xfeL\x0c\xaf\xa2\xe4\xe3\xed\xb7\xca\x13\x85\xcd\x08\xb9G5s\xfcl\xf3\x8a\xc5\x18\xcb\xb4Nn\x94\xe3\x1aD\xe1\x8c\xfb\xe7\x8fc\xc9\xeb6\xb3#\xa6\xf6\xbe\xaah\x9d\x89\xd9/\xab\xf3\x801<\x89\xc5!\x94\xe2`Mo\xc2\xdc\\y\xb2C\xd0\x1f\t.\x93\xff\xb0Y\xae\xbb\x00\xa8\x06\xe5\x8a\xa1s\x12\xd6J\xa0S{l\x9b\x1f\x97\xc6\xa3\x11\x91\xf5e\x8aE\x87\x9dv!$\xb3\x0f\xd5\xb2\x99K\xb7q\xb2O9\xd6X\xfd.\xbfl\x93\xf1\x9b\xea\xa13\x1f\x919\x0cK[\xb1\x1fi\x8e\xb3\x8c\x03\x82\x9b\x19\xca\xc4X\xd9\x9a\xd9\xba\xea\xc0t\x9c\x14\xf1G\xd3t\x95J\x1d\x97L\x86y\xd9\x9dx\xde\xa3\x00\xb1\xc3\x8f\xfa\xd4\x81\x17\xae\xe3\xd1f\xebn\x1a\xb5S\xfe\x11k\xa2:\x11\xcex\x81\xc23\xb4\x16\xf7<\xd3\x0c\x04\x83\x9dT\xe1-\xb90*\xdc0\xaa\xc5\xaa\xf4@\xa0\xcd\x92jH\xe8\x9a\xe1!Q\x8a\x02^\x02.\x87m^\x97\x82\x94\r~|\xc72&k\xda\xa6!\x9b\xed\x1b\x9e\x19\x06^f>|\xceI\x14\xe0vE\xe3\x8b\x8c}kuc7]\x8a\xd6\xae\xafA!\x0f\xd2\x91nr\xdcI\xd6\x06\x85\xf3)\xf5\xd0N\x13\xc9\xe0,\xe1+ \x07\x98\xb2\xc0\\\x1a\xc6\xcf\x04\xd91\x06J\x8c\xb4\xcd\xf0r-\x93\x06\x9dh0\xb4\x82\x86\x17\x8a\x88h\x9cD6\xa1\xdf\xdc\xe3\x91\xd6\xea\xcf+!\x84)\xf5\x15\x8aTUO\x04\xa4\x9a\xac\xdd\xb30\xa0<?%\xef\xa9v\xf7e\xb8\x01\xf6\xfc\xd7.\xcd\xdaL\x9f\xee*H\xe4\xb3\xa7B}_\xab\xbd\xebyu\xa9\xd4\xf83\x10\xc2<|I\x96\x02\xcc\xda\xc0\xa08\n\xb2>\x82\xe9\x9f9J\xb5\xcbI\xf9n5\x1d\xe4\xeb\x86\xff\xaa\x0f\xe0"\xc5d\xbd\xb4$\x13\xf9 \xd2D\x15\xbe\x0f\xean\x1d`\x8f\x1ck\xc1\x8c\xa8\x1b\xf3\x81\x82\x8eRI\'\xbf\x98I\x94\xa4\xa1F:\xb6\xd1^\xf9\x82\xbfu\x94@\x9f/\xb8\x8c\x8f\xd9x\xca\x97\x9f\x05\x18\x1e@\x90h\x145m\x8a\x11\xa8*\x1a\x7fr\xe8F\xcb\x19BU\x8fh\xe2\xfd)\xa5\n\x01\x8e*>\xd1\x15\t\x0c\x9a\xf4[\xce[\x04\xe2\xf6\x15\x89\x13\x1e\x89\xa2\xf0\xcd\x91j:\xb2X>\x13\x03\xdd51|\xfd\x00\xcc\xd2\xf10\x07\xaf_\xa8\x93\xc3\xfc]\x87Qv8\xa1~iCP\xea\xdd\xa0\x89s\x88\x12\xe7*uGk}\xbe\xfd\x89\x89\xcc\x90_\x84\xf5\xf5\xa1\x94\x1b\xf5\x87\xcb\x0b\x0c\xacy\x06\x93w>S\xf3\xf8\xfd\x0f\x04\x0e\xb6:\xf2\x94\xa8\xbd\xd0\x854!T\xb5{\xc2P\x14o\x17y\x9f\x044_K\x11p\x02/V\xfd\xea\x92\xee\x9cEH\x98\xc4\x97]\x9d\xc7W\x84\xb1r\xf3&]|1\x9e\x02\xeer\x91B\x96GAG\x880\x0f\xd8\xe2\xa0]\xb3\xc2U\x04Z\x95\x8b\x80\x7f\x8f\x9d\x8f+t\x0c\x10\'vx\nT\x0e)\xe7\x94l\x96\xd1+)@\x94\xa6r\xb2)\x13MG\'\x90F\xc3P\xebV\xee\xde)o\xebw\xb0\xf7\x19\xda\x9b\x9b\xfe\xdb\x9a&\x1dm\xc2RF\x11\x89\xc9S]\x7fV\xbcg\x94J{\x15\x9a\xeda\xa9\xbeA\x90\xc8Z\xee\x0cIxy\xda"b.\xda\x99\xe9d'

80.73.178.211 -> 192.168.1.2
'\xe9\x1e_\x16r\x04\x02c\xd6\xb9\xc1\x86\x90\xd2\xc5\xb4\xf9\x18\x96ss\xb33\x1c\x19\x99\x0b\xfey \xc3\x9b\x15\xbf\xd3\x10\'\x8dtZ\xa4\x19\xad\xfb\xa6v\xc8Va\xf1\xb9\x9c\x92V\x87\xd3mL\xe5\x83\x14*\xdcR\xd2g\xc9\xbd*0\x06D\x17\x81\x02\xf6\x16z\xafW#\xdc\x10q,\xd5\xe5q\xc9\xa0s\xd1i/\xfe\x82\x9e\xbb\xc0g\xf0&eEa0j\xbb\xe45@\xf9F)8%c6Xq\xa7\xb03\x10hL\xa9w\x14\x15\xa8\n\x9dm\xab\xcf\xdf;\xc8\xd2D \xcai\xe7N\xf2$y\x18\xebj\x01\xf8\x04\xc6\xbbn?\xe8\xe9\xd2\xf6Kk\xcb\xfe\xf5\xeb\\\xec#\x84\xa5\x06\xc4\xa1\xda\xc2\')\x1a\xf4\xd5\xff8\xbb\xe4~5\xed\xf8\x92\xdaL\xd6\x01]z\x17^7\xc8[\xb1=KcmN\xee\x82\xe0\x1dl\xe8\xbf\xf1\x05\xa8\xe9\xf8\xc1q\x99\xd6\xd9\xa8\xe3\xb7\xcaV\x10\xddZ\xde\xbd\x93\xf5\x1dN\xe9M\xed\xc9\xb1\xe8L\xd2\x8e\xb5\x8c\xc5L\xd5k&"5l\x89\xe5\x08\x05\x0cu\xdc;\x85\xd9}\xe5\xd9lZ\x17:v\xc2\xf3\xdb#\xa9\x92\xfe\x91\xdf\xfc!x\x80\xadTY\xcdF\xb1\x05\x0f\x87\xe0a\xdc\x85s\xf6\x8c.5\x14t\xd9\xcco\x99\x827\xf1C\x97$mX\xa8\x1b=\xf2\xa7K\xc5X\x92`\x1f\xc3\x1fw\xf9\x06\xa3\xb3\xbd\x83\xb4\xf6r\xf1R#>\xeb\xf5\x12S\xf9\xc7!K\x93?m\x9c\x15\x98\x7fbo\xbb\x80\x11\xd5:>\x84\xd4~w\x10\xc3~5\x9cq\xffu\xa7\xcc\xb5<\'\x0e\x8e\x00\xf1\xc9\xa0M\xbe\xff \x17P\xa2\x1554\xe5r\xdf>4Hi\xe1\xebq,\xf7=Xd\x12,A\x93w\x98y\xc4&\x92\x87?\x1c\x9c\x1b\xd2\re\xb23\xda\xe1\rh\xe36;\x85N\xcd\xda\x0b|\xa6C\xb2\x9e\x8e\xe9\xd6\xc7\xb91C\x8c\x1b\x8e\x1f\xdd\xc65\x08\xa2(\xed=\xa4\xe4\xe4\xc7\n-+\xfd\xc8m\xb0\x0fb\x1b\xbe\x80\xac\x1a\n#\xe2D\xf7\x8dZ\xd0\x80\x90\x9aC\xdc\xe6\xb7\x1a\xcc\xf5\x07\xce\x0b7i\xa5?<r\xf0\xef\x19\x87M\xec\x17\xf4\xbcEC\x94\xaewaN\\\x02\xf8\x9c\x07\xa8b\x9b1\\\xce\xd2\x04\xf2\xe2\xf4\x16\x87\xdcZ\x97\x98\x16\xe1\xa4\xcf\x8c\xce\xf8\x02\x8d\x82a\xd2\x93\xc5\x99\xe7\xeaS#T\xa1\xe1Z\xfd(z <\xaf7dQ\xd5\x9e\x07nf[h\xa3\t\x8am\x1cZ\x1f\xd7mf\x00M\xe5\x86g\xef\xaa#T\xe3\xbb\xd1}\xbb\x01AS\xc9\x07\xff\x13}\xe0=Z|;\xb4\x1c^\n\xfd\x17\x9b\xabN\nt\x04\xf7Fw\xc87\xb1\xecqN"K@U\xe6\x8d\x93|\xf6\xed\x8b(k\xe3 \x9bc\x1c\xc6W}i\x99%\xd5H\x1f\xf8\x9b\x9f\xef2\x10\xca@\r\x1a\x1a\x83\xe8\xa4\x1ej\'\xdb\xfe\x03.\x01"I\x03i}\xa2$\xe6R\xbdu%\x8b\xcf\xe46\xcd\xb27ac\x9f&\xfb\x9ez\x80s\x8e<\xc0\xc1\xbaz\xd6=&l\x84\xb5\xd2\x12Q\xa9\xb6=\xd7\x0e<F\xec\x82\\+M\xcd\r\xa0\xeacZu:\xd6\xbc\xbe\xa9F\xc7\x9b\x9f\xd6\xc0\xc7\xf7\xe5\xde\nr\xc7\xf4/\xbb\xf8o\x85\xf9\'?\xe1[\xa3]\xf6~\x07\x077\xa9X3;\xd8.\x1e\x91\xa5\x93\x94\xd5\x88x)\xe1\'\x16B\x00\xd5CXVp\x01D\x8f\xb7\xcb5\x8c\xab\x82H@\xedj\xcb~\xae5\x8d\x82\x7f\x9a\x02<\xf3h\xc2.\x8c\xc1\x1c<.\x138f.#\x8d\xaa\xb3<\xb2\x0f\xe7\x9a\xa4B\xfe\x92\xbfE\xcc\x8b\x871\xc5\xf9\x11\x83`\x1f\x1e\xad\x86\x06@\x7f\x82\x88\xa6\xe6\xf1\xc8\xf4\x8f\x99?%To\x9a\x0c\x8dX\x8a\x06q\x84\xe2\xd3J\x19~\xca\x8b\xf2j\xa1\x1cFN\xf0O\xech|\x1e\x8cE\x06\xb7(%\xcd9/\xf2\xf9\x0e6\xd8\xc3\xd6\xdc\xe2e+n\xd7`\xe2e\xf3\xae\xb1\x8f\xaeq\xc0\xae\x88\xfb\xb9E\xdd\x1d/\xceE%\xb8\x85\xbd\xef\xda\x00\xea\x04\x8a\xa7\re\x8c8eT\xb3\x1f\xaaLa+\xdb\xa8\xd7\xf2\xf7n\x05\xaa/?\xb1\xf1\xd7\x85\xfe\x1cxx\xdf=#\x91\xae\x9ci\xa6"\x8f\x93\x8d\xc8\x8c\x0c^tG/\xd5\xb5\x10\xc9Y\x91\xa8\xac\xc1|3\xff\xb7\x82\xc4\xd0\x9f\xa5O2\xea\xc7\xfe\ru\x12\xb4\x7f\xef\xd8\xb3\x1b>F\x8fs\xc9\xf2d\xdfr\x1f\x9aS\x03\xf2x\x92\xc5,<\xaf\x0c:\x13Q\x10\xf7\x9d\'\x0bu\xf2\x87\xb4\n\xf3\x89\x11\xf1\r\xe4\xd7m\xdfH\xe0w\xf26K\x99\xe4\x9f\xaf*\x04CQ\x95\xd5\xfa\x88v\xda\xfaB%7\x18_\xbe\xf6\x1f$\x93\x06\xc8\xf7n\x03R\xe3B\xf55j\xc4\xc1\x85L\x87\xaf6\x01\xf5\x86\x16u\x1c\x94\xd4\x9d\xec\x06K\x9a\xcb\x96\xdc`\x01\x06\xcfP\x12\xbaZ)?\x8f\xb0T\xac\x10\x1d\x0css\xce\x9dK\xb0P\xf5\x90\x92\x88E\xb8ouYU\xe8\xffi\x15\x87\xa0Ob\x1c\xaa\x96\xea@\xff\x890$F\x8a\xa4#\x06X\x19\xe2\x99_M\xaf\xdag\xeb\x1f\xebo\xc3\x90\x0c~B\xce\xceU1\xbb\xce\xaf\xd6\x04%\x88H\x168\x18\xdeA*1\xe5Eg\x10\xdf\xfe|d1h\xd2\xa7\x9e[K$x\xd4\xccq\xa4\x87\xe6\xcc*\x82w\x9cC%p\x04\x84\xad\x1fq\xad]\xbb\xc0;\x11S\xd6Y(\xd5\xd0\x9c\xf1\xd9jO\xcf\xdb\xf9R\x90\xe5T\xf8o\xf3\xd5\x88\x8er\xca\x8e!.`]\xc4\x88l\xd7]\xc9\xce\xc3{\xe5\xa7'

24.28.248.6 -> 192.168.1.2
'\xaa0o\x16t\x05\x02T\xb1\\\xec\x08\xa5\x1c\x03/\xe1\xbdHYD\x98-\xafB\xa5\n\xf5\xe1\xca<;/*\xe4I\x13A\xd3\xf7\x1dH\x81\xe8\x1a[\x02\x16|1_\x1f\x00\xef\xf4\x11\x89\xc2\xa9\x07\xbf@~\x91\xc3\xb3\xf2\xa8\x94\xf0\xe1\xa0K5=\x1eE\xc9N]a`2;\xcexx\xf0\x02\xe4\x9d\x1a-7\x83\x0c\x13\x89\xcd\x01\xc2\x18\xfd\x89\xbeN/\x9c\x91\xce\x08\xfd\xf4\xca\xfc\x89\xe9\x8a\xd9\xe5\xfb\xb3\xad,\xc5Li\xc9\xcd\xcf\xf1oB\xb1\x07]Z\x06XN\x07\xa4u*f\xa1h\x92v\xb4Z\xb9\x92\xdf|,+U\xba#\xd0\x00\x06\x15\x1e\x87\xa0\xadn\x0c\x94\xd5x"\xb5\x9bt\x81\xcf\x1a\x8f\x1f\xfc\xf5\x98HC\xc8\x9c\xc7 \x8c\xa0KIz\xe7\xe3_\xbb9\x9d\xf1\x84\x80\xe1\xeeo\x83\x1aaq\xdd_wd\xb3-:J\x8b\x10\xf4\xa1\x887\\\xfd\xbe\x9d8w\x0e\xe1\x82\xe9\x86w\x9c&\xc7\xae\xa5VK\xad$mv\xfac\xaa\x02\xaf\xcd\x81\xe1\x9c9"\x065\xfd\xfd\xad"\xf7\x88\x04\x03\xf3\x0c\xa8\\\x0e\xc7\x8b\x1c\xcf\xc9X\x8f\x1e\xf8r#\x83\x0b]\x1e\x8f\xe2\x1b7\x95I\x8e&\x11I\xca\x8fZ\xe7j1a\xe0\x93\xb0D`L2\xdb\x90\x1d\x00\xe0\xc4\xd4\x97Z\xa7}\xcfn\xe1\xdcp\xa9F\xf0S\xd6\x82\xf5&\xcc\xc3\xae\xa8\xcfD\xd9\x9e7\xffS\x00S\xc6\xcd\n\x82\xabiU\xd6\t\xb1\xca\xf3YQ\x07\xe7"~\xf4#d\xa6^w\xfc\xfa\x8b\x83G\xb4\xa2\x0e.\x17\xe0\xeecx\xd324uu\xac\xfa_\xf8\xb7t4\xb1\x00\xc9/~\xeb!p\xb1\xf6\x88\xcc\xe8X%0\xf4\xa3\xc0\xce`\xa3qhmHXW\x0c\x9dR|\xeb0\xe8\x7f\x80\xc6\x83\x86\xdd\x9d\xc0\x01\x83\x80\xf7\x9cX(\x1c\xa2\xc0xl\x88\xe1j\x1a\x90U\x13fqm=\xa0\x98\xc69\x98\xae\xd5\x12r_\x96d\xb7\xd9\xdd\xe4]\xc0|\xa8\xa2\x162\xb3`k\xa8\xa6\xf4uV\xb1\xb6\x9e\x90\x9e\xf0D\xa0\xa3\xcc\x15\xe5R\xaf\xb7\x80\x06a9u=\xae\xbb\xab\x8c\xec\x86\xc7\x94m(\xe6\xcf\x93\x98\xb8F\x86\xa0\xe3\xfb\xad\x9d;8\x82\xb3$\xc2i\xca:t\xba\xa5\xbdA5\x8e\xc1\x10\xf2ZY\x95*:\x028|az\xf1\x03y\xdc\xad\x94+\xf0\xa6\xc2\x10\xc2\x81\xdf]\xbcL[\x9eW\xd8\x91\x86\x14\xd2\xfd\xab\x9b\xe52\x0c\xf8\xe0+\xba\xf3\xdb\x04\xbc[\x10\xa4Yb~\xcf\x89\xe4\xef(\x19\xbd\x00FE\x00:$\xe6\xbeV/I\xa3\x9e\xcb@\x15\x02\xee\xb2\x84\xf3~\xa4\x9c\x03\xd8\xc0\xa0\xde\x0b\xa6q\x1a\xb8V\xce&\xd6\x92\x11\x9e\xe1\x1b\x0e\xfc\x80[i\xe0\xf3\xfd\x88z\xb3\xbe\xdd\x99V1\xb8]\xfb\xd1\xaa\xe4\xb6\xb6\xc2\xbfQ\xda\xb0e\xc2`Y\xfb\x06\x98KTt\xee\xee\xe05\x8f\x05\xbe\xbb\xbb\xc0\x04\xf6\x9f\r\xf3\xf4\xf2\xa8o|\x85\xdc\xa0\x96\xc4\x05|\x07M\xee\x17\xffJ\xd4\xfd\xe5D\xee$\x8cq\xca\x1e\xfb_\xe0_hz%\xbc\xae\xcc\'SE\xe3$\xe1}>P\x11|\x07?\xd7\xe2z\xd5\xfd&x|r\x03\xcbx\xfa\x85\x01\x07\xf3f\x7f\x8a\x88\'\xbe\xa4=\xc4Q\x06\xac\x964\xa8u\xa7\x01\xb0\xb5u\x95\x1c\xed\xc1\t\xa4\xe3!m3\x1e\n\xdb\x01W\\\\\xa9/9\x8f\xee4\xb2\xa4X\xf0\x89\xb8\x87\x18\xc6\x9f=\xf4;\xe1\x014wZ\xb0K\x98&\x17\x013p\xeb\x03\xf7/v@.\xbc\xff#\xae\x9d\x0b\x9deU\x0c\x08\x9b\xbf]\x06\x06Tg\xf6\x94\xe5\xba:s\xc1\x0e\'W\x12\xbe\re|-z\xee@=\xd9n\xeeQ\xda\x16L\xe8n\xab\x90\xe2q\x854P\xf0\x04\x94\xd1\xe8m\xa8\x7fE5\xb9b\x9dB\xb8Np\t\x070\x10\x9b\xce\xb7\x1e!b\xf3\xff]!\xe5\x13W\x08\x82F\x9f\x9f%\xb6V\x9e:\x07[6\x14g\x13z\xf6\rx\xa3\xdfB\xf5\xb3z9\xb7J\xb6ft\xbd8"\xe7\xbc\x0f5\xe7>\x0e\xaf\x89\xe5\xa5H\xaf/wKW\xce\xee\xac\x16\x1b\xf4\x9f;\xe2\x06r~[3\x13\x87\x9e\xe3\xdc\xad\x00;\xea\x8f\xdc\x9e\xdfY|\\!\xc5\x1a&\'\xa3@\xbb\xca\xcc\xb9\x19\xcb\xfb\x7fp\x13hj\xfe\x11\x99c^\xe9\xc6\xe7\x1d\x888G\xc6E|\x9c\xb7X.\x16\xb4\x98_\x9esB\xa7\xd1N\x1bGl\xd4*\x8b\xa8]\x1b>\xd0\xdf\x1e\xde\x85Wn\xd9+\xa5!\x86s\x9c\x80)\xa3\xd9Z\xfdJ\x86\xdfP\r\xd92\xf0\x0f\xd2h\x97\xb4\x0f9\x07\xdf\xf0\x97\xa0\xff\x18\xc2\xb6I`y\x92\x14qxx\xf0]\x1b\x861\xe00\x13x\xc6\x1b\x15\x81Af\x1aO\x99\xb1\x8b\xe9FSl(~&\x1di\xa2\x9a4i\xdcl\xfeI\xe1\xdd\xf3j_\x106\xfa\xb9ul\x06\xfbvi8\x0f\x91z=\xd0z\xaf5\xc3\xe4%\x7f|\xbcq\x82\xd2\x80\xf1\xda\x80\xee\xff\x07C\x1d\x9f/\x1dq%\x1c\xe0u)\xa6\xfc\xfaL\xecaC\xa5gL\xe3\x8bz.A\x03\x96,\'\x88%\xc2^\xa0\\\xe9\x80\xdd\xb3ky\x95t\xcbu\xdev!1\xb3\xc8\xcc\xe7\x94\xe7\x1a\xa2\x0c\x00\xe7E\x85\xbe\xcd\xa5\x0b\x18B\xcc\xb6\xe6\xa6\x95\x89\xbd\x847\xc9?\\\xd3\x08\x8c`\xc7(y\xa6\xe8c\xa1#\x9c,\xc2\xc8ht\x888\x05\x9a!\x18!\xa66\xac\xdd\x15]}h\x91Pf\xb0\x19\x95l\x8f\xe6<\xe0\xf7\xf7\xd7\xb7\xad(\x8f\xfc\xbf'

80.73.178.211 -> 192.168.1.2
'\xe9\x1eO\x16r\x05\x023`\xe9\xd7!#\xb8s\xf8I\xf1x@\xeb\x9do"?\xc3p\xeen6\xae\xe3\xfdU\xf6\xef\x92\xa5\xfdEz[d\x93\xe0\xa1c\xcf0\xd18\x8a\x01\xb4\x12\xdd\x10\xeccQ\xa1d&+\xfa{\x98\x12\x86\xd1\xe7\xa4\x8d\xd6\xb9*U\x97\xb3\xca\xec\x8c\xa3\x9aZ\xe0\x1b\xeed\x87\xafTjZ"\xb0ZO\xe3N\x02)\x0f1\xf4\xc9\x05\xf8\xf6\xfde\x91h IP\\\x8d\x0e\x7f\x88\xbe\xcf\x92y\xfc\xb8\x87\xfa\xf8\xc0\x03\xa3\rX3\x80T\xa5\xb5h\x90\x82sw\x06\xbcW\xb7\x84\x93J0HD\xa3\xe4`;LyH\xf6\xc4\xd9\xa9\x9c\xed\x90_H\xdc\x1e[6\xfbS*\x99\x02<p\x01v:\x16\xe7\x9c6-@\xd9\xd0\xcd.\xc7g\xff\xf5AO+h\x9cN\xef\xc1\x8e\xdb\xb7\xf1:\xfe|\x8e\xcbr\xf2\xdb\xb0Dj\xa5\xd0l\xbb\x9e\x9f\x98$1\x00\xfa\'\xb2m\xf4\x17\xf9\x96gc\'\xeeT{xi{y|b^\xfe&\xc9\xa7\xc2\x1fC~*\xffq\xe4\x89Y\x8d\x96c\x81\xb2\x0c\xa6\xa4\x8f\xe3\x91e\x0b6D%\x8e\xcb\x9b\xae\x89\x9f\xf6\xb1\t\x84\xa6G\xb0\x97\xbd\x12\xa7ov\x05\xc0|\xb0 \x82v\xc6\xda\xbaW\x0f\'Z\xed\x8a_\xec\xdf\x7fa\x04\xcc\xee\xc8\xd1\xe8\xeaa\xe0r\xfc\xc4\xec\xa1(\x93\x8d\xbef\x94^\x10\xfe\xbd\x84I5]|6\xf96\xf7\xdf\xcf\x0e\x1e\x9b\xde\xb5\xaf\xd0@\xcc\xe5\xa7*\xe4z\x16\xd8\x80z\xc6\xed\xb5\xd4\x0bw\xd2>\xe9\x8a:\xd1\xaa\x99\xca5\xd2\x07\x1b&\x88\xcb\xf20\x8a-\xf6\xc1Y/m\x0f\x90\xb6\xb5A\x05\xce\xe4b\xd1\x7f\x8a/V{\x90\x8fX0\x03\xd1 \x05\xbc\xd5\xa2\xd2\x07\x1cF\xed\x0f2\xe3\xd9\xab&i\r<\xe2je\xc4\xe7\x1e\x0cu\x92\xd1\x9e\x80\x10])4\x8b\x18\x7f\x00\xf2\xe5\xe6\xf7\xdcsM\xc09b\xc7a\xd7A\x00\xe6\\N\xd3\xea(\x9dFP\xad\xc3\xa0\x84\xed=\x17\x8f\x8d\xbfA,\x079\x90\xea6\xf3\xee\xea\xef?kM\x82GI\xc2\x95\xd7w\x9b\xf18\xaf\x87]/\xd1TL\x1a\x0cl\xc8~8h\x7fE\x88\x8d(\xc5 )\xa6\x07o\x0bh}\xd78\x1c\xf1:\xea\x17\xa1\\\x1e\x10\xf3\x10\x12\xe9\x17\xe6I/\x98l0\\\xd8Z\x90.\x16\x85x\xa1\x956)(\xae\'\xf9\xb5\xc4`\x92Y]A\xf6$\x94\xd7=\x93\x99\x8b[\xa2X-T\xc2\xe3r^,\x1d\xe0r\x0b\xbb\xff\x0b\xc09XOl\xbd\x8d\x04\xf6\x18\xd7\x8b\x0c\x04\xe4\xdd\xac"\xfcHe\xady\xc1\x12\x1f\x90\xb4\x1e\x92\xddc\x9f\xc9\xae\xa7\xd7N>:e\x84\xaf\xc8\x16 L\xe3\xdf\xa2\xaf\x86\xf0\xbc\x94\\\xc7\xa9\x8b\xee\x14\xe1\x9a\xc3\nd\x03\x98\xdc\xa3L>\xa0Y\xae\x8a-%\xe9)u\xf5.O\xc2\x91\nB(\x86\xd3v\xbc\x16\xae{\x9b\xdd\xaf\x7f/U\xcf\xa9\x90\x9c`\x9e\xd6\xd7\xe4\x80\xac\x17Y"\r.+\xcf\xad;\xae#D\xb6\xfe\x13d$*\x99\x06j4\xf1\xd1h~\x078\xd6U\x05\xd8x\x9b{`B\xb2\x85G\xfe\xa3,B\xa7/K\xe2\x86\x82F\xb0\xa3\xa9\x8e\x14\xcaC>\xfe<\x9a4X\x0b\xcd\x91\xc5N\x95\xbc\xb8\xc79\x87\xd2}\xa3\xd4;\x07\xa2\x08\xd3>{\x97\xa9s\x95\xbc\x05\xb8.\xa4Bq\x872\x08P\xfb\x13Z\xf0t\x9a\xa3\xb2rR\xc0\xba/\xcd\x19\xc6| \x10\xd0\x15n,\xf8\xfc\xadtJ\x03\x8am\xe2\xc7tCgn\x03\x8fN~\xe7\xd3Z\x0f\x86^\xbd\x93\x9a\x13\xfb\xd5\xfe\x0f\xe8$\xfc\x8b\xeb\xb0?<o\xf0\x07\x04ng\xb9W\x93\x1f\x9b\xdd\x0f\x14\xff\x8d\xa4-W\x0e!\xd7\xa2\x8aC\x10M\x9d\x8fp\x97\x05Y\x92\x1e\x1c\x85\x1e\xaf\xf5\xac\x1c\xd0\x98@\xcd\xbb\xa5\xd9\xaa\'\xe3\x91+\x0e\x91m@\xd7\n\x89aOEp0Lr\x9c\x9b(?\xc3\xd3h)\x1a\xe6\x11\xda\xb0\x80bGk\n\xd1,N\xefX\xa6\x0e\xa3\x11\x84\x91\x11\x02\x7f\x03`\xa5\xdbbF&\xf4\n\xaf\x0e\xa4\x9d\x9e\xb4\xe1\x0b\xef\xb67\x15\xaaaR\x18\xf5\x7f\x84`\xac:\x1dvdwhP\x114y\xb4\x93\xaao\xb6\xc7L\x0fj\x9c:\xbbK\xa1\x94\xd1\x8e\xd8Y?\xf5\xcb\x19\xcb\x8f.\xdeV\xc8ski\xb1\x17\x90\xb9b>\xd54\xb3\xda\xe1\xe2\x14T\xefp<\xb3\x10\x83\x8e\xda\xd7\xc6\x0b\x10\x8b\t\x15\x03\xf3&\x11\xa4\xb9\xd6\x01\xb4\xac\x96\x15\xeb\x06\xd8\xd8\x05O\xa2?\xc9\x0c\xb4\xc7\xad\x87\xaa\x95\x8c\x07\xc8\xea\x93\xca\x17Db[O\x05f\xd6\x1c\xa9/\x92\xb1,u6G\x19\xa8O\x0e\xd7\xed\xbd\x8fE|\xfc\xa2\xd1\xdf\x81\xe1\xa7\x1a\xd4\xcf\x8cz}\x93 :\xe7\xbf\xe4\xe7`XnM\x88\x01\xe0\xd48\xe7t\x05HV\xda-\x16Cp\xf7\xa3i"\xba\x87V\xbe\xe9\x99\xed\xa4=\x16L\xe5\xf1?}\xd5g\xd4\xf3\xaf\xc4Ae\tAa+\xc0X\xa0\xdcO\xcb2S\x03}\xe4\x9f\xf4\xb7\r\xe1\xdd.\x10\x9dw\nv\xbf\x90\xdan\xe8\xae\xd7\xdf{\x0b<\xa0\xf7\xbe\xba:\xe8(\xad\xf3\'\xfc\x00P \xc4\xcd\xc3%\xe50z7\xa7\x02\xea\x86\x00<g\xb4\x05\xfeQC\x91Z\xb7\xb1\x8a\x9c\xdb\xfetl\xf7\x8bA\xc5Ni\x10\xd2\xa4\x8e\xdf\xc5\xeb\x11\xec_R\xae\x93\xe7\x86\xad\xceNC#\xc4\xa1$Z\x19b\xe6\xe2\x0fz;\x9f\x1d\xa7O\xbe\xd0\xf0\x10'

67.163.96.170 -> 192.168.1.2
'z\x84\x1f\x16v\x04\x02C\x9e\xc9,\xf2\x1d\\\xe0\x9b\xe3\xf32\xcdm\x0f"9\x8f\x1b\x18\x1fiV\x9b\x17\xb2z\xe6\xc7\xdb\x85\xbcyv\x1a\xb2f\xc6%\xf2\x1bW;\x99\x08\xee\x95{\xd8\x92\x9c\x8e$2Q\x9f\xa6\xd5;`\xbb\x9b\x82\x8a\xd4\r\xd2\x85wk\xbe$\x8c\xe6\x96~\xdf\xa0\n,%\xf2p\'\x0b;.\xd1\x9e\xd3HH\x16\x04N\xe2\x1b\xfde\x90.u\x18%\xa9\xca\xeexK\xf2\xae\x9f\xdb\xa8.w\xa5W\xe0W\xc9\xf3\x05*\xaaR\xde\xe7\xe3\x16X\xb8\x08\x8f8`\xbf\x97]\xa7\xc6\xf3\xe1\x13dh,3\xe7f\x12\x844\xbfW\xa9\xe9\x81\x8c\xcbl\xf5\xf1&\xb7B\x92\xede\xb6Y\xe6\x03%\xde\xf0\x91\xde\x8b\x10\xc7\x99\xc0\x07\x9c@\x81\xbc\x8e\x81\xa6\x99\x94\xa1"\x15L\xca\xadD\xa8EO\xd4\x08\xcd\t\x1d\x02\xc4\x0c\x15}\xac\x91\x14`\x1b\x88\x9c\xe7\x9bR\x92\xd2\xd8\x9a\xa7\x00\x9f\xe2\xb8\xe5\xa6Y\xe0\x89\x85\xbb\xdd\\\xf7\xa1\xb6\xfd\xce\x1c\xfa\xbc\xcd\xf1\x85!\xb8\xe4\x07\xac\xff\x1b%\x14\xf5D\x10\xc6\xf5/l3\xba\x1bc\xbf\xe6\xc60\x92C\x015\x13/%~\x88\xd4\xb9q\xa5wx\xaa?\xc6L=\x1ce"\xb6;a\xd4\xd2\xa2i\xc9\x1e\xef\xb0\xd9\x1b\xb5\xe9\xfd\xfc\x88*\r\xc5\xba\x03}E\xb7]\x1e?1[\x7f1\x9e\x08\xfe8\n \x99\xf2.<H\x82\xb9\xf7\xd6Y\xd70\xa0Y\xcc+\xf7\xea\x1f\xaa\xfd\x93\x7fKj\x15\xde\xb8\x8b\xc5d\x06\xf61\xdb\x9a\xf3\xe1~\xe1q\xed\ty\xa0\xe1\x14\x08$k\x1d=\xbd\x1d9\x1e\xe4\xde\xd4\xba+5\xcb\x8f\xf7\xe5|\xa6\x1d\xd7\xd0\xbf\xc0\x91\n\x0f\xc9\xca\xf5j\xbf3\xadp\xdb\x86\xb2\x11\xd3\xb8k\xc5\xa3p\x06\x1a\xa9\xd3ZG2\x1b\xd8h\xf7\xf69\xef\xa4\x98\xd3\xff\x08_e\xb9;CSpF.\xebD\xfe\xd9\x0f\xa7\xbc\xc3\x12\xd5Ng\xa5\xb78\x1b\xd8\xef\x0c\xc9v\xe6\x83\x8d\x93\xe0\xbe\xb8\xd7\xd8\x95J\xb7\xe7\xd6\xe5\xb3\x97\xf4+\xbe\xdf\'\xb1w\xacl\xe4\xeahBO\xa3P\xcd\x03\x15\x0f\xa9\n{H\xa1bI\xe7\xa9\r_\x92\xbc\x12\xde#\r0\xd4^\xe6N\x9e\x939X+\xca\x1bhl\xcf\xaa\xab\xd2\xbdf\x85j\r\xdd\x90\xa7\xffb\x9b\xd5\xba\x07i\xc5.Jyf\x0eb\x06\xe8\xae\xc3\x18\xe62^@\xc3\xea\x07\x1d\xfc\xeb\xa2\xc9\x83\x1d\xccTnBeKu\x13\xff\xc7\x130!:\xdeM7\xcft\xa8\x87\xfb\xdd\xad\x0bO\x95\x87oW%Hhb?\xc5\xf8\xcd2\x9f\x0e:\x8c5&\xef\x98\xc9\xdc\t\x05\x02t\x13\xab\xbd,tdp8\x97\x13J\x13U\xc5\x8fF\xf3\xa62\xa7\xf2\xd5\x7f\xf3\xd32\x8c\xde3VH\xad\x885\xbf\x8e\x15\xedU\x11)fX\xf4\xef\x05v\rw\xf3%\x12\x00\x95\x8e\xceMz\xb3@\xf0\xbf\xcf\xd6\xfd\xab(\xf4\xcd\xf8\x18\x8d\xc1K\x8c@4\x8e\xe8gG\xe8\xa5\\\\\xc2\x15u-\x83\xac\xb8.\xe3\x9a6\x00\x04\x8c.SR\xaf\xa8\xdc\xfe\x85[\x1f/gA\xdd\xda\x83\xd8t\xfd\x81#\x17\x05x2\x84\xe7\x8c:\'v(\xac\x85d\xc0w+\xfa"Z{\x95c\x0c\xae\xad\xed@\xdb\xdd;\xe3%W\xf0l\x8d2\x7f\x0c\x84|L\xcac\xf0\x0e"c\xfb\xab4\xd0\x16\xbf\xa0\x95\xdf\xda\xd4b\x12\x06\xa6\xa3\x9f\x04\xf4\xedK\xae\xe4\x80\xfc\x07[\xe4\xf0\xa6\xc33\xaa\xbf\x9b\x96g\xbcASU\x91\x11\xe8\xd1\x88%\x0c\xe1z#\xd1f\x8bE\xf5\x85\xd6dqL\x16A\xb9\xb5\xff4\xbe\xd8O`4-6\xec\x9b\xa0z\xbc\xca\xd061\xa7tc\x1f\x88\x88g\x8d\x98[j\x9a3t\x1c\xe5\x07-\x00K\x96\xbeBg\x85b\x92\r\x1b(\xbf\xdd\xfcA;\x86\x91\xb6\xaa\xf7v\xf0\'c\x1f\xe8l\x97\xef\x7f\xba\x90\xb9-\xa3\x9b\xbc\x8e\x84\x93g\xd0trEp\xb6\xfeV\x1aM\xbc\x1d\x12\xc9\x95\x0f\x866\x15\x9biZ|\xaaR\xdf9\x9d\x0b\x93{5^\x18\xf2\xb9\xc2\xb1\xa4:}\x15\x1f-nd\xbe\x83:\xe8\x89\x8d!\xae\xa8-!\xa0g\x8e\xc2\x81\xc2\xea\xd3\xdf\xed0\xee\x07\x05\x1e\x04\xf7v\xadE\x00\x9bu|\xc5j\xa5\t\x8eS\x96\xe8\x01\x8e\x1e\x8e4\x90\x98\x8b\x91\xc6\xfa\xc4q\xdc\xac\r\x81\xf5\x86\xc4]3\x1f\xaf/\xa7\xe7\x19\x1d.K\x9d\x99\x04\x1d~\x04\xf6g\xea[\xb8\xefKB\xaf\xd5\xa2\x10Z\x1d\xd6\x7f\xc4V\xa7\xbf\xdb \xcfS\xeb\x8d\xb3\xad/\xdd\xf0\xbbc\xbfJ\xd4\xecN\xaaf\x9f\xb6\x9b\x96\x83\xb0myJ\xe1k\xf6\xd8X\xff\xa1x\x05\x83\xaeE\x82\xad\x9f\xef\xbc\x11\x19\x99\xc8N \xa8\x9cpnq\xb3\xe8\xd4aP\xdf\x13\xcc\x0b\n\xabr\xfe-q]I\xf1\xedT\xdcR}!J\rG\xfa!L\xcd\xd3\xa3K\xf8\xa0\xe7\x90&\xd6\xac%\x1a\xf1,\x1dV\x9e\xfcx\x01\x90\x94\x9c,\x00t\x023\x1e\x97p\xa5A;\x18\xba6\xf2?\xff\xd3\x85\xf5\xf4\xb5<\x16t\x17R\x00d= *\x8a\xd4\xc0=#\x81\xb9\xf0W\xe88\xa5\x9f|\xcd\x14\x89\xdaz\x83\x01\\"\x8a\xb3\x1f\xca\xecp\x87\xae\xe9\xe2c\x1c\x02\x19\x18/)\x8aAF$\xc1\x18D|Y>>\xd75\x95L\xbc\rq\xef\xa8\x82P\x1e(\x08\xf7\xf9\x82\xb9\xc3\x0f\xfd\xf8B\x94\'\xa2Tv\x07\xfa\x7f\x08:5X5\xbc\x06\xb6\x91\x15\xed\x1e\xe8bH\xdeR'

80.73.178.211 -> 192.168.1.2
'\xe9\x1e\x7f\x16r\x06\x02\x12<\xc1]9\x08\xacgv\x12\xc0:\x15\xedMc\x8e\xe2\xac\x8d\xcf\xfd\xec\x14\xa9\x8eo\x03\xb1\x8e5\xaa\xc5\xbf\xd5\xbd<\x82`k\x81~\xb6\xaf\x8f\xb0\xbc\xc20\xfb\xc2\xe7\x06.y3\xeex\x07`\xab\xc7L3Z\xa8\x12V\xe7\x08\xc8\x1a\xbd\xbbQ\xe9G\xa8\x04\xc7^\x80\x04)\x7f\xdcRX\x94\xe83;\xc5\x10A\x9e\xcdq0w\x96G\xd1\xa4\xa7\xc0\xdcg(\x9a\xa5\xf3Wv.\xcc\xbc\x8a\x89\xbb\xabj\x8e3\xcb\x1a\xc6-\x87\xdd\xf4\xf0$F\x9c^\x92\x8d9"M\xb5\xecIC\x11O\x9d\xfa\x9c5\xd4\xda\x91\xc1@.e\x1d\x9ag[\x030J\xafoF#\xc8\xcd1`\x15K\xee\xdb8\x10\x81\xccZ^"\xcf2\xb6\xaa\xa3\x0c4\x17\xfds\x1ba\xf9c\x0e\x84{EWp)\x0b\xde?\x8c\xcce\xd9\xcb\x9aI\xcc\x16g\xa1\xda2\xf1\xfd\xae=V\xb7\xe5\xcdT\xa4e\xf6g\x8c\x9d\xe7S7\x18\x8e{!\x9cG\x80\xccy\x0ew\x19\xa8\x8e\xfb\xc4Nb\x02_\xb2\xed\tbS?\xbd\x07; \xf4\xd7\xc6\xcaO\xa86\x11\xa0{)zx\xac\x04\x9c\xb2\xf3\x9e\x89\xdb\xef\x16\x89\x12:\xbcAI\xb9\xee\x97\xa1\xb28\x88\xf8bB\xa9\xc1&\x00\xcfE[Df\x01M\xc4\x96\x17\xcd\xb8J\x05\x98\x07g\xf8\xec\xc2slum\'\xba\x1c\xf3\xb2\xb1\xc3v&\xbd\xf8\xf2\x98\xd1FK\x1b\x8c\xcc\xa7\xf37l\xcbQ\xf8\xaa,\xf5H\x17C\xb9\x1f7\xd1\x1a \xd5\x17\xc1\xb1\x81N\xfa]\xe8\x12\xb4\xdc\xed\xbc\xe5\x7fE&\x9bb\\\x80\xfc\xb8\xf6g?\x07Q\xc6\xb4\x05\xa5\\}\x1av\xf7\x80\x80\x86#\x96#\x07\xf5/Q\\\\Q\xcfB\xf8[\xba\xa4+\x1a\x9cA\xec\x0fj\xac\x84\'\xachC\xc3\x0c\\JV\xc92F\xf7\x8ep,w\xd6(\xe5\xcf\xd1\xd0\xc7\xf3j\x83\xb3*\xb3\x91\x16\x10iy\xf6z\x97c\xff\x12\xaa\xa8\x028\x01\xe3\xad\xeb\xe7\xeeu\x889\xd6\x88\xd3+^f\x0b\xd4}\x10)\xcf\x8ch\xd3\xabu[DU\xe3w\x96~4\xe8\x97\x89\xe8\xa9\xaf\xab\xb1\xff\xb2\xbe$\x0b0\x83Mo6\xf6\xad\xae0w\xe0j\xe5\x1d\xdd\xcc*\xb6\x1a\xb8?+\x93\x11\xf5L\x8dsu\x10:\xfd\xc2\xb9\x82$\x94\x11<Mf\x01Y[\xa2y\x82\x10\xa1?\xa4)\t\x8f\x0b\x16q\xb1\xc7m~\xc4\x07\xdb9~v\xb1\xea\xc1\xbe =g\x14\x8cT\xb2Z\xb3\xf3\xb4\x01\xcb)\xbc\xd8_\r\xdd\x07T[\xaf\x17\td_/V\xd0\xfc{\x03\x87o\x8b\x0e<\xde\xc5A!\xca\xc8\x8d^\x10\xadE\x97\xee\xebO<F\xfe{w\xd0\xa5K\x97J\x1b\x95W\t\x83\xc7\x8e\xc3\xe7\x82\xfeco\x00\x8e\x90v&{\xf5i\xd0b\xaa\xce\x98\xad\x82\\\x980\xf5\x14DD!4\xa3\xa7\x01\xd1}kf@\xc1\x07?a\x846\xd3\\\xf7\xb0\x99\xa1\xfe\xde\xf1\xac\xbck\x9b\xb0\xdc\x18e^\xc3\xeeb\xf0\x81be\x83\xddq#\xca\xf3\x84\xf3q)\x8a\xb3/\x0fT\xeb\x90\x90\xefE"\'9\xd3\x01J\xb4R^\xc9\xdd\x19\xb4\xd9M;\xa8\x14\xfc\x99@\xbbh;-f\xe3\xe8\xec-\x150\xa0\x88|\n\xd7\xa4\xac)\xa8\r=kkTf\x16\x06\x99S\xb9Ud\x8ap1\x1fa\xcb\xa3\xe7.B%\x8f?B\xbb\xb2\xbf\x95\xbb\x8f\xe9\xa0\x91?\x8d(\x91\x96\x89\x17\x92p\x00@Q]f\x19\xd3.\x8f\x0e\xd2\x07\xa4\xa5\xc0\xe9i+mv^\xed\x14Q\xebW\x99\xff\xd4);\xbaD\xb33o|\xd9\x84\x0b\xfa\xf3\x99#AT\x1b\xb5`c(z4Oe\x01\x05\t\x87N\x8c\xb7d\xa7R\xe3\x86\x8b5\x8f\xfaq\xe1\x12\x81r\xabF\x1e\x1bK\x93\x9a\x85\xbe\xb5p\x0cxV\xc0\xbf\xa8F(\xe6W/\xb00\x02IA\x8d\xb6\x9a#\xb7\xc4\xe6h\xa0T/#\xae\x0b\xef>U\x19P\xf0\xf8]Y\xe7=\xca\x0c\xde|D\x9a\xac\xa7\xfdA:&\x08\xdc\x99q\xff\x8a\x8b\x81b\xdeZ\xc0\xd0K\xc18\xe9\xfd\xc7\xbc\x88\xa7\xa3,\xe74\x11\x9b1:\x03\x8f5S\xb1\xab\xc0\xf5O\xe8\x84\x10\x8cF)\xfa\x15\xf4SO\xa5\xee\xf2@\xd1\xf6\xcfn\x81\x7f\x9a:W\xe4\x1dp\x16I\xed~\x18\x1bOo\x01j\xfb\x07\x80\xf1s\x00\xe3\xcb\x87zQ\xdeQ\x91Bt\x88\xa4\\^\xe8\x15\xebU\x14\xa4\xb0\x1f\x8b\xdf\nh\xeb\x17\xdd~+\xdd\x1c\xf0o\xc4n\xc9E\xe6\xd9\xdf%\xfc\xfe\x19!\xf9C\xc2\'\x02\x13\xf2v\xe1M\x81Zw\x9f\xcbq\xd5\xc7\x8d\xac\x9b#H\xf9{q\xd92EI\xe91CEg\x19\xfa\xe4\xf0\xe8\x91i\x8a\xad\xda!\x81\xca\xd1\x7f\xde \xcd\x14\xcb\x1e\xcc\x9a\xa4\xaef\xfcwP\x9b\x99\xef\xfa\x01\x8f\x1c\xbc\xb8\xa3\x12\xd1!\xa3\xf7\xc2\x91\xed\xe8\x83\xe1=\xcc\x1e\xe1T\n\xc2\xadt\x91\xc1\x1bZc\x1c\x8d\xf1\x0c\x03\x9a%\x0cG\xe9e\xc9\x9b\xce1#/\x04\xd1\x14\x17\xa5\xe8\xb0\xcf\x8bw+\x96W\xdf\x8f-=A\xc9\xbc\xde\xe3\x9b\xb7\xabr\xf6,\xcc3\x17\xc8*=N\xad\xfe\xdd\xd5\xf9\x0f\xc7\xcb\xfc\xd6\xd4\xa9o\x03]\xd7p\x8f\xb7\x97L\x8as\xf1\x1d\xc2\xf2W\x0c\xec4\x1b\x11\x17X\xca\x82w\x05\x88\xd3\xf7\x99|\xce\xa81ax\xca\x88dU\x80}\xfc\xf5\xbe\xa4\xb8\xfc\xc7\xf9\'\xb7\xceN\xc6;\x07\xb9@\xfb\xa4A\x9b>yH9'

24.28.248.6 -> 192.168.1.2
'\xaa0\x1f\x16t\x06\x02Xb\xdd\xba\xa3\xcc\x06\x01\x07\x7f\xc7>\x9f\x15\xce\x0f\\\x0eT_\xde\x10\xb54\xdb\xa2\xb3\xa9\xaf\x14\xa0\xbe\xf5\xd5B\xf6\x87\xae*N\tG\xf0>\x074k\xa4\n\xe0\x15\xab\nS\xa0\x86\x17\x0f\x02,\x9f>%d\xf6h\x08\xb5T@\x01\xcfG\x162\x08\x87\xc9\xf81\x0b?\xf1XMU"~0^\x82\xdc\xca\xec\xf4\xe6\xe0g\x84\xa5\xca$qr\xe5I\x8c+H\xec\x9c\x7f%y\xffT\xb2Uvd\x87\xc4\x08\xd7y\x0c\x14(N\xb0\xcbx6h3]\xc7\xfbLB\x1f\xddA/\x8ee]\x86\xbb\x18)w\xa5\xaeO\x16\xbdt]Q\xb4\x99\xf0k\xa56\xa5\x1f\xf3_\x0c\xe2\xeap\xb6u\x10\x9fN\x1ePS4HR\xb8\x1d"\xec\xfcD\xc3\xb20\x1a,Z\xa8\x9d0\x1f\x955\xb2/`\x0c\xbdP\xb6=>K\xd9j\xa5i%\xd1\t`|\x99\xd74\xa4D\xb0\xa5u\x8d\xcf\x985\xdfTv\n\xc0\xaa&\xf4\xb3\xfc\x80\xd1h;\x8eZ\x84\xb2\xdb$\x0f\n\x0fH\xb3M\n\xa4\xec1\x82.\x18\xdb\xbe\xf0\xa58\x83\x1d\xf7\x11\xb3\xcd\xf0ww\xae\x13\xf1\x12\x90\xc0\xc7\xf7\x01\xfa\xb5\xf0\x1dE\x01\xb5\xe5\xe0\xae]\xd6B\x0c\\=\xcb\xfeQ\xcd\xebg\x99\x9c\x84\xc78\x14-\xb6\xe6\x9c\x9ef\xee-}\xc4\x12\xa3\xed\xbf\xf2\xd3}\xd9\x83uh\x19q&f.y~\xed\xb8Y\x1c\x89\x15\x9f\xf77\xfcW\xfd\xe2q\'\xf7;4&\x16O!u-\xc5\xa1\xaaw\x9bu\xc1\x8dkDy)\x8b\x8b\x83\x10JA\xea\xef\x01\x96\xbdp\x1bFa\xf1\x83d\xff\x8aL\xbd\xc8\xdc_@\xe4\xf9L\x0c\xc5\xa6\x0fr\xe1)3\x953\ro5\x8c#Y\xd5$\xd21\xbaL\xf2\xccvj\x89\x9b>Z5Z\xe4\xdf\xeb\x80\xba\xfa\x99j\x16\xad\x03\xe1"\x92|\xe3<\xa9x\x16\xa6\xde\x8b\xe9\xeaV\xdc\xdbc\xa8*cd%u\xa3X\xee\xb6A\xd3\x8c\x165\x04\r\x1fJ\xc9\x17J\xdb\xe3\x80\xbe\x1bu<%\x17[k\xf6\xfa\x19ppY\x9e:M\xa9L\x062\xa9+SQ\x8a\x93`\xde\xab\x97l\x1a>\xda\xddkN:r\xd0:\xbb\xf9Di?\x94c\xd2\x96\xc3\xc6i\xa1\xf4\xc4@G\xba\xb7\r\xf8\xac\x82\\5`\r\xef\x7f\x84B\xc1gH\xa52\xb1Z}iWL#\xc5K\x18n`\xa4z7\xf1\x9d\xbdo\x91~z\x17E<\x01\xe5\xc6\x85\xec=!9\x983\xd6\x8f\xf7\xf0\xf6G<\xed\x98.=\x832y\x9d\xc9\x00\xb8\xb3\x17\xb2\x05T\x1ad[\x1b1\xf0\x05-\xf9?\x83/E\r\xe5\xe4L\xadls\x97\xf8\x1av\xdd\xa2\xc2\xfcYih*\\2<\n\x8aK\x02\x8b\x90\x1aeV\x1a@\xbd\x85\x05f\xeb\xef\x8f\xe5\\\xcb\x11\xdcx\xc3\x8d\x92\xbb\xe1\xeb^\x14\t\x12\x12\xf3\x02\xde\x98\x9fIX\xc4\xce\x80\x8f\xfcX\xebX\xda@I\xb1\xee\xf11\\i\xb8\x885EF\xdf5.\xbd\x89\x9cu\x87\xaa\x14\xa1\xd2\x84l\xfc\xf4\x8f\x05,\xf0\xf8\x0e9[\x1a\x83\xbc\x11\xa8\x84\xd9gt\xb24^\x18\x13^B\x0c:p1\x98Qp\xa6E\xec\xab\xd6\x8a\xac\xacPi\xc9\x166\xd2\x0f\xad8\x92\x857\xb3\xc2\x86\xa3\t\xc3<E\xcb\xb6e\xcd6\x1c\xd2\x18\xfd\xb1\x95\xfc6\x06\x15\xe8@\xf4\xdd\xd958Ul\xb1w\x19\x08\xce\xa6!\x81\xdb\x1c7\xd0\xf6\xdb%\x82\xfd\x82\x96\x06\x11_\xed\x8a\x18-\x834<\xb8J\xa8\xc3\x10\xc5!\x87\xda^\xf1\xe9\x8b|\x87\xf7\xd1\x81~\x97\xf3\x0e\xaeLq\x8fD\xd5^\xed\x12k\x8bW\xcb\xcfu>A?\x10\xdc\xc5 \xe2(d\x96\x97\x9c\xbd\xcc(\x98E\xd9|$\x1c>\\P@\xd5\x1b\x91L&\x0f\xf4A\x9a\xa3\x08\xd6\xc7Tz\xc0}\xdd\xc6U]\xca4\xfed\xcb\xde\xe3L\n\x7fQ\xd47Ch\xcd\xdf\x90\xf0\xbc\xc2@\x97\x8bP\xb0\xe0f$<\x07\xe8\xd0\xfd\xa0\xf2\x1e\x19\x13m*[\xe5\x97Q\x84\'\xd3\xd4\x08k\xde8V\xb5\x0f\xe2\xea\xe5q\xa1IVO2j\x1d\nY\x9c\xc9\x17>J\xef;\xe0p\xa6*\x15\x81\xb7Z\xfe\xb1\xee-\x93\x0b\xf1?\xa9\x1d\x8bnv\xf2/<BG\x99\x1e\xa7+\xcc=\xd8\x8b\xf5\x1dw!\xff]P+\xfe>\xb6\xd4\xaa\xe6\xa1W\xe7\x8a\x83}C\xc2\x01\xa2t\xe4@a\xcc\x14\xb3(\xd6\x953U\x85\xd7\x0b\x06TO\xbb#\xd9\xa1\n\xb8N\xe2n\x07\xfb\xaa\xd1n\xa0\x0eX#%^\x16/\xa4()%$4\xb6\xdb\xde\xf1vb\x10\xfe{\x17\xe7\x98Dr|\xb9<C\x83\xf4\x99\xd8G\xeb/A\xaa\x86Cu\x1c\xca\xb5,qG\xf2/\x95\x1f\x15\x11A\x02\x19\xcde\xc9\xe9\xa6+\xcf\xd2!\x90\x82\xa2\x8a9\x1d}Z\xd2\x80\xec4\xb3\xc6D\x98\x14\xe1\xb3\xfa\xd3b\xb1\x0f\xe3`\x06\n\xbf&u^\xa1\xcdR\x1f>\x08\xad\xdc\x9e\xbd\x12r\x87\xb0\x8b\xbb\xc7\xfcILr}\x97\xa9hm\xa9\xc9\xee\x90\xc6\x12\xa44\x8dp\xc7kI\xd5hk\x1eBB-?\x98\t\xfd\xc4\x1c\xdd\xf6\xa3\x1fDS\x9f\xb0\x11\xd4MP\x0b\xf7T #\xa8\xa7\xa4\x98\xcd\xa4\x05\x93\xd53\xcf$ s\xe4\xe2W\xed\xbdn\xf5\x95\xd5\x1c~\x08\x84\x0c\x91\x9f\xec\xa5\x88\x1d\x93,\x02\xd2\xc6\xd4\x06\xdeLu\x04\x93\xcbKa\xb3u\xf9,\xdc\x1d\xdb\xe7s\x17\xef{\xa8\xa6\xfb\x8e\xb1c\xc9d'

80.73.178.211 -> 192.168.1.2
'\xe9\x1e?\x16r\x07\x02\xd6\xda\t\xd3\xb4Y\xcd\xa6l\xab\xaf\xc4=SNN \x1b\xe5\xdcY\xc9_\xb7#\x9a\xca6\xd4=\x8a\xcc\x1f \xfa\x88@!\x01s\x1b\xed7I!\xfd\xd2q\xc0>v \x9e\x99\xb4\xc6\xf3\x0b\xdf\x10Z\x8a\xee<\xf0\xd1q{\xef\xdd\xae^^\xc1\xd2\x8e\x90M\xe1\xd4>\x8b\xff\x8c\xf7,C\x8b\x1c\xd8\xeb"\xbd\x05Ys\\\xbf\x1f\x94\xbep\xae\xd6%\xe8\xe6z#\x03\x05\n\xba\x05M\xd9\xc6\x01=\x07\xe6\x08\xf5\xae\x8f\xd1\x01\x05D{\xf9\xac]\xb9\xf1\xcd\x98-\xb8ih\xf3\xcd\x08\xf9\x1c\xfa\x88+\xbf\xae\xc2e\xa4\x19\xb6\xd0A\xe8R\xac\xbco\xd1\x9e(\xb2.\xdbH\x08\x08\xfb\xfdcV\xb2\x88\x19\x08\x1e\xca9\x12\n\x1d\x9bbm0b1\xb8\xa9\xd2\x07\x9bq#\xaf\x0e\x95;\xb8x\xd2T\xb1\xf2\xd6b\x9f;\'\\\x1c(g\x11}\xff\xf3@R\xa4\x9eq\xc8\xbf\x00d\x8d\xea<R"\xf5\xf5\xb0\xb7P9(%Y\xbaNL\xfc\xf2\x01q\xf0R#\xd7\xf0ul\x17c\x18\xe1X\xfa\\\xc1=\xe0@f\x1b\x95\x1c\xd8W$w1\xd2\x92\xa9\x7f4H\x1f\x7f\xc8\xd7X\xac\x9b\x02\xe5\xe4a\xc6S8y\'\xb6\xc6\x83\xaf\x17\x87\xb2\x12\tQ\xca\xef\xfc\x16zqO\xc31\xad\xe2\xa3\x91@v\xf0\xd2\xa0\xa2\x89\xa8\xb430\t:\xde\r\x1dZ\x97:Q\x01\x89\x92P&\x83\xc6\x1d\x08\x10z7^\x90\xe5\xfa\xb5KyD5\xd6M^\xf7\xc8\x16\xf7*\xdeR\xd9@\x81q\x8c\x86\x8eR.\n\xa2\xe1\x150\xbb0\xe2\'\x1e\xb1\x05\x93\xb2\xd0\xb8\xa6\x90\xe64\xd2\x00^\x1fC\'\xf0;\x00\xc1\xf4(N8U\x12z{\x1f\x17\xbd\x92y\xd3\tx}z\x94\x12|\xde\x8d\xf2uF\xaf\xfec\x83\x96\x03\xf5\xe0&\xc4\xaf\x83I\x06\xa4q\x7f\x9c3\xca\xdb0\n\x02\x7f%\xdeZ\xd3sZ\x12\x03\xb7-V\xfdv\t08\xa9\xbb\xbd\xfb\xe4\x1f\xb7\xb9E]\x88\x1c\xd5C\xf7\xee\xce\x8eU5\xe1r\xc2z\xc7\xf9\xe5^\xb9\xb1(\x0bO\x80\x18\xf4\x0f?\x87\x86\xcbgzI\x1e\xb0\x93\xd5B\xe2\xf0\xe3\xa8\xf3;\xf1\xcc\x88\xc7\x12\xe7s\xf3 \x18E\xb2\x1f\xa7\x1a\xc3\x1e\x84[\x8f#\xbe?\xbe\xe2\xed\xe4\xfdyF\x8c\x13\xcf\x1d\xfe\x06\xe3\xc0\x96\xd9\xa5R\'9\x18\xe25\xd1e\xae`\x97e\xd9^^\x81z\xd4\xa7\xf5r\xa10\x1d\x96(w\xb2\xc2q2p\x10+\xa6\xfb\xa8\xc1\xc8\x02\x97\xf1j\xe2\xf3\x19\x9cK\x91\xee\x82\x82q\xf5\xdaC\xa6\xae\xd5\x1ev>14AV\xb8x}e\x1e\xc1\xd3"\xf8X\t\xa6\xd3\x9d%\x8a\xb2\xf0\x95\xc5\xce$o\xf4\xfe\xa9\xbf\xfbH\x18\xc0!\xda\x803O\x07\x057\x8f\x17\x08\xf9\xa7d\xd9*\xb8$\x03$\x8bV\x97O\x94dU\xf8\x91\x9c\xden\xcb\xdb\x8e\xde@\xd5 d`\xd2\xbb.\x80F\x85\x04\xd4\xe1\x0b\r\xfbk\xa5oL\xfd\x16\xe0\xb4/o)\xc6\x13\x90\x91\xf3\n>H\xfbr\x0bY\x1d\x13;}\xd1\x99\xa4\x99s\x155\xaf\xc66dv\x9f\xe8\x13\x84S\x80\x84"\x1a\xf5\xe7\xb5~W\x93\xe4\x9f\xb5\xb5\x00i\x19d\xea\xd3\x97\x140\xb7\xd5\x02"K\x9a\xae[\\\x8b\xeaw\xfa\x1f\x9cW\xa0\xa8\xcdw\xba\x82$\x83\xc04\xf8\x87\xbbY\xc5-\xc6\xc0\xf1\xf3\xe83\xedr\x853 \x92\xf5\x14\x8d\x16mG\xb9n\xa7\xaf\xaeq\xf33F\xf2\xa1k\xbc\xaa\x0f\x13\xff\xeb\xe5\xae\xbc\xf5j\x1d\x9aN\xaeQ\x01\x135\x98\xb6\xab"f\t\x19|\xd8\x8dD\n\x00W\xc8\x8b\xc1t(\xb1\x9b\x83-)\x97\x93\x15\xf8\xdc\xa0\xa86x\xba_\xaf\xb2\x1f\xf9\xc4\xa3$\x8d\x19\xfa\xf2),\x85\xbe\x0f$\x0eu\xe6\x08\x04\x92\x9a}\xd7\x19\xe1R\xdc\xa8$\x98\x14\xeeGb\xb8\xc4Y\xc29\xf5\x8e\xe12\xb6\xdd\x1e\x036.H\x1e\xcai#{X\xc6k\x9c\xec\x85\x84\xcf\xb4b\xb4\xea\xd6\xbb6/\xb9\xed8\xa6E\x8d\x12\xe7\x8bdx\xa3\x0b\x15l\xe6\x1a\x90\xb3\x88\xc4\x0f-\xe4B\x15h\xb7\x97\x1d\x0f\xfd\xff\x03\xa7V\x85P\xdb\x13\xb4\xb6\xe2\xd2j\nG\x02&\xa6Eh\x03\xab9\xdc\r*w0\xef\xd1N\xced\xe6\xb5P\xfdq\xc3U\x9cj7+\\\xa0\x16\xe3!5\x03\xf2\xe4\x9b\x1b\x91\xd7t\xef\x98\xe0p\xac\x11\x93\x8f\xa8\xc5\x87g=\xa3\n\x8c\tHEM>\x80m`\xd4`\x94\x0cJ\x94/\xc5\xdb\xf8"\x8aU\x12\xaf7\xc9\xd1\xcb/\xe8*\xbbS[\'\'\x11X\xa8\xca\xd4Ti\x07\xa0\x91r3\x04\x96\x8a"\xd8\xe8p%\xe9\x8b{i+\xab\xdcM\r]\xd1\x1a\xd05\x06>\xabphx,3\xa6H\xe3\x8a6A\x88;\x02\xa8-\x04\xd2\x89\x81\x8e\xc49[\x17\x19i\x1d?\x9d\xbe)\x08\xc6.o\x9e\xd7\xf0\xf02\x10t\xfc5\x7f\xba\xdc\xc6KN\x0f\x1c<2*\x9a\xfc\xdc\xc2\x84\xb1\x8d\x83\xaeF\x94\xa5\xf9\xc5\x11\x94JM\x9e\xe8g\xc6v-\x90@\xcadC\x1b\xd8\xd3\xa8\xac;I\x1e\xbd.\x1c%\xdd\x94\xf5\x85JRvT\x1b\'\xa3V\xf7?\xae3\x02j\x1e\x03\xdd%\x9a@t\xadL^\x15g6\xbc\xb5\x0f\xc8j\xa6{\xfe\xa9\xb1\xa6\xa9\xdf\xf6\xe3k\xf37>d\xf5\x10\xfe\x141A\xa4~Lz?R\xbd\xa70Q\xc4\xcbn\xa8;S\x16\x8e\xa8\xf5X\x10R\x04\'\x07}\xc3!\xa8\x87\x19'

24.28.248.6 -> 192.168.1.2
"\xaa0_\x16t\x07\x02\x8f\xffr\xb8XZ+,\xef\xbb\xd6K\xb42E\xf0\x15\xf7\xe2\t\x93v\xaf\r\xb1\x08l=\x87\xe5\x0b\t\x02X&7\xa6c\xd2\xfe\x89\xd2\xb7\xb2\xeb\xc7\x91\x80j\xd0\xb3\xaf\x9e\xa7`\xc5>\xa6\x02\xdaX\xfa,\xa0\x9a\xd3\xe4\x84F\x85\xd63\xdfa\x83\xb5\xd4ZuFr\xfc\x00\xba\x93N\x94\xb2\x1bB'P\xf1\xc3=\xfaA\xde\xed\xc4\x1b\x83!\x9b\xafO'&\x86\xaa\xa6\xb6_oA\x90\xc9\r\x1d\xe8\xc4\xed\xddir\x8a\xc9#%v\xceG\xa3\xe9\xeb#1y\xe01\xd6\x86\xd9\xb9^\x13]\x8eC\x7f\xc4\xcee3\x857\xf81\xd6\xb8\xc4\xd4\xe3\xed\x06\xbb\xea\x85\x11Y\xf6\xb0&*\x0e\xbf\x00r\xfe\xe7\xa0`\xcc\xb64C\xf6\xba\xe1\x1cu\x83Au\xfb\xa6\x08A\x19R.\x94\xe7rT\x0f\xe1\x8f\xf6\xb9nW\x9b\xa5x\xce#\x9e\x844\xc4.2\x13\x01\xbf\x06\xce$\xe1\xfc\xf5\x8c\xd8&x&\xc0\x8aA>\xa1jt\xa9H-\xba\xda\x1f\xddt)*\x0b\x1dN\xb4\xb7\xf0\x87\x05\x00\xc4\xcc\r\xa1\x10\xe8\xbd\x1dZ\xcdf\xfb\xf7\xb9\xdbx\xe3\xe5\xd6\xd8\x0f\xb8u|\xfa\xeeN\xce\x17\xd7B\x15\xd2\xf8\xb4\xfddW\xbe\xb7\xb5\xc6\xd5\xde\xd3\xf7\xe1$\x05\xb5\x16u$\x1f\xa5\xbc\xe1\x1f>?\x8ei\x08\xd8~vmhw\xa7\xb2\xfb\xfa\xaa\x14\xe7\x99\x11\xcb\xeb;U\xf8t\xd4\x95\xb8=\xa37'\x84\xcbl6\xd0[w\xa7\x81\x87\xc7\xe9\xa8t\xd5~\xac\x9f)\xbc)\x84K\x07\x101\xc0\xbc>\xc9\x99\xdb\x06&\xd0\x97h|\x08i\xbd\xa0\x90\xee\xc6hD\xf4,;\r\xba$1F\x10\xa4\x8b\xfe\xbe\x89\x8an\xfe\xed\xea\xd9?\xa2$\x0fj\xac\xf9=\xd0\xd6\x8b.Y3\xc8\xd5\x16\xca\x89\x88\xb7:\xd9\x0eG\x1f\xc7B\xf7\xa9\x1df\x10?f\x0c\xd1u\x8c\xd2\xf2KZ\x8b\xe1\xe6\x04\xc2\xbd\x90\xc5\x0f\x15\xc3p\xaf\x00\xbf\xd2\xb6\xcfE\x15\x94\xe6\xc0\t,\xe4\xe1\xa4\x81O\xa6\x0e\x14\xe5\xc1hsf\\\xb7\x02y*,\xb2s\xe6\xa8\x86\xa6q,U\xf9\xd9V\x14\xa5\xdf\xec\xacG,C\xb6\x9f\xbc\xba\xd9tY\x01\x88]\xc3\xa1\x84\xe3\xbc\xb5g\x15LVo $\xb7\xd0o\x10JI4#\x9c\xe2\xda\xc2[\xc0\x82^\x07\xda\x0cd\x9b\xe3\xab>\x92~\xb0L\xc8\x9e\x80\x1f\xa2Q\xfd\xe2\x911\xa2\xe4w\xc5 \xc9\xe3t\xe5\x1f\x0e\xbc\x18\xdf\xb0\xf0\xfc%\x88\x80\xd9\x07\xc8}\n\xe3:s\x9b\x9e]\x16\xa8E\xc6|\n\x02T\x06\x1e\x0c\xba\xdaR\xd1h3G\t\xa7b\xea\xb8\x94Y5\rOA-\x8fO\xc5\xb7y\xfe\x9a:4\x14\x82\xc9\xd7\x0c\x83z\xdf\xc1\x82\xdc\xfc\x0b\xc0\x0f\x05:a`s\xdbW\xa4\x04\x9b\xd9\x98\x8d\xfc\xb8\xd8\xac\x83t@*6ND@\x81q\xa2\xb5\x92\xe9\xbd\x18\xf4`\tZ\xc6\xe3\xf1\xa6n0\xd8\x81\x98\xd5\xa4\xd9\x11\xdc\x15\\7\xeb\x10V\xc9\xcf\xa2\xc8/\x19\x9c\x0c\x16\x15($\xe3\xfc\xe6\x011\xd5\x8a\xce/tt\x02O\xf4\xaa\xd8\x8fO\x80\x0f,,\x8b\xe6STV'\x01i\x1aPQ:w\xe0N\r\xfavLzC\x9c\xc4S\xedX\xb5\xd3\xa1~\xf1\x1az\x99\x8a&\x01W\x0b\xcf8\x99\xed\xf5\xfcG\x8f\xd7\xa0\x12VV%\x9c\xff\x00\x17o\x91\x1e\x12\xc1\x84\xf6\x94a\xb9\xfb@9\x8e\xbb\xeb\x9eQ}F\xd1\xf6\xa7\xb9\xab\xae\xe8S\xe7ZV\xfd\xbd'&U\xc0\x94\xf7\xd9\xd7~i\xdc\x99\xc4\xa2\xe7P\xe2\tF\x99.\x8f\x9c\r\xd0\xa2\xa2p\xd0\xf8\to\x9d\x0c\xbf\xbe\xea.\xc2\xff\x0e\xc9\x89\x8eD\xbc\xa4\x98l\xa63,h\x99\xbe\x99\x1bj\xb5\x1dn*h3\x1c\x80\x1f\x93\x04cF{\x9f<G\xb5'\x96\x82\xd7\xa7\xcc!i\xd5-\x08 '&VH0\xfa\x88\xcf\x14pSB\xc7\xdd\x00\x97\x99\xe5j\x02!sk\x1f\x9dUj\x04\xb0\xdd%1\xab:\xe3\x99u\xf6'\n\xaf\x7f\xda\x1f\xfapm\x1b\xb5\xbf\x98\xfc\x97/\xb1\x8e\xce\xa5\xe5h\n\xf0\xb0. M\x9a\xb8\x92\xe6\xb6\xa6\xf5\xeaa\xe5v\xfb?\x89\x0e\x9d\xc1\x08P\xbd\xd7\xfd\xf72D\x1a \xb3\x1e\xb6\x13g\xc0\x9b\xd5\x10\xed\xac\xeb\x98\x9cL\xd4\xea\xff8\x96%\x8a?\x88\x92\xd6\x08\x0b\t>\xad\xc7hB\xf7\xc3r\x12\xf5@1<\xcd_\x9f\r\x96\xab\x1df7\xcd\x00F\xa6F\xae\xf0\xdf\xe0s\xa4 <\xa6\xba\xb4o\xc6\xc5R\x8f\x06\xdd\xe8h\xba\x11T\t6\xc6`\xa6=\x0b\xe8\xf6)\xe8L\x03\xf21X\x0be\xcc\xca\xea\xccm\xb58?&3\xa0XG\x99\x98&\xe0\xae\xddps\xfd\xb8\xd5\xef\xd8\xb5'|\xc1\xbc>Wx\xafL\xf0v7\x1d\x90\x96I\x97\x17\xd1\x11\x1b\n\xc4\xea(_J\xb0g\xf2\xdd5e\xc0L\xf5\x1dM\xfc2\xb0S%K\x14\x06\xb4#\xe8$\xa6`a\xfe!-\xe2\xa8\x1e\xdf\xc1\x14;r\x08\x0b\x12\xe7\xa3\xf2\x8cc\xe3\x05\xa1\xc4M\xe4 \x82\xbb\xac7\xe0v\xc7h:\xc2\xa4\x19\xc5\xcag8\xb3\xfd\xbb\x14\x1d\x0e\x1b\x90O\xa0{C\x12(\x88`\x86\xd2-\x86\x03MM\x17G\xc3\xdc\x0b\xd6\xf4\xcc\x9e8tf\xfa\xe2*@2d\x85H\xd9\xe4\x9e\x87vm\xe5=\x83\x04:\x99\x1f9HvF<\x97\x10p\x8a\x81\xe5\xb4#\x04*\x80\xc4\x89rr\xb0\x8a\xef=eg\x87\xce\x7f+\x1a\x97\x9c\xb9\xeb*\x87"

80.73.178.211 -> 192.168.1.2
'\xe9\x1e\x1f\x16r\x88\x02\xa4\x01\x08\xb9\xf8\xa51W\x91\xb3\xf3\xf3\x87\x17\xec\x9em?\xa6\xa9\n\xc9Q$\xdc:\xe4\xcd\xcb\x19\x97\xccM\xb4\x89^\xfe7\xc9\xb0\xc4\xe7S\xee\xd9i\x82\xc9\xa6\xc3\xca\x11\x07\xa9\x98\xa8\xcb;/DK\x9aj\xc9ax0\x05\xd9\xf3+\x07\xac\x16\x13\x10\x8c\xc7A"\x11\xc2\x1d+rr\xd7iN\xeb\xcf\x96\xf8s\x1e\xc6\x9b\xc2\xf0\x15%\xfc\xaf\x9f%\x83r<6\xc8k\xa9\xda\xb1\xa3=7x6y\x12\xb5\x0b\x85)b\xf9\n\xfcP?\xfd\xb5\xd5}\xc6:*\x96\x075\xf3\xce>xo|W\x12`\x80\xd2\xfcl\x1d\xdd\xa8\xac\nBE\xf9\xe5\x9b\xbc[-\xb6=\x8c\x0f>\xa0\xa9[X?9`\x02\xf5\x1f\xf8\xc4\xd4\xb4F\xce\xe2\x0e\x8eM\xca\'\xa7\x05B\xcb\x9b\xcfi\xb7t\xcd\xe7\xf7\x12\x15~\x92\xe0\xbb\xce\x96{awJ\xd1\xb5\x9c\nRr\xa4h?\x02\x00\x1b\xe3\x8c\xc6\x8f\xe9\x99#\xda\xc3\xa6\xaeAm*\xcfye\x94\x988\x7f\xae)\xb9,$\xb9fG\x12\x99\xa3g^!\x90\x90?&\xc0\xf8\x9at\xc0^q\xf3\\\x93\xfc]GP\xc6\x8anNWA\xdeT\xf3\xfb\xbe\xa9\xfa0\xb9\xf4\x16X\x1e\xe0p6\xb0\xb5|\x1d2\x02\xcb\xe9\x13\r\x9d\xc2\x0f\xbf\xda\xeb\xed\xd9u\xd8: GIG\x0e]\xac}\xce{\xf8n\xceq[\x83\xb5\xfc\x0b=I\xdc\x1dJ\x9a\xb2\xaf\xc0\x1f\xd1n+r/\xcaXc\x87\xa79\xc5\x89|TR\x0b\xa80\xf2V\xd6G\xaf\xedQ\xe7\xaa\xd1\xfch\x9f(\x9d\xc5\xbbn\xda\x8e\xe8\xde\xa4\xdd\xe4\xf9\xf2\xc7\x87*S\xc2.\xb5\xf1\x8e$\xa2\xaa\x14\xc3\xb3\x12X\xe6]\xa9nO\xf78\x9dL\x12\x18\xc1I\xd6\xeb\x81\xe66\x8dm&\xb6\x11`\xf3\x9d\xa4\x12\xe4l\x8a"\x125\xb1\\\xa5G\xb3\x86\xd3\xd8A_\x11T\xd6\x07^\x9b{\xac\x87\xf73Xo\x9f\xbeZ\xddp$J\xe8!\xf3o\xe3\xa5\xdc\xec\xb5\x1c\x9c7,\xc9\xc6\xcd\x9c\xaaB\xd4\x00\xa8\x04\xa7\x00\xf3X4A\x83\xc9h+\xe2kZp<M\xb8H\xc9\x8e\x93EdE\xdco\xd0=\x1ep~\x8cbEq\xefW\xbb\xaau\xbe\x92~N2\xae\xb6\xb9$\xa8(\xad\n\x8b\xad\xd5ub\xf5\xb3\xa3\x9d\x1f\x92e\xb7,_R\x9fRa\x11\xb5\xd7\x9b\xfa\x8b\xae\xb0\x0bqU\xf5\x08\xbd\xd2\xf2\xe6\x13Y\xf0\xda\xa8)2\xc3\xf4\x87^\x99t\x9a\xff\xe8\x88\x0b\xb5O^\r@\x9d\x92}S\x8b\xb14\xb2\xea\x80\xe0\xd4f]\x1c\xcf\xb0%\xed\xcf%k\x8f6\x06\xf1 5O\x9bW\xbd\xc1\xfbk\x91\xb0\xe2\xc7rW\x9cA1\x12\xff\xa63\xab\x81I\x11\xa4i}Rw\xec\xd0\xb8fq\x84\xc0\xe2\xda\xfeI\xd0\xe732\x11\xd2\xf2\xb7Ar\x0e\x99\xaa\'\xdcahF\xe3yAY\x13\xd8\x16\xe2\xc2\x1e\x9c\x1e\xc3\x00\x9a\x94\xa4a\xaa\xda\x85\x86\x8a\x1c\xeeyU\xd3\xff\xc1\xba\xde\xac\xad\x126\xdf\xeas\xf6eO\x16\xd3\xef\x96\xe6\x83\xf0\xaa\xa2y\x92\xdb\xb7M\x8bS\xd7>\xbe\xaa\xeckW\xae\xefz&t3\x8d\xa3\x8f\x051\x03+\x8f}_\x92\x8a\xc8\xf3?k\x99\x8a0\xaf\xc0W$1\xdd\x9b\xce\xe7\xf4_\xcc\x12h\x00y6DeG\xa6\xe8\xef\xbe\x99\xb5[\x80POo\xf9\xd5\xb1\xd6b7-\xc1\x8c\xd6\x97q\x92]\'\xdfV\xa8|\xe3\x06\xfd`\xb3\xb6x\xec\')\xfd\x97\xa6L\xf7sp`n~\x88"\xcb\x04\x84f\xc7\x1c\x8f\xc6\x97\xad\x9d\xd4\x97(\xa9\xb0\xb6\x83\x13T\xbb\x98\x0b?\xcc\xa2\x03\xcc\xfe\xf3\xc7\x92\x9e|\x04Z\x8fi\x19\xe8\x05\xd1\x7f\xa6j"\xae/\x8a\xecb\x04\xf0x&\xc2_\xd1\xb5\x7f\xe6\xc3c\x84\x00\xe9\x9a\xf37NI\x07\xa8\x1d\x9f\xba\x18\xd0\x88A\xea\xd8\x06\xd8\xf2\x19U\xadJ\x94\xa3vk\xfcp\xc3\'\xda\xa7\xe3G{\x06\xa6~fSt\x18\x84\xb5sB^\xc8\x1f\x0cn\n\x06\x9cH\x1c+E/\x8a+\xc9qq\xf4\tj\xb0z/\x07\x97\xe3,\xfd\x96\xcb\x08\x8b\x82A<\xea\xdd\x95\xad\xbd\x14\xbf\x9c\xd4\x7f{\x18IM7\xa0X\xcb\xa8\xf3-{B\xfe\x80!\xd1\x8d\xfcl\x9b>\x96\xf3s\x1d3 X\xcf\x91!1\x1d\xc4q\xaf/qN\x0f\x7f\xe9\x9f\\\t\xd3\xe1\xa5\x02`\xda)$\xc8\x9b\x89~\xc2FB\xbbO*\xc9\x0c@oY\xff\xf3\x1c\xc1\x88\xbc\x1b z\xb4\x0c\\ib\x08\xd8G\xb0/\x15\xb9\xcc6\\\xfdW\xbc\xdf{@\xb7\x06A\x04\x9c\xcf\xf5w/\xbe\x90\x87\xa9\x0cA_\xe7\x1a\xac\x10$\x0c;w\x81K\x8dY\x93m\x18\x98\xc1\xb9|6\xf8\xb5\x1d\x87\xc0J\xcb\xc4}n\x06\x92\xbb\n\xf7Bh2\x8dp\x98\xa6=\xaew?\xe14E\xab\x8d\'\xe5\xdf\xa7\xd8B\xf4\xf5\xfcO\x95.\x12a\xd2\x87\xee\xc2\xd9u=\xbaK\xc4\xf1\t\xce\x95d7Uy$\x96\xda\x89\xdf\'\xe6\xc0\xaf\xd4%R\x1e\xfb)\xbf'

80.73.178.211 -> 192.168.1.2
'\xe9\x1f?\x16r\x00\x02?\xcd\xdf\x8faf\xdc!\xaam\xf9\xe1;\xb6\xa9i\xec\x05\xed\x0f_\x8e\xf2\xa7\xac\x88\xfd\x1dPS\xad\x00\xe4\x8c\x15@\x94\x81Im\xdfm\x12\xb2\x17\\^\xa2M\xb7!j\x89\x91"?\xe6\xa0\x89o\x80\xc5\xff\x9c\xef\x0e\xc0\xa99H\x148\x02`\x80(\x96\xfe\xa5a\xf3M\xf5\xefSx\xd4W\x17\xf2\xfa\xf7\x8d\xd1,\xd1j\x17\x97\t\xb8\x00\x1e\xbd\xe1\x1dM\x1a\xcf\r*\xfe\xad\xe6\x0b\\\xdeg"\xee\xe8\xc8%\xbc\xfa\x1a\x92\xbc\xdc\xeb-\xa322m\x0c\\n\xa07fY\xf7;\xf7\x9f\xe3\xb4\xfb\t\xa4\xdb\xaf\xec\xc8\xaet\x98\xdc3uZ\xccX\t\x8f\xaa\n\xa4?\x88\xa3J*\xb2\x8b\x88\xc1\xbc;\xa7\x91\xfcy\x84\xfbK\x88\xe81\xd0\xc0\x8e\x02L\x9c\x0b\xce[N\xc8\xb8\x1f\xa7\xb5\x1a\x07+\x1e\x06\xcd4,JX4\x12`BV \x91c\x90\xbdJ"\xa9\xfd\x88\x0f\xff\xf3\x84+\x01\x1ch\x93\nx\x18{IQZ"y\xa3\xd7\xb7\xd61\xb5\x0e\xdd\xd7\xd7\xdb\xa3#\xc3<k\'\x9a\x1972s\x1ba\x90\xf3\x7f\x8b\x8d\xfe\xdej\xd2\x97\x80\xbdy\'r\xce(\xed\x1fFeq\xe2\xdd\xbb\xed\xd4g%q\x89n\xce\xf7?\x1d\xe3\xed\x99\x89\xfa\xd2w\xd3\x10\xd3R\x16\x0e\xc2E5\xbd\xa5MZ\xb7\xec\x95\\>\xd8\xa4\xd8\xcbh\x1b5\xf0W\xf6CGV\x8bTN=/\x888;X\x18\x11\xb4\t\xf5\xa3h\xa4iw;\x96\x05*\x10\xed0\xb2;\x04\xfb\xa2H\x7fhQ\x88\xe1\xa2gRO\xaaS\x17$\xd9\xa8\x04_\x94\x0b{\x8fi\xfa\x96\xb0\xc1ff1&=i\xc3\xcf,7\xb23\x03<\x94J\x1d\x87\xec\xe0\xb9\x94\xbf]\xd2\xb1\xb29%\xf3\xe0\xc3\x1a\xd5\x9fm\x17\xcdP\xd9?+\xcb\xa9\x94\x01\x89PIkKz\x0f\xf9\x86[\xa5\xfa?\x8dw\xad\x99r\x86\xb6<6b.\xff+b\xe2M\x04\x1eM\x0f\x1fr\xd7\xfbjE\x8d\xd4\xe2\x86\x9e\xde\xb7n\x8e\xfc5zk\x91Id\xbe\x1d\x9a\x94\x8f\x1e\xe3\xbcZ\x04a\x10$\xf3c\x04\x1bx\x93o\x83m\x98\xca\xcb4g{\xa6U\x87.\x8f\xf8\xec^\x939\xf0\r\xb8\xe6\x13;[c\x13@\x00Y+\xefB\xcf\x04\x10\xf1wR\xad\x0e\x94\xb6;]\x991\x16\x1a]\x1d\x81\xb2h\xdfct\xa5\x0e\x92\xf6x=\xf7\xfc\xfa7o\x1a\xf9\xc2y\xc2\xfec\xdaLH/\xec\xd4\xb4\xe1\xe6\x8e\x86\x8d|t-\xd9\x11\xa0m"\x1f\xab\xd2&\x1d%e6\x90\x05\x95\xf4\xb3\xa7\xa64<\x8f\x81\xc13\xb1=Y5S\xa6\xe2\xe1\x01\xf9\xec\xe6\xa0\xce\x874\x1b{\xed\xfa\xb8/\x82\x11\xde\nT\xda\xc3\x9f\xea\xba0\xe0)\x06\x87\xd1\xe4\xc4\xabPS2\xb8\x18\xb4i\xd1~\x16\x87\xe9\x07\xb7\xc3l\x0f:\xd1\x9b\x17[/\xda:\xeeF8\xdb\x03\xf9\xc8\x02qR[\x0fG\xec\xc0E\xbb\xd3\xb8\x80T<\x17Y\x92\xe0\x06\x1c\xe1r\xcf4\xe3v\xb2Y\xc5QR\xaa\xbc\xf9n\x9a\x82\x93\x8f\xc4D\xdc\x80\xe5b\x97\xe3\xd3\x98Q-\xa0\x9fK<\xb2F\x8b\xf6\x12\xb8\x04\x88\x82\x89\x12\xe3\x01O\xd2.)\x8f\xea\xd0\x91a\xa4J\xb9\x9c;\x8c%i\xff\xcf\xb3\xc79\x13\xb8\x99\x0f\x89u:\xa1F_}z\xc4\xb2\t\xa5\x80\xf1*G\xa9\xefWD4\x9e\x9daw77E\x10\x91\xcb-\xdf$\xf2\xccJ>\xc6zHkh\xab~G1\x04RL<q:\xf6\x1a\xbc\x86\xf7\xb9\xf7\x97\x83\xbc:\xbe\xfb\xea\xb8\xd5m\xe6c\x8b\xa4\xe01,\xd2\xb8\xce\x86\xb4\x0b\xdf\xa6\x8e\x91"\xf5\xb8 \xc8\xdb\xb4;\xebd\xff"\xe9[9\xb4u\x10\xf6\xed\xb2n\xa6\xc9L\xe3\xeb\xd7\t\xcea\t\x8a\xfa^\xd1@\t\x98q7\xdd\xc3$\x1d\xa3O\xa7\xbf`\xf7\t\xf4\tE\xa2\x91Oe\x86I\x9e\xaf#9V\x1f\x1b[\xe7(g\xa4\x12P\x9e\x92\xe3\xa9#H\xbe/\xa1DB\xe4G\xb1\xa3\x9f\xe0Zl[\xd7k\xe6\x0bB4 E\xa0D\x87\x87\xd9q\x80\xcb\x13m\x0b\xfd\x88y1Fz@\x9aE\x19#\xc0\x14\xec\x1e\x8f\x0f\xd7\x13\xf46-^\xf1\xfd4\r=A\xe7\x0c6\xac\xc1\xd0L\xbf5\xbb\x9c\xd9\x05\x0b|\x14\xb3\xa7<\xe0\xeb\xf4\xa5x\xd9G"\x895\x897\x85y\x97\xd1\x05\xc7\x03\x8c\xbf\xe7\xf7\xdb\xd2s=a\xc5iy\x16>\xf6\xe1\xa9\xd4\t\xa7])\xd2\tc\xc7\xdb\xd8\xe4\xbf\x83\x11/\r\x10\xc5\x04\xabjS\xdaZ\x9f@\xf7B\x97?(,Y\x11ZB\xe7\xea\x08]\xc7\xe58\xc4x\x9dw\xb5\x80M\xb0\xff\x88=\x80z\x9fF2\n\xabWm\\\xd7\xe5g\x1e\xf7\x8c\x84\xb22\x9ctHFL\x8a|s\xd9bkE\x12R\x15\xb8\xac\x8e\x0c2\x17wlo\xdd02U<\xfa\xc0J\xfa\x97\xfd\xc7;7\x1b\x99:\xf7W\xec\n\xd1M\xb5\x9d\x92Q\xc6x\xd8\xf5\xd1\xdc\x1c\x1e\xe7\xa3sPs\xad\x8a\x9byO\r\x04\xe8\x85\xd7pX\xd3 ]\xd8\x96\xbd\x00\xfc\x18\x17Z\x87\x9f\xc7\x01#/\xb5\\vYHw`\xc5\xe2%J\x13t\x84k\xeaA\xb5\\\x82\'\x90\xa9\xec\x93\xb6Y\xbd\xd3\xbel\xd6!\xad\xdd\xd5\x98 n_\x89\xcd\x02\x19\x01\xdfzG\xc3\xf5\xd0b\xac\xcb\xde\xddm\xecPTH\x12\x0fx\r\x7f\xca\x8f\xd4\xb3\xfcb\xcb<f\xb2!\x7f\x95i\x906\xb1F#\x80\x82'

24.28.248.6 -> 192.168.1.2
'\xaa0_\x16t\x88\x02\xa4\x10cf\xc9\x82\xc4E\xf8\xa5\x91\xe1\xdc\xde\xbfF\xb3\x00\xf1\x08\xfa\x8dW!\x0e\xb3\x19:)\xb2\xc00^\xa2\r=a\xb5>mb\x10\xa8\xc0H\xc5\xd9\xaeA\x88\x98\\\x86bp\xbc\x96DC\x02\x8ae;\xc6\xaf\xfa8\xf7\x1a~n4\x85\xb8I\xed\xd2rz\x99\x10H \xff\xba\xbf\x97E\x8f\xba\x94\xc6\x02@\x9c\xfa\n\x8c\xf9?E\xa5\x84IzT\xc2\xbe\xe3\x19s2\x86\xb8j\x95\x8f-+\xf4\x03H\\*\xa1\x94\xdcO\xc0>\xf8\xa4\xa5\r5\x03)\x95\xa5m\xe0SK\x8coz\xee\xaa\x08\xf3\xd0\xa4\xe7\xda,I\xd3\x04\x1e\xe9q+\x179\x1d\xcf\x8f\x01-kUW\x1e\xfa\xa5v\x14\x84\x0f$\xa8056kz]\xd3\xe4z\x94t\xa7!\xf9\xad\xcc\xabA\xa4\x93\xd3\xe10\x0e\x1b\x88\x7f\xd12\xeb\xccuV\xdf\x1bv\xa8Z-\x16\xe6\x1c\x1f\xad\xb1\xea\xfaw\x9a\xec~\xe4\xf9\xfe\x13\xdb\x8f$\'\xe8\x92=G\x0e\x06\xb1o\xecq\x03(\\\xcc*\xef\xf16\x9c\x10\x13 \x14\x80\xf1\xadT\xa0\xa0\xee\x8c\x15\xbb\t\xf7\x91j8n\xae\xa3\xfc\xf9\xd9>\xfa;\xa6\xe1$\xf9\x112v\xa4B\xacD\xeeH\xba\xe0X\x8b\r\xde\xbdI\xb6E\xe7G\x94\x9b\x15\xae\x88\x01\xa7\xf4\x9d\x1d\x87l\x7f\xf3\xf2\x85\xa8\x9c\x1e\xeaX\xec\xbd?\xa0\x01#\x05\xabh\xd8\x85w\xe4\xe0\xa9\xe5\xe5\n\x91\x00b\x06\x8af\x0e\xdcQu\x93I\x9c\xc8\xa0\x96\xb0]\x9b\x07\xf6\x11\x05\xd3\x1d\xaa\xe5\xa3\x88/\xbd\\}f/:8?\xe9\x8e\xcc\x16\xd6M9%:\x1b\xa5bbV@\x9a;\x9b\x84`\xca`\x1dg\x16\xcf\xffh\x0b\xd8Q^\xb8{\x01}\x7f\xfa\x9f\x88U\xf9\x19\r\xb2;\x0cczlM\x84\x01\x84\xb3\x1a\xde\xfe\xe5)\xf0\x0cSy\xa7\xe9\x8a\xed\x84$\xe0\x04$R\xbe\r\xd0:jJ\xdf\xd6#W\x8a\x0fA\x94\xee\xcf,\xff\x0e\xc0\xee\xd0\xeb15\xda\xce\xb4\x01\x82\xfa\x8d\xe4\xd4\x07\xed\x89\xa7J=\xb3\x17\xbe\x83n\xa6\xf1n\xcb\x9c\xc2\x8e0\x82t\x07\xb4F\xf0\xf8\x8d\x1f\xfb\xf6\xe5g\x06\xb2m\xd1=\xd1\xed?\xbbE\xdc\x05I\x05\x12\x12D\xf5\x06\x97Qm\xb2m\xecN>\xb6)\xca\xdbe\x00\x1a\x06L\x8d\xfc\xd8\x13A\x9b\xab\xff\xcc\xbf\xf3,\xc6\xee%J\xe3-\x91\xfaT\xffy\xdb\xc2\x914rn\xd5\x91\xec\xe1A\xa8\xe1\xdc7\xfcbI\xd2}\xabK\xd3\x04G\xd3D]\xb5\xa2>\xd4\xa3HH#:\xf6QdX\x9dv\x87\x96\xfdX`\x98bb\x8eP\xbe6M/\xf2I\xee\x91\x14\x95\xa0\n\x7fn\x94\xb8\x8b\x13\xcd\xf8.p\x84G\xc9\x0f\x87G& \x93$\x95\xbb\xc5\x14\x92\x16\xd2\x9c\xad\xda\x1ed\x97O*\xe2t.,\x85\x81NP\xb3\r_V\xf1\xb0\xd5e\x05\xf2\xda0\xc1\xf3\xeb\xeb\xd3"X\xe6\x96qO(Zq\xe9\xb2\x82\xc8\\=m}\x13\x92K\xe4\xfd\x0bRb-\xa9\xb0\x8e\xdc\xfbk\x9e \x93\xa6=\x0c\x1b\xe5\x83\x16\x84/ha\x1b\x87'

67.163.96.170 -> 192.168.1.2
'z\x84\x7f\x16v\x05\x02BN\xb3\xfa\xf0ZGz\x19<\x89\xae\x08qs?0\xde\xf0A\x84\x90\x98M\xb0y\xbc@\x1bc\xe6\xe6<\x98\xfb-\x88\xed*\xc9P\x9c\xe7\xa0\xda\x81\xebhu\xfa>Zxe\x14\xdf\xabB@\xf7B{\xa4=\x80\xb8\xe3\x89U\x06\x98\xf7L\x05\x16/W,3\x81\x18B\x89 \xdc\x92~`\xdem\x01\xe2U=JU\xbe\xba\x12%Tv[\x01\xbc\x14\xcbl?\x81J\x7f\xff\xb1\x1c\xccgt\x1fc\xdb\x00\x07\xa8\xa4:\xd8\xed ^${\x10!n\x03M\x86B\xeaT\xd3\x8e0\xf1\x85\x00\xeb\xa1\xf5q)\xe0sb\xd0@\xd8l}\xcab\xb3\xa5Fl\x90\x83\xea\x08.\x82\xf0\x0e6\x85\xd6\xc3\x16\xc8{\xd2"*\x7f\xb1\xb2\xa6\xbd\xe3^$O\x9f>\x11\xbe\x1f0\xe9\xa6\x92;L\x99\xcd\xa3X\xdb\xe2\t\xfe\xd9`\r\xa0\xee\xeb\x92\xc0-\x96\xa3H\xa5L\'m\x92\xb4\xcfql\xca5\xf9\xd2\x07\xe9\xe6yQN\xca\xf2\xe9\x0e"\x9d\xa8\xd6\xban\xab[\xfd\x15\x8dM}\xba\x1b\xae\xb6\n\x1a\x11\x13\x92\xbd\x10v\xa5#\xfa\xdd4\xb9\xa7\x9aRmO\xd1\xf9"X\x82Y3\x9fW\x81\xcfF\xe6\xb0\xcbr\xe0\xcc\xceh\xe5ap\xea~;\x86\'I\xe8\xcf\x15\xb2\xeb\xb7\\\xff\x93T\xbb=!\xfcSg#\x0b\x01O\xcd:\x06\xc2d\xbd\xd8\x974\xbd\xdd\xc7\x9c\xac\xb0\xd1\xa18\xf2\xd1\xc4\xe0s\xeb7bL\xedL\xbf+\xa0\xae+\x01\xd2\x7f\x92\x08\ti\' &\x96\xdb\x1d<\xf1\xf2\xc5\xad\x9d\x80\xdb\x08>o\xcb\xdb\x8e\x8a\x7f\xe0\xd64\x86v\xd3].\x0c\x16\xb6\xb3b\xb2\x84\x1a\xbe,\x17\x00\x0er\xba/\xb1=\x81\xd7U2*W^\xee@\xbd\xaar\xe6\xff\x1e\xe0\x92\x01\xd1\xaa\x07\x80\x81\x14\xce\x9e\x15\xc0\x0f,\x857\xbe)\xa8\xc2G\x90#\xf6Mg\xc7\x91i\r"\xbeX\x88V\xfa:\x1f\xfc\xef\xd1\xfa\x0f\x15f\x02\x92\x14\x17\xce\x03\xe3^\xd5:\xc2)\xd9\xaa\xf5\xa2\xbe\xe4\xb7\xf4U\xe4\xfd\xa6\x94}\x846\xf0c\x9b\xb5KO\xbc\x1f\xe6#\x19\xcbP\xa8\xe7\xcdd\xae\x03[,\x86!\x89\x02;\xe8\xabd$\xf3{\x9eRJ\xfd\x14\xb4f>&\x8e\xcdZT.\x92{\x82\xedd#.:\xbd;\x19\x1a\xf2R7;\xd0\x06\xce\xa7\xcflx<\xbe\x83\xcar\xec\x01\x80\xeb2\x9f\xbe)\n\x19\x85\xe1\xeb\x99\'DW\xa3\x8f\xbb\x10\x93\xa6\x1aV".\xd2z\x84\xc8x"\x11\x99\x1a\xd5\x9cs\'\x9b\x99\xec\x11{\x97\x1f\x10-\x900\xf1\x13\xc7\xaa\x95\x08M\xd7d\xd6K\x0f\x7f\xebq\x177\xc6>\xf6,X\xbal B`\xe7\xd2\xf7\xe7\xb7f\x91\x8f`#\x7fN\xc5\xd4\x1f?-\xe6\x1a\x80\x0cE\x93zQe\xdd\xd6^\xbeQ\x040\xc4\xee\xd6\xae\x14\xb7+,\xe8\'\x8b\xbfh<\xcb\xa3z\xf5\xb6Dah\x9f\xa0\x8ci\xddV}\x15ZF\xaahW\x1e\xb2\x9e\x8b\x1d\xa4\xd2\x9dHY\xee\'\xa0=\x13\x96H\x1d\xb7\xa9\x96}L0\xe5).\x87\xb6\xfc\xb0\xad\xb6ZCY\x98m\xe8\xf8\xe0\xd7\xa7\x01:E\x19\\\x1a\x18\xcf\x81\x1e,\xf0\x8e\x1d\x1b\xf3\xbc\x8e\xaf\xc3D\x16X\x9c\x18\xb4\xd9\xc8^\xfc/\x97\x1d7\\\x8dt\xf4\x9et\xf0\xbd\x82-l[\xba\xe4=\xeeWP\xc6\xd1\x15\xd5BD/_3\xd3\xe1\x91\x96xP\xc1\xc3\xf9\xc6k\xc8\xfd\x10\x91\x9e\x04\n\xb3\x89\xb7\x91e\\\x0c\xf7Nj\xb2\x0f\n\xdb<\xc5\xff\xa64\x8f\xac?\xeav\x18\x93\xa9\xdb\xe8]\x98\'\x7f\xc8\x9e\xaa\x82G\x99\xb0&\xa9>\x01U\xab\x89:z\xbe8P\xce\t\x03\xd2\xa3\x95\xf3R\xdeG\n\xe0\x81\x1a\xaay\xe4\xa1TF\x14\x96"\xeb4Bfl\xc6U\x08\xb5\x83&\x8aB\xb2\x00 \x81\xd3\xb9~\xee?,\xb5\xa6\x8bE\t?\xa7\x02\xae3\'\xbf\x8d\x1b\x89\xb3\xd7\xb1\xe1\xcd\xafV\x84\xa1\x93\x86y/\x92\xf6PO\xf6\xf9\xb25\xee\xde\x11\xae`bA\x99y?\\#h\x96\xc8\xe3\xbc\xfd\xe6\xd4G\xcc,p\x7f\x8849\xa2\xe7$ \xf1YA\x92\x8c\r\'\xcd\xd7otE\xc7\xc7;\x80\'\x9bE2>\xf3\xdc>l\xae\xb7\xed\x1c\x1aj \x9c\xd4/\x1f\'\x9a3\xce\xc3S\xa0\xa0\x9a\xe2N\xa4\xa8\xaef\xa7\x1e.b\xc7(2\xb4\x901\x81\xf2\xe0\x85\xcc^\xa5\xba\xdd\xe5\xd4a\xa7\r\x97[\x9c\xd1\x94\xa2\x02f\xdaP\xf8\x8d\xb5\x89|\x1eL\xd0\xda\x1b`6\xc1Z\x0e\xd7X\xe9\xf8F\xd7sQ\x08\xf1\xd0]\xca\xb3\x87\xf4\xa0\x8d\xfb\xe2zCY9a\xc0-\xb5cC\x0bI\xa9~\xed\xda\x0efD\x0c)$\x1c\xbb\xfa:\x01\xd3B\xbf>\xc9\xa9\x87\xe6\xc8\x9e\xf5P\xb9k{\xa8$(\x9cL\x0c\xa8zz\xe1\xab-\xf7\xfaL\xcc\xcc\xaa\x96s{R\xcd\n4\xc7\xfa:@*zMt\xde\x8f\xd4\xb4\xf9nn\xb5\xecCr\x95\xae\x8cJS\xbeoB\xb2\x7f\x08\xa1u\xe1\x11\xf2\xc6\xb51\xc0\x9c]\xda\xac`w\xad\x15\xdc5\x18\x9bxK\xed\x00yk\x17\xfe.\xcd\xc5\xff\x8f\xac\xd3\x9d\xa1\xfe\x1b\x99\x1c\xd3r\xb6\xfa\xc8\xb6\x080*\x90\x7fp\xb7\x8a\xcf\xae\xd5\x1e\x15\xf3\xf9#\r\x0c"4\xfb78B\xc8C\\\x00\xf5\x8d\x17\x93\x7f3\x82\x89!\x90j\xd1R\xa4T%\xb3*_\xd9+=\xca\xc8\x15\xff0Q\xdb\xbf\x0c\xda\xf9\xa0\xe5\xb7\x02'

80.73.178.211 -> 192.168.1.2
'\xe9\x1f?\x16r\x01\x02\xe02\xeb\xd5\xe5tQ\x00R\xc8@)P)\x18%\x9f%\t/e\xea\xe7\x99\x02#\x1dC\xb0X\x9e\xce\x87\xf1\xb5\xb2\x8d=j\xce\xe6\x14\xe9\xd1;\x92\xc2\x88\xb5\x1b\x04\x8a\x1a@\xda\xc7j\xbf\xc0\xabn\x06\xc2\x17\x1d\xd7\xae\x894\xfaH4\xe3\x92\xc25\xe2\xeeKcl\xf9\r\x87ch\xb8\x13\xde\x98\x14\xe5J|]\x9av\nU:\x14\xc0\x03l\xe5g\xe9\xe2\xc4\x86\x95\x0f\xf0eR\xda\xa94\xa7\xf7\x17\x9bR\xdfd\xf8.\r\xf4\xcb5\x9f\x1f\xd5\xb2\t\xe6/\x9d<\xcc\x97\xef\xb6\x83z\x17\x92\t\x93\xb9L\xa2\xf4]\x03\xd2=\x9e-uC\x9a\xb0\x10+\xe9\xa8\x94\x10d\xa1\xb8+A&m>\xaf\xd9\xf8*\x86\xda\xca\x90\x11\xd6\x12\xb2\xea\xdbDS\x13\x03QQ\xa9{<iTt\xd0\xdb\xbfY\xafk\xbf*\xf9\xef<\x0b\xcc\xf5\xeb\x87\xb3*LoP5\x16k\x0eW\xead7}\xc3q\x8eO\x9et\x86\xf8\xdc($h\xb9ng\xcbd\x9d.\xb9\xb9Y\x19\xf7|\xc6\xe2\xb3\xf6\xa0\xbd\x11\xbf\xe8\x9aQ\x10\xa8]\xcc$*\xcf\xba\xee\x88\xa3\xf39\xae\xc0\xce\x11}:6P>\xf9s\x11\xfaU\xaa>K\xf0\xcf\xe5bE\x8ej\xcf\xd4V\x08\xe8\xfd#\x8b\xdbU;x\x1d]\xad#\xdc6\xcb\xd5\xa03@\xc4\x0c!}>\x02Z\xe4TVFg\xf6Oq\xb5\x16.\xbb\xb3\xd7u\x94\xb5s\xec\xcc\xb0\x1c\xd9\xf9`\xd3\x80\xbf\xcd\x81>7K\xaf\xbe=\n\xd8\x1d^\xbc\x8f\xfad7\xe3:\xc6\xaejw\x88\x1cZc\xd6r]\x19\xcf(\xfd\xfe\x9a \xdb\x9c^\xe2\xcf\xbbC\x8e\x04\xb8\x86K\xad\x93\x17%b8\xe0\x92\xfb\xaf\xb0g\x02\x91\x10\xbd3\xaf\x88G[>\x90OR\xf1\xe5\xb3\xc4\xce\xd9\xa5\x94\x1e\x90\xb8bd\x17\x96\xe9\xa3\xceapIk\x8av\xd1\xb0\x083\x7f\x87\xb1\xcf\xb3 G\xcc\xf8}\xac\xbc\x11d\x18\xb9m\xd0\xf7\xb05\xd1\xdf\xc9\xa8\x1a\xb5\x8d\x8f\xea\xb5\xaa\xbb\x9dx)\xf2\xffX\x9cZ\xe8A\x87.q\x97\x19l\x98i3\xe1\x8c.p\xae\x1fT\xbd\x856\xff\xe0%!Hk\xff\xfbgY\xee\x9a\xb2\x8a}B7I\xce\xaa7\x9c=xt\x86i\xba\xad\xf4\x91b\x14\xe5\x9b\xa6\xa4\xb3\x88dOA\x95\xad\xcbH\x92\x94\xac\x16\xa0\xf6(\x98>\xc0\xe6BC\xd0\x16\xdd\x03\xa5+=\xcd\xca|d;t>\xc9\x92\xe8\xc9\x86+\xaa\xdaD\x82\xa4-R4n\xd1\x1a.! e\xd3^\xa2\xe6qf7\xf2\x14\x9ck\xfc\x7f\xfd\xa1\xa3p\xe0\x82.\nM\xa6\xa7Q\xed^\xe01B\xec\x0f\x17=\x12\xb2\xb0O\x1a\xa1\\\x03\xb6%\xeb\x95G\\J\xbd\xabaJ\x89}\xb1\xf1c\xce\xca\xb7\x98G\xfd<\xfa03D\x8b\x18\xde\xda?K\xa6<\xb7\xec\x1fm\x7fh\xee-\xf4\xab\x0fv_4\xc62\xf6\xb6{\xbeki\xe82\xcc\xae\xe0\x1e\xfb\xb2E\x85\x9f\xd8\xb7\n\x86\x8bYP\xd8v\xa4`_\x84\x86\x94\xf4\x03\xcd\x9d\xa9c\xb83I\xb65\x90\x12Gs&tu\xdc\r\x98\xb5Yj!?*\xdaa.\xa9)\x03\xf5T\x049\xa34\xaf\xab\xa3\xb3\xde\xd4&\x92\xf5p\xbc4D7$\xa6A>?\x83\x84!\xe7\xfe$s\xf8\x18!o\xb9\xd6\x9a\xc0\xea,K{9\x0b\xe5\xc4N\x02\x03\xb8"\xb4T\xfd\xf9+]*\xec\xdb+=\xa0\xa7\xfe\x9d\xc4\xe1\xa4S\xb9\xfa\x08^%7\x96\xc7\xe2\x82\x13\xa8\x91\xc3\x1f\xb3 -\xd6\x15\x91\xe1\xf7_\xa7\xf3\xa8\x93=\x8e\xbf\xc6\xba\r\xdey\xbe\xa0\xaa\x92jp\x90\x8c\x1e+\xa2xj\x14l\x9f\xce\xc3\x98>\xd4\x1a\xea\xeb\x18\xcc\x84\x1fgav\xb7&\xc9\xc1\xecY\xc0\x0cCh6;\xbf\x13m\xb2\x11\x02\xdf\x1c\xd3o\xc0y\xce\x83. |\x0f\xcfQcC\x01\x08~Y\x0b\n\xe0\xe0\xcc\x9d\x9f\xec\xd8\x80^\xcb\x8b\x18\x08\x88\\\xe6\xc2)/\x8bgq\x8c\xe8N\xe9\xa0\x126;\xcaHE\x17\xce\x9e\xc8\x12\x14X<\xc79~+A\x1c\xd0$\x97\xef\x9f\xc6\x99\xc8y\xe6\x0fG\x02\x87\xc2\x0fI\xfa\x9au\x93\xb1\xf4A\xfe\xc6-:\xc3[\x8b\xc0\x9c\x8a\x01N\x896\x8bv\xd6\xba,n\xe4\x1c\x1f\xad\xaf6\xdc\x83b\x0b_x\xa4\x9f\x02\x01[\x1dd\xd1gqxO\x1d\x82A_\x83\xa3\xb8\xf4\xa7\xd9\x9fdiS\x01;\x94N\xf7\x8f\x99w3\xf9\x17\x95\'\xf6I\xfe+(\x8c\x0b\xc9\x16\xbd\xea\xefU\x1e\x90\xaf\xa1\x96\xed\x00\xd4\x91p\x0ei\xdb\xf4\xf8\xa7\xe4\x07\x85\xb6\x81\x960\x04v[\x00\x7f\x1ch\x8e\x94Tb\x16Vz\xfb\x1d\xf8\xf7\x16\xec\xbd\xcfG\xfd\x18\'\xa5\xdf\x991My\xe9\xb2\xc3\xba\xc6d\xe0\xab\xc9\x83\xbd\x8b\xcc#\xc10\x03\t\xd5\xd6\xbe\x12\x05\xb9.\xd6\xc7yF\xf3\x08\xc5e\xec\xd3\xf7x\xf83Jc\x11\xc2O\x1d\\8\x0f\xe0\xe9\x1f\\\xa9|\xb2\xf5\xe9\x9c\x8c\xdc\xdah\xb4\xb1;NlQz\x99\xcf\xf4r\xce\xfcLnf\x0cM\xeb\'@\x17v\xd8g\x8d\x08\xef})p\xcd\xc8\xb7\xa3\xe3\xdb\xbd\xb5\x1c%\xb8iVb\x84\x94O\x8d@\x00b:\xeb\xec\x98S\xd8E?\xca\x0b\xad\xdbr Z\xf5\x0e\x93^\xe0\x18\xcf\x01\xf6\xf8\x9a\xe9;\xbf\xf6u\xaeCehX\xf8\r=\xb1\x96\x0fnU\xa9\xc2\x03}\x95\x8ecj\xdfr5\xacrT\x19y\xf3\xfa\x0fP'

80.73.178.211 -> 192.168.1.2
'\xe9\x1f\x0f\x16r\x02\x02\x04\x1a\'\x0b\x7f\xa5\xab\xef\xfe\xfa\xf6\x1bV\xdc\xf5\xd4\x86\xca\x06\xcb\x8a\xc9\xa2\x07\x8aq\xb9p\xca\xc2W\x1b\x0f\xe5\x94\xc4\xbe\xd6B\x9an\xfe/\xf0\x13\xe4M9\xd6\x02y\x1d\xf08Em/U\xec\x941\xb2+\x97\x91\xc1\x98\\o\xd5\r\x17\xa3[6V\x16\x02\xd9RDJ#\xbd\x97O\x88\xe0\x1d[yE4\xa0\r\xae\x02\x9c\x1e[\x16\xf4\xea\x14+ \xaa\x15\x07\xe71b\xc9\xec-\xaa\x7f\xf6\xd2\x82\x86\x7f\xbaS\x9fw\xffm#x.G\x05\x10\xc4~$\xc3\xec\xc5\xbf\xe9\x00l\xef\xe0\xb8\x1d\x10\xe1\xe0\x8b3\xad\xa5b\xaa\xf1\xa0\x82\xbb[\xf715\x8cM\x14\xc9\x18\x12\x9d#8\xf4\xcd\x9d9W97J\x13}\x8e,s\xebD\x89\xe4\xaf\x7f\x81\xfa\xc5\x89\xf7MGb\xa2\t\xddi\xacT\xf7)\xc3_\xb0)Id|\x00\x07w\x9b\x02Bd\xe8\x89<y`\x81\x93\xf0S9\x03\xc0\x84\xe3\x88\x0f\x07F\xfd\x81{Z\xd0"c\x1bB}uc\x8a\x16\x00-\xc4\xd0\x91\xda\xef9e(\x03\xe6\x9b\xa9}U$C\xa2\xe2\xd36\x8dL\xe0\x1e%\xcd\xcc\xe3\xde\xfa\x8a\xa9JO*#Ma\x93 jc\x18\x18r\x8b\xbb\x8d\x82\x89\x1c\x0f}\xe3\x03\xd9&\x9e\xc4\x8e\xb1`Z\xc7\x8cY\xcf-\x10\xe5\xc7fU\xb8\x05O\x8fx{^\xf6\xfd\xae\x1c(_Fx\'\xc8\xbb\xbcW\xdf\x8f\xbefd\x14\x7f\x84\x90\xe5N\xf1\xde2e\xd6.\x9f)E[%&C\x828\xd9\xfb\xb9(\x02\xe6\xfc1$\xc8n\xfa\x03T\x98\x95\xd5w3\xf8\xc32\xf4Z\x87]\xda\xd2-\xb3\xc9\xe7\xcaa\x04F\x10\xd3T\x11\xc5\x90\xb6\x08c\xbc\x1f\x9d\x85\x83Q\xbeI\\u\xd7\xa1\xfb\x9c*:\x02\x17T\xbe\x13\x16\x9bi\x996\xea\xd8\xab\x11}5\xf5q\x840\x98\xbb*\xb9\xe8\xb4\xf7\xefs\x06\nA\x9aF\x15%\xd6}\x89\xca\xc9y\x877\xa1.TC\xd3\xb1\xe0|\xb5^\xfa\x05\xbb\x9c@,\x8f\xce\x01\x0e\xc9c\xdb\x9b\xa7g\x82\xce\xd5\xef\xf4\x9e5\xae|u\x13$\x89\x9b\xb53\x90\x19\x13\x99\x8d yE\xa9\xeb#\xc7\x0b[\x05xI/\xb08j\xa6\x8fl4q^\xc8\rJZ24;\xf0\x92p\xde8!\xa1+d\xd7\xb2b\x16]\xba?\x15\\o*;Ok\xd33[u\x04\x97\xab=\x02g\x15\x11\xd3\r\xbfI\xce\xed:-\x9b\xb5?-Z\xc7vPd\xf7\xf4\x95\xff\x89i\x96\xec\x9e\x19;r\xcf\x1d\xe3Q\xcd\xece\xfc\x92\xf5]\x171\x07\xb3\x97\xce\xa6\xa8L\x1b\x9a4\x87\xdb\xc2\xbcM|\xc8\x91\xf1\xbf\x9c"\x0bm\\x\x10<}\xadB\xe0\x9d\xef\r\xc1\xed\xed\xba;\x8c\xf7\x8d\xea\xb8\x08?\xb2\xc5\xc2\xc0\xb30\xbd\x87\xd5\xf4\xc8\r\xbe\xb7\xf7l\x8f\xfa[g\x04`\xe5\xc8\x0f\x05\xb9\xe2AoE#+_\x96\xb9\x1c~\xf9\xad\x11\x15\xab>\xcb\xba\xfd;E6\x18\xf13\xc4\xed\x8a\xd3\xfb\xbe\x9aT\x82\xbe\'z\x8d\xa4\x9e;\xb3\xb8\xb4\x851\xaaBL\xc4$Sd\xbe\x04\x1a\r\x10\x1a8l\x9d!\xa7\xdb\xe0s7\xaeP\xd6\xba\xc4\x92\xd0N\xc0\xf5h\xb3!\x15\xad\xe2\x08\x01#\x88Z\xee\x0c3\xce(k\xf3~\x97\x96\xd1\xb5\x1f(7NJM\x9c\xb5\xaa@AH\x06B\xeb\x03;\xdd\xb0\x888\xecGE\x84\xd8\r}\x19\x91\x8a\xda\x16\x07\x03\x15$1\xfeW\xce\xad\x04\x02\x80\xc7n\xbe\xcd\xf2-\x91<\xdf\x1cc\x90\xb1$\xed\xcb\xc8\x9cr\x96}\n\xa83\x8f\x00\n\x04\xda\xd7\xb6p\x9c\xc3\xcd\xdf\x96}\xd5j\xf9"\x1eP\xf2\xccar$I\xfb\x9e\x01\x7f\x11y\x0b\x83\xbbD\xb8X\xaar\xe1\xae\xe7iM\xf5\n\x14>\xb4og\xcb\x10\xca\x1f\xff\x16\x02\xb0\x1e\nxD\xae/]\x07;\x10.x\x11\x8ez\xee\xe8\xf2\x14\xd8\xcb1\xe0\xe1\xc6Z\xec\x7f\xb4\x03\x0f\xcbM\xe6B\xdd8\x0b\x0c1\xdf\\n\xafX\x9c ;\xd7\x165\xb7\xf9\x9aA\x92\x91\xbd\xc8\x9ePK\xb16`\xe2\xa8\x97\x89L\xcd\xad\xb7\xd10|=dM\x0b\x05\x1da\xaf\x8a\xf0L[\x1b\xa5TA\x0c\xd0e\xce\x16\xb4\x9bb\xde]\xbdZl\xae\xed\xbdk\x96\x95yen\x9d[(9E\xban\xd4\x80\xff\xfd\xf8~=\xa2\xe94\xdf\x8a\xdfl\xf6\xef\x11\x8e\x0cp\xe0\xd1G\x0c5\xe8\x80\x19$\x89\xd1\x8c\xe8\x02\x1a\xc1\xce\xff\xd6\xd0\xc3\xdfU\xff\xcc\x98\x9bXXxql/\x9eF\xaf\xa9\xca\x00\xa1\xe7\xcd;>\xc8\xbe\x1e\xc9\xf0\xdc\xd7\'b\xb5\x15\xb1eW|\x1d\xa43\xa1\xd8K\xa4\xeaVk\x99\xa9\xa2\xa2\x7fm?\x8f\xa5\xb1$m\xcb\xe51%5\xa7\xad\x98\'\x0b3\'\x05\x8d\x8b\x87C09\xbe\xbb\x08\xf0\xd2\xa8\x808$\xb6\xfc\'\xd0\x95\xf4\xacy\xe8c\x1f\xb4O\xbb+\xa00;\xcaB\xd4B7X\xd9i\x9e\xcf\xb6w\xb6A\x01\x96\xa5\xf4sx7\xbfX\rE\xd2\xae\x06\x1a\x85\x12\x04\x1b\x89\xbcS\xaf\xce\xc5\x92\x8d{\\\x1e\'\xfb\x16MD\xf6.\x96\x1e\xfb\xe3\'\xdb\x16\xc2\x8a_ \xb8\xde\x7f\xa3\x16\xfe\xef\xfb\xf5\xad\x80w\x7f\x1f\xba\x9d\xee\xe9\xb4,?]\xe6\x8e\xa3_\x997\xb5\xf7\xe6\xb5j\x90\xc2\xc9\xfc\x11\xfa\x03=\x04>\x88g\x81\x82\x8c\x91\xb1\xf6\xda\x0c79\xafas\xd6\x9f;\xe6\x0c/\xbfT\x17\xb5\xb5\x06O\xd3\xf9I\xd5\xd8\xa9\xb7\x19'

67.163.96.170 -> 192.168.1.2
'z\x84o\x16v\x06\x02a\x86B\xf8@\xd6\xa6\x06\xb5zR3fF!\xc0s\xa9\xfe\x1d\x91Qd\xbb\xde\x18U\x0f\x01\xca\x90\xaeOtsR\xa0I\xd4\x9e8=]\xd1\xfd\xe9\xb3;\x82\xc5?\xef\x84\x10J\rWM\xb2\xd1JT 2\xe1Y\x85r0\x83\xc2\xc3\x1e3\x1c\xdd\xcb>q\\\xd3\x88\xb1\xfdH\xe7\x14\x00vb\'h\xfcqM{\xa3=\x07[\xb7Y\\o>-q\xf7I\r\x9fk\xafd\xb2\xfc%\xe8W\x07\xdc\x07\x10\n\x02@P\xd2\xb1#_L\xac#h\xccD#\x9d\xec\x04\x86\xb3\x05>D9\xda\xda\x0b\x07\x14\x0f\x06\xff\xb2]\xfe5Y\xc8\x93\xb8(o\x03\x80^\xe6\x95\xeb\x03\xec\xed\x96\\\xe3\xd1?\xaar\xf2\x11\xda\xde\xa3\xc9^\xd4\x85\xfd\x1c\xef\xf1\xea\x91\x0b\xcdE\xc7e\x08\nr\xa0\x15\xd1\xa0\xcf\x8f\xabG();*\xa6\x1e\xca5\x89\x896\xdaD\x04|\xefp\xd5]\xbd\x92\xa8\x05\xdf\xa3"\x9e\xa5X\x8d\xa8Y\xcf:\xb9\xefX\xf2\x1e\x89\xc5"2Y5\xc0\xd8\xec/"o\xe1\x16\xb8[\xb0F[P\xf1K\xb17\x8b\xcdH\x1e\xc8\xe5\x9e\xa5\t\x84@\xac\x07\xa6\xe1\x92\xd4u]\xa8\xc9\xa9e,W?\x8d\xde\xd6\xd12:\x15\xe5\xc9"\xda\xbe\x8aG\xdeU\xdfm\xcb\x1c\x1f?\xf2\xcd2\xaf\xe6\x1a\xa4`\xf4\x7f\xef\xc0\x80\xfc\xfb\xe0w\x8a\xc7\xd0\x7fq\xec\xec\x9a\x97&W:\xd6#x\x99\x96E32\xc9\x9d\xf5\x19\xe1\xee@Q\xbc\xb5\x81\x84\x0c&9\xa4\x02\xaf\xdd\xdb\x7fm#S\xaf\x86\x1d\xd2?\xb9]\xc1H\xceGe\xc1\xa9\xae\xe4\xad8\xde\xbcu\xc0Dw\xb0\xa1ji\x9f\xc4\x82\xd9\xae\xc4X\x07\xf4NJ\x82\rT\xf0=<7\xd4\x07g\x19oQHN/\xbf\xe9DB\x15\x99\xa82\x86A\xfab\xdd\x04\xcc\xb8\xb7\x1ca\xe5\xe6{6\x7f\xde\x0b\xadX\x0e\xad\x17\xbaC\xc6\x9c\x99LF\xb1{ttV\xd8^R\xca\x91>6k4I\xdbJ\xcc|@1#\nW\xcd\xb7\xe8\x0fh\xf3\x8a7\xe0\xbb\xe9\x90?\xbf\xbaIX\x1d\xc9V\x19l\x80tE\xac/\xb9K\xe7\x95\x14\xc4\x89\xff\x1a[\x0c\x02U\x1f|\xeb\xcf\xeet\x84\xb2\xae]\xa8\xbe\x03\r\x0bHH\xeci\xb1\xb5C\x918s\x1a\x1d\r\xc3\xb0C\xe9P\xec\xf2\xff\xc5\xc7\x8c\xc7rW\x1c\x00\xef\x9d\xa0\xe9G\x03\x03\xad\x83C\xc1\x1e,\xdf3E\xcf}qs-j\x14Yv\x18q\x7f\xf1\xba\xce\xd4\x9a\x83\xca\xb0\xc9\xbc\x8e\x0b\xe0&$\x08+\xc0\xef\xdd\xd2\x18\xce \x00\x92\xad+\x8c\xaa*aO\xd9\xe3\x04\xca\xb4\x85\x0c@\x9c\x9d\x07\xb9\x05Oc\xeb`"ky\xd1\x85n\x1d\x02Z\xe3\xef\x86\xad\xa1\x0b\x8d\x110\xa1h\xc3\x17\xb8?\xac\x0b\xe0<Q\xcd\x83\xaa\xfe\xbf\xfd\xd0\x8c"\x1d9\x1a\xc1\xdel\x8avn\xc6\xd6\xeb\xa3\xc5\xea}\xb0\xa5\x85y)k\xc4\xa8n_\xc2\xda\xed\xc6\xbe\xf0\xf3\xe0\x85\'3\x94\xcb\x9a2\x84WQ\xa4(.\xee\xf3V?\x0e\x80q\xe0 \xf5\x83\xe4\xb9\xe4\xa5W\x08\xb1t0P\x8e[C\xe0\xfb\\\x8e\xdb\xc4zi|\x04A\xee\x1d)F\xdb\x03\xe2\xfd,\x84a@q[9\xe2bQ\xf4:z\x1d\xa3!O3\xe2\x87Q\xfe\xc8/\x99\xe8\xfe\xd6\xb5\xac\xddZh\x18\xdb\x9eD\xac\x8c_\x02\xa0=\xd2G\x8d\x03\xd6\xb8\x98\xb0%Y\x93\xa4\xd6d\x08\xd6\x0c\x15\xa1\xe3\x85\xdb\x8f\x82\x97\x17\x90\x7f\t\xe4@J7\xd1\n\xe9\x12\xaa(\xdd\x8a\xd8*h\xcb\x9f\x82>\r\xc1\xbag\x10%(\xcbL`\x00vd\xf6.*\xd5*n\xb3\x0f\x1cof\x1bJ\x81\xa6c}\xe7\x80\x01@\x88cge\xd7\x1a7z\xce\xd8\x16\xb14\xb9\xb9\r\xeb\x95\x07\xfc?@\xb5\xbf\xc6\xeb\x84\x03Z\x83r\xe3I\x90\xb7\x1c\xc5EI\xe1_\x93\x03g\x9f\x00)\x80\xc2\x93q1\xa9\xd0Z\x8e\xbd\xe0\x97\xde\xf3)S#\xc4FJ\xd9\x1c9\x13y1X\xb9\x84\xad-R\xfa\x06\x7fb\xb5\xfb7\x0e\x89\x17>\xf8)?\xb9\xc2\xd2\x80\x80`\xab\xad\x82\xce\xb6O\xf9.\x80\xef\xcc\xb4\x8d\xd5\xe3#\tSj{I\x19\xa8\x15\x97\x93\xf4/M\xf5},{\x86m;\x1b\x02\xcc0\xb2\xde\xfc\xff5\x8a\xfd\xb3u\x11\x8cY\xba\xae\x0b\xe4u8\xa47\x1d\xc9\xed(7\x1f\xee\xda\xbb-\xd1\xa0\xf6\x8a\xc1\r\xc06\x1a\x82;T\x10H\'Z\xb9\xaeT\xe9`u\xa1>\xcc yI\xed1\xf3\x89\x8b\\w\x1bqu.\xe5\x00+\x00z\x9cs\xd2\xa9m5\xe2:\x1d\x96\x0e\x14\x1d\x88\xf0t\x9fYa\xe2\x82N\xb5^\xb8d\xc6\x94\xea\xf9\xbd\xd1Z\xa0\xdb\x05@\xe8\xa1\x82\xdf\x1b\x96d\x88\xb1.Z.\xac\x1bXN\xd0\xc7I;\xdc4\xd9Zc%\x9e\xc7\xf2\tU\xba}C\xa4> \x9f\x89\xba\x986\xb4\xe5Ny\n\xe8sl\x16\xaaAb\'R\xa4\x12^\x07\xb3f{\xdb\xfa\xc5\xd4\xfa\xd5}9\xd1\xb3\x0b1\xe6a;u\xefB\n\xa0\xa2\x15~\xf5di\x18i<f\xd0\xc3\xb6\xd9\xe9\x88@\xa7\x95Nn5\x98\xfa\xfd\'\xed\xba$\xfa\xf5\xba\xd3\xeaT\xbb]J\x8e\xc4\xf3b\xc6P-\x18\x8fo\xdby\x08\xaco\x89\xa3\xa7OWn\r\xd2\xd9\x82\xa8\x18\xb1\xb0\x86[\xf11X\xe2=\x9a\xa5\xde\x88u\r1\xf7qu\x91\xb8\xc2R\xb3b\xcc\xdf<s\x1a\xf1z{\xaa'

24.28.248.6 -> 192.168.1.2
'\xaa1O\x16t\x00\x02m\x87#Dr\xef\xbe\xc7=\x90F\x8c\x9eR\x89E\\\xd1\x1e\x17\xdf\xc92\xf2\x08hM\xb2sP\xb5\x995\xd5]$\xef\xed\x0eH@\xa1\x8c\xd1\x99K@T&\xff\xb4\x1cr\xe2j\x9a\x89>\xf0\xc0ij\xc1n\x8dj!\xd8`\x9e\xc4\xcb\x8f\xcd\x961\xc3lNs\xb4\x08\xb2\xd4I\xb0\x06\x0fv\xb0\xff\x05,\xbc\xab\x9e\x11yN\xe8@\xe6D\x03\re\xb0\x01&\xa4\xd6\xcb$No\xad\xd35W\xd2\xea\x1f\xcesf:\xba\xcf\x9b\xd8\xc2\x10J\xa0v\xd7\xdf\xf3\x02\x88m\xdah?\xc6\xd9z$\xa2#7#&\xf9\x1f{\xb3S\xbc\xa7\xd1\x82z\x9e\xa7?\x92p\x02\xd9\xd5+\xc6\xe8h\xb7ZG3\x8f\xe55\x1f\xe1\'[\x07\xef{\xa9 t\x85Y\x0b\x7f1\xe8\xbe\x0f\x9b)*5b\x9a\xabwT\xd3\x027\xef\x92is.J\x97\x14\xa8\xe5kG\xc6\xdd\xb6>=$\xa04tl\tI\x0f2f\x06\xf5\xdd6\x9f\xe6{\xa3=\x1b\x10\x1f\xbae\x91@y\x072\xd8\xa8\xbe\x10\x1b\x03sr\xfa$tG\xb1\x07\xf9\x8b\xcf\x84\xc3\x91\x10\xec\xd7\xb9\x1ck\xa6\x96>P1\xf0\xd8\xf5\x9c\xe8s\x0f1\xbbM\xa7%TW\xfb1\xf3\xd1\xb4\xae\x88};g\x06m4\x8d\xe6\xf0l\xcc\xab\xcd\xedx\xdam,\xda\xa8\x0bm\xaf\xf6@&\xb6\xd0\xa1nV\xdc7\xc17\xa2\xd7}\x9f\x93\xd0\xd6i\xf7\x94\xab\x7f\x9e.5] \xc0\x9f\xe5`\x8f\x9a?\xd3\x08F\x9d\xc1>~\x1a\x9e\x90E\xa7\xe1l\x06\xf0\xbe\x819W\x14G\x85\xb5\x0f1\x9e\xf2\x8dZ2\xc1F\xa7t\x00\xba\xa1\ri\xbbk&N\xb6\x93\xcf\x17I%[\'\xdaP\xadF}\x8fA\x99E\xc9\x88 \xa37\xdd\xda\xfaC5\x9c~\xf9\xf0\xc4U\xc5k\xec\x83\x89\nEm68\xde\xdetm\x8fd\xb1\x85\xbc@\r\xfa\xb9l\xe7\xca\xc0u\xd4\xa7\xe9\xab\x83\xda_\xa7\xbe{I\x19k\xdc\xfc\xa5\xa02Rf\xa9\xf2\xd1\x19z\xb4M@\x8c\xd5\x1c\xa4\x83{\xd2\xe1\xdazK\x8a\x91\xa9Uf5\xe2f\xe7\xbb\xc3\x99\xf7\xd5Y\xc5JWyt\x9f\xc6\xd0u\xdfmy\xa0&\xb02\xa9\x08+\r_\x98Z\xeeK\x9c\x14\xd1]\xd45\x86Zi\x1b\xb3\x91^s\xcc\x9a\xd0\x11\x93\xc1\x06\x8b\xf0\x00\xcd\n*\xdfs\tew\xed\x8e\xb0{\x85yz\xed:\xa3o\x04\xc3\x14\x85(\n\x97\xf9\xcf\xa1\'\xb5r\xef\x18\x06R+Lut\x89\x1e\x17V\xd0\xcc\xf7\x03{Ie\xda\xc9\x0c\xc0:\t\xd5}|m\x03R\x99\xf7\xec\xd7+\x82\x12"d>lH\xff\xa0\x84i\xcf_\x1f\xb6\xba\xe5\xb3\xd0\x02&cIP 5\x12\xfboI\x1c\n\x9d\x94\xb2*F\x95\x19\xa3\x9c}\x87\x12\xa0\xb2\xb7\xb8\x86\x9c\'h&\xd4}\xab\xab\xa26`\xf0>\x16\xbb8E\x12(g\x11\x83\x87\xec\xc5a\xf6]Lb\x83\xb2\x9c\xc8q$\x03s\xaf,p\xf4\xab\xd9\x8bP\xb6\x86\x8c.\xe1`\xdd\x80G\xad\x04O\x0b\xe2\xfb2\x8e\xc8\xc2i\xa1\x17qL\xafk\x17I\xdbp&\xeaYo\xc9F\x03+\xd9<\xbe\xd8\x0bV\xeds\xea\x98@\x1b\x9e6Wh\x8ae;.\xe9V}N\xab\xab\xb4\xec)\x97[md\x925_\xb4.z#\xb3\xd6u\xad\xd2\xec\x97\xf4\xa9\xf3\xe7\x89\xfd&\x85U\x9f\x97\xf9h\x0e\x08\xcc\xa5\xcfa(Z\x86y\x9d\xfe\x1b\x8bX\x00@p6+R%\x90\xd6\xd81S~M\xa3\'\\VcI\t\t\xd8\\\x19]\xc1\xe5g\x0c\x8bG\xb3\xb8\xf8\x97h\x1b\x9b\xbem\x92U\xe16r\x94\xafBMK\xd4h\xbc\x8e\x83\x9b\xb1\x06\xc6~\xd2K\x00\xc62\xbc\x12^\x9b\xb6O\x83N\x89:\x81\xa7\x91\xa9\xaeN\xf7\xe8\xdbK=\xb3\x1a"i&\xf3K=\xa4\x8d\x15%n\x02\xbc\xac\xce\x0b5\x07\xaf\x11A^\xa8\xb43\x1b\x8d\x87\xb7\xa3\xb5\xcf\xe8?\xa44\xe7\xc7\xa5*\xa29\'\xad\x9b\xa9\xb6G\x02\xa2:\xc0\xc4\xf3I\xa3\xb7\x03\x9f\x0bQ\xde\x97^,\x9d\xf5\xe0\x9c\xd6x\x85\xdc\ry%p\xcan4^WfM~\xfb>P\xc4\x81\xa5\x91#\xcah\x97C\xb5\xc5\xbc\x91\xce\xf3\x97\xc0\x05\x8e\xf2Zt$\xfb\xac\x7f\xf1d.-6\xc5w\xec\x86p\xe9;\xef\xdfi\x9e/\xb2\x9bg{\x10\x10J\x86\xb0A\x87z\xcb"n\x00\x9e\x11b\xb5\xae\xdf\xd6\xfd<X\x0e\xc80\xc1j\xccwe\xf7\x1e\x84\xbdk\xc3d\xebc\xd7\x83\x8e\x06\xa3V\xbe\x97\x15&^\xc3\x9bSEX\x04\xc9\x0f\xfe\xe0uI\xdc\xe5\xadj\xfaQ\x961\x1d\x02\xc6=\xf7\xd4X+\xfd\x07\xba\xb4z0R\xec\x13\x10D\t"\xad\x15P1\x07\xbb\x13\x1aP\xb4\xd2\xb0\xa5\x93\xaa\x04z\x85@\xb4\r\x8d\xd8(M\xe9?<\x08\xda\xb1\xadk\xa7$8\xd4\xc9\xc9\xe0\x9d\xcbPG\xb5$\xc4\t\x04R5\\\xa3\x15I\xa2\x16Q\x94b\x96\x83\x8c\xa0\xb9\x9el\x94\x12\x84k\x1c\xcf%(p\x03y\xbb\x1bY^!\xa8\xce\xa8\x9c\xc2\xc7K$#c\xadnD\xe3\xb7\xd8}\xd2\x81\x9d86SIn\xb3Z\xde\xb6\xd2|\x0b\xcc\xddP\xaeH-L \x93\x93\x87-b}g\xb3\xf7RT_\\x\xc0Q\x9d?a\xc4\x16\xbc\xffX7O\xce\x80\xb8\xc2xL+2\x1bU@:*\x82\xa9\x94\xda\xf8\x19\x93\xef\xf40!\x1b-W}*\xdf\xcb'

80.73.178.211 -> 192.168.1.2
'\xe9\x1fo\x16r\x03\x02\x9b\xfd\x86\xb1\x06\xe9\xd3B \xd3PJ\xff\xdb\xb8\x0e\xe0\x8av\xa7\xcd\xce\xb3"@\r\xca\x10\x0f\x81O\xca\xc1\xbb\xc9\x81=4B\xb4\xb7~3\xb1y\x05\x13L\xe2\x99U(\xef\\\xcc\xd8\xb2\x7f\xb6\'\x03\x93\x15\xa8*b\x91\xf9/\xdc\xb61G\xaf~M\xfa\x1e\xf3\x18\x99\r\x1b\x9e\x82UE\xbc\xef\x011\x18\x8d\x81@\xc7\x93)\xe4\x9e\xa5\xa6\xd8\xcda\xc9a8\xb6}\x94\xe8\xf1\x02\x98\x0bC>\xc6\x0ffX\x06^\x11\xa3\xc1\xa3\xd1+\xab\xe1\xb7\x85\xee\xeb\x1f\xc6\x86\\l[Y\\\xa8*\x11%q\x9f\xfd\x95\xb1\xc8\x91\xcc\xb7\xf6\xfe\xc32,\xbb?\xd2[\x16\xe4\x80\xf2\xc5H2\x81"\xee\xa4\xf1}\xdb\x9e\xfd\x87\x9d\xa5\x19q\xf67F\xc9(pW\x0e\'\xeb\x0f\xa1\x90!\xdcTx\xce"\xda\xacz\xdf\x88\x13\xbf\xcem\xf6\xa1y\xcf\xb5\x82Hf\x85\xd6\xad\x94r\r\xb8\x8b\xa2v\xe5\xfd\xfc$T\x97\x03\x99\xf6\xefI\xe3\xc5\xe7\xd2}\xb1\xb9\xd6\\\xaf\xe5\xc9p\x1d\xa8\xc8\x1b\xa1\xdd\x996\x8fyUj\xbaCS[\xf7\xf1\xa2*\xe2r\xc0\xd2\x08\xb7\xbcw\x8c\xa7N\\\x0f\xf7\xf3\x8d#\xc1P-\x97\xb4j"\xaa=\x85f\xc9.\x00\xc8P\xc8\xd5\xef\xe7+d\xa8$\x02"\xaelP\x95\xa8,\x8aN\xc7l\xd3\xf0\xbb\x11v\x08oz\xd1[\x03\x0b\x0b\xbas\xc3\x16\xa3.\x1c8\xfc\x1c1\x88qu\xa0\xcfI4\xff\xf4 \xf2s,\xca\x8a\x05\xe3\x1fkw\x93\x18\xb0\xe0\x8b\x1a,\x04 &3\x1a\x18\xf3\xd87\xbe\xca\x14\xd3\x80&\x81\x88.R\xf9\x19\xc5\xd5W\x87\x1b\xb8;\x1d\xd8N\x1a\xb6\xce\xa6m\xca\xb4E\xa0\xd8\t\xcd\x99v\xce\x1dB\xedr\xcb\x00\xbf\x19bI5\\\xecZ\xe2\x02\xb1\xaaJ\x180\x15\xd7\x13\x1dlY\xf4\xd1=e\xa9w\x86\x0e\x8e\xaf\xe2\xe6\xc3\x85\xe8\xff\x05E\xc2\xc67r\xa1L\xd7\x87\x06\x04\x08\xb4\x18+&U=\xd3\xe3b\xac\xf8\xb9ij\xd8v\x01\x11\xb3\xb9\x0cN\xf4\x11\xa3\x04(\x84.I\xdc\xf2\xd1\xa6\x15L=)\x8e\xc2j\x82\t2\xd0\xab\xedb<\\\xc2\x1f\x1f\xb3]\xfd\xde\x9b\x19e8:JaL\xd5\xe7\xc3q8\xef\x02\x91\x9b^\xf6\x0e-\xb9\xb4BW\xac\\\xba\x89\x87F\xef\x19\xa1\xe7\'\x1b\xa4\xc1\xcf%\xb3i\xe7N\x12Or^l0v\xae\x08\xe6\t<j\xf1\xdb\xc1mTM\x96\x97\xd8\xe7\xb6{\x0cp\xab\xe8\xec\xde\x9c\x1b\xcc\xb7Sw*PBf\x86\xfb\n\x942\xfez6\xee\xb7>\xc8\x8b\x85\xf0\xe4\x97\x1c\x94\x95^\xad|\xcb\x92\x88\xab|\xd3\x86\xb9\xff*-l\xe0Qhx\xe7\xb1\x0b\x9a\xd6\xc9\x81TF\xf6\x10\x04\x10\xb2\x89\xd6?\x0f\xfb\xf0\xa5\xfaj\xca\xc8\x00\x91\x97\xeb\xa2Z\x83F\xae\r\x90U%\x1bU\x88#|\xd5\xfa\xca\xbe\xfe\x1b\\m\xe3\'-\n\r\x9d\'\xe0\xc4j\xf7\x87\xdb\xa8L\xf8e+\xe63\x1d\xd6\xe5[\xe9\xc7\xc9\x97s\xb2b\xa0\xa5^|\x8b\xb6\x07\xa1\x95\xa5E\x8d\xc4\xee\x15\xcc\xbc\t\xe8\xcb\xb5\xaa\xd3\x97\x92\xb5\xf3\xb1\x8b\x98\xbd+\x0b%\xfbg_\xc2\xee\x865\x1f\xf1\nQ\x07\x1f\xcc\x17\x02n\x01C_\xf1K\x83\xfa*u+\xfc\x08\x99\xa5\xbf\x0b\xc1\xf2\x9f\x13\xe3\xa4R\x97\x9a"q\xee\x1ce \xb9\xbe"\xbe\xa8\x99\xe3\xb1\x05\x00\xf3W.{\x02\x18\x18\x9d<4\xa0\xd4\xff\xa1\xeb\xc5\x8a\x1d\xea\x96\xeb*\xda\xd5C\x1c\xb6--D@\x02M\xa3\xeeM\xfbF\x15\xb50\xbem\x16\xbb\nb+k\xd6\x1f\x0e~\xe6l\x84~{Z3\x11\x8c\x8b\xc4\x9b\xef\xc1#\x9aM\x03p\xc7\xfa\xa70\xe1\xff\x01|\xa0L\xf0\x1cH,>\xa7\x8d\xc3/\x91&w\xf2\x03\xa7"\xfb\x04\xf2Z\x0f\x83\xe0\x80\xc7\xa3\x88P\x14c\x9c\xb0~\xa3\x81\xda\xf3\x17l\xb2\xdeo\xf2\x1a\x04\x92TU\xf2X4\xee\x9b1o1\xc1V\xd2\x9e\xbd\x03y-P\xdeO<\x92\x83\xde\x94\x18\x8e)\x1a\xeaA\x1c\x9a\xec\x0b\xac\xc6\xca;\xe7\x85{\xe2(\xd1\x8d\xc4\xab\x86\x8dC\xcd.\x0e\xdc\x82\xa5\xfb\x9b)3R\x13\xd4\x02[!\x87\x98Os\xcbe\xc6\x98\xbeL\xc4\xe6\xbb?\xc4\x89\xbc\x16\xa0\xea>%\xcaT\xecu\xb9\x1ei-\xf11\x011O\x9f\xd1\x15\xa7\xd9\x984\xecq\xa6WW\xb5#\xac\xb5\x9dM{\x04\xe0\xcaGbS\xb5\xbdM\xc2\x15\xbe\xc4\xf5\xc5h\x9d\xb3\x8d\xe9/N\xb9\x08\xb9H{\xeb\xc2\xb6\x8f\xd4\x04\xaecLe\xf2 DtX-Tk\xa1f>\xe4b\xbd\xc1\x9a\x10\x03\xa5\x80\x1c\xe9|9\x9c\xfe\xc0l\xbd\x11\xf0!V\x99\x19\xe5`L\x86\xf6\xf0\xa1@n\xdd\xae\xba\xcd\xbd=F\x97n}.\xba\xb4\x9a\xcf\xf9AR\x94R/\x05l|g1\xf0Qxu\x8a\x9f\x1a\xa0\xd4H\xcc\xbf4m\xec\xb5\x1d\xa1:53\xd1F?\xb3J\x82\xd5\xa1\x11\x7f\xf6ur\xcb\xab\xc66\x9be\xe9\x16oo;\xf3\x16J\x976u\xdd?m\xc9\xefc\xe55R\x15\x85\x8c\x06EJX\xc4m\xa9p\x9c\x83\x07\xa3A\xc0g\xcc\x9ag\xe9\xc6\xd9\xd0@\xf1q\xbe\xb7\x90\xc7\xcc\xf5*\x10*\xb2\xaaf/\xdcc\xcb4\x05\xdaITFr~\xf6\xdf\'U\xfd?\xebU\x7f>\x8a.\xdb\xf1\x84:ns\x97<v\'\xb0\x90,g\x9f|`\x0b~\x91\xbc\xcd\x06dR\xa0\x99\x10'

67.163.96.170 -> 192.168.1.2
'z\x84\x1f\x16v\x07\x02\xec\xa5=\xa64\'\xf2\xd9\xe6\xa7\xac\x9d\xa1+\xf4:q\x10+\x97\xbc\x18x\xa9gL\xc5\'\x1eu7\xc1\x84L\xee\x83G\x90Y\xd5\x85Y\xa5\x8cR\xa9\xbb\xa3\n\x93\x08O\xcb\xc6P.x\x15\xe0\x1b\xa3\x01)\xf6\x94\x15\x93\xac\x1f\x89\xa3\xb7m\xa7+3\xf5X\xed\x1b\x92\xddM\xd8 \xf0\xca\x95N\xf4\x13\x00\xaf\x86k\xcb\xfa"L\xc6\xce(\x97{\xe2\x15\xd96\xf0\xee\xafG\x90a\xb1\xb5\x9bVCFq\x92\x03\xd5\xe2\x9e\x8b\xb3\r\x06\xf2\xb5\xb5]m\x1a\x86=P\r.\xd5\x8a\x7f>\xad\xa6 \xdf\xf0\xd0N~e\x8e\xd3\xa36x|\xbf\x9d\xcb\xebX\xaf\xc61\xa6\xbb\xd3\xadb\xbe\x82\'O\xec\x11\x9c\xd6\xe6%\xc1]<\x8f\xa2\x98\x8b\xde\x88}0h\x0c\x17\xbf\x13\xc7<\xcdT\xe5\xdc\xf4\xf9\xdb(\x1a\xfcolR\x8e\x0c\xe2\xddv\xbd\x10\'\xd2Gj\xcd\xf2\xdbP2\xae\xec\xc6\xd7\xcd\xe8\xa8\x8b\x01\xc9\xc6v*\xb2\xd7\x19X\xf1"\xfa\xc4\xc1ck\xdav\xbfu\xe5\x06p\xbf\xb1\x81R\xe0K\x08\x8b\x11\xf3}\xc6R\x86\x15\xd2\xc2L\x98\x17^gKh\x955\xd2\x81s#f\x18\xa0f\xa8\xc7\xb4\t\xee\xa7OF\xc9m\xba\xbc\xb9\xb4\xc3\x1f%\xc8b\xd2\xab$B]p\xce\xfa\'\xd1Z4E@h\xf0\x9cc8\x8b\xb1\x06\x84\x01\xc6\xe7\xce\xa3\xa96\xa6\xc6\x8b\xf5\xabw\xac\x90\x0f\xf4\x7f\xb3\x8a\xac\xfaa\x1c\xc4\t2\xc7\xcdU\xae\x8b\x01\xc1BC{\xcf\xf2\xae\xbb^\xf3\xb1L\n\x1b8\xb8;\r\xf0{\x117\xe6\x95\xd6_2\xa0\xc5\x88l\x88\x80\x18C0\xb3b \xfd\x0ef\x89:&Y6\x9d4\x89\x85\xc3Ne\x00\xdf\xab\x7f\xfc\tsI\xa9d\xa6z\xdaaU\xd3\xa8_\x1c)\xc8\xa9lm\xa6[\xe6\x91du\x1bZ\x114\xd3-\xb8\x7f\xa1\xd3v\xc0\xcb\x9e\x0e\x17\xd2\xdc\xd4\xc5\xac5\x9e\x18\xe3Bcy\x13\xce\x8c\xc6\xcd\x84E\x19\xc9\x94\xd5l\x1b\xa7\x87\xe4\xfd\x0b\x04\r\x85]\x89\x11(\xdf.R2;A\xfc\\\x07`D\xf6[_\xe0-\xce\xdf\x90Q\xabj5\xaf\xc4P\xc3\x1b\x9e\xf6\x8c\x1f\xb0\xae\x9c\x89\xea\xd8\xfb\x96\xad\xdd=\xcb\xda\xddK\xd2bM\xa3\xc0\x8d8vp\xd5\xe9p\xc4\'a\x07\xe7\xc72\x11\x04y&\xfe\xbe\x8f1\x0bH\x1a\x80\xa5\xd5\xdc\xca0h\xe0$t\xda\x11\xfa\x16\x17\xa4Nk\x1c\x89\x8c\x8e<\xd0\xdaJ\xab\xae\xddB\x0b+\xa0\xdf\xf8\'^O\xd3\xec\x1c\xad\x1d\xce\xc6h>{\x93\x9e\xf6\x08\x1f\xfe\xfd\xc2SiIb\x15\xd6A>\xdd\x97\x8e(/nnF\xbc\n\x7f\x0b%\x0e\xf7z\xd4\xb6C\x94\xd6\xbe\x108#\r5vdm\r\xdce\xd9\xdd\x17\x1c\xe6\x8b\xb3X\xf8\x8fV\xc3\x86\x06\x81\xc8\x1b\xd9E\xb4\xb4\xe1\xca@\x88\xf1\xc1\xbas\x85\xc8[\x95\x9cu\x85\xb4\x02\xa1\x9e\xc9\xbb\xbe\xa1H\xb4@0Wq\xe5\xd0B\x1b\x17\x83\x8f*!\x1d\x8b\xdeIp\x15\xc9]9\x9fu\xd2\xb0\x83\x87\xc0\x88m$\x7f\x13\x82\xf8C|\xc6Y\xc1\xbd\xcfU\xcd\xbf\x87s\xdb\xfc\xc1\xe8nW\x14\xe0\xe6@t-\xbf\xd9\xb7\x03]\xcd\xe9y\x12\xb2\x97\xc6\xa1b1?\x1e\xcd\xe6\xa38\x9b\xa6Al\xf7\x0b\x92\xd5b{2WP\x91\xce\x08<F\x8f\x9d\xa5\xe4\xebkf\xd0\xf5\xb2\x82\xe9\xab\xa1\xf8\x18%\xcb\xa9\x16\xbf0}<\x90a$\x91&[\x06L\x8c\x8e\xb7\xf9\x82y&\xec\xc2\x0fI\xc0\xed\xb2\x8a\xd6Q\x17\xe6\xed\xb7l\xf6\xdc\x10\xf18\xbd\x80\x1f4\xf0*BY\x03Zo\xdc\xc2\xc8=\xd6c\x12\xd2\x85d\x16\x7f8\xa2\x80\x8e\xb3Pa\xcc\x9e\x9d\x1b5\xaa\xfa\x03\x84\x17\xc2x\x08\x10I*\x85\x04\xf7\xb0\xff\xcb\x87\x94\xb4a2\x00\xc6\xc9\xa4?\xb6\t\x16\xccn\xccG\xe4V\xf46\x99\xbf\xee!\x1d~\x1b6g8\xef\xa4\xa9\xb1\xbe\x12\xda\x15\x83l6\xf9\x99<\xa8\x01c\xf7h\xabd!G\xad&:X\x99\x17\x12\xf7\xbe\xf3Q@\x88zy\xc6\xf5\xd4Y<u\x07\xa5\xea\xb3\x9a\x11\xe9\x1a\xabPw\x06\xa6\t6\xf2\xa2\x95I\xba:\xfe\x96\x1b\xfaL\x87\x9d\x82e\x9b\x8f\xcc\x03\xa0\xa0\xfe\xe2\xeb\x1a\xbe*OMy\xcb\x16]\x84\xbc\x85Wo\xbekFV\x1b\xca\x8d\xbb\xf7\xa6\x15+\x88\x980.\xbb\x9b\xed\xba4s`F\xdbO\x85J\xac\x0c\x18\xa2\xbcQ\xdb\x03\xc0\x85-x\x94O\x8f\xc9\x8es X\xa8Q#\x8d\x8c!\xe0\xf6\xef\xf2XJR\xa9\xf5\x96\xa5\x86\xf5\x02-\xf8\xc22\x8a\xb6\xea\xb7.)\xc6"c\xfb\x91\xebb\xf3\xa6|\xba\xa7\x08\x84\x90*\x9c\xa2\xb37\xf9hM\x8f\xc1\xe3Myr\xea\xdcEp1x3\x07\x9e\x06$\xea\xdf\xa2\x1fa\xf5\xc0L\x95\xcd\x96\xe5d0\x82\x9f\x8c\x87\x9a<t\xc1w\xc3Y\xb3\x91\xb2\xc8\xe1\xcai\x0b\xc2\x18LFk\xeaK{\xe5\xcdNG:xH\x94u{q\xd5W\xef\xc2\xf7\xad\x9b\xdf\xceU\xc2\xd3Z\x05S\x9c\x03\xd3\xf4@\xaf\x07\x0eJ\xc4\x8fA\xd7\x80I"\xc8\xa7\x7f\xec\xbe\xc7s\xfe\xc0\x12\xa6\x8f]\x7f\xff\xc5%\x9c\x8f\xe0\xbc\x97\x83t\x05!J\x80\x92\x04v\xf6)\x1c8\x93\xce\x045/U\xc1<I\x87d\x8c\xe6\x8e\xbd\x7f:\xa2\xce\x85&\xe2\xe3y\xcf!\xc6\xf3r\'hD\x13\xe0\\>\n\xd5-sC$\xeaG\xbe\x94\x15'

80.73.178.211 -> 192.168.1.2
'\xe9\x1f/\x16r\x04\x02\xc6\x8e\\G\x8arxb\x0f\x15G\x04}\xd6\xd4\xd2\x06Tn\xdd\xb1\xe1\xd2\x90\x86=\xa7\xb9\x198M\xa0\x08%\xe4\x04?"ZT\xb1\x92\xdc\x8f\xa9\xe0\x1dy\xa8\xcdT\xbe\x95\x8d\xb1\x8d\x9e\x94)\xa3\xb0\xd0\xbf\xc1\x1c\x8f>y\xdd\x9e\x92S\xbc\xd9\xd3=N\x88{\x118;r}\x0e\xf3\x8a?\x94\xd2Y\xe4\xb3\xa8\xa1\\\xb3q\xd63F;\r\x89\xca=.s\xe2\xa4\x06\x95\xd5}_\xd2\x91\xff*\xf1t\xd2\x83\x81\x8e\xcd|I\xb7\xe7y\xa5q\x07e\x8f\xa82\xa3I>\x99<br\xc6\xbcyl\xda\xfc\xe9\xd4\xc4T\x04\xf1\xc4\xb9-,\xfd\x919\xdfGc\xbc\x14\xb9\xaa\x16\xbd\x83\xfa\x18\xed[\x1f\x15\xbb\xed\x1a\xc7\xfcG\xf6\x03\xdb\x86\x9eA\xf6\x88\xf8\x85\xbc\x91\x18\x83\xd7\r\xafC\xca\xbd\xe5Ym\xab8\xd0\xc7\xa4\xacI\x92tz\xf5\xc7\xce\x8d~\x01\x96\xd8C\xf8\x18\x16\xf1\xc8\xc0\xf4\xbay\x07\x8d\x0e\xd1]\xbd\xc9\x81{,\xa5\x92\xc2\xfd.\x7f\xa0\x88$\xc8\xd1P\x16L\x95w\xc1\xa0\xbf\x93\x9bq\x0f\xcf\xac\xc5\x1f~\xf1\xf9\xb3\xcc(\rCP\xe9+\xb4\xcd\xac\xf3.\xd0\xff\xe8\x9b`\xdeXbH\x0b94f\xeb\xe6UE\xa8\xd2\x00;\xb4\x07\x11_.\xf8\x1fQ+\xddE\xf4\x8a\x80v\xc7>\xe2\x7f\x14\xe5\xb6jU\\\xed%\t\x13\xc2\xdd{\xc7\xa7\xcb\xf4T\x1c2T\x11\x89\xef\xb74j\xd2\x12\x11\x81Ip\xdd&\x90\xc5T\xb0\xefM\xdf@\x9f\x8e;T\x18\xd0\xe7?\xa2\x92>\x17\x17\x82\xf0\xd3\xa8\x1e\xb3\x8d\x17\x85\x1f8\xc3\xe1$\x03\x9b\xfb\x9f\xa9\xc4\xfek\xf0l\xc3\x92HZ\x88\r\xe0\x83\xd4\x86$\x8d\x05\xe1\xab\x8d\xa1\xeb;\xfdbQ\x04\xdc\xef,v\tIs\x87\x9f\xc9\x12\xe1\n\xd7&\xe8\xac\x1d\x83\x0f\x9c\x1a\xdei\xe0\n\xf7\xb3c\x10\xc8\x8b\xb4\xd3oP:\xd0bn\x1c-\xc7=\xb6\x91\xd4\xb2\xf3\xa7\x91\xc4\xce\xa3+Y\'\xe1\xf0\x05\xde\xd2\t;\xc9a\x1e\xc7\x97\xb8:\x92\x1f\x90\xd0\xa9\xfb9!\x9f%n(\x14.I\x8d\x91,\xfe\xaf\xe4\x08WW~o\x17\xbd\x17\xc4\x8a\xfa\xfc\x9a\x8c>\x91qt\x82q5\x11\x8aI\x15\x18\\\x1c\xe5\xe0E-3\x1d0\x0bTk\x1c\xfc\xb9!\x938\xfb\xa5a\xd1\x84w \x9e2\xe7h\x95\xfa\x9a\x97\x0f;Mm\xfeG\x19\x89\n\xe9\x8b\xf2\xfa\xe7\xfb\x1f\xd2\xfe\x16\xff\xcd\x80\xb7\xec*xX\xf2)\x88\x01\xed\x8d\xe6\xc4\xf8\x8c\x98U\x9eO\x00C\xde\x05\x95\xb7\x12\x124l\x0e\xf8\xd4\xc4\xa4Z%\xac\xa6\x9cNnL$\x0eEV2\xbbK\x85\xa4Wc\xe5\xf8X\x8e77\xb4D\x8d\xa0\xe0\xbbi<\xa5>br\xfa5K\xff\xd7\xb3\xaab\xbf\xadr2\x81\xd2Cz\xabP\x7f\xa9\xad="\x03\xcb\xc2\xdcY\x1d\xaa\xd3\xd9\x15O\xd3;\xe4\xac\xffCOU\x95\xa3\xb5\xf7\x8b\xdds\x1d\x06K\xd8\xfe>\xa7\x04%\x8fz?\x0f\xd3\xd0\x96<|\x93\xe2\x14(@\xc2\x0c\x15\x7f\xcc\x17T\xdf\xec\xb9\xc6;\x1e\x13\xb8J\x94{\x13o\xbd\xb5\x13=\x8b\x7f\xec\xb0\xf69\xba%\x0c\xca\x7f4\xb1\x04\xf6a_\xc3\x0f\x95\xd7\x88\xa4d\xf2_P\xb3\xb4\x18"\xfc\xa8\x9b\x1e\x91c \r\xd5\xbb\xf5\x9c\xb4\xe7\xd3\xd4TK\x1a(\xf1\xbe\xa1,lH\xf5\xb1\xde\x98\xd5\x99\x99P\x03m\x0c\xa0#7\xf8(cD\xbe\xbc\xecM\x0f#G\xeb\xa9\x92=x\xe9\xf5\xed\xcf\x1a\xaf\x8d\xb9\x02\x8a\xfb\x0c\xd7\xef\x83\xd6,K\x16\x93\xa3\xc4\xcfi\xd82z\xbe\x84\x943\xbb#A\x10\xc9\x1f\xdab\x15|\xf0\xf1)\xbf\xcaj\xcb]\xd3\xc1\xd6\x89,\xe7\x85\xb1\xa9\xad0}U\xc94\x84c\x1b\x9e\x85\xdd[\xf5)\xbf\x99\xb2\xc0?z\xb5\xf4\xfbIg\\N\x12\xa6s\xa4\x0f{\xae\xad"\xa0\xfe*\xbf\x8c+5\xb0iW(\x82\x93\xb4\xfft\x03e\x8cw*\xc2\x92\xf8A\x08{\xd4Y3=\xb6;x,\x0c\xeeo\xf2\xb9\x81&;\x8d\xf3\xe1\xd2f\xcd\x14\x86\xfa\xc7\x84M\x8b\xcbV\x1f1\x88\x87\xa0qu4[\xd3\xb0\xefw\x1a\x86\x93K*\xb7\xe2\x19\xf0\xb8fOPh:\xda\x96\xfei7\xf5\x17\xc3C\x03Sc\xd2\x997\xb1y\x1d\x7f>\xd74\xc9\x02\x85m\x83^\x06\xf5\xf5\xf2\x03\x80\xe3\x1eJ\x1d:\x8f\xa6\xbbX\x19;\xf8\xc3,ro\x02\xb0\xe4K\x8b\xfa\xd0\x9d#]\xd6\xd7\x00\xc0\xa9Y\xaf\x0c\xcf\x99*\x02\xb8\x16\xad]n\x1f\x96,E\x15{U\'Bb;\xa5\xfc!\x9f\xfbQ\xb3\xe8\xef\xbfx/z\xa3r\x95\xe7\x01\x8b?\xe4\x98\x8bN\x84\x0e\xfb\xf8\x1e\xb17\xbf}\xd4U.\xb6\xe7w\xbe\xbf\xb6\x80Y\x84N\x04\xc6km\xedN^\xd3\xcf\x94\xb2\xc6\\)k\xb4pd\x93\xc6\xd1\xd4\xbc\x88\xf6\xbf\x9fl\xb5H\xbc\xc0P\xfa.\xb0j\x82\x16\x88\x80\xf1$\x83c\x08\xf5\xdd$\xf8G\x96\xd9\x06\xf2\xf1@\xcb\xd0\xfb\xdc\xe0S.\x01\r\xf5h\x88{!\x8b&tpF\x80K\xe8\xea\xd6\xd3s\xe1\xd9e\x16\x10}\x0f(1\xef\xb1_\x0b}\x02\xd2\xf9\xae\xf5{\xf8E\xee4\xfe\xe7\x7f.\xaez\xefg\x7f\xb8\x7f\xe5.\xfd\x07Fh-t\xcf}Y\xc0\x05\n2\xb9\x87_ \x05\x14\xb7W\x05\xeb\xb9\xbb\xd6\xc2\'\xef\x8e\xc9\xe3\x99d\xe7\xb9\xa0{]pQ\xb7\'\'\xc2\xd0\x1f2\xa6V\xe4N\x93'

24.28.248.6 -> 192.168.1.2
'\xaa1_\x16t\x01\x02\xaaL1\xd2R|\x126\x87Y\x7f\x8eF\x95V\xe5])\x10\x1b;\x9a\x12\x0b\xfe_\xf0i\xe9\xce\xfbCP\x1f\x9e\x86\xa3pb\x8e\x95C.\xf2\xb1\xcaQm\xd8\xe9p\x9e\x05\x0e \x19\x98\x7fg\x13\xaeh\x16\xeeM\x9c\x88P?k\xbc\x17\xbc\xae\xc2a\x8c;\xdd\xa6\xc5\xb0\t\x0b$\x99\x9c\x8f\x81\xeb\xf3L\x1bcm\x8b\xc7*_\x88\x9dj\'\x1c\x99\xa4\xa2\xbe\xce(n\xb8\x8a\x7f$\xeeQ\xc45X\x82\xfe\x85\x908#\xac\x94Y\x95\x02\xa4\x00\xech#\xcf\xd5\x1b\xb5VQ\x88nf\x98\xc9\xee/\x97ur\xe8\xda6\x99\x9a\xfe?\x9f\xa9\x93\x8c\xf3\xda>\xa0\x92\x9a\x96sqC$#\xa5\xc9_\xf9j\x15Y\xf2\xc1\xab\xe9\xca\xd3\xd8F\x85\xf1\xd3\xbaF`\xc2^,\x17\x88\xc1!\x8d>\xff2\xd5\xcbz\xb2\x08\t\xe9\xb5\xcc\x98L\xa4\x802\x9c\xfe\xc7V\xb1\x1a\t\xcfn\x8e\xa4\xef\xd1\xc3\r\xb4\x19L9\xde\x0b\x17\xda\x90\xd1i\xc4y\xf2\xa4\x8e\xcf\xff\x17;\xab\xc7\x12\xf6\x1b\x89\x05\x80\x0b=sK\xf5d\x13-\x06\x90Pl\x81\t\x0e\x95\xc2-\x9c\xd9]\xf6\xf9\xf6\x9c\xfc\xee\xe7\xca\x85A\x97\x08n\xbdw\xad+\xe2X\xe1T\xde\x1f\xf4[\xd1\xb7R\xf4\xb6\xcfq\x05\xba\xd6,X\xb9\xe9\\\x1a\xa1m\xb4\xff\x98\xc1\xe6(t#\xdb\xc95\x11\xa1(\x99\x96B8\xd9\x93\x000\x8c(G\xff\x1b\xcb\x18Bv0\xae~\x16\x80\x83\x90\xd3\x85T\x028\xfaNX\xbcJ\xb4v\x07\xf2HY\x91\x85\x1b{\xa8h\xd7\x88\x9cX$8\xd2\x8c\x8d9\x018U-l\x8eun\x91\x92v\xf7\xfe\xecr\xea\n+\xd2\xac\x85\r\xc4\xe8lo\xd9\x97\x9e\xca\xae\xa6NF\xa2\x14T\xd5~\x85\x9b\x02p\x06\x13\x98=\xa2\xfdg\x12\xaf\xa9\xe7\xe1\xdeH\xd1\x97\x03\x99\x02\x1bm:\xd8\xa0F\xe9j\x1c\xbcC\xd1\t\x08bL\x90\xdaH(b0\xdf\x15Ki\xb4\x9a\xf0U*y\xc7a3\xa4\xb2\x1e\xf5(\xee\x1b\x9d\xa5\x92[\xef\x01\xcb\xae\xc4\xca i\x10\xb3q\\\x11d\xf0\xd9\x91\xff\xb8t5\xecO\x8e\xbbpkH"H\xc4\xdc\xc1LH\xc4\n`0-rT\xff\xc8\xe3\x19<\xe0\xc4\xe6w\xc4\x10\xbbT\xfb\xac\xd3\xcdX\xd2\x18\xd6\xc1\xa5b\xfai\xa0w\xa6o\xff3}e\\\xffT\x02\xadP\xebZ\xb0\x05T5\x84Y\xc3\x11CrX"\xa1\xcf\xbc\xa8\xf0H\xe0*or\x99\x0f:\x16\xb9\xea\x81j2}0\xd1\x0c33\x1b\xce\x98#%\x1a1mm\x84\xa7\xb2|\xba\xca\xed\t\xd9\x0e\xbba:G\xe9)z\xd1\xbb\xda\xd1\x10\xa4y\xd4\xd1#\xe7D\x10Q\x06\xa4\x82\xd2O\xcb\xc4\xcb\x0b\xde\x94i=\x91K\xfc\x87\xbf\xe8\xbe\xf9=\x8e\x90\xa6\xa1\xc7\x8di\xeb\\\x89~%\xe3\x1b\x80\xe4\x93\xfa\xdb\xb0A\xa2t+\xca\x8d\xa4\xb74K\xeb\xc4\xd6\xfcNv\xff\xf1I\x9f\xb5j\t?\x8e\xcd\xc4\xd5uj\xb1\x1f\x89h~3y\xab.\x8fk\xe6\xd0\x00\xa2\xb3!\xef\xfdD\x93:x\x1b\x98{\x92\xa2\x87/b<\xa9 %.\xd3\xe0A\x8a\xd9\xe3\x9fIb\xb2\x93RG`\xeaB\xa0oE\x1c\x82\xaa\n\xab\xfb\xfbO\xce\x97`\'\xfe\x9f\xa7\x89\xa0\x083\xa0\xb2\xb9\x9d\x05 rR\xaf\xdb\xa6\xb3\nU!\xf3\x18\xaf\xb2\xb7\xc9 \x7f\x1d\x91\x1c\x90\x87\xfeO\x9c0}\x9d\xacp}\x11\x83\x86D7s\xfb\xd6\x84\xc6\xd4vv<h\x872@\x13\x86\xd4\x0e\x03y\xcd\x1d\xea\x81\xa6S\xe8\x81\xd1\x1f9\x15R\xca\x93"}\x17m\x07\x91\xfeg\xfdmGb\xaa\xdeW\xb7#\x84*\xfc:*k\xa8 <\x82Zp\x1a\xd1\xf0\xeas\x05vW\x082;\x0e\x1d\xa9\xf8\xa7\xf8\x94\x9d|8{\xdf\xee]\xcd\xf3 DBg\xff\x99)yHG7\xa6q\x83\xd0_G4V\xd3\xfd\x80u\x89+\xc0wA\xe8\xb3\x03\x1a\xf0\\\x03u,\x83\xf5\x8f~"\xed\xba\x8a/\x8cX\xa0\xa7\x13\xa8\xaa\xb8L\x049\x1c\x1d\xcep\xf7\xfb\x90\x04\xb9\xe9\xfa\x8b4\xcfn\x92\x89lr\x86P\xa2\xb4#\xf3x\xe7[I\xf6\xa7\xcd\xd4\x18\x12\x9e\xae\x80\n\x10\x9aVQ\x85>\xca\\\xe3\x13\xecl\xb5\x10Y\x8c\x98\x87x\x1d\xbfA\x89\x11%\xae\xf2\x90:s\xca\x86\xfdAe<\'6P.\t\xe5d)\x85\xaf@\\\xb6\x9a=/\xe5J\xae \xa1\r\x12\xc1\x8e1\xed\xa0\xdbu\xb3\x1f\x85\xa1\xdc\xe2\xe0\x93H\x1e\xb0\xa7p\xd4A\x7f@\x15\xb8\xb4\x0b$\xc4\x89\x9c\xa1G\'\xcd>\r|\xc5kM\xb2\x7f\x8a}S\x86\xdf\xf8n^\xeb\x81%\x9a\xd0\x17\x1f+v3=\xbbJ\r\xf9Q\x1aDe(i\xdce\xf4\xd0g\xb2\x13\x18\xaf\xee<\xddV\x15\xcc\x8f\x95\x1f\xb8\xa2\xbe\x0b\xfc\xe3\x98\xa0WWYi\xd4\x9a\x05\x8c\xc1F\xbe\xac\x98$v\nZL4\xff\xd5(\x1a7\x8fD0\xd2\xa8I7\xb3:5&\x9d\xf1\xa2\xfatc\xdd\x92\xd2\x1f~?\xdb\x97\xe0)\xbb[\xcfk-\xc23x\xa1\xe7\xd9j5\\\xb2\xb4;\r1\xc6\xcf\xbd\xdcs\xe1,$\x1f\xeb\x8a\xab\x81/\xadmb\x95\x05C\x86U\xca3&\x1d\xb6\x9a"\xa3\xd9g\xd8\x8b\x8e\xf3sHy5\xe4x\x99 \x85G&\xd1\xb2\xe8\t\xfd\x93)\xdd\xa3\xc8>\\)\xd3\xbc\x9d$\xa1yDn\xb3\xaa\x90\xe8e\x07\xa7\x8b\xbf\x06i'

80.73.178.211 -> 192.168.1.2
'\xe9\x1fO\x16r\x05\x02-\xc3\xb5M>\xc8\x0c\xe1\x8e\xa5\x9f\x02%\x9e`]\x02H\xe1\xc9\xdc\xb5T\x9fu \x95\xdd\xf5h\xeb\xf1w\x99+\xd6\xd5B\xd1\xcf\xd1\xd6\x9d\xce\x85 Q\rl\xbeO\xde&\xe6e\xe6\n{\xd6\x16A]\xfb\xf4o\x9e$wQ\x8b\xce\x95\x15w&\x0c\x11\xe1\xda1Lg\xb5aG=\xda\x9d\xb3Y\x96_.\xd5F`(k\xa4@\x96\xb7R\x04\xb6-\xd4RyW\xbe\x0e\xeb\xaf3\x06B\rg\xc5\xdb\xec\x97q=\xd37.i\xb6\xea\xaf\x16\xb2]\x9d\xbb\xc6\xf5\xc5r\x12w2\xcd\x87lq\xab\t\xa8V\x1a\xc0\x8b}\xe4\x19\xdc\xe7\xfc\'+\xadr\x84\x18\x98h\xcf\xa3\xb8\xea\x14s\x1c]\x9e\x1c\x8c7\x9c\xf6\x89\xc6\x81\xf5\x19\x87O1\xc68\x9b\xc3\x01\x03:\xb9L\x91\x952\x8c\x92e\x07"x\x8f\xc3f7\xf7k\x03\x15\xc1\x86\xc0>\x02\xf9\xd8\xfb\xf5\x9b\x04\x9d\x06>\x81\x80\x83\x03\x9e\xb7Q\xa39\xbc\xacJ\x17\xcbv\xf4\xa6\xb3op\xb1\xf2\x87\xd3z\xb6\xc0\x95\x00\xb8\xc9&P\x91\xec\x9b\xdf\xa6e\x9f\xac@\x12\xaei]\x90e\'\x86\x80\xc6\x8d\xae\xca\x9bl\x91q\xa3\xa9Gg0"\xdf\x89\x83\x1eU\xf5+\x8f\x92\xa78R\xd4\'E\xa2\x90\x89Q\xe9\x1cs\x02QW\x16x\xf1(\x83\xbb\x18\xa3\xd9\xddA\xeb\x94\x85\xf2\xc2\xbd*\xa2\x8b\xd2\x87\r\x13\xa3\'\xb7T\x93I2\x839\xba\x86)\xca\xb6\xbc>\xcd\x16\xa7h\x94\x87\xfc\xd3\x96@\xa3?!\xe6Z~\xe1\xe2BK\xbd\xf1\x9c\x85&4s\x9f\xf4R\x07\x9aViH\x82,\xbf\xa7\xe3OG\xd1*m\x9a\x17>,\xed\x0b\xc4\xbd\xb7O\x00\xf3\xad\xf4o}\x85g\'\x82\xf9:\xb3\xb7l\x94\x9a+h\xd3W\x9f\xa55\xb8f\x1b\n\xb2\xfe\x97-\xe4\xee\xfc9\xba8-M\xb1%\xac\xa0\x9e:\x94\xa5\xb3j\x9f{\x94x\xfaj\xa09V\xc8\x14j\x9f`r%\xf5x\'n\xbai\x9b8\x9a\x08\xfe\'4\x1e\x8e?\xd8\xa3{\xae\xd0\x9f\xff\x82\xd2\xc6\xfc\xc3\xf5\x9a\xbc\x9e\x88\xb8\xde\t\xb0o\x8e*\xb3\xfb\x9bB&\xe9t\xf1-^\xfc\xbag\xc8$\xcd\x07\xe4\xec\xf3\xfefu\x99N2C\xe5\xae#\xf6\x113\x07T\xd2RP\xe2\xe8\xa5\x85\xcb\xef\x01\xa8\x86W\xd1:\xff\xa9\xf5j\x82,\xc0\xc6%\x83\x89\x98\xe2\xa0\x14\xe3C\xd0\tN:\x17\xadl\x0c\x11C\xc9u\x8c\x14r`\x83\x05\xb2u\x13\x9d\x16\xb5X\x9d\xd25\xc4&\\e\no\xe6\xdcCVS\xac\x94f\xa2\xbc\x981\xc6\x1dy\xe3\x86\x1fH\x01o\xec`l\xc0\x9a\x87\x82\x98\xbf\xa5\x04\x82\xbc\x9b\x19w-/\x95"\xe2\xdcE\xf3+\xde\xe0\xe2\x8b\xd3n\x96\x10\x8d!\x05o%\xf7\n\xb9\xeaS\xb5h\xd3b7%.\x97\xff\x82M\xae\x80_\xfaxM\xd9B,\x89\x84\xf1\xcd\xcd\xac\xd4IB\xe9`d$\xae\xec9\xef\xab8\xc1\x93\xb2N\x01\xa8\x17\xa9\xd0k{\xdb\xd2z\xcbjB\xf1%\xd8M\xc2}\xdb\x95\xc8\xecb\x9b\xe6N\x8b\xac\xdd\x82ixP;\x8d\x81cZ\xc9\xd3\xcb\xa9\x9eb\xefF\xa1\x15I\xd1\xe7\x8c\xb8\xd9\x0e\xfa\x8f\xac\x98h\x03|v\x17\x8a\x89a\xd9*\xb5\xac\xfd\xbf7\x11\x1d\xae\xc9\x99\xdc\xcbaD]t\x02\x92\xc1Ui\r9\xb4=\xb6\x80L\xa0x\x10Y\x9e&q\x9c\x085v\x0f;\xc6\xf4r\xa8EG\xc7\n\xba\xda1tt\xaab\xa7\x13G\xe4\x97D6\xa5L\xed\xf7\x13w-)%l{D9+a\xe4\xc0\x1a\x81\xaaj\xdd\xb6\xcck*\x19\xe1&\x9e(\xc4]z?]\x82\x91\x01\x80\x9c\xa0U\xb9[\xd9S7\x01\x96>\x90\xa6\x87YK\xa7\xa1\xb4\r\xf0\xdeF \xd0\xa5qg\x93N\xbd\x0e\xd1?\xa3\xe5\xba\xfc\xce`\xc9E\x18\t\xe7\xdc_\xf8\xfa\x82j:a\x94\x80-\xc4\xc7a\xe9\xf5\x89\xf9\xfc\xe3r\x9e_D2GJ\r#C\x7f[{\xfcF\x1d]\x1a\xe0uy\x14p\xcc\x99M\x19\xc0\x01\x18(\xf8)et\xe5\x88\x1e\x1b,\x0c\xca\xec\xf0\xe6`f)\xa1\x1ac;.\x13(\xac\xdbq&\xe2\xdd\x8d\x03\xb2\xb2\x8cN\xab\xa32\xc9&\xb8]h=\xc3\x97 /\x08\xe4\x17\x08\xa3\xc1\xe9\xb7.\xe0W4Z&\xfc\xcc!\xf7\xc8\x9517\x7f\xeeY\x81=\xc9Em\xb8"|l2. \xcf\x9d\xdf\x93\xa6\x1aa\x16A\xa5\x05\x9dd\xf2=\'\xe7\x12\xef\x04\xd5c\x06Si\xaah\x0e;O\xc7\x19\x92H\n\xcd^F\xe6\xc3\xf7:>y\x13\x96Q\xb5\xcc\xbf\xbf\xb8\xbf\'v\x82\x7f%$R\xc1\x8a\xa0\x83]e\xfc\xed\xd0\xb8J8\x1f\xfe\x83\x0f\xee\xf4`\xb0\xfe\xcd\x1ew\xaa\x8b\xd0)\x82\x91(\xab\x98Wj\x0c\xef\x0bA>H\xc5\r\xe0\x85\xd1\xfc\x1e\xeac\x0f\xdf5\xee6\x90\xb8<U/\xaf!\xc1\n\xbe:\x90\xfd\x9b\xd4\xf9\x89\xce\x05ND\xd9v\x11\xc8\x8f\xe2\xc7:\x8f.fLUB\xcf8\x83\xcfh\x02\xe7\xfdc\xba\x1f\x06\x9d\x9f\xbf\x8a\xfaL\xa4e\x0e+\x93\xd7\xbe\xe7\x82\x03\xf0\x8b\x97\x8f\xde\xcd!eK|\xc8~\xd0\x08\x1d\xc2\x86w\xcc\xce\xc1H\xf9\xaa\x12Gq\xe5\x81\x0f\x7f\xe4.\xaeJ\xdb\x18\xa6\xe7\xd3\x1f\xb5\xc4\x1d\xd0\xbd\xd4\xb3}V\xe0\xec$G\xad\xcf\xed\xd9\xdb\xf0d\xa8\x12\xfcn\x82\x06\xb2\xd8N\xaeUs\xf9@\xf0\xc8\xbf\x84&\tMu\xbeA'

67.163.96.170 -> 192.168.1.2
'z\x84\x1f\x16v\x88\x02\xaf\xf7\x97\x84Q\xc5\x86\xe7\x86d\xfa\xb7\xf4\xa2\xde\xba\xdb\xbav@\xcdh\xc2\x7f\xb6\xb5\xf9\x99\xa7*Q\x15\x14\xe4\x14\xde\xba\x07>\x04\x10\xb9\xfd|\xfe\x97\xcd\xfb>{\xfd\xdbq\xf6\xef\x12h\x8d2%g\xe9\xe3#P\x864S\xf3\xfe!$H\xb9\x11&\x16\x00\x1bNA\x0c\x07_\xb1C\xf0E\x87\x04\xee3\xdb\x8c\xe5\x84\xb5\x98\x98\xa9\x89\x19\xc8\xdd\x0cc]\xcb\x00\x08\xafm\xfe\x0e\xeb\xa67\xd3\x83?\xcf\xf4.7g#\xe78H\x99\x01\'av\x11A\x9fU\xaf\xafg/\x95\xe9c\xad\xc5A\xe6\xd2\x9b\x18V\t\x96\xd9\xd5\xb1\xda\xe6C\t\xa46!\xc7\xf6\xa2\x9d\xc0A\x9c\x08\xe9\xa4V\x9a\xc3\x03\xd6\xba\xdf\xa7\xf2\xfdo\xf3\rk\x9f\xa0\xe5\x1b*\x8er\xb5\xc4^\x01\xd6.\x83\xb7\xdf\x13j\xa9\x16t\xdf\xf8\xdea\xd7\xce\xa3\xc5\xba\xbf\xca\x9c\xd1"\xc4\xe7\xb8\x1azC\xf7\x8a\xaa\x0c\xb6\x05\xad\x08\xa1\xfd\xefHroK\xa7\xa1_\x88/$\xba\xaag\xe0/\x8f~|^\x11\xf5 \x08\xa4\xd5Fh\xd59T/vd\xc3\xde_\xb7\x18\xac\t\x93\xe0\xc0\x10\xae\x11@\xb9\x97\xd4P\x1d\x88\x89\xca\xf0S]\xea\x979:\x82\xb5T(\xe0\xf4\xf3\xbbJ\xfd\x06r~W\x03\xe4\xee\xc0\xdd\xb4\xc4u[\xc43\xd8,j\x9c\xf6\xe1\xda\x00Hu@8.I-\xd7\xd9K2\xe9\x92\xdd\xc9\xca\x07\x85\x19\xc2\xe5s\x9d\x04\xb8\x94o\xbe)\xf8}\xd15\x05\xb6\xd1i\x17#\xcb\x07{\x87\xcb\xabK\xc6@\x94\x98\xbe\xc2\x02\x18\x93F\xaaGl<\xf1J\x14\x9b\x80\x0e\x01\xd2\x88{\xfb\xc3\xe9\xa2\xe46\xb9Eg\xdb\xa6\x83\xf6\xeey\x96J\x1e\xbe\x83\xa3\x05c 8{\x01B\xf7\xb4\xa0\xa7\xa5\x83fB\xfe\xa5\x98\xcbj\xcc\x96\xb1\x8d9%\xad\x1d_\x86c.\xec\x88\xa5P\x0bm\xc38\xca\xeb\xf6\xb3>\x13kE\xfcy@\x01l\x07F\xe5\x03\xd6\xc7,c\xda\x83%H~d\xaa\xd9\xc6:\x1a\xd0\xa7=\x8a\xf4\xf0}\x0e\xbb{\xb20\xca_uj\n\xb9Z\xeeS\xa8|\xdd\x8c%&E\xdbK\xefI4}\xbf\xb0{\xc7\xab\xcff\xff-:\xfb\xc2f\xeb\xfb\xd8\xf3\x0e\xc3\xa1j\x1b\xbf\x8c\xd6\x02\xb3\x1dW\xe3B\x94\x85\xbfD\xe8X5vA\xca^\xe7\x10\xd9\'\xd5\x04\xad\x0eQg\xa6\xae\xe5\xcf/S\x7f\xdc\x7f\xbe\x16Y\xad\x03\xcd\xdc\xd0\x8a\xe9:v\xec\x00\xa4]9\xa0\xd0\x87u\x9a\xcc\xc9/;\xc50Y"\xab\xb1\xc4\x9a\xd4\xfc_\x8c\x98Z\xcc\xee1s\x89Mt2\x9bY\xd1\x89\x99\x0c`\xe0\xd1\xab|\xb9\xa4@`\xd1p\xb6\xda\xdbE\xd1T\x864\x9d"\x0b\xf7\x88\r\x19\x07\xb7\xd4\xe1\x14\x14\xe5\xf7\x0e\x9f\x83\x84\x1e7\xcb\x1a\xc9\xd9\xd2\xa0\xecm&\t\x8b\xcf\xf2\x99J\n\x19\x7f\x9fg\xdb\xeeX\x8a\xcfm\xa90+\x0b\x17\xc2#\xaf\xdc\x17\xff\xaa\x81\x13\xf1\xd2x\xf1\x10x\x8e\x96D\xda5\xe3\xf5b\x9d\xa2\x9b\x95\x14\xd8\xd2\xd8\xaes\xc9,\xc5R\xbc\x90\xbd\xd4&\x1f\t%|\xcf\xc9\x91A\xe5\x15\x9db\xe8\x10\x1e2\x84\xab{\xfe\xfcV}\r\x05\x8f;0\xd6\x809\x06|\x8f\xa9\xbf\x04\xf7\xc6\x12\xd8l\xd8x\no\x99\xe9\xdc\xd0<{|\xf7)\x96\xd7\x844f\x858\x8bC\x18\xee\xce%\xd9\x9b\xed\xfd\x1eR\x8e\xa6\n\xab\'\xbe4\x17@*\x1b\x87zS\xf2\xa1\xdbk\xf2\x0b\xcf\x11<v\x03\x06\xfcs\x9c"\xe7o\xe6\x1c\xee\x99\xd9\xc4\xe5i\xe7\xc6\xf6\xff\xe6\x03\xb4;\x07\xd0\x13\x15}]Qp\xdb>J\x930\xc2\x91?\xc4N$\xa8\t\xdaU\x97\xd0#h\\\x82E\x1dOD\xbe\\\x19*\x0b:\x8b\'\xdc\xb5\x1f\xdf\xaa^@\x82\xc8\xfd!\xf3n\xba\xb9\xc6\xba\x8c\x13\xc4G\xcd\r\xbal\x9a\xe9\xa4\xb8\xbe\xad\xfe0\x86\x04\xcfu\x19\xda\xf3\x18\xed\x9cd\xdap@\xd8\xa6\xbc\xecKm&f\x1dI\xb5UG8\\#B\xe6\xdd&{\x0fj\x9c\x902\xd6\xdc\x1f\xab\x860l\xff\t*\xd8f\xf3\n\xe0\xa6`\xf6\xf1\xbdf\x0c\x9e\x91aTY\xba\xd8\x0f\xbf\xde\xb9\xd9jt<\xfa\xa5\xae\x1b\x0b\x1f\xd8\xd9+\xb8\xb16`6]7((\xcc\xb9\xa1\xdd\xb9\xcc\x1b\xfaM\xfd\x13u\xd1\x19\xfc\xa6-2X\xaam\xf0y\tW\xb6\x1d\x9d\x91\x18\xeb\x96\xbb5:\nS\x7f'

24.28.248.6 -> 192.168.1.2
'\xaa1?\x16t\x02\x02\xc3`\xfa\x90\xc6\x0b#N\xa2y*\x86\xddp\xd3\x84r\xe2\xe1\x86\x8do\xe4\xb4>\xda\x05&\xaa\x9f,\x8b\x90c{\xe03\xfa4i\xe2\xfa+\xfbz7v\xc8F\xad\xff%\xc0\xc4\xf4Jq,I.\x06Z\x06kR00\x94n1\xab\x14\xc5\xc9\xc9\xc0\x1b\xe9\xce\xb8\xe5\x84\xe3\r\xe6J\xdb\xe7\xa8;\x16\xc1\xb1#\xd5\xceE\xf6pd\xbb\xb59\x07=e\x19\xb1\xefY\xd8\xd5\xa5S\xd9\xa3>-\x81\t\xec\x16\xe20\xc7\xae\xef8\x1a\xe81S\xebT\x82\x08\xe8\xd8\xc7F\x01t[#\xf2\x12\xb51\x91\x83\xf5\xb7\xdf\xe6s%?\xad|\xd1\xbeD\xa1OB\xa1C\xa3\xb0U\x7fP\x9a7.\x84\xa1\x15\x1b8\x8a\xe6\x13f\xe0\xdezt`\xf9V?\xeej|\xcfL`\xc8\x9d\x81.`\x87\xb3X\x8e\x01d\xe22\xbd>g\x9dP\xdd,\xeb\xf4\x9dD\x9fd\xee.\xc07P\xd5\xe4\x93/6*\x18\xaf\x9a\x0b\x94\xbd!Y\x0b\xf8\x8c[\xceE\x1c\xc0\xed5e6&4!\xd0/\xfe-`\x99\xd1\xe0\x0f\xcf\xa4<\xef\xa8\xedLw\x10\x96,ED\xcb2\xa5+\x06HE \xb0\xa6\xb4!Z\xc8P\xa9\t\xdcG\xd9\xf9=U_{.\xdf\xdb\xc8t\'\t\x8f\x08\x1aae\xdam\xd8j8\xa5\xe0\xcaV\xb9\xe0H#\x15^4\xa5\xb5\n\x0c1\x06a\xe7iv3\x9fh\xbe\x0c\x11\xab\x86\x8e\x93\\\x01\xfc\xb9yl\xa4\x80\x07\x01\xec\xecN\x8c\xadr\xd4\xf1\xe8\x81\xa1i\x15\x15\xa5\x82\xea\x99#\x18\xd5\xa0\x97\xe7H\x92\xf4\x13\xa6=\x91PK\xb6\xe22x\xec\xe3\x1em*;\xeb\x1c|\xc9\x0b3\xe9B\x9c\x02\xdfv\x1e\xea\x8d\xffq9\x82\xeet\x8a\r\xe7Y<\x82I\x99\x95I\xbb\xf1Z.,\xc7ts@\x83\x15G|\xb5\xc5\xd6"\xfbM\x1d\xa9[\xb4\xde\xa8\xe3C\xdf)\xe19\x01\x8e\x8e.\xa3\x9c\xab\xb2Z\x1c\xef]p\xe3(^\x88\xfa\xf5h\x02\xa3\xb8\xb4\x82\x93Q\xe3\x8f\x98_U\x0e\xe4\x13\x80\x02\xc9M\xc6n\xbf\xe3\xeb9A\x08\xaf[\xd54\xe3N\x7f\x03\x01.\xe8\x17\x1f\xdeCw\x7f\x8e\xebT\xfe\xbc\x84-Jd\xbb\xa0(`\x0b\x9a\x90\x85\x1f\xdc\xa9J\xabP\xd5\xd77@[m\x0e\xdb\xb3\xb4\xac\xfd\xa4},i\xdc|\xbe\x968\xa8\xbfq\xc5M;\x0c\xc3\x82oa\xc9\xb94b\x7f\xcb\x90\xd5&O\xfa\x1e\xc3\xbc22ye\xb3\xbfM{Mj\xdf\x80w\xf3 a\xf9\xefP \xf4P\x82\xaf\x06\'H\xe3T%h\xa2[m\x03\x91\xcb\xf6N\xdacR\xde\xfe\xce\xdb\xa08\xc5:\xa7Y\x1c\xca\xf1\xadkkA\xe3\xad2\x08e\xfd&\xf6\r\x87&\xca\xd7\xc58\xcd]\xc6\x1d\x84_g\x85\x8cI\xbb\xa4\x1c\xd3\x92\xf3v}d/qtM\xc7d\x1d\x8b\rsxv#\x8aPU\xdd\xed\x91\x81\x1e\x0e\xa9B\xefP\xd8\xfeR\xc8\xf6|\x08\x16\x8c\xfc]\xaa\xd7\xad\xa7B\x99\x83\xdc.\xd4\xb4o\xe9\xad_\x82\x1f\xf8\xccZ\xc4J\x7fm \x16x\xe9\xb5\x1d\xd5m\x1cf\xe6\xa3\xbd\x0f\x069L\t\xe4\x90\x1b\xf4\x7f\xe4%\x07\x88JF\xaa\x83w?@\xbe\xf9\xc6\x1a Y\x81\x02\xf2\x86\xc0H\xa4S\xe5}II\xc40\x06O\x94l\x89\x17,\x10\xe5\x18\xdaW:\xd1\xd8\xb9\x9e\x95\xb8\x1c\x9a\x939\xe9\xc4\xa0X?\x9d=\xd61>\xfdn]\x0eU\x13\xa6\x038q\xec\x81\xd3\xfe=\xdb\x1cC\x9eN\xaf\x00d\xecS\x88\\NY\x04\xe3sF\xa6\x9eD[\xf8\xd4h?\xdc\xe2?\xd5\xa1\xb2\xf3unn\xb8\x8e* \xbc\xb5\x94j\xa6\xdeM\xcf\xe9\x85\xf2l\xd3d;\xc8\xe1gw\xa3\x9f5Q\xe3\xbbr %\xda\xcd.\xa3\xbbR\xc1\x9eV\x07\t\x18p<#q\x9f\x89\x17\x1dQ\x17\xf6j\x8ek\xe3\xfd\xfb\xa9\'\xbb\xfc\x0b\x9e\x89g\x9cflw\x15\x13\xa2\xed\xc2\xf2\xec\x86\xf0\xec\x15\x8e\xa1\xffn\x8bB\x9e\xa0\xb3\x0e\x1c\x8d\x15\xb4\xb0\xe4\x8d@\x1e\\\xa7o8\xf1\xf9>\x0c\x92^\x90\xba,-I\xb5\xd2d\xe9v\\(\xbb\xcb\x11QG\xeb8\'\x13\x1br\xc6\xcc\xf4\x0e\xbb\x8e\xb3\xc4O\x0f\xbb\xecn\xd3\xb2\x03\x11\xb6\xbe\x1e=iH\xe5X\xf0\xf8\xf9\xb5\x9a@\x16\x02m\xe1"-\xe0\x8d$\xab\xc0\xe5l\x04\xba\xb3P\x11\xda\xed\xa3\x9d\x7fI\xda\xb3\xaa\x83>\xa6\x95$\x06\xe4$\xadi\x14\xa2\xa7\xacMeip\xa9\xb3\x12n\xc4\xbd\x8cirD\xa2G\xf6\xac\x0c\x0f?\x9d\xfc\x07\xdc\x8by8\xa9\xef6\xba\x8e\xc9\xdb\x1e\n\xf5V\xe8x\xd7\x85\x86\x01\x08 \x10\x06\n\xb1\x93\xf3(\x0f\x13}\xef\x8e.\xa02\xe3\xe8\xe0Y+6[/\xb1\xe4v<\xc1\xd2\x19\xed\x1b|\xa5\x1f\xf1\x06\x92X\xac\xf6\x06\x92\xa3\xd1D\\%\x1e\xcdI\x06\r;\xc9R\x08-\x1e\xf4\x02\x13\xe5h\xc2\xd7\xc0\x08\xf2\xady\xa1T\x956g\xf2\xaa\x84\xa4zt\xd9\xf9Z\xc1\xe3\xf3f\xa5\x95\x0bg\x1c\x7f\x11xB\xcbh\xe9\xd9E\xe85\xd8E\xbe\xfc\xaaq\xd0\x9c\'\xc4\xaf\xc6\xd3!(\x12\x85\x16\xe5}#\xd8\'\xca4\x1b\xce\xbd\x02\x89\x97\xe2\xd9a\x1c\x11b\xbf\xf0\x97!(n\x8e\xb3\x1a_\'B\xfcV\x9b\xca\x02\x99\xf2\xc2\x1bw\xd8si\x92*\xd9&{\xe2\x0e\xb5\xc6\xde>O\xcc\xe5r\xa6\xc9\x039\xa0\xba\xb0\xc9\xae\xda8\xdfa\xfeK\xf6\x0e\xef'

80.73.178.211 -> 192.168.1.2
'\xe9\x1f/\x16r\x06\x02\x8eg\xbbCl#\xd8\x99\xdf\x97h{:\xb0\xcfU&^/\x05D\xcc\xdd\x9b\x98\xbd\x95\xb4IR\xb1\xd2\xb3pQ\xeeh;\xaf\x87\x82V\x84\x17Z\xf9\xef\x96\'"1\xcax\x8c \xd3\xc3\xc0:\xf1\xdfq\xf3\x83\xbd\xe1\xd0"\x1c\x16\xf4\xf3Z\xfa\xee;\xdc\x05lc\xfe(\rn\xf1\xa5\xa0fE\x91\x89\xdd\x1e\x1f\t\x0e\xdd|SI"\xd3\xe8\x0e\xcc\xcf\x06\xb4\xb4K\x9e$\xf7\x924t\x9d\x14w\xe7\xcb\xf4\xe1\xb6\x9f\xf4p\xa6\x7f\xec\x98\xeaO\x92\x02w\xb9\xac\x8b\xc3\x9aRU\xeeyU\xa8\xa3b\xed\xadE\x83\xb5v?\xfc\xc9\x9f\xdcK\x118\xfa\xdbI\x05\xd2\xe6\xe8O#\x93G\xd2B\xf0\xd8\x92\xa7\x9f\xa5r\xac\x9bR\xad;&a\x19W=I\xe0\tC\x11^/-\xdf\r\xf5\xb5\x1e2 \x8f2\x0eF\xfcovE,=\x0e\x1ep\xcdLt\xbd\xed2\xe3\xf2kU\xfdm\xffNL\xa2\tj\xd0\xc7\xae\x12\xf9\xe1qg\x80\x8aTt\x1bR\x93\xae\x04\xa5\xab\x9fG0\x14\x07\xc8\xeb\xc0\xc29\xf4\x94a\xe2\xa6\x96\x8f\xad\xf7*?\xb5\xaa8\x18:\x87\x0b\'m\xe5i\xea\x1a?\xf4\xaa\x01X<k\x0e\'\x826\x83\xe1\xd7\xc6h\x12#s\xa3Y\xd1\x94H\xe1\xbe\x19\x15\xd4\xeePs\x01\xff\xfc\xebb\xfe"\x06u\x86\xf2||\xd2\x15.?\xcaW\xcc\xe9\xf0\x0b\xdfr\xf7\xf0*\xebn\xc7z6\n\xd1\xcc7T<S"4\xaa\xe4\xe7\xc8b\x84\xad\xc6\xf2\xc5\xacx\xd0\xe42I\xd2.\xee\xd2\xb0m\t\x88\x1dyQ\x8c\x8f\xa06\xa8\xff\x9a!b\x9e\xdf\xcd\xa1Q\xab\xa7\xdb\x11\x03\'\xa1\xed\xf4\xd1C\xc5\xe6Pn\xbf\t\x1d9\xa1T\xbeGT\xa2\xa4&\x89\x8f\xd5\xb2\xea\x13u~\xbc\x88V\xcc\xe7BB\xb9\xae\xa08\xdeR\x80Y\xcf\x1b\x90(q\x875P\x8dM]\x80\x8e\x9dn\xdf\x92\xb0\xe7\xd2u\x8f\xff\x95\xc0L\xb16+\x0c\x8fmzXM0\x8e{\x08J\x1b\x9e\xcc$\xc8\xc8\x12\x15}C)\xdf7b\xea\xeb\t\x88\x95\xd2\xe7!Z\xec\r\xef\x07(;\x98\xf3\x8f\xdd\xe4`/\xca\xadEt\n\x02\xb0\xa78\xe1K\x87\xd9~\xedV\xe6\xdd\xf0\xaci\xc1:2k9\xfc\xccd\xaa\x96\x94\xf1\xdd\xbfzy\x08M\xfb\xa2\x07\x01\x064\xbb\xb8\xc59\xf1\x8b\xb0\\+FFQ\xd2\xd6\xc8\xe3D|*\x01\xf3\x7f60l\x9b#@\xbaBy7\xa88\xdf\xe1b\x90\x87\x8b]\x10d\xcb\x86\xa9,dx\x1a\xad\xde+\xd4[F\\\x88cxbe\xa0\x9e\xc6p\x00\xe2\xa7\xd9\xfc-!\x81\x9c\x07>\x83\xbf^\x8b\xbbF\x95\xf6\xf7S\xa4\xe9E\xc2\xd6\xb5\x96x~\xf9Z\xef0.\x02;gz8\xf2\x15O\xe0\xbe+\x10\xb7\x15\x11\xa2\xeb)VmC\xafhl\x87\xc1\xca\xe1\xb7\xc7\xa9\'J\x9a\x10Y\x0e\xc4Zo\xdc\xf5\x9e)\xaeq\x88U\xbe\xa6\xd3\x96I\xa5\xca\xeb\x1d \xee\x80\xfb\x9dj\xe8\x00\xeau\xcc\xc0\xcd?\x97\x8c\xff\xb2OxhY\xc8\x1c\xf2\xa8\xb9iK"Bp\xc7GG\x11\xa7z\xfb1Ybm\xf3\xdc\x0f\x9bw\xaaN\xa2\x16\x0c\x97\x9eG\x86V\xbbV=}\x1c.\x99\x19\x9d\x9f\r_a\xe1\xe3\x8b.\xd9\x05}\x1fv\xc9y\xab\x0e\xfa\xade\xe1u\xae\x83\x83\x99\x89\xe3\x0c\xe8\x04\x14B\xaaq\tg\xd3\xbd\xec\x92+\xc2\x14\x8f\xc3\x95\x13\x08\x95\xa1\xe3Yo)\xef\x8dg)\x95(l\x9aV\xdeU\xb7_r\xfd\x87%\xbb\x83\'\x18]\xee\x8fp\xcbG\xb2\xd7\xcbOB,\xb2 \xbdq\xf6s\x8d\xe3\x88\xe3t\x10$n\r\xf2\x8f\xe9\xc9\xc8\x88}\xf9\x0c\xdd*\x95\xdd\xb7\xc5\xc3\xfa\xedi\x1d\xec(\xa8>\x91\xd7K\x87\x9a\xb2\xfcJ\x91|\xbc\xf6_{K\xb1u\xc4S\xd2\\\x90Ff\xe0F\xb8\xb5\x91i\x84\xd4\x98\'\xfcwPvO\xe98\xdd\xa7P\x01;D\xd6\xe1\x17\xee\x17%\x03\x13\xe5\xc1\x1e\xacP[e\xf0\xa3\n\xe3\xa2\x86\x94O \x93\x00\x83r\xde\x88p\x8f\x03\x9c\xa0\xf1\xc7\x050\t\x03bd\x11\x92)?\xd6d\x98x\xd3\x10\xec\xa1\x0e\xd9n\x83\xaa{(\xcc\xf0 l\x17}\x12\x83\x01\xf5\xf6\xf3\xf8\x85\x07\x916\xee\xe6\x80\xafxH4\xa1\x9er e(\xa6\xd8M\xf7\xcb\x86T2\x97\x96\xffM\x9fq\xb9W\x89*\x9d\x00?\x92\xdb\xf4\xab\x94\x0fw\x8dp\xb8\xfd3\xdeEHGa\xb7\xef\xab\xf0a\x90\x00\x02c\xca\x80\xa0\x04\n\xc4\xf4\xbe\x03\'_\x9cq\x91\xd6 ~\x14\xf5\xeb^\xb3\xf1\x1e\xef\x068 \xe4\xdbq\n\xa2\x90\xce\x83\xc4G\xfb\x02\xeb\xbf\x9e\x00\xb8\x1a\xcaA\xc8fd\x1d\x8cg\xbf\x98\xc8#\xaf\x8c?";#\xf2\x83\xc2\xf1\xdbQ\xce\x0f\x00\x10\xbe\xf3\xfbZ\x95\xf5>\xe5#F,T\xafM\xcd$L\xc1.\x13j\xf8\xdfW\xc3\x008\xa0\x8bK\x84X\x10\xab\x17\xd1\x1e\x85\xea\x82k\x8a~\xdf\x9c\xb2H\xde-\xd8f\xcfS\xe5\xec\x1eP7\xfeqH\x05\xaa\x066RL<`\xbb\xce\xa6\xdde%&O!`\xb5#q\x95\xb8\x80\x08\xf2\x03\xbaX\xfc)\xe1\xc8\xfb{7\xeb\xa8_\xdb10\xf2h\xf9\x92\x02<t\xcd\xa1\xa3\xfbAn\xc1\xe5m\x9eSZ`\xae\xec\x88}\x0eHST\x06l\xe9\xe0F\xbe\x9b`\xff\xa4Z\x03C\x82\x057\x17\xf6\xf6N \xcb\x1e"\xc9+C'

80.73.178.211 -> 192.168.1.2
'\xe9\x1f\x0f\x16r\x07\x02\x97\xfc\x13\xa9\x80\xe5\x9d\x8d`\xa1.\xe9\xe3\x85\xdb\'a9\x00\x91\x8f\xd2B!\xcc\xa4:\xbf\xd7\xd23R\xf2e\xb1\x13T\x9e\xe0\xe1\xa2W\x05\r\xa2\xbcw\xd2\x8c@\xc6\xd6\x02r\xc4\xf9l?C\xa9mEL\xdc\xe8\xf7\xbd\x0c\xccS\xacH9\xc9\xd3\xd4\xc4=\xd5}\xc5\x06\x02!\xf1\xff\xa8X\x9aw\xce\xb5w^\x15\xe4\x10\xe1\x9bADF(\xf1\xe3\xb0\xd2\xc4\xf6q\x93,\x9bw}\x9f\xd8\xd2\x1dM4\xc6?\x90\xef\xf3\x1bfI\xe9\x03Yc\xc2k\xe7"\xb0\xe5BR\xe7_\x82\tg\xf0\xf8e\xe3Y\xcb\xd1@\xf8\xc5A\xf5\xcd/\x9a*\x06\x04\x1b\xff\xf9vS\r\x1c`\xa9iEc\xf1\x8a\xc5\xa3\x8c\xc9p\xc6\x91\x16\t+6\x9f\x8b8\xe10\xe2\x05\xba)\x00\xe3\x97&\x0e\xe4\x8dhJ\xc0\x829\x15\xdcQ\x10\xf7\x87\xf2\x1f\x94j\xf2\x03\xf8\x15C\xbe\xe7jn7\xd8^\xd0\x8bo\xcb}=\xd3\x06\xca\x95\xf86\xbc\r\xe1z<K\xecH\xbd \x00\xebY\x1c\x1d\xd4N\x83n\x17\x19\xdd/\xd8\x9b\xc9\x98\x8am\xbc\t\xd6fEt\xd7\xafc\\;\x11\xddj\x00\xac \xda\xd8\xb0ax\xc8H\xb0\xd3O\xd5H\x04\xe1\x0f\x9dB{-\xb0C\x91D\xb4P;\xed\xa2\xdd\x8a\x02\x85J\xf9\x95a3\xc91\x0f\x0c\xea\x87\xdf\xb2=\xf4y\xe2\xc3\xc5;\xad\x99\xcc\x8f\xd0\x10\x0c\xf8.\x03 \xe9&\xc7{\n\x1a\x8e\xe3\x1d\xf1\x11\x8ep\xbd\x04\x00x\xf6\n\xa2<\xb4\x83>:\xfdy\xdf\xddp\xb6K^\x18^\xfc\xcd\xc0\x96<\x1b\xee\x84\x94\x1b\'\x03\xcb\xb8\x13\xce\x17\xb8\n\x02\x1e\x8et\xe9+\x14\x88\xd9sK\xd8\x12`\xf07x\x10\x9d\x85oX\xb5\x8e\x1f\xd3)\x85^\x9b!\x1f\xc5\x05m\xabd[\xe2J\x15m\x99\xecN\xa0$\xaf\x9b\x02OR\xb1\xcb\xbc\xd2\x87!3\xc1\xceaz,\xce\x7f[_\x95\x8c@\xef\x96\x83\x0e\x91\\=:\t\x0f\x81V\xc9-\x9eo\x81\xa5TB7\xb6\x93N\xaa\xbf\xee\x11\xf4\x99X\x92Ide^0\x05\xf2\xe0\xe8\x97\xe7ud@\xbe\x8a\xab5\xa5R\xbb\xb6\x9c\xbb\xb5\x13\x14\x87l\xe1\xb7BrV\xe7H\xb4K\xdcx\xe4\xec\xa5\x12\xc81\xbd8\xabC\xd2L\xd0\xa8E\x8c\xbc9\x0f\xe1w^\xb2l3\xf1\xb6\xcek\x1b\xd9\x0f\xf9=f<\xd5\x06\x0c\x04\xffL\xd1\x02\xbaT<mk\xebw\xcewT\x9d7\x88;j\xc6\x03\xd8^\xd8\x88\x91\xb3\x8a\x17\x01\xa2\xf8Q\xfa\x8e\xe3\xe8<\xb2\xc5/t(\x8bg\x98$\x9b\x03zM\x8ea\x1d\x10\xb7\x860qQ|\xd7\x1a\xc6\x8cZ\xe4a\x839\xbb#\xd0\xff\xca\x00R\xdf\x7f\x11\xf3D\x83\xb3\xe6\x16"\xfb-\xd6(U\xdd\xb50\x10\x8f\x15\xba\xa0\x89m\xed\xb7\x12\xff\x9d\xc9\x0clw\xb4\xd8>\xea\x0cD\xd4\xc2\xab\xeb\xe4\xc4\xfdO{\xf2\xa8U<b\x037W,\x02<\xe1\xcc1\xb3r\xbe\xa9\xb7L\xa3]\xc2\xb7\x85\xba\xd1B#\xd0\x8dg\xf3\xa4ul\xc0o\x06\x05/\xc3#C\xa9\xecK\xcb\xd5\x88\xe5%pT\x9f/\x13\xa4\x8490\\K\xa4\xc4u\xa3\x80Z\xbf5\xbc\xff\x9b:\xb3\xf9\n\x9b\xea\x8dJ\xbe\xde\xf9\xf57\xa2o\x7fh\xee,\xf0 \xed(\xd5\x0b\xac\xday\xb2\xd5NK\xdd.\x0e\xa6\xca(j\x9f\x8d\x1a#\xc2?\x16^\x17\xf3\xc0c\xaa\xce\xc8\xde2\xbcZX\xe2mM\xc9\x16\xdb\xe1\xeb||\xacv r\xd6-\x07U\xc5\xd5\x8cw\x95\x1a\xdf\x84\x0b--\x88Mq\xa7Y\xf8\x864\xe0\xdf\xca\xb94\x97:\xa9\x0e\xd8\xbaN\xc7DzL\xfc\x06MJ\xcd\xfa\xab\x15s\x98\xf7\xe9\xf5K\x05\xb2{#\x8e\xd9\xed\xa2z\xc5\xbc\xbcU\xb8\xf5\x1d\xb7@B\xd8\x95\x84sL\x15;\x86\xfe\x90\xb9"\xae\xeePv]\xfc\xb5X\x19Z\xe6\xe5Q\xaa\x93\x13\xe1\xce\x84\xc3\x15\xa0\xbdE\x8b~\xb8\x946Z\x14\xae\xcf=:\x87\x15\xbe\xa8\x00J\x99s\x11z\x93W-2\x85\xdf+@\xe0\xd0\x1fD2\xdf2fM\x12\xb5Q\x89\xd2\xae\xdf\x1b}y\xcfd\xaa\xa8\x8f\x9b\xba3/\x1e#`\xf6H\x0co\xd0\xf9@\xfd\xd8^\xca\xaf\x8f{\xdf\xc0\xdaLE\xe1\xe9\x1fb\x89k\x9d\xc1\x17\x14\x1a\xeaJ\xc8\xf2I\xb0\xcd\xbb\xf9\\\x15\x84\x1a\xe2K\xccr$\xb03\xd1Q\xe8*T\xe4zS\x8aac\x8e\xdf\xf1\xc7\xe2\x08U\xdc%\xc3\xa4\x1cX\xfbF\x974\xd8\x00\xe8\x1a^%\xa0\x83\xe7\xeb\xa4{\x8d\xb8M\x88L\xd7\x94k7\x0c]\x05\tjpq\xae\x96\x173\x18\xcdMD\x11\xa4\x8f\xeb\x00)z\xb3\x04\xde\xeb\x80\xe51\x15\x7f\x8dM\x14\x88\xdb\xfc\x8e\x8f3\xe0\x85\xc8]V`\x01\x80\xbb\xc9\xa92\x8a\x0e3z\x9b\xbf~\xcf4E\x7f\xfe%\xdb[\xeeP\xe3\xef\x8a\x14\xa3};\xd7\xb9\x08\xaf/q\xde\xf8\xa9e\xe7\x89\x00m\xaeu\xcc\x04\xa1\xd7;\xf2\xea\xb3\xb6Y|\xfbP\x08S\xba\x8a\xb3\xbe\t\xfe~\x86I\xad\xf0!\xadT(\xc0\xb5.\x10Er3\x1c\x11h\xa2\x8az\x97\x03\xe1\xae\x9d\x10\\Fs\x00\x89\xc6Y\xc1P1\xaa\x1b.\xc3_\x13\x0e[i\xb0lH\xc4\x9d\x88\xf8\xf4\xb6p\xa1\xd7\xeb\xa0g\xa5\xe0_,\xf9\x03\xaf[G\x9al7[y\xbb\xc5\xac\xb3\xb1\xce\x89\xba\xcd\'<\xdc\xd3\xfb\xacc\x91\xed\xfa\r\xe9\xb7\x95\x83\xd24\xa1\x13\xa7'

192.168.1.2 -> 212.204.214.114
'WHO #rokymotion\n'

67.163.96.170 -> 192.168.1.2
'z\x85\x0f\x16v\x00\x02\x19\xe4P\x12\xe4&\x92\xd4\xf4=\x0e\xbe`\x0f\x95KjW\xf7\x90\x92\xe1E\x0b\x12\x80\xc9\xfb\x93LjT\xa7\xab\xbe\x8ei\xf3\x1c\xa8\x9bVu,H3"G\xc8\x80P\x0e\x8dv\xac+E\xd4\xc4\xda\xcf"<M\xb9\x8a_\xc2\xcb\xb21\xa8\xceZw\x82\x88o\xb0_\x81\x08\x9e=\xb7\xdd\xfeO\xdb0}2\x9c\x00\xc1\xed\x12\x02fD)\xd97\xa7Q\xbef]\xce\x98\xe40\xdc\xc9P\x9b\xd6\xe6$\xa0-\x8e\r\x87\xb7%h\x8bv\xe5^\xbf\x9a\xc9\x05o\xdf\x0f]\xe6\xe5R\xe8\x80\xc7%\xb8\xfd1\xe4Q\xab-\xd7\xc9\xee\x8c\xa5\x1d\x9d\xfb\x0eN\xd6\x8aNk2\xe1\xa6\xea\xcb$\x97\xd0T\x11Z\x7f\xd9\x9a)\x82Vu?i#\xa6\xb7\xbe\xac\xc7\xb9a\xdf\x83\x9d\xde\xc3\xe0R\xbd`\xc4y"\xc8\xc0p3\x89\x98\t01\x1d\x88\xa8[\xf68\xcc\xb6\x95E\x1dK\x90\x0ce\x1a\x00\x03\xad\x82\xc3\xefF\tTcGqkp.}\xd5\xae\x1a\xa4\xbeo\x03\xe9\x13Q\xce\xb8\xb4\x1b*\x1aB\xca\x9f\x9f\x1c\xa3w\x06]\x95j\xb7\x01^\x9c\xc9\xd4\x83u\xf2\xaf\xc6J\x13L\x01"\xaf\xc9\xc35\xbb`\xc2\xab\x02\x95Y/\x86\x87^b\xc1\xca\xf5=\x8a\xd5\xfd_\x16\xac\xfe\xa6\\\xf4\xd8\xbdUI\x95\x97\x00\x84\x1a#\x16\xf8O\x05\\\x98\xf1\xc9\xbd\x1e\x97ml\x0f\xba5\xab|\x17)[~\x8a\xcaS\x9c\x9f\xaep\t\xd4\x00`\x953\x15\xa5\x83Sl\\3\xe4ci\xed4\xef\x06\x8b>\xf7cw\xd0\x0f!R(\xa3g\xe6\xcf\xb3\x8f\xf3_\x1b\xf1\xfd\xbf\xee\xf2/\xbd\xed\xeb\x92L\xc6\n\x98~\x9d\xd0K|J\xea\xa5^\x87o\xa1:\x81\x83\x03\x17\x02|(%\x9e\x81\x84\xb3\xf5\xc0\x81\x8f\xa20-\x90\x90\x0chf\xdf\xd3H\x91`\xd7t\x90\xa8\x07\x82\x8e\x06\x01K\'_\xe3x\xcbt\xae\xd2\x1b\xe6P\x0b\t\x95\x8a\x1e\x1a\xf7j\xe8\xbd\xc5\x01\xb1P\xa8\xaa\x8b8\xf1\xc9p\r_\xe1\x8d\xbf\xe4\x1bD\\6\xbe\xaa\x1e\xa1\xb3\x15\x05\xd9\xac\x13e\xd7\xbf\x1a\xa2O\xfb\xa8\x9f\xfc}\'\xa2\x06]\xb6\x1d5 y\x02\xaa\xfd\x9e\x13\xd4\xf2\x81\xc91\xad=E,\x9f\x9a\x88\xbb\xf1"\x14\x93\xc7\xca\x18!9\xda\x17\ta$2\xc9r\x98D]\xb9\x852n\x1d\xcf\xbb\xf3\xa1\xda{\x96\xdf0O\xcad\nKw\xa95B\x1fLZM\xb1\xa3\xcd\x06\x8f\xb0E\xca\xbf\xe4\x85\xb7\x82\x8d\xa6Q\x18\xf2\xbb)zO\x0f\x04n\xdb\x0e~$\xa1rbU\xa6\x84\x91\x06.\x14I\x85\xf2\xab\x17{\x9e\x81\xee\x95\x9ftz\x88v\xf0\x93\xca\xb7@\x00\x10+\x83\xa2[\xebf\xc1\xa9\xa9\xba\x86\xeb\x0cR\xe6EiJ\x92\xeaU\xfe\x17\x04\x1d\xa1\x9bw\x8dV\x00\xe6\x14\xd5\xe9>a\x96\xd9\xf3\xab\x11\xce\xbfZ\xe2K@S\xbc5\xb57]\x88i\x93\xf9\t=\x8cc%..;\x0e\x06\x15\xf3\x99\x15l\x809\xa85\xa0Z\x04Eq\x94\xab\xdf\x1d`\x8b\x16Jg\xe0^\xc5\x9fk\n\x00V^o\n\x81\x8al\xd6+\xca\xb5\x8a\r\xc6\x97\xd0\xf9\xe5\x99\x92\x9fz\x8b03\x00\xefkt`\x14\x15\xa6*Nu\x976\xd69\x029\x98[\xb5\xa9\x8d"\xe7\xfc\x1b\xc2\xca\xbcE\xf8\xe1\xf6\xd6\xaenE>a!\x80\xd5\xdc\xe2r\xe8|\xf0\xa4\x81D\xf4\x18\x16g T\x12\xe0\xbd\xb2U,\xd5\x19#<~K\x11`\t\x89/Tw\xfd\xe8\x8e\xbdp\xec\xe6\xcb|\xc7iuN0\xd4\x13\xc9\x10r\x83p\xdf\xfd\x98\xf7-\x7fD\x95l\xda7\x8e\x8e\x16y\xf3\n6\x1boW\x1d(\xd8HYf\xea\x8dIW\x15\xb7\xbb\xd5\xdd\xdd\xd2\x91\xa6\x0b*\xc6\x7f\x1c\\@\x0b\xc1\xa2\xd1\xfe\x91\x88\xe7-\xf0\xa7\xd4\\8y\xc0(\x0c,X\xdf\xb9z\xac\xa9\xb4\xc2\xbbS.\xd1l%W1\x13\xc1J\xbd\xf7\xfe\xd2\x10S\xa6a\x93\xe0\xd6\xb74lW^q\x15HcP\x12\x1c\xc1\xbe\'@A\x1e\xf9\xdb\xb2\xc9%\xb3@e\x0cpp\xc9U\xd5Xo{\xab\xa8\x0c/:\xdf\xe3\xf4\xfew\xda\xe7\x82\x11o\x06\xb4\nh\xea\xecrk9@9b\xda\x104|\'bQ\x1eU\xd9\xd9\x03:)\x9a\xd2\xea]B\xd2\xd8\x98\x90\xc5\xce\xdf\x9e"\xb7`.\xd4.\x05\xc5S\xf5\xa6\xfc\x9cB\xect\xdf3|y\n\x9a\xb0\x94\xafdl8t>\xb3\x11L\x1b\xfb\xd4\x94\xb9\xb2\x02c?\xf8`\xb1\xbb\xc9\xf3\x0e\xae9\x1c\x11^\xf9|\x1e\xaa\xc1\x95\xf6\x1f@\x8e\xfe\xd7\x052\x19\xce\xf7\x96\xad\xc0\xf8T"\x1b#\xcfp\xec\x04Q\xa4\xdd\x87\xd4\xd5\xbd\x1d\xa2\xbfjK`qZ\xb2\xd93\xe8\xff\xa1\xdeM\xd8)0\x01\xb0\xcc\xe7w\r\xa7\xa4,\xd4\x85\xc8\xbev%\xd1q\x99\x01\xf8t\xef\x9d\x12\xb0\xf0\x11\xf4\xaeoL\xa39\xe4\'\x1a\xdc`b\xd7<\xb3\xd4\xf0\xd6O\xec=VK\'\x82\x9e\xac\xc4\x84\xdf#[\xa6N&\xa7\xf0\xf00\x9dBU\xba\xdc\x7f\xb5\xfd>\xcc\xbe\xcf\x91\x15B>\xcf\x07,T\xac\xe1\x9c\x0e\xf2\xe8d\x9a\xba\x03\x11\x080\x91\xfc0\xa6d&w&.\x03\xa4~\x81\x8f\x91\x12\xb5\xf5L#t%\x89\xc2\xe4\xa9\x8b\x9f\xd1\xe0\x8f\xbc\xe1p)w6\xafh\xf6\xa7\x03m\xf6<\xf2\xa0\x92\x88\x19\xe4\x1b6\x99\x08B$\x16=\xab\xa3\x93O\x80q\xad\xcc\xccJ\xa8\xb5\x1a'

80.73.178.211 -> 192.168.1.2
'\xe9\x1fO\x16r\x88\x02\x0c\x8d?\xff/\xf2\xb0\xack\x1d\xdd\x0e\xea\x06\xeei\x90\r\xac\xfc\xc7\x89\x01\xb3C\xd5O\xac\xa5\xbb+U\x1fTF\'\x7f6,G\xd3M\xd6\xae\xac\xa4\xd7\xa7"+\x8bt6\x9a\x81~\xdc\x8a\x01e\xfcw6|&\xc2\r\x7f#\x006E\x9b8\xb5\x91b\xb5\xf8]\xe8\x9a\x1f\xb8\x8f\xe4\xe9\xf4\x8d\\\x1f\x08Y\x05\x8f\x12*x\x81\x08\x0c\x19\x92_\xe3\x12\x933:&,\x9a$\xaf\xcaC\xa3\xe9\x81?z\xe5\xf2A\x9b\x88\xe3\x8c2\xae\xe2j\xd1\x06\xd1u\xa1E\x05\xa2L\xbe\x8eQ\x96\xfeSZ\xb9\xd8\x19\x05g\x05\xf8\xfc\xe3p\x979_\x07\x87\xbe\xff\xb5H\xc6O\'\xc84_6l\x8e\';O9QI\xa2.\xf2]\xde[2vO\x98\x91\xe3\x8a\x8c\x9c\\R\xbds\xe1\x98xKi\x00\xc3\r\xee\x0b\xbfg\xc0\xb5\x90\xf5\x12\xd9\xa9XB\xb9\xf3\xa9\x93\x17*\xf55\xe9U\xb9Yf2\\\xaa\xf6h\xc5\xead\xcd7\'\xae~\x17\n$<\x15y\xb6\xe6:P)\xe4\x06\x9f\xeb\xdb\xfcq\x8d\x93\xdb>\\\xb3c5\xbfeN_\x92\xc8\x94\xf7\xeapK+H\x05\x87\xa9&\xa5\r\xc2\xd8F9c\xaa\x94Nm\x02~\x92q\\e\x9eYk\x03\xa2\x02X\xdc$\x89$\x8a\xb5C\xa6\x1a\x91\x15b\x85\xe9\xe2?\x91i)\xec>\x1a\xcba8\x95K8S\xed\x17\xe1\\\x89\xc4jaT\xa6$\xfb\x9bt\x80%\x14\xc7\x80!\x8f\xee\xb7\xc4s\x91\xc8\x9a\xfd\x96\xd4I\xc1\x1bc\xb2E\xb94e(\x01\xe0t\xb6\xce\xf4\x9d\xaf\x06&/\xe4\x8b\xe2R\x0e\x97\x9a\xa0#{\xdb\xc9\xa9\xda\xfd_\x02\xe2X\xc1r\x005\x86\x12\xf9\xb1>\xbbm!\x9cY;($\x86\x81qV\x96X^\x17<\xc5\x8f\x12\xebP@\x10|6\x08\x16\xb8\xdf\xb4\xf0\xd6\xcc\xf6\x95\xd9\x02i\xfe\x85q\x81\xbdp\xad^\x90Kf\xe5\xf5\xf8;\x00\xe1\xacQ\xc4}\x98H\xf3\xf4\xecW"\xa0\xd2:\x1d\x18#\x85\x9c\x07\xe3\xb5\xfc-\xd2\xd5\xa7\xaf:\xfd\xc9\xb8\x9f4H\x10X\xf1\x03Y\x01\x82l)\xcf\x95ge\xb9\x8b\xbe\x1d\xc3\x8c\xc2\xcfG\xf1q/\xf4\x9a\x14\x06\xb3E\xf4h\x9ep\xf6\x18\x98\x19\xe44\xf8;b\x13\x0c\xff\'^3\x02a!\x965\x03\x12\x0e}\xba\x9c\x84\x94\x99\xac\xc9\x11\xd2\x152\xda\xb9\xf72\x8c\x86 \x1d-\x94\xd0T\x8d\x8c\xe6\xde\x16\x16\xabU\xd0\xa2\x1fn\xb1\xfb\xcc\x98\xfb\x7ft\x9dw\x91\x8eT\xc9k\x8c\xb2\xd4\xc7\x8d\x85/S\xf2\x90\xa9\x10\x19^O\x8b\xb5\xa6\xffu\t)\x82\xb1inq\x0e\x98\x1a\x92!\x1b9\x9b\xa3\x89@\xa7\xfc#\x19\x10\xa7\xfa\xd5\x91\xd6\x0f\xbeZ^\xfc\x14\'\xbc\x8f"\xa4b\xa8<B\x040\xf5\xe4[\xc7o\xed!\x0e\x1c\x18\'\xb8#v\xc7\x91n#N\xee\xf2\x8f\r\x81\xad\xa4\xd5\x06\x8af\xf7\x06\x84\x94\xf4M\xefX\xb8=\x16\xf1\xec\x8dHFl\x89\xd2\t\xe9\xe0\xd2\x93;\x9f\tP-m\n\'\x8d\xb9\xed\xb5hRL7l\xd4B>Zt5\x89\xccX\xc4\xeb\x9fp\xc0\x8a\r\xbf>\xc6/\xfe\x1b\xb6\x10\x15\x87;\x82\xd5rw\x05d@7\x9f\x05C\x9e\r\xecA7\x0b\xd1\x96\x11{\xce/\x90\xcf\xe6*\x01\xa2^n\xd9\xb3\xb68=%&\x11\x1e\xfa\xd2e\xaa\xa2O\xe2\xd4\xa8\xc9f\xb8X\xc1\xd2\xabb\xbf\x9c&\x1eP \x06\xec\xcd\x85\x94T\xd3\xba\xfa\x03)\xcbC\xe9\xd7:\x9a+\xe9\xbd\xb3\x1fA'

24.28.248.6 -> 192.168.1.2
'\xaa1/\x16t\x03\x02%\x8c\xb4\xfe\xae\xae\xbc\x1b.\xd8\t%\xfb\xa0t\x840\x8dv\xd8\xbau\xaa\xed\xb0+vikV\t\xf4:\xa8\xc3BK\x174v;\xf1i#w\xa2=\xdc\x0f\xebkE\x0b\xda\x9f\x14\xeeh9\x96\xf6?a\xef\xdb\xd3N\x0f,\xda\xef|\xef\x8a\xe4~\x99\xea\xbd\'\xd4\x03\xae\x83\'C\x8dg\t@`\x03XG \xc5\xcd\xff^\x9f\x9f\xf6k\xd1hg\xb0F\xb3\x98"\xa3MB\x1b\x0bQC\xd0\x18\\\xa2\x08\xd6\x83aH\xac\x15\xe8I\xc5\xcfG88 \x81c\x8cNk\xab\xd429?g\xd5\xc1\xefD`\xdb\xf5\xb6\x1cR}K\xef/iS%^\xff\xe9\xf0\xd8qD8\x1a\xcc\xab}\xad\x08\x0c\xcf\xfa\xcc\x0cxu\x9d\'\xbd\xaa\xfc?\t4Z\xde\xf17s\x96Q;F\x1et \x81\x02:\x9ajT\xb7^BIyc2-\x01i\xe1U`\xaa\xec\x82\xa8\xe6G\xc4\x984\xb0}\xa9\x88\xe0\x06\x8e{\xc8\x8c\xb0\xe4\x90\xdd\xb1\xafO^\xf8\xba;\t\x020\xe5\xb4\xc8I%b\x0bq\xad7\xbc\xd7j\xb0m\x0ck_ \x16m^\x08\xed\\\xbf}\x19\xcdP\x93n\xf5\x80uX\x1fW\xdcrpm\x7f\xeb\xad\xe3\xe063\x80.\x9a\xee\xd2\xa7\xdbF$W\xecx\xfa\x1aT\x14\xf1\x15\xfcmE\xaa\x99S\'Eq\xc3\x84\xb5\xd3S3\xb4i\x90hz\xbd}\xa7B\xfe\xfb\x1092k\xd5\xfc.\xec\x12\xf8\xa2\x82\x03\xa8\xf0N\xf2\xc2\xe0T\xdd\xb0,qtT\xc9+?8\xf4FD\xa6\x96\x1as\xc4\xa5\xa4\x9f|b\x0fI5zW\x00\'L!)Trt\xde\x8c2\xdc\xdb\xe6I\x92\xc2\x8as9\x9bw(\xf2\x12\xb5\xb7\xb5?\x10)\r.s\xf3X\xfcs\x14\x8fI\xd5\xce*\xebRH\xe2d\xb0e\xeaA\x86\x93\xf2\x8b\xb0\x966_\xf0\x10\x06\xd7,\xe7\xe1\xd0\xa1\xab\xe12\x02\xf6K\xe7\xd4\xce\xff\xae8A\xee\x0e\xbcJ\xb9\xb2XM\xc6\xabb-\xef\x81\x80-\xf5\x9b\x8c\xefF-~\x8f\x01\x8b\xe0P4|\xe8,\xc2P\xfe\xe2\x16F\x14\x15\xb4\xed3\xf6V\xd7h\x94\xd2`\xd7\xcc/4\xb2\xdf($5c\xadCJ~6\xd2nG\xa4|JIWT}Ca\xd3\xf1i\x10\xca\x143/\xf0#\xfb\xbf%\x0e\x1bI\x85\xb9\xc63\xe5\x89\x04o\xc5\x91\xa1\x15\xa8\x95\x86WM\rVZt\x03\x19+e\x85\xea}\x01\x11\xe1G\x1f\xb3p\x8dF\xc7\x04\x9fuD\x94PJ\xc1\xcb\x90\xadv\xbf\x7f\xa7\xa5\xf5\xdb\n\x0c\x93\x9d\xf1{g\x9c\xd78\x00\xc3\x05\xdcgb\x8a\xf6l\x08DO\xac\xcb\xb0\xa4_\xc7k\xfcD\x998\xcc\xd4\x98\x01S\xa0\x8b\xbaS|\xec\x03u\xbc\x9b\xab\xf5\x16\x12-\xe1\xe1\xcd\x890yF:>\x97\xac\xae\xb4\x93\t\xe1Y\xdfMw\xe9O\xfe\'\xf5\x19\xdc{\x91\xd2\xf5s\xdd`W\x03\xedy\x06\xe5\xb9%\xe4\x13\xaff\x9c\x83\xb8\xe4+c\xd3\xaf\xa9\xd9\xae\x04\x82\xfe\xc4\x13\x16\xb6\x88\x19A\x99\x9co\xda\x95\x0f\xee\x16\x1d%\x13\x03\xda\xbd\x1cZ\x88\xcec1\x9a\xbf\x133\x8f\x0c^\xde\xff\xb0S\x9cd\x9aC\x04\xd8q`\xe7\xa5\x0es\x0e:\xf0\xc0\xf0\xc5YV\xd9\x9f\xb66nP\x9aV\x1e\xe7\x05o\xc8}\xd4S\x8e\x15\x81c\xbc\xc7t\xa5\xb7\x15\x1c\xd7\xf2\xad\xed\x91\xd3(\\J\x94\xb9"&\x11\xd6t\xa7\xc3\xbey\xd7\xc9\x99\xa7\x19\x11\xf3\x1e\xe0\xfe\xa9\x85\x10\xac\x86\xaa"\xca#>\xa42\xaa\x119\x9aUt\xc3\x96M\xa0\xf0\xf4\x10\x17\xa9r\x96j\xc9-\x80\\\x05\xa9\n\xd0\xf1\x17\x15\xdc\xa7:e\';\xa2\x0cQ\xf9\xf9\xb1\xf5\xe6\xfd\x1e\xe0\xd4\xaf<\xac\xe2\xa2\xd4\xb3\x08`\x13+\xdc\xc4\x1aLL\x08\xde<\x8a\xc7\xf8\x0e\x1a\xaaEC\xe2\x0f>\xd2\xb0!K\xdad\x18\xf7:s01\xf8\x03\xe3\x96\\\t8\xf6\x98\x86B\xb9\n\xb3\x1a\x1c\xfc\xdc\x9c\xec\xefA\x07Wj\\\xf8\x88\xbc\xa2{=\x1a\xe0\xa3\xb4\xd2\x18Hh\xe00\xb9\x98^~\x18\xee\xd6Ef\xeeN\x08aN\xbf\xe0\xf1\xbaw\x90~\x9b9g\xa3\x9a\x85\x86\xad\xf2\x81\xb7\xaew\xf4Q\xaaWc^\xcc\xa3\xa7!\xef0\x82\xec\x1bwL\x178\xe1R\xbbB\x97\x89\xbf\xc3H\x97\xb8\xe2S\x92\xcf\\\xfe\xc2I\x9b\xdc\x80.\x17q\xf8\xf1\xb2\x1fV_\xe7\xc1\x0bb\xbc\xa3\x9f\xed\xd3|\xee\xa9&)A\x95\xec\xb4yD\xd0\xf4{\xbd\xf6v;\xe5D\x92\x15F\xc9cM\xcf\xe3\x9b\x0fd@\xda\x1c\xea#\xa3&\xd1f(V\xf4\x15\x16\x11\xf8\xbc\xf6\x95[\x18\xc8d2\xde\xc8\xa4h"\x19\xa2\xa1\x01\x8eq\x8e\x90.b\xe0{w\xe2W\xbd\xdb)\x0c\xbc\xa0 \x9eZA\xde\xd0\xc9\x1a(J\xcf\x86\xfbx)\x8dn\x9aj\xd2l1\x93\xb4a{,G\x06\xea:G\x81\xde\xaco\xa5\xbd\xd3U\x04\xe9yu\xd8\x92\x94\x81qd\xa3\xca\xbfs\x86\xb4\x1d\xebi\xd9\xbaT\x82\xbd\x1d\xef{\xa4\x94\x93\x84\x02\xe6\xb2\xf4|\x12\xd3Y\x91\x9f7\xfa\xc7=\xd8\xa1\x90\xd9#/\x94\xde\xafc\x1f\xc7\xb0\xd3Ase\xb7o\xda\xe6\x08\x04\xe8\xe5\xd39\xd5\x1f\xb9|\xdf\xf3v\xbeL?}itb\x04\x10\xe4\xdd\xc4:\x07w\xa3\xd97\xbc-\xf4!\xebT\xf6\xdc\x08\xae\x9cN=l\xd0"f\xe2\x00\xaf\t;\x0e\xa2\xa39<\nT\x93\x80\xcc\x8e\xe6\xf9'

67.163.96.170 -> 192.168.1.2
'z\x85_\x16v\x01\x02&\xafR\xd0\x84\xc5\x10\x9b\xa3\xdfq\x90W<O\xd9(\x84\xe1\x1c\xc4I\xfel\xdc\x04wP\xd4\x1e\x80\x0e\xb9fy\xbbq\x8f\x87\x01\x9f\xab\x99\xce0\xdc\xd9TbB\xb5\xe5#{\x9b\x08\x0ei\xdd\xfb\xf7\x9d:\xa6\xb0\x96\x99\x0f\x0c\xa7>e\x1c\x08e8\xe5}\xf6\xa2\xf2M\xcat\xe9\x80\xbd\xc0D"\xcb\x12Pt\x93\xf2\xc8\xd6\xa8)\xfbh&h!W\x0c:gvh\xb0\xd2\x81\xa1\xab9YW\xb2m1\xb2\xa8\xa8z\x03KaU\xb9\x18\x94\xc2.\x0f\xc4\xa6\x8f\x0b\xc6\x89\xedAj\x95$\xba\xb5\x0f\xed\xf3\xc2\x19\x80\x06><\xc7\xe4\x10\xda\xe5\x89_\xe8\xb3f\xd3\xc3\x18Y\xd4]\xaa\x90--\x9b/\xde\x9d\xd7:\x8fT9\xa3\xc5\xc3l{=\xbdK\xa0\xa6\x89\x96\xfa\xb6\x1f\xb4\xb5\xaf\x98j\x1c)LcZ\x98\x83\xce\xa5r]\xd7&W9\xd07A\x9c"\x9c\xf9\x12\x05\xf7A\xe6\xd2C\x7fI\x8f\xecz\x7f\x0f\xe0\xfc\x1el\tY\xff\x15\xb79\xb5\xd5,\x83\xa8{1r\xd7\\<\x18:\xb0\x88*\xddR\xb2\x12\xb9\xbcy\x83\xb3\xe7\xbfc V\x83\xfc\xe1E_\xb6\xb1\x9f\xf4\x00\xa0w\x9d<\xf4"x\x8a\xb6\xf2\x83\x1c\xb2J\xca\xe5 \xf4\xdc\x96.\xb9\x0b$LN[\x1f\xf6D\xdf\xef\x92\xa80\xae-x[\xbd$\xbf;\xa2\x06\xeb\x08\x06\xc0\\\x8f\xe2\xd3\xa1mw\xbfq"\x8dp\xc3\xc6\xfb\xe7\xa8\xe9\x92P\xe9\x8d\xd6z\xfd\x9a\x0eT\x0bP\x0c\x97DH\x99LL\xa4\x1f:\xa1k\x1e\xceN\xc7\xcb\xbc5\xf3\x8eaR\xa6\xf3h\x96\x81\xdd\x89\xc1OZ\xf4\xe3\xab\x1f\'Zi\xf8\xac\xb8R\xc3\xdc\xdd[\xaf\xd5\xa7l-\xe4\xef\xe2\xaf^\x18\xd2\xaeN&\x1f\xb5~Y\xdb\x81\xa1\x84((\xe8\x17\xc9\xfaA\xa9\xa4$\xc1b\xac\x84\xe0\xc2\xba\x0c~6\xd8\x85\x9e4\x8b\xb7\xcc\x10af\x8b\x84\x0cB\xc1\xc4$_<\xc0&\xc2\x14=\xf7\x14\xb0\xd0\xe2\xf2\x91\xc1S\x8e>\xa2\xe5s\x16,\x899\xab\xfb\'\x17\xf5\x8c*\x07\x8f\np\xcf\x06G\xa1\x9e\x94\x95\\\x05\x81y\x1f\x11\xc9\x99R\x1a\xa9\x81g\x94SX\x15Y\x89\x8d\xc7\xea\xc4&W\xe8~<X\xd6X\xf7\x8f\xd9\xe1]\x98\xad"\x0e\x95p\xdd\x1e^\x11\xfd\x8bM\xb3\xec2\xa3\xdf\x89\x00\x17d7X\xff\x81\x8c\xc4-U\xde\x17\xaaIRqX\x84.\xe6\xf0\x05!\x12\x9ell\xde\\\xc2L\xde\x81\xc9\xc4\xee\xff\xd8\'\xff\xe3\xa5\x01\n]l4\xe2\xa2\x82J\x02@\x9b\xe1\x92,\xb7\xb0\xf9!R\x18\xaaTt\xad\x1f\xa3\xfe\x0e\xa9\x12c\x9e\xe3\xf8\xd6a\x07\xbdZ\xae\xa6\x01\xc5u\xc8j\xe7\x0f\xcc\xbfg\xdf\x9c\xc9\x05\xcf\xea\xb6]pl(\xbb\xa7\x85\x0e,\xda\x8f\xd1?\xebe\xcal%Z\xbd\xeb\xca\x08]\xdd\x8d\x1a\x04\x1e>\xd3\x81\xd5\x86\xf6Q\x1a\x88$PO\xc4\x84\x9a\xd4\xdaT\xbd\x04\xaf\x91\x97\xa6\x01\x93M\xce)P!gDF\x81e\x98X\x0b/\xd5bIE\xf9\xbb\x0fc\xcd\x87_n\xebp>\xebK+\xff\x82\x1a\x00<7\xc5\x1bF\x1b\xee\xfa\xb0\x99C)U2\x05\'\xa0\x82Q\xb6\xb9\xd9\xe9\x88\x07\xbdF\xf3Y#\x81\xc1\xf0\xd9\x1d\x9c\xe9\xf5\x1f#\xc6* \xf20\x94\x85\xff\xc7\xde\xceO\xb3y\x9eU\x95p\x9e]L5\xf8\xf0\x13\xf0?R\xa82\xbf-9\x06H\x87\x8d\x17\x97\xf2J\xd7\xe9\xf4\xdc\x90\x0fuW\x1b\x99\xc9\x95r\xe1z\xd3#\xc0\xd7\r&l\xc9\x04\xd5/\xf9\xd9J\x99LY\xfe\x93M\xfc\x08n\xda\x0cWp\xe1m\xc7\x1d\x80x\xbb]`|\xd7&\xa8\x93\xfe=\xb9\x8c\xf1\xb3]\xd1$\x14\x04\xd3\x18\xd5y\x07\x8f5\x97\xf3W\x0b\x1a\xbc\xa6\xbd\x04\xb3 \xc2t\x11\n\xc9\xd0nz_\x18\x03\t1\xd5ez\xa3\x83\xdcK\x9ck\xaac\x99\xde+a\xc5\xff\xa8z\xa24\xaa\x0e\xcc\xc4\xebDu\xcbf*w\x1aW\xc5\x9a\xb5\x9e\xbf\xb7d\xb0\x05\x8djb\x8dr\x07e\xa3i\x8c\x95\xeb#\x8bv2{\xe6\xca\xc9\xdf\x87d\xe3 \xa5\x1dr\x17\xe8\xc2+\xfas\xd0\xbdd\x1e\xdb\x89\xc2C\xd6\xe3\xc7Q\x0b\x95\x9cr\x06\x86\xbaN\xce\x8co\x9c\x02l\x05Bj\xf0|\xd9x\xdfaQ\x00\xe8-\x19\xd0\xf6f-\x10\xcd\x91y\x86\xf7\xac\xfc\x1b\xaa\x12r\x99M\xd5p\x115U\x02\x8e\xde\xcbRS1\x9c\xe7\xfa\xcc\xcfe\xaa\x84p=(\xd1@Q<}\x88\xe2\xd6?\x99\xa2\xdb\x00\xc1W\x12b\xa5\xca\xbaN\xcc\xe8\x1a\xf3:)3\xa4*P\x8c\xdb\xadf\xb3\xc4\x08\x94\xa1\xba\x1f\xe5\xb1G\xff\xaeFq ^\xa7\x06%\x10\xf6s\x1e\xe9PR\x88Fq\x90\x0c0\xde\xf2\xac\x88\xdc\xaa\xaa\xa7\xb7r\xc0#\xdf\x0b\xe5C\x1f?\x16.\xe0x \xf9dU\xa5(\xf9\x88:\r\x82Z\xa4\xd4\x86\x86\x9c~l\xb0\xad7\xc9\x01\xa5\x99"\x9f\x17W\xd2R\x97R\xed;\x7f\xaa\x95\xdf\xa3\xe0\x9b\x1e\xcdw?\xd64K\xca\x13\xeb\x03\x9e\xe4\xce\xc8MO\x80\xb2\x05\x10\x99\x90\'i\xcc(o\xe3\x0f\xb9\xdcJ\x92\xd9s\xb7\x0fa\xb6\xfe\xad\xfc5n\x8f^\\\xcb\n\x86q\xa3ye#yO\x9f\xb4\x83\xb9\xb1-\x02\x00\x07)\xf1\xd5L\x92W\xbe\x97\x1e\x01~\x1e\xfe\xb3\x1f\xe4G\x98\xea W\xe5\x7f\xb58\xf6\xf9C\xd3\x91:\x8e#\x81\xd4\nrZ\xc2\x98\xb6'

24.28.248.6 -> 192.168.1.2
'\xaa1\x7f\x16t\x04\x02$LD\x9c%\xac\xa0\xdc\xb0\x86\xe9\xf7kX\xe0\x1e\x11"\xef;2\x13\x97\xd1\xeb\x16\xa0\x1a\xfd8\xee(\xd9\x197Q7\x03\x0f[\xfa\xe8\x84\xf8\x89\x1a`X:(23\x81\xf3\x10\xb6\x9b?<\xcf\xbc\x07\xe9\xcd:\xc9\x19w4(?\x01\xef\xba\x19\x9b\x81\xf9Mb"\x97\xe2\xda\xae\x0e\x13\x86`\x92%\x8a\xff\xb6\x90o\xf1Y\x13L\x1e2QR~b}Y\xed\xd6.S\x01\xee\xd7\x13\xde\x13p\xab\xff)\x954B\xd6\x1e}\xdc@\x93(\xac\xda/\x04\x8b?\xdc\xf8hPf\xbd8\x0b\xd9\x035@[\xa4\xa1\x9b\xd1\x9e\xbd3[\xab\x15v/-\x12Uc\x8d\x1dtZp\xc7\x07<\xce3I\xb1\xd3\xa2Q\x85\x96\x0e\x1b\xb7\x94\xa2\x03\x13\xbdh\xee\x99dQ\xea\xd5\xdb\xb6Y\x9fk\xd7\x7f\xb2\x07\x808\xcaU\x97\t5$1sy|\x82\xdf\xfe\x84v\x87\xe7\xfe\x8f\xdf\x05\xa8\x99\\J^\x0b\x02\xd4dW\xa8\xc0\xba^S\rBNwtU\x96m\x82\xaa{\xeb\x1a\nu\x7f0e\x1f\xe8W\xe4\xe9\xef\xa8\xa4\xadG\xf6J\x8c8f\xe6\x19\xa9\x0f\x08\x8dbd\xb8\xdb0\xd1\'\x8e\x05 w\xee\xe30\xec*\xb5k!F,\x8b6\x08\r\x86\xbd\x95\x0f\xec\x06\xfc\xc0\\&\x80\x05y\xfbA\xf6l\x97\xa2\xe2\x7f\xbbi\xd9*\xa2\x1e\xc7^\x0ct\xa1\t\xae\xe8\xb6\x84\xf4+\xac\xbc\xfcE\xf9GK\xb6ZG\xb0\x96\x02\xf6bU\xe8\x0b\x04e\x7f\xd9\x1bl\xaa\x86\xa4\xad\xd9&X\x7f\xc3\x06\xc9#/X|\xe1\xe1\xf7\xbfU!\xe8\xda\x16\x8a)\xa3,\x05\x9ft\xfe\x05\xf4\x1f\x17\x1e?\xd0\xb8\x85x\xc75\xfa\x89\x14\xc56\x16\xd8N\x15WOu\xb4_$\xf3\xa6u\x95\xf8\x91\xc9\x9a^\xdc\xef\xc3\xbdN\x1f\x01e\xe4f\xdb\x13\\\x1b\x12\xb9#aM\r\x0e\xed\xdf\xe8}\x12W:g;\xf0\xa0\xe9\xd9l\xb2u\xb5\xd5\xcf\x0e\x112\x0ep\xc7Rc^a\x88#\x0f\xee\xc8#\xb2U\xd2\x9f,G\xb2%\x89\x83\xa3\xbe\xa1\xfe\xe4\xa7@\x82\x91o\xc6\'\xff\x93\x9b[\x06Z\xe4nZ\x11x\x91S\xe8\x81\x9ay\x90\xb3\xb3<fp\xf8\xa3\\\x1d\xed\x8a\xa6,\xdf5\x03Lg\xc3(8\x94=w\xa7\xd5\x93\xe4\x7f\xc2E-G\xc3>/\x18%\xbe\xf8O\x1a\xb8\xa8B\x1c\xfb\x12&\x0c\xd7\xc4\x1c\xb8\xfeWtB\xd0oQ\x8bV\xa24CE\xa1\xe1J\xe4\x8d\xb0\xf6J`\x11\xcc\x06DwiDH\xc7\x8aT\x8a\xa4\xd7\xabl\x8bZ\xf1\x86\x13\xf4/8m\x0e)~\xb4B\xd6\xe4\x05\xe0JA\xfcXY\xb0\x198\xbe\xc0m\xd1\xa8ora\xfd\xa9\xbc\xd3\xf4p\xa4\xef\x8c\x9f\x91Q0\xe2 \xcc\xe4\xdd\xdaE>c\x1b^\x15\x98\x8a\xd0\x91X\xa4\x89\xfd\x1d\xba\x84\x8ap;06\xbd\xfd\xd1\xfa\x05J`\xb3\x95\xb8G<=,\x14\x96\xbe\xb1:`\xf9\xee\xd9\x83\xd9\n\x0f\xaa\xd7\x00\xdb\x15Z\x02\xda\xd5gv\x1eL\xc4LJx\xe0\x8c;XL\xbf\xd9\xf3\x13\xdd\xb0\x08\xe5^\xacj\x05\xa5\x8f\x8c\xf6\xd2\xe5\xb18\x1b\x960\x855\x10\xba\xcf\xff\xf9\xef\xd0\x87\xbd\xa6]-H\xe0\x18\xe8,\xd7^u\xd8\x8aS\xa9\xcaY\t\x83Q\xfd\xdd~\'\x17jM]$\x01\x83\xad\x96\xe91\xdd\x9eS$e\x12\xed\xdf\xca\xd99\x05\xdc\x9b\xf8\xdf{\xcd\xf4gb\x9d\xdc\x88\xee\xa9\xab\xff\x87\x02\xdf<2\xdfQG0@\xbd\xd1T`\xb4Q:pC\x18m1\xa5$\xb4\x17\xca\x16Jx9w\xa6FH\x91\x0e\x02\x9b\xb9\xc1\'\x94s\x82\n:q\xc9\xe2\xb2m\x0e\x1a\xe0 \x0c2\x928\xe3@=(3g\xe4\xfdJ\x9f\xea\xb9\x8e\xfb\xc74\x9dUE\x0b`?e\x92md\x87\x11\\\x1c\xe3^q\x98\xdd\x13\xb3\x9a\xf9\x11\xf4\xc7E\xd2%M\x91<\xdb\x854\xb1`\xf0\xcdY\xd5\xcdI{\xcc\xaf\\\x13\xa2c\xbd\xa8\x8f1\xfc\xee\'3\x9f\xe9-\xe9\xc8\xa9\x1a\x18Y!\xad\xddx\xd1\xe5r|\xe5z\x05Y\xf6g(W\xac\xa6Y6\x97D$\x1aj=\xa2\xb5>lV\xa1\x9c\x9d\xfdp|\x04iH\x98\xa9N!|\x17\xe6o\xbaX\xec\xc3H\x85Q\xc1\x16\x8d\n\xb5\x93\xbb\x1d\x15\xee$\x04\xe5\x0c\xa6\x93\xa4\xa0\xb9\x90\xe5\x1c\xbeX\xe1:\xf0\x80\xd2&S\xf0U\x9d\x95\xbf\x97#&v\xd2 \xfby{\\\x14\x84w8\x03U\xc9\x16\xec\xe5\xce>\xecY,\xf3\xee\xef~\xf0\xe2\xc9\x89\x83\xab\x1b\xf3\xc2\xc0\x1a\x9a.xl{\xb2\x0f\xed|\xb8\xd6\xa1J\xb6h\xc0:zb{+\x02\x88\xf3D\x92\xb5\x9f\x997 s\xe3B\x00hMD\xc6\xf0\x19;\x8d\x04C \xae\x08[\x18\xd5\xcc\xa2\xdc\xab\x83nT\xda_\xf2\x9c1Q\xc6\x85D\x19\xcdO{\xe5\xe8\xfb\x01(\xcdE\xdd\xdb\x0e*2\xe3\xa1\x08\xfa\xc6\x93,\xe3\xdd"\xff\x86\xe9\x80\xe8\xc6\xba\xd8\xb8>\x8c\xe8\x97\'/\xb5\x07^\x81\xcd\xb6\x167\x15\xec\xb0\xa7\x8c\xce\xd2aIu\xe7v\x1am\x7fh\xa7\xee6q\xb4.6\x02uM\x17\xac\xef\xac6\x04}\x07\x05\x04\x8e\xd5p\x9a@\x1d\xf5h\xe0\xdb\x1bV\xcd[VN\xc0\x98\x9d\xfaT\xc0c\xfb\xd6\xba\xe2j\x8c\xf5\x0e\xa3qQg5\xd8\x1577\x9c?v{\xed\xf4\xa0Y@\xf1\xb1\x7fv\x8f\xac\x10\x9c\x01\xa7\xa7h\xb6\xfd\x01r\xb6\x89\xae@\x1d(\x07'

67.163.96.170 -> 192.168.1.2
'z\x85\x1f\x16v\x02\x02\x7f\xc6W>N-\x8e6\xb3\x81\x10\x94\x02qC\x06\xcb^\xd3\x8b\x10j9\x95o\xb5\x0c\xb2\x19\x000\x18\xa9\xb7a\xcf\t\x00\xe0\xde\xd5F\xaaq\x9b\x81$+w\xcaG\xd1C\xb4\xe5bj\xbcg(\xc7\xa8O\xa6B\xdf\xdas\x16+\x82Q\x1a\xc4\x99\xfeM\x1e\x9d\xe5\xc5\x1c\xddq\x1az4\xe9\xc1y\x80"\xf5gD\xc9\xd5\x00?\xbe\xd4A!\xf9.C\xd1\xf5\x1a\xce\x02\xad(4^G\x80\xd5\x15DU5\xd4\xcc\xcarn\x80\xf9\x7fM4\x92\'\xb0\x04\x98XK\xf6\xfe\xeaT=\xc6\t\x17\xe2\xb9:\xd6H\xed\xb8i\t\xb19\xdf\xbd\xcbn\xc9\xdf\xc3\xef5\x18g\x92\x88)h\xe3\x83\x99\xb0\x9c\x98T5\xac[X\xb4D\r\xdb\xcd4U%\xf4\xc8\xd3\xc6\xa8\x95\xd8\xc2L9\x92\x0b)\x8b{En=\xcd\xc7\xad=\xbb\xb3\xabyL\xe5\x8e\x1e,\xc6=\xe2\x9c5d\xea\x8c\xb6\x90$D\xa6I\xa3I1B\x82_\x1f1\x151\x194\xf1\x18\xf2\x82\x83\x89F\x9fNo\x94!\xebJ\x0ba*\x01\x88\xf7KT\xef`\x16\x87\x04\x93\xbf\xc3\xa2\xc5\x94\xb6I24!)&\xb4\xa7\xf3#\xa9c\xe50\x91`5\x13\xb9\\\xb8m\xaf\xc1\xb1\x9ca`\xc87\tfT\xd5}<\x89Y\xf5\xaf\xf78F\xa3\x97w\x9dW^\x10\x13x\x0b\xd4Q\xe8A\xfbe\xc4\xd0\x9b/\x84\x9f@\'\xc92<\xd7\xfb\xf2^\xa1\x0f\xbbR\xe0.\xec\r0\x12\x9a\x13\xf6\xb3\xee\x0e\xa4\x0e\x12\x03msT\xb2\x87\x90\xce\x8b\xad\xf1\xb3\xc0\x17\xc1\x17W\xc4\xc4\x18\xb7\xf4+S\x17\xa1\xdf\x95\xd3\x01\x88\x03\n\xce~Zc\xc7\xddm\xe1\x0c\\\x9fx\xb5LS\xc9\xf9\r^J\x95i \xd7"\xea\xf8\xf8\xc3)\xc7\xc5/\xbar\xdb\xab`\x00\\\x1fs\xfa\x80!\x82\t\xc5)\xa3\x0e\xb0\xa3\x88\xaf\x7f_\x04\xde\xd5\x11ad-e\x91\xd9\xd2)\x92\x9d\x8c )\xd9\xfamx?+O\x88\xeai\xf2Oc<\x08,\xfb\x1c\xd6\xcaDLdG\x8fk\x07\xf6\xb6\xea\x0f\xc2Q\xa2\x93@Z\x04\xd7P\xde\x96r\xeds\x0b\x91y^f\xdb\xae\'&\x8e\xbf\x0c\x9c\xb5t\x99`\x930\xbb\xf7\x18\xec\x19\xd35\x9b^a:%8w\x18Go\xe6Lx"\xb1Fd?q\x13.\xe8\xe1\xda\xb1h\x80s \xd0-R\xb2w?Ir\x9a\xcdO\x0b\x14V\x7f:\xad|7\xef\xef~\x1b"\xbe\x00\xaf\x8d+\x12\xb4\x8f\xb5\xdf6\x0f\xa9\xce\xd92#\xe6z\xd5\xe2\xbd\tU\x14\xc4\xeaoA\xa6\xe9\x88k>\xbd\xdc\xb0)\xe5 \xbe\x03I\xb2@\x06\x86\x8d\x1f\x91\xb8,\xea\xf2%\xb4/f}\xf0\xb0\xa7\xd5~*2\xec^\x8f\xe7\xccK/2\x1aU\xd9\xf8\r\xce\xbfQ\x14\x07sst\xfe\x1be\xe7\xbe\xa2\xb3\x01\x8eL\xd6\xf4\x9b\xa8\x1b\xb0\x9a@\x0e\xe1PY\xd96r\x122K\x93K\xc4\xc6\xcdr\xdc\xacj\xb8A\xe9\xb69\xd2\x9b\xe4%\xdb\xab\x15\x91\xc2\x14<\xf2D\xbb-+2\xef\xb1\xdd\x0f\x11\xdc9\xc4\xf1@\xfd\xb0"_o\xf0\x98\xf4L^\xc1\x07\xdd\xdb2+8\xfb\xda_\x0c\xc0\x90P\x9by\x1b\x8c\xd9(\xae\x86\xab\xd3\x98\xd1\xbcj\xb3\x80!\x02[\n\xff\x8f\xbd\x1e6\xcaS5\x14TKZD\x1dN\xe7d\x16\x86?\xd1z\x95\x97\xc7n\xc4\xc0\xfcUa\x8f\x15\xab\x10\xa4\x97\xb0\xb6\x9d`\x176Wz\xc5\x9aT\x81jd\xc7\xcd\xdf\xcb\x8c\rU\xc9ZY\xde\xd9>l<\xbe?\x9f\xad\xa3Q\xae\x97\xb5Q\x1e\xd4#C\xb5I\xf2x\xc1\x90\xf8\xe5\x07\xcf_f+"1\x9a4\xb2\xe5\x0b`5\x0b\xed\xda\xd1JSV\x12B\x1a\x0f\x94s\x0fl\x7f\x02\'\x02\xf2\xe5\xc8u\x9d\x84uM\xc7mnL]\xaa\x9b\xbe]\x05\xafk\xfa\xba\xa4B\x1aU{3\xe9\x94\x17\xb7S\'%\xc1\x07kP\xda\xec\xe5<\xc6\xfe\xb8g\x1f\x15\xa9\xa3\xaf\r\xcc\xdb\xf9\xaf9\xbd\xc1\\\xc3S\xc0\xd8qF\x9e\x9e\xf5?\xc4\xee\xa5\xb4oo\xc6}|\x813\x1cY\xb0~Aw\xbd7\xce<\xc7\xeds\xa7u\x0f7\xecM\xed\x9c\xb8\x7f$+\xe3\x90\x90v\x07j\x7fN\xf1ui\xe9\xb7\x1ed7e\xc6\x86\x7f\xb6\xfek\x85}]\xc1I\xf9I\x12\x80a\xfbS\x1fxk\x84\xab!\xbbC\xc4\x81\x95\x18\xa0\xa4\xe6@\x81\xe9\xae\x02Z\x06U\xa8.\x99Sj\xc06H\xbe\x13\xc8mv\xe55n\x1b\xac\x1e\xe3\xc6C0\xb8\xf5\x00\xd7MA\xdcz\xedSV\x14\\\x8c.\xa5=Q$Y\xc8\x9aYDh\xc6V(\x0bp\x1aZ\xf7\'o\xc4p\xe3y\x86\x82Zq\xca\x13Gq\xf4\x95\xeet\xd8\xceE\xea\xdf6\xdb\xb7\xe9\xb5\xe4\xa84c\xf1\x02\xb3\xd0\xa89\xde\x9a\x1b\x98T*7\x12/F\xe6\xe0\x19\xe7)\xecK\xf8\xd5\xa5\xafi\x0b\xb8\x02\xc8\x08!L\xdd4\xd0\x9b\xf6D\x8bJ\x9d\x04;\x15\xdf\x83b\xbbd`uCbe\x0c\xbc\x99IRqiS\xe4_C6\x1bM\xc7\xd9\xf2\xf6l\x8a\xa9\xde\xa9#\xb1\x9b\xa1}\x91\xe3O\xdc\x7f\xdf\x85\x96w\xc2\xe3lr2\xfc]\\\xbc\x84\xe70\x7f\xce\x03K\x9bu\xba\x057l\xee\x0b\xad\xde\x8c\xd2\xdeR!\x05\xea\x06\xbd\x0e\xf8\xd1\xdb7J\xbb\xc5\x00D\x8b\x84\'J\x14\x89\x903A\x03\\\xbaG\xa1\xeb\xd8a\xa9\xe6Fx\xd5\x01\xd9apUT'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 352 vmlemon #rokymotion n=lando pool-71-121-181-242.sttlwa.dsl-w.verizon.net irc.freenode.net land0 H :0 gaim\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell\r\n:sterling.freenode.net 352 vmlemon #rokymotion i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 P'

192.168.1.2 -> 212.204.214.114

24.28.248.6 -> 192.168.1.2
'\xaa1\x1f\x16t\x05\x02\xe3}\x18\xeab\xa1\x8c\x0fb\xaa\xe4\xa5\x960`\x14K\xae\x8a\x81\xee\xc6\xa8\xb6\xee\x18\xec9\xf9\xc2\xaa\x19\xe1\xef\xa8\xca\xee{YC@>+:\xf4\x80\xa5h\x1ex\xca&\xd6s\x19\xba\t\x89\x956\xd22\x02\xe4\x08\xc5\xd8\x00VD.\t81s\xc7\x1dk\xf6\xfb\x81cJ\xb1\xab\xf6\xbd\xfa\x066\xd8\xae\xdc\xef\xb6\x08$\xb19\xdbo\x10\xa5^Z\xb2\x8d\xc3\xe8\xd2\xee8\xd7\xb7\x98`\xa57\x87\'\xf5\x14\x18CpX\xfa\xda\x85;\x1b\x05i\x17\x01\xf5\xe7?\xcf\xfa\xf1\xaeE\'T\xf8\xde T\xbc\x82\x13N\x98\xe4\x1bw>\xe8t5\x10`\x80\xcd\x94j)X\x17\x15#\xc5]\x99\x14\x8fZ\xfbE\xbd\x9f|\xe4\xf0?\x1a\x88\xac\x9b\xd25\xa3=\x110\x05\xf7\x99\x9e\x87\x94\x07\x1dX\xee9\x15\xf3\xf4m:\x8cF\xa1F6\xc4\x14f"\x08\xc6p\xed\xbf|\x02\xaf\xda1\xa1\x8a\xb4\x7f\xacH\x0e\xebe&p<\xe6/\x82xT\x96\xc2\xc9g\xe8E0V\xa9\xee\xc6\xacL<B\xdf\x11b\x95U\xde\xd8\x7f\x94m6\x9dL\xeb\xac\xc1\xa9`\x89\\\xee\n\xd5\xa9F\x9ce&[\x94\xaeK\x1b\x81b\x9e\x88A\x8f\x93H4\xf1\x88\x8b\xecV\xd3C\xcd\x11\x97\xb4\x05Id\xe7\xd8+hy\x0fp\x99\x85\x0c"\xf9x\xb1b\xb0\xcb\x1f\x08$\xda\x17\x84\x8bPE\xab?1\xee\xfcV\xd6\xf8v)q\xa9\x81\xb0\xa9\x9f,\xc2\x94/G\x149\xecO\xf0\xe3\xcd\x19w\x15:D9\xd9\n\x07\xd5D\x11\xb4,\x1db\xf5Sj\xdb\x06\x9f\xb8=\xcb\x10\x81\r\x8c\x0c\xdb\x17\x81\x03/g\x1f\xd1\xeeh\xd5?\xaaK\x89Y\xfd\x03\xf2\xb1\xd9\x9e\xb8\x89\xa0\x85\x1cO\xdb\x7f\xb0\xa3\x1a\xe7\xca\xd6O\x02\xc9\xe8c\x80\x88^\xe6\xd01\x99g\x8aJ\xeb\xa80\xaf\x05\xbfu\xc1\x08)E6\xd2\xd5>6\x8dqWg\xb8\x84$\xfa\xe0\xab\x16>\xea\xa0\x1dZ\xb5\xbbc%\x89\t\xea(\xf6\x83#\xaaU\xd2M\xdbN\xa7\x13b\x0cT\xb6\xadV\x91\x08\x95nhVI\xa2\xe0\xc7\xa4\x92\x19\x0b\xe8\xde\xad\xb4\x13\x83(}[\xa0>wPl\xd8+\xf5\x01:\xdcu\xa7Ay\xca\xc1\x16\x02`\xab\xa03\x01\xc1\xe8\x11\x0b\xa1+\x0f\x8a\x91\xf4\xa8Y3gqt\x84\xae\x8a>\x91Nlb\xbe\xb1z&\xc4\x07\xd56[\x93\x9ed\x14(\n\xa1r\xff\xd9\xb3\xda\x90\x1a\x01\xb0Z\x81\xb8\xa2?\xa9]e\xb9\x9bnq\xefo\x03\xbe(\x84\x8el\xaa-f\x86s\xba\xaf\\\xb7\x9a\xcdR>2\'r2\x87F\xb3\x14\xe4\xb1o\xc5\xca\x83M(T\xd4\xa6\xc0\xe1\x04\xb1\x04:\x84\xaf\x05\x16\xeb\xf0)FO\x08L\x13\x05\xb3\xa4\xfe\xeb\xd3\x05\xbf^\x02\x97\xf1\xe5\xe8\xa2\x1a\x19\x97l\x02\x0b_\xa7!\xb1\xb9\xd3|\xed\x9bl`4U\xbf\x1ak\x06\x7fRZv\xbe^\xc9\x8b\xf7\xff!\xcdX]-%\xea`\xf1\x93\x06\x8fY,+p\xd3\x86\xbf\x19\'\x85C\xe0\xd4\xa7\xc2\xc2\xbe\x8e-\xdd\xa0\xb6\xff;J\xfe\xc4\xfd\xca3\xd0\xa2\x12\xc0kx\xe4`\xf1\xfb\xebF\x15\x83i\x067"\x84\xa9B\x07;R,]\xe1|\xdf\xc4\xe3oy\xc7\x94.\xc3tuZ\xdb\xf4\x12s\x8a\xe9\x81g<=\xd1j;\xa1\x90\xed\xbd[)\xd5\x98\n\x97\xbc\xd0T\xfc\xd6J\xd1\xf4\'N_LL\xc4$\x98U\x83)$r9\x0f\xba\xbb\x15>\xa6\x03\xab\x8dh)\xfe\x16\xd1\x0fs\xeb\x97\xe7\xf6\x86&\x7f\x81#D\xb9\x12mX\xddj`\xfe6\x19\x1bY\x15Ga\xe9\xe6\xc5@\xca@\xdb-\x8a\x99C\xc6#K\xe5\x0eB\xed\xae\xd3\xd1B\x83\x0e\x0bk\xb0Q\xac\xd8\xef5\xca\xb0\'\x9c\xa7\xe3\x8cF\xd2\xc2\xf2P\x97wUg\x12\x07P\xf20o\xc0xl,\xb6jD\xcb\x0e\xef\xac\xa2WiA\xed\x87\xf7\x19\x06\x83\xa4\xa3\x1e\'\xfa\xfb\x97\x9f\x02\x9fFZ\xed(\x95 \xee\xb4{\xfb\xd2\x0e\xa7\xb7\xac\xdb\xf9\x9b$K\xbbg\x8f\x1b{2\xebk9\x96\x07\xbaR\x0e3XVx\x1c\xd5\x9a\x12\x8b\xe2\xc9\xacN\xbc]\x8c\x03\xeaa.\xda3"\xa1\xfa\x8c\xbd\x9c\xf2\xb7\xb6\xdd\xe6$\xfany\x9d\x05\xf4\xd6~\x86\xf3h\x1a+I\x96\x91\xc80:\xd0^\x93\xbc\x19\x7f\xdd\x11\x9f\x06ivZ\xaf]\x95v\xf9\x87\xcc)\'1^\x07w\xcfx\xd4Y\x01\x9079\x05\xed2=CF\xe9\xf4\xbaa)\x9c\n\x08e>\x17 2\x90\x0c\xe4+\xc1\xde.F\r\xc1J<\x7f\xa7\xdb\xf6\xf5\xfc\x0e\x96RA\x94\x98\xb7\xe3\x9f\x85vB\xd9\x01\x82\xb3\x0c\xa3\xfc+7\x08\x92B\x81\xebOcV\x08\xed9\xdb\x06\x17\xd3\xd4\x16\xe8\xba\xfb1;\xdf\xde\x17\x08\x7f\x7fzK#\xcf\x1cl\xeeeiyi\xea\x12@A\xa8\xb58c\x84G2\xfb\xfe\x1fQ\x89\x1eYy\xa7~,\x1a\xb5#\x1f\x07[r\xfd3@\x0e\xd6\xed\x8b\x1f\x00\xd5Ot\x1f\x86C\x8e\x01<\xf4_\xe1(\xa8G\x8e\x01\xefL\xbay\xa8\x82\xed\x80\x96\xc2\x8b\xb0N\x9afL}\xc0\xc1\xf6\xc6n\x9b\x87\x83y\xbe;\x9a\xb8\xdb\xd7\x18w\xb8dS\xf4\xfa\xb7\xf0D\xb0R\xeb\xdc%w\xe8\xeb\x8b\xca\xa4\x8eI\xbd4\xbd\xdb\xe2\xf1\xc3m\xd4\x8b %yF\x13i\xb8]\xf6\x12km\r[\x16\x11u\x82\xaf\x82h\xfc=\xa0o\xe5\xac\xf0\xe0\x1d\x00\x13'

67.163.96.170 -> 192.168.1.2
'z\x85_\x16v\x03\x02\xeeP\xc0\xdc9\xe9Sk9A!fl`\xa1\x11\x8b\xe5\xc3s\xd5\x0b9\xe9H\xf9\xaa\x9e\xfasg\x8aD\x05\xa9\xf1\\d\xc4\x1a\xbb4k\xf5@\xde\x12\xd6\xe4\xd2\x18\xb0\xf8\xed\xc7\xf7\x8b\x7f!\xd2\xee\x0e\xa8\x94>\x01}\xa2q\x0c9\x0c\nY&\x9f\x9a\x9f\x86\xa3c6\xf4\x16\x8c\xd1\x19pZ\xae1\xd5\xac\xa6G\x1e\x98\xf1\xaf\xce+\x89\xd0\r\xdc\xcak\xc5\xe6\x95$\xd5\xa5%i\xfa\x90pJ\xca\xb7L(P\x1eO\x88\x81b,\xd8\x9d\x0c7\xaf\xb2K\xd5\xeb\xe6\xcb\x1b\xae\xe7p=L?\x0c\x9a\x14\x95\x05\x82"\x86\x162"\xf6\xb7R\x96eM\xc0\xcc\r)\x94O\xd3B\n\xacUfH\xd6\xea<\x94<\xcd]\x18\x87\xea\xe6\x1f\xd6\x9f\xf4s\xce\x13\x06k\xc2VG-w\xdd\x84\xf36V\x9e[\xd1\xcbt]sB\xb9N\r:h\x8e-\x8a\nEg\x12\x1f\x9b\xe0E\xad\xe0\x96\xe2\x10,\xd3\xa2\xc6\x15h\xf2\x85\xaaw\xd8\xaa\x89\xb6\xa8\x1dL\x8b\x16\xeb\xfdK\x07 \xa9\x81\x8c\xed\xf2e\x05TP\x9d\xd3\x95l\xff\x15\x1b\x1c\x83S\x96\x02\xf9\xa0\x8f\xbd\x157\x9d\xcd\x179\xcd\xdf\xa5\x81\xd3\x0c\xf6\xddv\xb3\xd1\xebe\x13\x92\xeb]\xb9\xd3\x1f+\xb5.h\xf8\x0c4\xee\x10\xa9\xb8\x1e\x1cn\xcc\x19j\xc5\xaeY4E\x06\xcd\\EP\xf5\x0e\x81DgT\xc4b\x84)\xfcR@"\x88\x03:2\x9a\xd6\xf7\xf7\x7f\x98\x91\x97\xee\xcc\x99\x8d\x06U\xe07\xa9\xd7Qa\xa6\t\xa2\x88\x01\x91d \x98\xa90A\x90@TH\xe6X\x8f\x94\x92\x81\xdaw+\x08\xb2\xe2\x87\xb9D,[\xe3\xde]ej&\xb7O\xdc\x17\x9c}\xb6\x8c\xf6\x1f\x11]\x13\x88n\xe6AA\t\x90\x0b(_O\x18\x94\xe6\xd7\x9d\xd83\xab\xeb\x80N\xfdB\xf1\xb9\xf3\x92\xc1\x19\x98\xd6\xdd\x8a-\x8a\x8c\xd6\x7f\xb2\x02\xd5\xf4\xfc\xf4\x85\xc0)\xc9\xa0N+0g\x8e\xb4J\xaf\x154<5x\xd4\xe8E\xdb\xed\xf1\x0e\xc5\x03\x8e\xe1\x08\x0f\x9b\xcd9\xef9\xf8\x9a\xf3\xdahb\xc9\xc2\x90\x899^\x1a\xbe\xe6\xad\xfc\xbc\xfd\xc8\x84\xaaMX512Ny\xe3LP\xf5\xf0\xe55|\x83\xcbK\xaa\x98Nf\xf2\x94\x82\xa7-b\x85\x8e\x02\xbb\x81\x0fM\xd7\xe1\x80,\x17\x85\x87\x9c\xe0\xb7s\xf0\xea\xe7f\x86*\x19\xca\x0fo\xa0+\x81!x\x99O\xd7\xe8\x12\x89\x1e\xf6\xdaG\xb2\x06\x8a\xc2\x13\x15D\n\x10^\x11L9\xd5o\x13:\xb08w\x84\xbf\xf5\x01\xa4\xfd\x00c\x87\xeakl\n\\\xbd\xcb\x08J;L(\xd4MI\x8d\x97\x8c\xb5\xa1\x03\x0f\x11\xb23\x9b\x05:&\xc3\x12\xe6}\xda\xc4@\x0en~X][a\xc8R \xbds\x8f\xeb\xa13\xcc\xad\x10\xf8\xde&\xc84\xeeZ\xf2\xc1w\xedh{H\xc0\x98\xc5\xff\xd6\xac\xfbC\x1d\xb3\rr\xeb\xe0H0\xd5\xdc,\x9b\xa1w\xec\xc3~\x14y\xfb:\xb8\x05$\t;\x0e\x07\x9e\x8cD\xa5\xc2\xa2G,d\x91\x89\xf05|\xf7V/t\xc6\xc5^\xbfS\xcd\xfe\xec ]\xeb\xee\x0c\xf4,\x03\xf8\x1emGB\xe8\x8c\xd5\xa0\x05\x189\x06\x9aC&\x81\xe3\xd7\xbc\xa9(\x1a\x03\x97\x08\xe3\nL\x7f\xa4\xf0z\xe5\xa7,\xaf\xd1d\xc6\xfe\xce\xf0C\x85{i\rQ\x97\n,\x90=\xd5\xe84\t\xed\x83V\x83~!\xefA89\xcc\x95\xb1\xbc\xa2\x86\xbb\xde5\xe8\xf5&\xe9%]\xbc;,\xb1n\xba\x1d#F\xd7o\x82\x8e\xc4\x8cf\xfb\x90\xb2\x84\x0f\x03J\x0c\xdc\xb4\xf1\x8c\x17\xb9\xb9\xb7\x8d\x1f\xdc\xe0u[\x9b\xa7\xb9\x11G\x0b\xab\xa6\xb7\x82\xef\x9f5%\xb0\xca\\\x1c1?\xdb1\\\xde\xb0+\x1b\xbd(\xd0\xf1\x03\x9b\xeey\x17\x07]\x9a\xba\xbb\xf3B\xb3\x01N\xa7\x06\x81\xef\xfc\xc6oz\x95\']\xa7dT\x18(\xda\xa9G\xdb\xb0\x05\x96c\x1e\xbd\x15S\x04\xb5\x8f\xb7\x96\xc5\x94:_\xd7bi\x06~\xef/\xd8\xca-\x19\xfe1\xca)\xc8`\xda\xb1\x8a\x8b\xd3*\xb3\x16_R\xe9\xc1Y\xeb&R\xb1v|\xc7\xc7\\\xd3\x04E."\xc0\x12\\\x8e\x89\x99\x8d5%t5\x95ls\xa4\xee0\x08r\xeb]\xa7_\xd7\xbf/\xa3\xb6\xb1<\xba^\x98\xd9\xa4H\xb4\xb8a\xebw\xb3w4\xcc<^G\xe5\x86\xd9\xd3\xfa\x11\x05Y\x192Ol\x82\xcbh-\r\x89[\xa9\x15r\xae\xdb)\xc5\xe5\x00b\x10\t\xbf\x9fi\x9b\xdd&*\x82N7\x18.\xcal\xe0\xf8\xf1H\x0b\xac\xdf#\x94\x8b\xae\xc8=L\xa7\xaaM\xa9\xea\xd6@\xab\x84\xf1\r\xe7\x02\xc9\xf5Hl\x9ex\xb7\xd5\nidm\xc26\x8d~C\x00\x1bp\xc7Ww\xb6\x85\xf3%KR\xaaO\xf1\xf4\xbb]\x97\x89\xe2r\xc23A\x81\xf5\xde\x88\x1b\xae\xa6!\xcaA\xa0M\xa5S\x1fg\x1e\xe5\x85\xf8\x11\xf2!\x91\xf2*\x81HZ\xe9;\x9dD\xe2\xa7CN4\xc0\n\x04\x15\xa3f\xba\xfcp<)k\x03-F\x9f\xccTG50\x88\xfa\xa8V\xd7H\xa5\xb28\xafpu`\xabUM\xe3\xfe\x0fP\xbcN\x0cE]\xa3\xd9+\xf6q\x82K\xfe?I\xeew\x19\xbaC\x9e\xe0\x01z\xc0R\xc4h5\xaf\xc2\x17\xa9\xa2\xad\\$\x95\xe9\xe6[@\xb5\xde\x97\xfc\xb58@?\x8e\xbd/\x95\xf8\x81.\xfc\xbc\x06\xf4\xc4\xb8\x0f\xa1\x9c\xfa\x80V\xc8\x01\xa6k\xf8\t\xf3\xd0\x9c\xf1\xfev\x7fiO\x8c*h\x80'

24.28.248.6 -> 192.168.1.2
'\xaa1O\x16t\x06\x02\x86\xfb\rh\x1bwSP\xd1^%z\xff\xecQ[\xc1\x1c)\xc0\x1e\x1ft\xe6\xea\xa6\x86\x02\xf9+L\x8e\n\xfcuOr_\xdf\x91\x03S!\x07N\xf4\\\xd9]\x9cZ++F\x808!\xb7\'\xbf\xfd>\x81\x8b\xb0\xf7T\xc2\xd2\x84\x9a_\xd6\xdd\xa8\xfd\xb61\x98\x8bd\xc7\xff\xb4\xeb\xaa\xee\x0f@%\xfdS;\xc3/\xaf\xbf\xf4\xca\x82\x07\x91\xdeIf\xc4\xdcV\xa0\xad\x1ep\x8fh\xc4\x15\xf9\x13\xae\xfd\x0bt\x1b.3\x17R\x13\n\xb2\xa3H\x9d\x86\xfd\x15\r\xb4\x86\x89\x1c\x89\xcc\x82NShO\x88\xdbh\xda\xdbv\xedp5\x8b\x98|D\xfd\xe1\xfe\xc8\x1a\x92\xb8\x92\x82\x17\xea\xe1?,#\xd1)\xcd\x0b\xc2M$E\xa1Q\xc8\xd6I\x85\xae/I\xc2\x87+\x1d\xd3\x00\xfb\xf1Vm\x89X\x12\x08\xee_\x19\xccz3\x8c@X\r\xb3\x1d\xd6\x18MU\xe2,\xb1\xcd\xd4!\x9a\x02bd\xf7\x95\xbeH\x97yM/\xc9\x8b#\xf5\x8c\x9f\x84\x11"\x18\xb0{\x0b\xbc/\xb2b\x1f)\xfe\x1a\xa2\xbb\xa9Z^d\xb7\xfe+\x10\xc3d\x9e$Ic\x86)\x9a\xccVe]f:\xb0\xb4\x89\xf3\xe4\xe7\x90\x13V\x1bT\xf4\xbf\x9b\xe3\x11\tA\x1b\xb1 \xbbP\xd2\xcb*\xfb!q\x85\xb88_\xfboJL^\x17i\xba\xa4%\xb9G\xe5\x13\xf3\xeb4\x94$"\x17U\x8b\xc8\x13\x7f<\xe0e\x9a\xd8"\xb6\xfcN1\xea\xe6_$\xd4\xb4\x02\xb1;%\\\xcb\rg\xb6\xd6\x8a\xb3\x16[\xe7@J\x11\xd7\x1d\xe1ok\xd6\xd4\xfdh5\r\xd4a\x8c\xeb=\xaah\xf9\xbf\xbf\x1f!\xf1I\x19YU+\xa9\xa9B2(\x7fh\xad\xe5z\xf6\r&\xa9q\xd4\xd0\xb8\x80[\x06\x8b\xa8_E\xa2\x0f\xb0\x8dz\x07\xdfF\x9a6K[__\xaeQc\x18\x82\xea\x82Io\x0c\xfb4\xebh\x1c\xee=\x16\xa0\x0b\xb2T\x05A\x92U\xd53\x18<f:\xf2\x97~\x85\xdf\xb2\xf1\x1e\xe9\xcf\xcd>\xdb\x17S\xb7\x11O\xbb\xa3D"\x0b\x91\xed J8Q\xd2i9\rb\x92\xfd\x1by\x82\x9d\x95\xac\x18\xd67\xa5\x18\xd4\xec\xad*M\x0cM}\xc8t\xf34>\'\x7f\x80TM\xb9\xbb\xda\x00\xaf\xee\x87f\xd7\x8cOM\xcf\xd2\x16n\xd5\xceWA\nB\x16\x84\x82`\xae\x87\x7fdn\x8f\xb5\xfdzzmy\x1a\xe8\x07\x1a\xd3\xec\x17\x0e\x9c\xbe:\xce\x16t!\x9b\xdc\xcd#\xfc\xf6\xa6\x0bn\xa5_\x08n\x7fx\x8e\xa1\x9f:Y\x91\xc7\tO \xa5D\xc3\xcc\xc2\xd5\xb2I\xb7Z\xf0\x16\n\xfd$\x8c\x1b\xebe\xbb9\xb1\xae\xcaIy\x176\xd4\xea\xdd\x84\xc6\x13e\xef\x03\x8d\x90\xefH\xc6o\xe6e\xf5>b\x95\x80>\xdf\rJ@\x0b5\xd64)\xcf\x8c\xdd(9\xee*kr\xc4\xf3=\x88\xf2\xdd\x12\xa2\xaaZ\xd1]\x00\xf8\x04\xeaZ"\xa8\xe3\xf8\x8d\x92;\x87\xc8W5\xbd\x13.T\xbc\x8f\x17\x92R\x12\x92\x11\xaa\xc6e\x8a\xd6yn\xd5\x92\xb9E\xa6z\x92W*\xae\xbc\xb8\xfd+{\xa7;\xe4.\x1dPr\xa8\x15\xae\x04\xc6R\xb7,\x19\xa49\x91\x80l\x98#8F\xd1\x10\xa9\x8b{\xf3\xeb\xbc\x16#t\x01S[\xd7\xf6j\xc8t`\xc8i\x19\xb2\xd7}\x8dQ\xa6\x99x\x88dv\x15\xef\x88Yl\x94\x97\xb2h\x99t\x99\xd09\xa9\xfa\xf1\x07o\x0c\xf2\xbb\xbd\xbd\xa8\x84\xef\xaa\xc5i\x81\xbb\x92\xa7"\x84\xc3\x01\x84>\x8f26\'\xb8\x0f\xad\xe0j\xc5\x05\xb5\xb6\x08_\x11\xbf\xfc!\x1d\xaf\x9a\xe0Ex\xf7 \xa1s\xaf\xdf\xff\xf1\xc7M\xa8H\x93\x0b\x0c\xbe\xa6\xe4\x9b\xd7-8\xa0\x0f$\xd2\x90\x04\x08\x7f\xd3\x02\xb2\x16f)\xf4vj-\x15\xc0\x13$\xf0A\x91nFQ\x00\x9d\x11S\xe2_\xb9{\x91\xc8!7\x0ey\xd3^\t\xc50!&=1\xb6\xf6\x81GE\x93\x90y\xdaF\xb8J\x8e\x91\xe9\xaa\xadF\xbf\x9a\xe8\t\x14\xbbB\x1f\xe5\xcc\xa6\x9f\xf1lm\x0e\x0c\xd8\xc7W\x9b\xf7\x0cT\xdf\xd7d\x95}\x89! <\xb7R\x9f\xd5\xc23he\x93\x80\x9c\xf7\x1c\x82\xb7\xba\x08@\xb3\x834\xaf\xece\x83w_\x18\x92\xa7\x9f6b\xa6?\xed\xf6\xa0C\xe8\x17\xc0}\xd3\xf6\x1a\x9eGJ\x06X\xc5\xe8\x81\x1c\xf13\x9c~\x85\x85k"\x02\xd9\x90\xf7\\R\x86\xb7\nJ\x85\xb6,[aF\x07\x81|\xcc\xc1\x0c\xe0\xaf\'\n\xfb\xea\xea\x9d\xd3\x83\xd7NJ"\xd0A\x95\xe9L\xac\xc7Q4\xa8\xcc\xb8\xb8U\xe64\xd9e\x95~jd\xd03\xb9\x8cLU_(\xd8>n\x9c\x7f\xcbl[;\xf0O\xae\xfc%=\x18\x99\x04\x88\xdc=_:D\x8aM\xb8\x19|R\xe3\xb1\x93\x02\xf2)0\xaca\xe8%n\xa5\x1a\x92\x1c\x11\xd5\xb2^G(S\x00CV0\xd1\x86;\xcc|!t\x07\x0e\xd8n\r\xde\xfe\x86=@\x955\x9e\xae\xd1l\xc2\x1b\xa9\xa5\x14\x87\xc4\xf4\xba\xd4\x86\xe9\xd3\xa83\x0fh,R\x90\xbaaW\xd0\xc1E\x0e<\xa1\xcf\xee\xc0\xdc\xc6\x06~\xb9\x8c\xb3\xaf\x86\x05`\xcd\x15$\x9d\xf1\xe7\x0b\x80\x8c-\xe3\x85=\x1ab\xd5\xfb\xf6\x89\x13\x15\xb5\xdd\xff\xf1\x90o"\x91IX\xa9z\xb4\xed\x87c\x97r\xb0\x00\x1f\xd9\xc4\xa8\x0b\x88X%g!\xda\xf7\xae\xc7b\xec\xf7y\xec\x98\xb4\xd5\xdc\xe3\xb5\xd9q6\xf2\x0f\xd5^\xb9\xf3\xb2\xd7\xba\xe2\x15\x9dO>\xaa\xcf6\xae{;p\xd6\xe7\x0c\t'

212.204.214.114 -> 192.168.1.2
'aul Cifarelli\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=mark amarok/developer/markey irc.freenode.net markey H :0 Mark Kretschmann\r\n:sterling.freenode.net 352 vmlemon #rokymotion i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman\r\n:sterling.freenode.net 352 vmlemon #rokymotion i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie\r\n:sterling.freenode.net 352 vmlemon #rokymotion ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)\r\n:sterling.freenode.net 315 vmlemon #rokymotion :End of /WHO list.\r\n'

192.168.1.2 -> 212.204.214.114

67.163.96.170 -> 192.168.1.2
'z\x85_\x16v\x04\x02\x05z\x7f*M\xf60R\xde\xf3\xff\xf84\x1c\xdcAT\x11\xa0\xc9.\xccS\xe9R\xfd4-\x9e*\xe2\x8b\x7f\x16Z\xb9\xa7\x11\x8b\x9d\x13\xc0m\xf7:\x85}\x9c\n\x82<J%\x8e\x82\xa5\x9eC\xca\x96\xc5\xb6%*l\xe7\x10\xdb\xd6\xa1\x10\xdd\xa6\xacA\xe8\xab\x99dZ\x10\x11\xce,\xad\xec0\x19\xc9\xe7K\xa4\x7f\xe9\x8aY*\x1e\x81\xfaD\xeb\x90\xd5\xacXX\xfa5\x85\x10\xa5D\xa2x\xefB\x81\x80\x97\x10B\xc7\x99~\xe8\xdc\xf9\xf6}P\xd7\x84BB\xc39m\xf5>\x1f1\x8d\n.+\xc9\xd8\xc4V&\xba\xf1\xac\xf0H\xaa$\x94/\xac|\x04+\x14O\x90b~\xf4\xdb\xd4\x1eu\xa4\xdap\xa4\xe7\xb3\xc9\x98\xaf\xef\xdb\x01\xfe/h\x96\xc5\xffa\xac\xc5\x08\xc2\xc57\xc8\x01\xa3\x82\xc1~\xa6\x8cY\xe9\xac9\xb5\xcb\x89\x15\xcd+\xf9\xba\xb3\'\xa6\x8d(\x83\x02\x97\xf7C\x96A\x11\x96\x08V_\xe0\xf7\x7f\x94\xe7\xf2\xdc\xd2\xef\x7f\xe1\xd8\xd0\xa6\x89\xb5z!=\x88\xcbl\x08\xfe,\x9a\xa9TV\x06\xd5\xe8v\xc8X\xf4^;\x94\x19\xc1\xbb\x97\xdb\xc1\xa6\x19\x9a\xd1$\xc5\x8e\x1c\x07\x84\xa5\x9c\xbb@PR\x8f>\xa9\x198\x01\x11T\xbf\x9d\xca\x00\xbc\x93=\xfa\xbc\x9e\\\x15\xf8(\xe2\xa5\xac\x15#\xf1;qp\xe6y\xcb\x84\xf3!\x953\x91\xbe\xe4D\xfe\xc3\x9c\x1f\xc7"\xc2\xbba\xeb\xff\x83\xe0\xc0\x1dp\xd9\x12\xe6\xc1\n\xd4\xf6\x11\xb4F=\x04B\x8d(\xba\xceU\xfb0m9\xe0\x02\xa2\xa7\xbc\x95\x85\xaf\xc2\xbc5\x83\xf6,O\x1e_\xbe\x112\n \x1b\xf6\xe6<ngb\x8a\x87wy\x01\xb1\xb4)\xc3\x96cEW\xba\\s!\xee\x00/\x15B\xdc\x98\x13\xcbJ2E}v\xca\x04\xb1\xa9T\x9d7!I\xb6\r\xaeX\x04\xed\xd5\xa2\xf0\x81\xe6\xd4\x89\x8e\xca\xb8X\x10F\xbf*\xc4H\xaa\x19\x94\x8d\xe6\x11\x0f\x1e\x86\x90}@\xa5U\xc8\x93U\xfa\'G\x9dr[\x8f\x8fg\x90y}\x16U\xe1\xd6\x9c\xff\xf3\x0f3\xd5b\xcdD@\xcf\'\xc2o\nM\xc4\x03\x8b\x86\xdf\x90-\x81\x94\xf9\xf9\xac\x80[Q\x14\xdc\xba7\x13\xee\x9b?I_\x91\x82\xd4r\xb4\xda\xf1\x19\x1f{G\xf6p\x01aE\xe4G\xbar\x89\x01\xcc/\x05\xdby:\x9fbdt\x02\xa0\xd9\xb7t\x96_\x07f\xed\xb9\xcb\x03\x8d}\x10\xccd\xf6\xcd\xe1r\x86r\x1b;\xccYk\x93\xb4R?\x01|\x88\xa0\xa5\x9c\x85<P\r\xd5\x19!\x1b\xaf\xe1\x8e\xce~\xba\xfcK\x00\xcf?,,\x8dh\x18\x8bK\xeeM\x8d\xde\\\x10|e7\xe9\x04d\xd6\x84-\xd2c\xa6\xc6d\xfee\xba\xba\x12W\xfe>\x16\xde<KW&\xa7\xe6\x1e\x0c\x9d\xcc.b2\xd7\xdat\x86*\x94\xc9\xc6\xda\xc8\xa0H\xc4tpm\xda\x04\xe7\xe9\xce"\x1d2\xf6L\xd5\x08e\t\x0e\xeclFV\x81\xc0\xe8\x82\xa8\x1d\xc4pv\xab\x86.\x85\xbf\xe0.0\x81\x9e:\r"\x03\xfek\xf5\x82\x85\xa8[\xa2\xd0\xe6\xb4\x80\xf8\xc6\x1ag\xc1?U\xa7,\x88\x13\xcdfI\xb1k\x9f\xed\x9a\x80m\x84\xd4\xd1\xa9\xf5\xb7\xd2\x1ef\xd4\xee\x83\x1d_\xfd:\x8e\xd5_\xa4\xa4L\xa6\xb6\xb57\x8a\xa1P\xc0\x997t2b\xa4\x82\xcb\xd8\x14\xaa#\x9c\xbd\x91\xcb\xe6\x94\xe3\xc2\xfe)6;\x04\xc1\x93[\xf3TY\x86\xebs7\x9d|\x04+\xa7rCXS\xcf\xc2d\x90MV\xd7\x90\xcer4\x14\x0e%\xed\xdb\xc4\xf6s\x00\xfb\x01\xc1\r$\x92\xde\xa2A\xe3@\xd5\xf6-\x03*\xe7\x89\xb4\x9b\x05\x04\xbe\xc4\xc3\x81!\xbb\x07\x7f\xd2\x95%v\xa9P*+\xc1\xfe\xb3\xa0r\x89;\x03~\xd0u\x8c\xac\xc5\x0e^\xee\xf7\xf7\xfaj\xfdQT\x87W\xfb\xca\xbe\xc8g\xcd l]A97G\xe18wiq\x01\xaa\xaa\x03\x03\xa2\xb3\xcf\xad\x81>c\xbf\xa1\x81\xd3\xbcZ[\x0e6\xf3\xd6<Q\xed\xf0\xe0\xd4(\x1751\x9f\xfa\xb6*XUN\xdf\xeaG\xa2#\xea\xe1\x9f\xf2\x04\xbaF\xe4>\x8b\xdb\x15\x9c\xe7\xed\x199\xd9>#\xf3e\xc6jg\x92\xad\xa7P\xfd\x8bNX$Z}\x82Z\xbb\x87\x95\x0b\xae\xb7\x1f\xfa\x16\xf0FE\xc9\xa0\x08R\x1b\xe0\xbc\xfe\xc7\x02J\xe6\xf5\xea\x03\xa0\x84K\xf3\x8cF\xb3e\xcf\xf8>(\xec\t\t\xf1\xbe\x9d\xa8\xb1\t0\x94Cr.\x1f\xe5\x9aN\x87\x19\x1f\xcc\xdf\xde\x13\xbfo\xc1_\xc5\x87i\nn_B\x9f{\xd7i\xb6\x0f\xaa\x07P5x\xe0AMqb\x99C\xbf\x97\xb2`\x17\n\x15\x8b\x9eRZZP\xbd%\xdf\xd0E\x07\xef\xbb\xa8x\xcd7\xb8\x93\x06\xf0u\xc8\x1c\x10\xa90\xd5\xa3\xdfM\xa64\x1c\x0cmy\xff\x91\xbe\x16\x9aJ\xe6\x07\xf6\xef\xc0+g\xa6%\xc0-;\xc8\xa4\xf8\xf7i\xd9\xaa\x8f6p\xe9\xd8\xed!\xc1\xef}K\\]V\xa7(\xffH1\x96\xb1\xf1\xc2\xb6\xf1\xdc\x9f\xfd\xd12\xda\xe8\xe9{1\xb27F\xb2^\x19\x8d\xee78J\xc5B\xab\\\x10\x1aai@\xf5\x92\xdb\xac\x96\xab\x86\xbfa\xcd0\xe2\x01Y\x1c\xde\x11]\xe9m\x1b\xcc\xf6\x80\xc7\xfb>\x8f\xbd\xaa\xfcS\xa5s|\xc0e\ny\x16(Q*r\xa1\xc4\x06KE\x07\xce\x9ag\x0eYR\xce\xc0u\xb4jw\xd8U\xd6\xcb\x00J\xcd\x12^\x80L<%4\x01\xc3)\x94\xe1\xbfEH\xfc\xb3\xbcCc\x12\xbf\xae$()\x05'

24.28.248.6 -> 192.168.1.2
'\xaa1\x7f\x16t\x07\x02\x98)I\x96\xea\xfb\xcb\xd0\x93u\xa9.\x97KQ\xff\x00a\x0e\x16\xd3\x81\xf4+\x8db\x89\x1cs\x90\xe1\x80`A\x1b\x985\xbd\x0e\xc0\xdf\xd5t\x0f\x19\xcf\t\x91\xf3\x8b\xdc\xeb\xff\r8\xaa\x94\x1f\x05\x90\x1dq\xee\x04\x0f.\xa0]`\x91b\xfc\xb8b\xd5\xb0\xd8~D\xca\xc6\xfe\xd5\xfb\xf9\xd8R\xa9\xec\x91\xc9fm\xf5=\xec\xa7g\x01\x1d\x07\xb4k\x03f\xbd\x13\x9c3\xad\xbe\x8be\xea\xe3\xb4\xf9^ZC]\x1c3\xbfmp\xd8\x14$\xa2A\x8e\x0e\\\xfbC\xa0\x9f\x87W\x8elTK\x98gq\x11\xe8\x1bY\xbc\x12j\x847\x9f\xa9<\xb2\xc0\xb4\xbc&\xbd\xdf\xee\xf4\xef\x11\x82\xdc\xeb\x84oV\xf9\xfdG:e\xd5\xba\x02\xee*@\xdb\x07BJ\xaaa8<@\x0ffpQ/\x19\x17\x8fo\x95G\x92\x18\x15p\xe0\xe9~\xa0\xf0%\xe6\xfa[\xc5X0Y\xc3F\xee\xc4\xd0\'\\]Io5\xcf\xa0\x90\xf2\xe3\x93\x0c;\xb7\xfa\xe5\x14\xe0\xbe\'\x93\xd2\x9e[\xf911\x02H\xad\x03\xe2\nV\x06\x19\xb5\x8aF+\x19-\xa3j\xed\xe7\xa4\xa2\x80\xb1\xbcP%\x1e\xbb\xe6\xdf)v\xcd\xa4\x03 u\x1a\xb2-MU{?B\x98D\xbd\xad"\x96\x88\xc5\xeeaD:\xdf\xcc\x8fS\xe5\xf3\xf7\xb6~\x9f\xd0\x96Uw^]\xd6\xd8\xafm\x03i\xbd|\xf7Q\xebh%\x1cD\xbe\x12cD\nHl\x18\x81\x0c.\xdd\xc7\x03\xf2\x064]\xae\xdd\xf4=\x1f\xdf\xda\x06\xf5\x1c|\xb1J=E+\x80\xae\xc2\x07\xb7]\tj\x8aP\x13,\xa2\xa3\x94\xe3\xda\x0c\xa7\x07\xf1^\xe7\x89\x0caU\xdf\xc9\x87N{\xc4/a\xd3\x1ej&\x1e0\xf6\x86\xbf\x80\x12\xba\xb0\x81H\xd03\x81\x83\xbe\xeeO\x96\xd6g\x15\x02\xd75_7.\x00\xaad;9B\x98\xe7\x9b`\xa3\x12f\xf5\x1a\xb2&\x83\'\xfe\xd5I\xcf\xd5\xe8\x04\xfd!\xd1\xf1\xc58\xe5V\xdaw\xc7\xd0Z\x17\xf8\xd6\x95\xfc\x86\xa3k\xc3C\x87c\xcc)g\xfc1\xbd\xb8)\xec0\xa1\xb6J\x12?\x05\xa7\x91\x89\x19\x90WNH\xdb\x8c\xc0\x12\xd5\x07e\x1cg\x86A:W\x10\xff&,0@\x92\x9f\xc2\xff,\xa7\xd8\x1cq\x86\xb9\xe3\x83\x9f~#{\x1a\x0f,\xe1\xf6\xac\xec\xc0\xf4\xc0,\x9f\x85\xb7\x12\x90\x11\nb\xf0\xb8\x18\xe5FD58\x1f\x02V\xb2#]\xb0\x9a\x98\xeab\xd9\xf8\xcb\xb42\x9f\xf5G\x95\x89\xd8J\xbe\x0b!\xac\xa6\x82\x08\xfa\x03 \x83\xcee\x8e\xd9Z\'6\x00\xac\xe19\xf9\x8b#7-\x9f\x1d`\xa2h\x9a\x8d\x15\xcb\xd7-\xe5\x1a\xcc\xbbA}\x12\xa8\xa9\xc0\xd9\xdf\x1f\x85\xef\xd5\xdf\x98\x1fj\xce$\x93\xe7+\xb5X\xa3\x85|R"\xb8\xf3\x11+I\xcf\xef\xfa\xd5\xfe\xe4\x89\xc9\xe2\r~q \x99eZ3\x87\xd3\x874 @b\x91\xca\x01,u=\x17(vC\xc7\xfe\x06\x87`\x87jF\x1b\xc88\xedN\xcbr\xcb\x15\xef\x8f\x07\xe6\xdd\xaa\x06\x1b\x1eq\x7f\x90>L\xe3xF\xbbc\x99\xd3\x0e\xb4]R\xa3\x0fx\x13\x91,\xf5\xc5v\x80\x11\x1d\xa3Vk\xb2?\xa6\x95)\xcf\x945\xd1\xccJ^\xc7\xb0\xa7\x89>\x04T\x18\x85\xcf\xe0\xa8\x89pn\x04\xc9\x10\xb5O\x9dfv\xe4P\xc4\x17\xa9z\xcb\xe8\xd9\x83\x05\xaf\x1e\x01\xa5\x08y\xb8\xc0\x0b\x8a\xe4\xd6EC\xf1\xc90\x8b\xdb8K\xe0\xb9\xa2\x05\x99Z&\xcf\x123V\x12x7\x18B"_\xac\x9c*\x0c\xd5\\i]\xa0#\x19\x01\xd0\xd2\xbe:O\xf9S\xeb\x8bEH\xe7\xfe\xed\xe7O\xc3q\x12Y\x97Dj\xecs\xf0a\xd6:\xc6tRJ0z?iVU\xea\xab\x88\xa9\x84\xf25\xe6\xc54*\x0f\xb7?\x8d\xa2\xdc\xcc\x91\x11\xa9o\x1c\xee=\x8b\x972O\xf1[\x1d\x0e\x9a+eLFE\xa9\x92p\x7fV\xb3\xa5\xedNE\xc8\x1b\rr\\R\xaf\xef\xceD\xe9B2\x13q\xfb\xc7\x9aB\x82\xf6\xe3\xafE\xb0\xa8^\\Ga\xb8n\xe3Ws\x86t\xc4\xa5\x93U\xc5\xf5\xd6. \r]\xc5\xa6\x17[\t0\x90k\xbb\x0b\x80Eh\x1e\xd2\x04\xe8\x8d\xf4"\x89\xfa\x8c\x99\xce\xd4"\xf5\x84`\xa1\x9b\xda\xb8\x92\x18\xe6Z<\xc7y#!A\x0c5\xec;|L\x9d.\xa4q\x11<\xa6%\xd3\xe9!\xb5Zu\xb6\xbe4\x06\xa1b\x129\x1e\xc1b\xfc\xe6fC\xa1|n\xf7\x8d\xba\x90\xafG\xf8[\xc2\x00U\x04\x07\x06\xe0j\xf1h\x14 7\x87\xd7\x04M\xb0\xc2S*\x08*y\xf5K\x98.\xdc?j\xd1\x02\x88\x9c\x90]\x9b5\x84LX\xf75\x07cuYQ)\xb9\xdfr\xb6T1\xec\x17\xf1\x14\x92\n\xb9>7Td\xb9)\xda6\xfc~\x8d\x8b\x05\xcd\xed &h\x0c\xfd\\:\x0cz\xc7a@\xfb\x88\xb7\x06\xf5\xd8-Y\x14\xa16\xaa\xb4\xc7\x88\x94\xa1\xdb\xf32\xf3lc\xee\xeb_\xc0R\x0eCg\xf2\xac\x90\x80\xd4\xf5x\x82"lm\x8d\x0b\x1d)\xdd\xf8\xa8\x02\xd8\x8d\xdc\x19\xce\n(\xb9\x07\xd6\x89\xf13\x9cXS\xe8\xb3\x8b\x1e(\xac\xb4\xbd\xa2-u\x1e"\x14m~F\xa4\xc3ao\x84\xdc\x99A\x12\x14\xde\x9b\x86\xbcw\xb4P\t\xc7\xdb\x95\x11\xf3(h\xd7\r\x88\xdet\xc8\x9e\xc37\x1c\x7f\xd7\xda\xbe$#oW\xac\xd1 \x0f|\x93\x8a\xc1}\xa9Y\xfe\x17\nR\xa2_\x81\xd9\xa2\xc8\xbd\xe5"\xa7\xe2\x15/\xf8\xaa\x0b9$w\x1d\xfe'

67.163.96.170 -> 192.168.1.2
'z\x85\x0f\x16v\x05\x02\xeb\xb1\xed\xa8@\xab4\\b--\xa7Q\xd4;8g\x81\xbcN\xbb#u\x88\xd7\xd1\xe4\x0ec\x06YM\xe5w\x92\x9aR\\\x15\xa2]\xb2\x00\xa5\xfb\x86_\xbbq#\xaa\xc2K\x91\xff\xcf\x9ek\xb3\x11\x94\x83NP\xd3{W\xff\xa8\x9e/n\x17\xd3\xf8\n\xfbt\xa9\xda\xe4\x98\xc4_\xf9\x06\xfd\xa4j\xd9\xb9v]\x99\xc9\xbf\xae\xf8\x85\x88b\xb1(\xa8T\xf1\x00\\q\xd44\x0fz-\x10\xf0\x07o@\xc9\xb4+y\xdfl\x8d\x18(\x85!\xc7\x1d\xd6\x17\xbb\x93\x15\xa8\xb2e\x10C7\xacC\xadMkH$F\x91\xab\xd0p\xf7m\xe7N\x98\xeb\xf2\x19\xff\xde\x14\x1f\x87\x9f\xa4\xb5\xb7\xa5v\\U\x02b\x92\xdb\xf1/2\x05\x07a_\x05ZF\x85h\x83\x9fn\x85\xf6|\x92\x19^\x80#\x1aG\xe4\x16\xab\x85\x95\xa9\t\x17\x1d\x92=\xe6\x96\x02\xdc<\xb1\x08\xec\xd0\xf7M\xa7\x89U\xb1\xf8J\xa7KJ\xea7\x8b\x00a\xce\x14\xfc\xf0\x8f \x9b$\xc4\xbd+\xa4\xf9\xa8\xa5<WJ>\x18\xd5\x8bo\xb8\xa4\xf4\x85\xe9 \x8a\xaa\xd5\xc5\x8b\xd8}#\x85\'\x11\'\x81$j\xdd>\x13|>\x19FR\xe44\xf7\xff4\xc01\x8bH\x94G\x8fv_\\\xe3X|_OX\xe3\xc2h\xd0\x01d\xe4B\x80\xeb\x95\xc3\x9c\xdf&]N\xf72+\xe34\xcd\r\x1d\xedqZ%PS)%g\xdc\xc4\tj\x14\x91\xb4\xf0\x03\x1bD\x1f\x00\xe1\xa9\tf\x15v\x90O\x97E6\xe1cr"S<\xfa\x01\x04N\xd9\xb6\x7f\x95g\xa5\xc6v\xebV\x17\xa0\xdb\xa0\xc7\xd8\xb1\x1e\xe5C{\x00|\t\xf0\xa3\x1b\xa2\xe1\xd5\x1e\x7f\xf2\x08v\xa7\xe2>1\xb1K\xc1T\x9b^\x87w\xc1\x14M\xa8s4\x08\xedS\xec\xc5\x06\x9b4\xd3!\x93\xc6\x14\xbdL\xa9\x8bU\xf4\x91\x90\xf9J!\xaaq\x97c\xb6\x0c(U\xa78G\x88\xb5Ic\xeb\x1c\xa3W5T\x1f\xf0\xe7uu\xd8H\x89\xa0\x14\xad1\\\xfa\xb5\xe4\xe7\xd9\r\x7f\x9cJ\r\xc54\x1b0MN\xf2GYF*\xb0\x16\x92,\x87\xd3\x90R\x9c\xab\x031}\xdf\x89\xaep\xc0\x022\xca+\x92|\xd3O\xca\xe3\xba\xf2\xbdf\xd6(\xfbb\x9b\xcf\x84\x0e\xd2\x1a\x83P\xd7\xfa>{\xe9\xf8\x11\x8d\xecd\xe5\xaf\xba\x83\xd0\x1e\xb5U\xcda\xfc\xf8\x80k\xd4g\x92\xd0\xcd\xc8\xce\xbb\x04dnC\xdf;q5(\xa5\x07\x9ac\x11\x13\xd3\x830\xe0\xee;?c\x05Q\x1aA\x0cd\xcc\xa4\x01Z\xf5\xe0:\xdcCt1B\xfaO\xd2)\xe2\xb8\xda2\xc8 JC\x1e\xea\x8c\rtx\xc2\xd0\xe30u\x01\x95\xa6\x06\xdb\xa6\xed\xf3\x8d\xa5\x8e\x01#P\x13\xee\xab\xce\x1f\xae\xaa]\xcc\xa8\xae?c\x03\xb9FT\x92\xde+\xee\x84zK\xbf\xa8\x10\xcfvl\xa4\xb4?\xb3\xe5\xf6x\x96y_k\xdf\xa86\xe1\x08\x95\xc2\x18\x18Fx\x17e\xec\xf9\xfd\x9a\xb2\x8b\xc6N\x87\x8d\xa2:>\xea\x1dre\xc2Q\x069\xed\x81/\x15\xb3\x8f\rW\xb6\x8b\xe0\x1e\xb9\x15R\xbf\xf8\x05\xc7\xdef\xbb\tW\xe2"\xdf\xe5\xf0P\xa8\xb4\xc1\x1c&pS\xadv\xf6\xf3\xa3O\xb3\r\xb6\x95.\xb1\xf5\xe5\xd0kP\'\xb2\xaa<V0\x89\x1d\xae\xc4=4\x1aH\xb0"\x19\xf4\xd1\x1cK\x1c\xfd\xe6\x1c\xb7\x1b\xd4\x01$f\x08\x93\xa1\x1f(ms\xb7\xf0\xdc\xfc\xa8B\x00~\xc6`\x1eBL\xd9\xe8%\x1b\x02\x12?\xc1A0\xb4of\xfb \x81\x93\x00O\x07O\xee\xdb\xdcw\xd04?;\xab.\x9a\x0e\x9f_1\xd9t\xf0>\x069\xb5\xd5U\x85\xf3o\xae\xf5\x0fZ\xb1P\x9a\x1a5\xc0\x85PP6\x85\xac\x9a\xc7\x9d\x05\xee\xb5\x1d\xcfaG\xdd\xd4\x93DfxL\xabl9F\xdc\xfc\x01\x88\xcd>\'\xca\xc9\x18^\xe1\x90\xf0\x1af\xae"r\x85\xa1\x8e\xe9\xf3\xcb\x89\x80\xc2\xf0(\xd4\xa4\xbb\x83\xc9A`\x13\x81\xfb\x7f\xef\xc6}$\xd2\x861e).>\xc2Sw\xee\xc9\xb9\'\xd5\xd7\xdd\x92\xcc\xe3\xd1\x92\x80\xe2:\xa2\xc9\xcbk{\xed\xd9Xcmm\x82\xa4$3Dj\x88\x8f$\xf7\x88\xc8\x06\xedSg\x1a,\x90\xec\x1f\x87D\x8e\xf24\r\xc3:4Qp\xb7z0\x03\xcf\xe3sa\xa2Q\xfdt/\xe6\xa6vO\nb^V\xbf\x0e\xe0?\xbf\xfa\r\x04\xb0\x103\xe72\xf8\xb4\xb3\xd3;\xca\\\x0c\x06>\xf9h\x84\x98\xc9k%T\xd1,M\xe0\xa9\x87\x13!\x82\'\xd7\xc8\x98\x11\x02\xda\xafB\xc2\xe8f\xe3gj\xac\xde>|\xbc\t\x8d\x02\x0cU\x82\xed\x04\x90mHX\x16-\xb7\xae\x88x\xac\xb5~\x0c\xd7f\xd2\x81\x06\xe7\x15\xd7/\x15\x9e\x02\x1eqS\xfe\x99\xb8\xdb\xe3\xb1j\xc7X\xc9\x9f\xe0\xc7\x1bv3\xe3\xe2\xa4}\x8b\xe6\x9a\x17\xe8\x7f|?b\t\x85q\x9a\xf0\xe5\x07\xb2\xbc\xf3\xd9uTR(\xd0C\x02\x0bc\x9ckL|\x94\xa8TQ[\x15\xde\xbd\xc6\'V{\x1d\x0c\x8c\xa7P\xff\xa2BH*\x96\x92\xa2\x8e\x98R\xf6\x8f\xd4\xd1\r\xf8I\xd6\x92o\x04\x8c\xcau\xd8\x88p\xc5\xed\x19\x01\x06k\x0f\'\x14w\xa4\xe7\x8b\xbe\x9b\xddW7]\x04 \xb2\xd9\x92\x17(\xe6CG\xa6\x87l\xd1F\xa2\x90fv\xa1M@\xb5JQ\xc0A\xe0\xc6\x1aY2\x04\xdc\xb0\x95\xb8\xcbG\xf1\x1d\x19\x0f\xf2\xe7n\xe1\x0c\x8a\xb7\x89\xdc\xd5E\x98K\xd3\xce\xb3\xf9\xea\x03{9}%\xf8'

24.28.248.6 -> 192.168.1.2
'\xaa1\x1f\x16t\x88\x02`\x1e \xf4B\x1e\xdeIg\x12\xc7vAx\xf8C\xf1\xcbXWd\x06\xb8\x9c\xaa2\xba;\xb6\xffp\xba\xd9\xe4L \xed\xe5\x8b\xb9y"x\xdd\xc0Qx\x01\xb7\x0f\xc3o\xc7\x85A7L\x0b\x15\x87p\x1d\xfd\'\xd5;DrW\xac\x08\xed\xf7\xa7@F\xe0&\xe9\xc2\xd2Z\\$v\x83\x94\xc2s\x05\xf4\x87\x18s$\xd5\x1f\xca\x17\xd8\x87\xbec\xa2\xff\x85\x89\xe3 @\xea\xc2\xaf;\t\xd4\xa9\x9a\x86\x03e\x8d_\x9f\xac\xc1\xa5\x1f\xeb\x91\x94\xab\xef9\x04\tm\x9en\x93\xc5_\xf7Bj\xb8\x08\x99\xa4.\x1f\xd2\xad(\x05&\x8dB,\xf4\xbf7E\x91\n\x90)\xd9$\xe9\xcd^|\x9c5-Y\xff\xeeS\xdd]\x17\xce\xf5k\xec\xf6\xe6i\xd5N\xdd\xa5\x96\x0f^;\xc8\xc6\xdf\xcaY\xb1\\W\x8e\xc7\xf1\xad\x89T\xa0\xc0Q\x87d\xb3@\x9e\xdbj\x9d]\x19\x1f\x11\\\xa0\x19\x14\xe87\xd7\x00r\xf5xb\xaf\x80\xa0\xa6Q\xe9Lu\xdd5\xef\x08\x84f\xda-ZZ;Hyj\xe6\xdf\x89\xed\xb5\x83\xc8"\x9ey\xc5W\xd4\x17\x8f\xe5\xf7\x19\x1c\xa5.;\xfe^\x94\xb5\x8efqRD\x02\xae\xea^cP\x8e\xec\x99\xbe\x97\x16\x17w\xde=c\xc8\xac\x11O@\xed7\xab\x1da\xc1\x92\n(D\x0f\xa4n\x08\x8c\xfaE\xfc\xdbtC\x93zPk\x98\xc5Ml\x05\xd8\x85\x88\xee\x18\x8d\x1e2%\x1b\x7fL\xca5\xc0a\x94\xd3I\xfazS\xde\x91\xc9KE\x93\xb3\xbc\xa5\x91\x90\xe3\xaa\x02\x80\x82\xa2kD\x88b*\x18\x00\xb4\x7f\x98\'\x88\xdd\x86h\xf5t\xba\xf2l\x1d \xa4\xd1 \x01C\x96\x95\xf5\x11\xbb\xd0\xd9S\xe5\xaa"i\xfe\xa6A\x96\x84\xf0i\x95K\x9b+?\x97\xe5N\xb1\xa3\xea R\x14e0\xb6\xa0\xafs\xc2\xe6\xbc\xe4S\xec\x88\x9cD\xfd\xcd\xf6P\xb0\xa1\xd4K\xbe\xd5\xfcBr4_\x8f\xd7\x19\x17Fw^\xa0=H\xb8\xed\xf4\x0fx>\xc9l9\xb4F\xe8\x8e\x9c\x14z\x02\xa0E;r\xe2\'NY\xb8\x12\xb9\xcb\x9f\xf3\x9c|<@\xd7\xaa$\xf3\x1fs|\x97\xdc2B\x82it\x18\xf3\xca\xcb\xac\xee\x1c2t\xd4y\xaf\xc7\x90mG\xb1\xdb\x0f\x1b\x95\xa8\x9c\x94\x96\xa2.\xef\x9d\xa6\xc7\xa03v\xd6\x02\xf8\xb1\xf5\xd6\xdc\xbc\xbe\x8a)\xa7~N\xa9\x86r\x9b1\x8a6\xeb\x8d3\x89\x02\x1bK-\xc8\x88K\x9b@[L=\x16\x82\xe0\x1e\xeb\xb4\x936\x9b\x12~\xcb\x0f\xb1z\x9dX\x86\xb5\xcf\r\xecn\x84$\xfc\xe3J\xe4V\xc5Y\xdf~\x0fp\xbd\xbd\xf0\xbb\x96\x1a\x89\xf2H\x81\xff\x11(X\xa3a\xa4R]+\x8d\xa2,\xc1X\x80\xc0\x965\xadpy)\xef\x17\x03\x10\x9e\xdb\x9d\xc8\xfe,\xc4=qH\x98\xfb\xac\x86\x05.\x96a0\x81\xbf&\x89\x16j\x88\xa2\xd7u\x8d%\x93\x13\xba\x82\xf1\xbaf\x06\xd5V\xbe\xf4\x90Q\xba\x0b\xa9&L\xa2,\x17\xdaO\xde\xdf\x86;\x1e\xb6\x8ef\x96\x1a\x039\xda\xd0\xb8\x10\x1f\xa9k\xf7\x12d\x1d\xd1T\xf8\xf5\xd0\xdc\x94\xe3)v\xbd\xcd\xbes,\x10\xa6m l^#\x19\xa5\x15\x15!K\x96O\xaba7\xf7\xb3\xc6\xa3\x0c\xea\xeb{qO\xae\x9a\xd4\x14\x17\x01\xae\xbc\x91\x90\xf1&\xf6_;\xc6\x17\xb4\x14\x84\xd8]Y\x94\xdc(V\x7f\xcfM\xfa|\xec\xaf\xf2\x98\xda?\x8b\xc4W\xbfq\xe2\xba\xaa\xb5Us\xe6\xbc\xefWIK\x11\x8eA\x12*\xf0\x8c\x1a\x03\xbd\x08F]\xb6\xe1\x94jF\xa6z\xb1\xbf\xa8\xdc\x94\x04\x8a\x8f\xb0\xfb\x93\x9a\x9d\xda\xd8\xadi\xb8\x9eX\x11I\x98\xc2\xfe\xcc\xbc\x13\xbc\xa3M\x1e\x92:\xd3\x02\xe0\x18|j3D\xff<\xb0w\xa9\xd6\xe61\xbc\x91e\x071\xed\xfb\xa8"\xdd\xc6\xb7'

69.160.6.18 -> 192.168.1.2

67.163.96.170 -> 192.168.1.2
'z\x85_\x16v\x06\x02\x1a\xd0\xb3\xd6W#\x05C.~\xe7\xefGO\xb1\x0e\xc9\x8a\x02v\xae\xd5\xd5\x0e\x8b+\xf0w\xa3\x9f\xac(\xc2\xc1Y\xde\xd6\xbbplo\xf1\x08\xb0\xfe(\x05\x1e\x99\x99t\xc9*\x13\xb5;\xcfpO\xc7\x88bM\'\xa2\xe4\xcc2\x99\x8cc\xb7K2\xc9\x9b\xab\x15:\xfb\r\x80\xb5\xbf\x18~CU\xd7\x8f\x91\x96&\xd7?F\xd8\xc5\xf0\xfej\xf4\x15)\x9c\xbb\xa9\x83\xb7~\xd6\xb8R\xbf\x08i\x88\xfd\xe1\xdb\xd6\r\xc5n0\x0eR\x84\xaf;\xa9\xf4p\x1a\xc7\x03\x8aTvrh\x054C\xd014\xb9\x1b\n\x0b`\x8db]\xa3r\xd0c^\x1aTu\xf4\x1c\xdb\xb8\xf3\xc0\xd5\r\xefV\x17\x14\x90\xbe\x13\xae\x91om\x98\xda\xcc|\xfd\x1f8\x90Q=\xab\x0b^B\x1b\xbe\xf0\x9b%{\xdf\x00\xc2\xf0G,\xc3\xffZV\xf1\x87i\x1f)<f=J\xe8\xfa\xca\x8ff\xf4\x89T\xd8\xee\xe2\xa39\xb6W\xce\xebYN\xb5\xfcs\xba$Q\x90\xfc\xabRR\x1a\xd4\xec\x08Q \xb9\xbf\xd6\xa6hI\xa4(\x959?"\xd5z\x97\xe5\x91\xde\x86D\xf5,4\x04xk\x03\xc9i>\xd6\xdb\xb6\x11UrM\x1a?u\x7f\x0b5k\x80C.\x9a\x9a\xa4X\xe9\xa2Jg\\\xab\x17\xc19vom\x98\x83\x1b\xdbu\x19S\x1b\xac0u#\xc4%\xe8b\xb4\x8b\xa9I/\x80\xf4\xd9l\xff\x80\x9f\xb3\x01r\xcfi\xc5\x87\x9c\x8e\t\t\xc8\xfa_~]\xc3\xa0\x8bz\xbe\xcc2\xb2\xa1|\xf8S\xc5\xf1\xdd\x15\x05bPt\x15\x075:L\x97\xf7q\xfc\xe4P\xf3\xadY\xeb=\xccS\xa7\xdf\x12aD\x83\xa7\xd5\xe5+\x8c\xeae\xccx:\xc3\xe4\xcb\xb4\x17\xf8>\xb2\x86\xa5d\x8c\xe1\xea\x8c\xc4\xda\xb97\xa0\xa5-I\xd5\xcf\xb3fQ\xa1{\x0b}\x10\x10>?&\xcb\xd9R\x83\xf6\xbf\xeb1&\x17\x81q\xe0\xe6@\x8f\x18N\x8b\xe9E+\xad\xe79M\x1a\xcc\x9exGK\x97\xc6\x16\x95\x81p\xb0\xe1g\xf3\xc8Wv\xbdd\x15(\x8a\xf6\xa9\x88\x1f\x93\xcf\xfbi\xffR\xf9y\xbdN\xa4\x18|"\x86\xe6\xa0\xe6xv\x93=\xbf\xc6\xe4\xd8l\xe2d\x88\xa0\xa4\xcd\x9f\x1b\x15V\x8e\xfa(\x17\xbb\xf5\xf6\xf9S\xd4j\xa3e\x12\x07\x81\xc6B\xc4\x00@\x98\xa3\x86\x86E\xa1\xe3\xa3\xa5\xe6w\xbfX\xa3\xff&\xa1\\\xb4,^\x86\\\xfc\x858\xad\xcb*!\xfdp\xc8\x97\xc13N\xf8\x81\xa0\xe3\xc5\xc2\xe5\r\xd6j_\rotZ\xa6^\xfaaC\xaf\xdfn\x04\xe9Pm\x7f\xc0\xb1\x18\xb0\xd8b1\x81f\x18\xf6\x80\xc0\x90\x85\xb8\x0b\xf8\xde\xa79\xd4\x14m\xd9W\xe4\x02a/*\x9fmb>F\xb8\xec\xfd*\x8b\x02M\x11\xad\x14\x96\x12\x93#\xe4~\xc1\x90\xef\xb8\x1b\x97$\xf5\xb5\xe6\xf2\xc0ZR\xd9\xaa\x1d\xae\xe6S\t\x822\xed\x01\xae\x7fI\xc0mn\xe8\xe3\x82{\xe1\t*\xee\xb0/\xe2"W,\x9d\x8dT\xf1\x97O\xc5\xa3_1\xd9!XD\xcf\xf8\xa1\x1e\xda\x80\x15\x00VZ[\xfb7\x1a\x96\xc1\xf3^[\xa7\xfb\x95Cs\x02\'J\x11\xca\x11/W\x92pf\xde\xf5Z\x11\x08\x9a\xcekN\x91\x1c\xed\xe6\x0b\x10F\xb3"\x92\xf9Y\xf8B\x1a;~\xa4l\xea\xab\x9f\xdeiF\x93\x93\xbfXMi\x8e\xd5@\xf4\x1f\xe0\x833\xc4\x88\xc8\xb41\x9e\x03,\x81\xddy\xffv/\x8a\\\xa8\x9f\x82\x80`\x85-\xdfW\x88\x03<\xc6A\x8dA5\xdd<\xfb\xf9\xe3\xac\xddO\xc2\xf1Zd\x17*\x82\x0c\xd1%T\xec\x00\xd5\xdf\x95\r\xbe\x00\xb0\x86\xd9\xbf\xeas\x84\x11FTM\xb3[u\xeb\xa0\x9bSig\x81*\x17\xa5\x03r0^=+P\xf0\x0b4\x91N\xd9\x1e\xac\x19\xf7V\x0b\xd7\xad\x92O\xa1\xcfMVp\x9f\xc6.\xb9\x18\xef9\'\x97~\x11\x84\xcc\x00\xdf\x14\xa4Wz\x15@iE\x0f\xdbQ\xd5\x85\x89\x82\x9a\xf2\xb88\xc0Lw\xfd+W+\xd1;\xea\xd42\x9d\xb3\xeej-\xc9\xbf~^H\x85\xf0\xc6/\xdc5l\\\xca^tn\xac\xea\x98r\xd7\xa6\x9d\xedP\xaf\x8f\x04\xa1\'\x10\xb3\xdd\xdf\x0e\xc7\xca\xc5]\xd7Q|\x85\xf9\x80\x1c\xa7\xb8j\xb2\x96\xa0\xb6\xf9\xb3\xb3\xc1\xfd\x90\r,y1\xa5\xf9\xac\x19gr\x8a\x9a\xeb\tH\xd3]U\x81\xe0\xbdO\xd4\x81\xb1*\x96)gR\xb49\xf9\xcd\xf8\xfc\xe9m\x97\xd7H\xb5A\xdd\xcdU\x9d\xf8\xeb\xee\xff\xb5\xc4\x9f\x8b\xb3\xd9\x93\x02\xabR\xc8d6QP\xde\xbeBRAM\xc4n\xa5\xf7F\xbe>R\xe2\x19\xa8\x19\xfb=\xed\x9aj17K\xcc\x93g\xd9\xdfI\xb2\xe3\xe4\xf5\xfb\xf2)\xa7\xcdU\xd1\xde\xfa\xc2\\S\xcd%\x9b\xc2\x99\x96\xd9B\xc6x\x9d\xdb\x9b\xd89"\x9f\xb22\x18\x01\xcb\xed\x11)n\x9c\xed\xd2\xc8\xae\xae\xb8p\xeab H\x1e-\x02\xf4\xda:\xec\xd69\x82\xa1|\x93_\xe2\xcd\xf2\xf2[\x94P\x84-x\\\xc4?X 4\xeb\x06\xea3\xca\x11d\xa2W\x98\x10.\xaa\xf7\xd1\xb2\xe6,g+\x1e\x8b\x19\xde4^\x7f\xa5\xe4\xd5W\xfa\x9d\x9c\x91z\xb6\x1f\xba\xeazg\x8f\x9aB\xeb/%U%\xa8FFL\x06\r\xdd(\x92s\xba\xd5\x04R\xd9\xdb\x17>\xd6\xd3`\xe4\xe5\x90\xd0\x05HU\xdc\xaa\x9b\x18\xf4\xdbp\x93\x8d\xbdz*t\xdbKk\xd4,\x82\xf8\xf5\xa74\x8c\xf7Zk\x9d \xa1\xa7\xf7*\x98\xb8\x08\x92\xb3w'

67.163.96.170 -> 192.168.1.2
'z\x85o\x16v\x07\x02\xfd\xe7\xa54\x1a\x97\x85\t\xa4\x12\x10\xf7\xb8\xc8 \xb13\x97\x8ag\xa2O\xd7\xebM\x18\xb3\xf9,A\xc0\xaa+\x9d\xd5\x15\x8b\xe7\x1cv\x9bM\xc6)\xa1\xdbcX\x15N\xa5\xa4\xe0\x1b\xfet\x8c\xc4\xbesj\xb3j4\x8e\x0f\'\xbb\xd7{\xafH\x97SU\x02&\xcc\xca%\x93\x19\xec\xe8\x1e\x92\x85\x93\xa6\x1b\xa8\x81\xe7\xee\x02-\x17\x1f\x1d8\xf1\xcf\x1c\xf9\x94"g\x8atM\x9c\xe6I\xf4\xc2/\xb2z\x1c\xf7l\xa7\xf2\xa9\rUP\x88\xb1\'\x83\x89\x08&\x17\xebO\x9f\x83\x15\x1f\xe1UY\x8c\x14\xd3V\x80\xc7bz\xb5$\x00.\x95\x8f[\xd7\xa4\x8d/"\xdb\xc1e\xa8\xa9\x8b\x1f\xddK1"})\x11\xfe\xbc\xc9o\xf3\xaf\xdcg\xca\x1b|m\\\'\xd5\xa9, \xf0\xdc!\xb6\xc6@\xe1\r+\xbcb\xebp\x15;\x8cnV\x82\xa2x7$\xf5\xa9\xbf\xe4e_\x9b\xa7\xe9\x9e\x0e\xb4\xba\x1bFZ8\xe2\xe5\xa6\xff\xdf\x03\xfc\xf5\xd3#\xbf\xa1p\xd6}i\x19\xc5\x12q\xd5L\xf5V\xd9FMqA \xed\xe3\xe1t\x0fh\xc7\xe9=N\x0b\x16+\x99\x11\xf5\xebk\xb9\x02d\xa6\xe1*\xfe:\x01\x1d\xf0\xc4\xcf\x05\xce\x93\x0e*\x8c\xb2G\xea\x8d^^\x89\xc24\xc7:f}\xad\xec\xa7\x17F\x18\xdbH\x9d\xcd\xd9\x80a\xd8^\xd0L9\x9b\x07\x02\xe2h\xf2e>\xcd\xc4\xef\x16\xe8\x8d\xb9\x18\x92`\x1c\xf9\x05w\xa6)\x84\xa5\xa3\xf8\x07%\\J=:\xf2C\x02R\x02\x88\xe51E\xa4\x14)\x9c\x12\x88\xa9\x8fjt\x07\xa9\xa8i\xef\tq\tg\xd3\xde\x1c\\\xf7\xb8\xf8\xe8;{\x8f\x87-\x94\x0f4s6\x82U\xefq@%)\xde\xe5\xf8\xf6c\x16ND\x04\xf4F\xfb\xdaHz\xa5\xb8\x9a\xa7\xbd\xfb\xa7;v\x91\xfeD\xee\x87F\x02ky6Gz\xda\x17\xe4\xd2\xbb&a$\x83t\xc7O\x8aw\x11\x9a\xef\xd6\xcc_\xde\xc7\x83\xda2\'\x18\x14\xfe\xbc\xec\xcc\x82\xf0\xc7\x1d:\xac\xa9\x05A\xb94,\xb3\xb1@\xcd\xd7<\xe6\xa37\x05\xdd!\xa2^\xd0*\x1a\xa5\x00\x0c\x87 /\x15V\x0e\x95\x80\xf8\xd2$1Z\xce\xc1\xe7\xfb\xc76)rU\x08%\xa5X\xe3\x0b\xcf\x97wh\t\x04\x00\xf2\x01\x13H\xa0h\xc2\xfcq \xed\xd2\xc3\n\x8e\x8e\x85^T\x1c=\x10\xef9\xeb\\o:\x809\xddH\xc3\xd6\xed\xe6\r\xb9rL\x06\x7fe\x1c\x89\rA\xd7M~\xb7f\xdc\xdf\xd0\xc0\x8d)\xa0F\xc6C\x86\x1f\x97\xcf\xc7\x7f\xf4\x1b\xab(\x01\\\x97 \x12\x0bw{\x8e,`\x08\rrB1\xa0\xba\xf1pX\xbe\xf2#\xc00\xdf\x1eo\x13\xdb\xf0\xc7\xa2\x19\xfd\x99\x90\x94\x96\x85M8\x9c\xe1\xbf\x01\x97\x86\xb4#9\xbb\x91\xad.\xd5h>\x01\xfb\x80\xf6\x19Fm&=\xef\xaf:\xab@\xee\xbb\x90O2\x03\xca\xe4\xfe\x94\x0b\xf6\xca\xb2dnnuNP\x8d\xe1~\xe7g1\xa1\xdcF\xf1\x8e\xd7\x8e\xf2\xfc\x89\xf9\x9eOc\xe2C-=A\\\x86\x9fDkK~Cg\x84\xe7\xd5\x1a\xff>\xc8O\xd1Foq\x13\xe3cy\x11;\xf0\xb4\x95\x8f2=L\xca\x9dAUP\x92"\xe0X\x90\x0c|\xa7dAw\x85\xa0\xe01\x90F\xda\xbf\xb7\xd1\x91\xcd\xb7X!}\x9a\xeb\xaenMH\xb7Q\xc4\x06\xe4\x88\x98\xc7h\x96\x16\xb6\xbb$\xf7Q\xb7\x80DX"bc\xd2P\\\xe3\x9cW 3$~%\x11\x07\x83G<\xe9\xd6p|P\xea\x83=\xecO\r|\xd6\xce\xc6\xec\x8e\xa1\x07C\x86\xa7\xb2\x02a\xe5\xce\xca[\\a\x99\xd2\x84\xcb\xc2\xe6\xed\x82OqPi0\x8d\xa8\xf3)\xb9E\x81\xb4f\x80\xb9\xa9w\xa97\x9a\xbf[\xb1[\x01\xa9*\x14\xdc`\xa6\xfd~\x18+\xd6F\xa1\xd1\x8e\xfaZ\x84\xf2\xe7\xf4\x18\x04\x1f_\xc3\xfa\xe8\xfc\xc1\xcdh~\xa8h?\x14!\x17F\xeb\xd0\x7f\xf6\x96\x15\xe4\xfd\xdb\xd9ZW\x8d\xfe\x9c\xb0-\x81\xc8\xc4\xa6\x05\x92\xad\xebJ\xdf{;#y\xe8J\xdc\xed_\xb5\x07\x8f\x01\xa5*\x1d\x0f\x8d\xd3\x84U\xad\xact\x9c\xf9\x02\xdf\xf5\xda\x1e\xa0\x80\x16\xc3N\xe7a\x98\xa0(\xa7Y\xd7\x9b\xed\xa5H\xc5\x13\xae\xa9\xcfRw\x17o\x9eoZ7\xce\xbek\rp\x1eN\xa8}\x1c\x99A\x87:\xd9\xfdo\xa4\xee&\xdb\xf7S\x9ct\xea:\xc5\xab\x06q`\x04\xe98\xe6\xfcN\x9f\xf9\xb4M\xa5\x80\xb0\x06\xb7\xf8P\x82\xc2\x14\xfd\x9f\x01\x05\xaa\xd0\x94YKayq\xfa\x0f\xff\x13\xb4>p\xac\x92\xc7\xc6\x8f\\_\xd8\x01\x88\x9f\xc8<\xc8\xc4\x86%\x83\xae[\x89\xaav:\xa5Tm\xed\x92O\xe3\x9f\x8e\xae\xb7\xa6W\xa0\xa2\x15\x90\xf8d\x93\xec\xa8\x04\x0e^\x0cH|L\xea\x02\x04\x05H\x9cW\xe7\x00\xee\x1a b)\x81\\\xac\x18\xc4\x9d\xf7\xa4\xb9[\xaa\x94\xe7\x83#\xe8x\x8d\xcd\xe2F\xf6\x94\x12\xa5\xa9\xbc\xb5\t]yT3h~\xc8A=!bVR\xafQ\xca\x1b\xd9\xa8\xa7\x94\xbad\xd1\xd6\x99?+V6\xa9\xbacd\x19\xd1M\x97\x95\x14cP\x8ed\xdab\xc8\x7f\xd9\xfc\x03\x8b\x94 \xc0\x95h7\x17\x821tL*L\xd9^\x1fn3C\x1fR\x03B\xf6\x15\xe7:1N\x93\x1c8\xe9\xecy\ngm8\xd1\x7f]\x7f\x0c\xf2\xaa^h \xfbC\xb6!\xa3 \xc4\xfa%\xcau\xcfc#\x82m\x03\xdc\xea\xae\xae\x00\xe8\xfd\xbc\x8e\xbe\xca$\xdb'

67.163.96.170 -> 192.168.1.2
'z\x85_\x16v\x88\x020%\xa1B\xa9\x8eX\xd8qL\xa5\x92\xdbK\x07AJL\xba\xdb+0\xf9\xb2\x8d\xf6Cg\xbcO@\xd0;\x9a\x83\r\xc2.<g\xd4\xb5A\xa1\xc1\xa7\xa4\x08sE\xfb3\xa9\xfd5n@\xf0mY|\x7f\x81\x87\xea\xee\xcah0\x12Z\x86z\x9f&\x1a\t\x81y\xda\x06\x8b\xf3\x92\x13\xd3\x12\xe8~u\x98i\x82xXV\x80~\xf2v7\xdcp\x95\xe3\xfc\x07\xc5\x13m__\xe2P\x1fl;\x92/\x14\x9a6\x15\x9aY\xfb\xfaC\xfe\xe6x\xb0t\xfdB\xe4\x91\xc9dq\xba\xdb\x89D\xebY\xc7\xa0\xa2\x17\xfc\xa9\x82B\x85\x02\x05\xa8?0\x8e\xce\x8d\xb2\xcbc\xc1\xc5\x0b\xd8\xb65\x89;v\xc7\x94C;\xb7\xbc\xc2:\xa4\xdf\xfcm\xf6v8\x83bOvK\xac\xe2\xab\xca`\xdb\xea*\x08\xf8\xad\xac\xc2\xd7\xd2\xf7E\x86\xc4\tL"\xc4`4I\x05\x0e\x9b4\xa0\xb4\xcc\xf0f\x14\xd8]\x8e0s>\xc6\x9a\xa6J\x13\x12\xf2\x99\xe0A\xcf\xc4\xcb\n\xe0\x0b>P\xc1\xf9\x1fKik\x15H;\x97_\xa3\xa7xC\x93\x9eH\x01G\xf6Dn2\xaa\x80\x89\xe3\x11\xfb\xa5\x1f\x81\xe3\xef6\x99]\xb5uoH\x1e\xdc\x05\xbfe\t+3P\xe4\x00$\x9d\xff\xce\xb3V\xd5\x9f\x0f\xfe\xa4C\x83\x91P\xc6\x9fo\xf0\ri\x88\x9f\x8c\xbf\xb4\xc2:1\xfc\x9f\x7f\'*\x19f\xc3\x93kc0\xc1\xdd\xcdH/\x06\xdd\xc5z\xfcd\xa0\xc6\x9b\xcf\xf1\xc6\xd0\xdb\xfe|\x8a\x8d\xf7\xffG\x16\x9fb\xe6Kv\x14\x97A(M\x84\xba\xd0\xdaF|%\x9a\xc0\x90\xd5\xdb\xee\xdf\xee\x0bih"\xdc\xe4\xae\xba2\xbc>\xa6%\xe4\xd1\x17\xe3\x17M\\\xf4\xcf\x1c\x04H\xc2\xa3\xbaZ~\x0b\xb8[\x99\xc1\xb8\xf75\x0521x\xa3.\x83L\x19\xc8\x08\xe8\xee\x05A\x07\xa7\xa5\xcep\x17\x11\x05\x08\xe7\xa3\xdd\xd9\xc4\x10\x89\x0bj\x05\x13\x17\x0b\xb5\xb3/\x16\xe9gV\xe9\xb5B\nk\xe0\xf2\xe5\xc0\x16\xf4\xe2Z\xffL9o\xc1\x02\xd5="\xad\xe2u<\x08k\xd9(a\x03\x9c\xf0O_\xe0y\xbc\x117\xa8\xad\x7f\xc6\xf3\xeadu\x19\xb0\\\x18(\xa0\xd7\xf7H\x1f\xda\x9a\xd0\xc7h\xbd\xdfj\xb5\x7f\x97\xdf\xcf\x1d\xe9\xf4\xf2\x1a\x8c\xcaE\xca\xb2X\x95\xde\x9f\xb6\x03%y5\xe2L\xdc\xdanU\xba5\xe6\xdcG'

212.204.214.114 -> 192.168.1.2
":markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+it's still not all\r\n"

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

24.177.122.79 -> 192.168.1.2
'\xd2\n?a]$\xbc\xd6wEg\x86l\x9b\xd6\xa3\xd9X\xe7O\x01\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

172.200.160.242 -> 192.168.1.2
'(\xb8\xe3\xf7\x1e\xffc\x1e\xbao\xc2N\xb3>P1\x84\xd9\xa4\xc8\xed\xb2CC\x15\xe5\x96v\x1f\xac\xabz\x11E)@\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

71.10.179.129 -> 192.168.1.2
'h\xcf\xc3\xd5\xa7z\xa6\xe9&n\xe2\xf8qm\xb3U8\xac\x01tV"Hu\x8e\x99\x1cR\x01\xeeX\x8b\xbf\x13\x05\x10\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

192.168.1.2 -> 69.244.172.248

69.244.172.248 -> 192.168.1.2

192.168.1.2 -> 69.244.172.248

192.168.1.2 -> 69.244.172.248
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

192.168.1.2 -> 193.150.239.120
'\x06\x00\x1e\x00\x03\x00\x00\x00\x00'

192.168.1.2 -> 65.190.6.124
'\x06\x00\x1e\x00\x03\x00\x00\x00\x00'

69.244.172.248 -> 192.168.1.2

192.168.1.2 -> 84.25.172.195

69.244.172.248 -> 192.168.1.2

193.150.239.120 -> 192.168.1.2
'$\x00\x1e\x02\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00\xc8\\]\xeb\x95&B\xc9\xa5 \xd3&H\xa8\x15\x9b)2F\xf0\xe1\xa5\x92\xaf'

192.168.1.2 -> 193.150.239.120

84.25.172.195 -> 192.168.1.2

192.168.1.2 -> 68.38.164.187

192.168.1.2 -> 192.168.1.1

68.38.164.187 -> 192.168.1.2

192.168.1.2 -> 68.38.164.187

192.168.1.2 -> 68.38.164.187
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 68.38.164.187
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

68.38.164.187 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 65.190.6.124
'\x06\x00\x1e\x00\x03\x00\x00\x00\x00'

65.190.6.124 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+like, Application Exit is missing\r\n'

192.168.1.2 -> 212.204.214.114

65.190.6.124 -> 192.168.1.2
'$\x00\x1e\x02\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00R">\x02\xe4\xd6GGP"o\xafR*\x1a\xed\xfdf\xbe%\xd5]\xdf\\'

192.168.1.2 -> 65.190.6.124

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

172.200.160.242 -> 192.168.1.2
'(LtC\xa1\xf1\xce\xe6\x83\xf3\x9f\xb9\x05\xadN\x80\x0f\xb1Y\xa6ILK\xfe\xd1\x87<\xd8o\x8fmS\x06\x03\xa2\x1f\r\x10\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

212.204.214.114 -> 192.168.1.2
':markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+Help\r\n'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
':markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+and stuff\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 212.204.214.114
'WHO #amarok\n'

86.128.191.16 -> 192.168.1.2

192.168.1.2 -> 86.128.191.16

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 352 vmlemon #amarok n=un70uch dslb-082-083-102-208.pools.arcor-ip.net irc.freenode.net Untouch H :0 Kai Knoblauch\r\n:sterling.freenode.net 352 vmlemon #amarok n=arkanoid 8-255-173-213.static.dsl.webpartner.net irc.freenode.net arkanoid H :0 Anders Ossowicki\r\n:sterling.freenode.net 352 vmlemon #amarok n=lolo p54921341.dip0.t-ipconnect.de irc.freenode.net hurra H :0 hurra2\r\n:sterling.freenode.net 352 vmlemon #amarok n=yaloki 156.185-64-87.adsl-dyn.isp.belgacom.be irc.freenode.net yaloki H :0 Pascal Bleser\r\n:sterling.freenode.net 352 vmlemon #amarok n=netfuchs 158-237-221-213-pool.cable.fcom.ch irc.freenode.net NetFox H :0 Christian Loosli\r\n:sterling.freenode.net 352 vmlemon #amarok n=freqmod 140.84-48-78.nextgentel.com irc.freenode.net freqmod H :0 Frederik M.J. Vestre\r\n:sterling.freenode.net 352 vmlemon #amarok n=tim henri.gotadsl.co.uk irc.freenode.net SmileyG H :0 Smiley\r\n:sterling.freenode.net 352 vmlemon #amarok n=horst p54ABC281.dip0.t-ipconnect.de irc.freenode.net maelcum_ H :0 hors'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
't\r\n:sterling.freenode.net 352 vmlemon #amarok n=thunderc 84-51-130-71.judith186.adsl.metronet.co.uk irc.freenode.net TeaSea H :0 Matt Harker\r\n:sterling.freenode.net 352 vmlemon #amarok n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert\r\n:sterling.freenode.net 352 vmlemon #amarok n=candyban 83-217-92-49.adsl.realdsl.be irc.freenode.net candyban_ H :0 Tim Habex\r\n:sterling.freenode.net 352 vmlemon #amarok n=rbot amarok/bot/noatun irc.freenode.net noatun H :0 Ruby bot. (c) Tom Gilbert\r\n:sterling.freenode.net 352 vmlemon #amarok n=Knut p50891F24.dip0.t-ipconnect.de irc.freenode.net Knut H :0 Michael Lamberti\r\n:sterling.freenode.net 352 vmlemon #amarok n=mkoebele firewall.net-sweeper.com irc.freenode.net mkoebele H :0 Martin K\xf6bele\r\n:sterling.freenode.net 352 vmlemon #amarok n=shawn S010600131096809c.vc.shawcable.net irc.freenode.net Rede- H :0 Shawn\r\n:sterling.freenode.net 352 vmlemon #amarok n=bla dslb-084-063-070-084.pools.arcor-ip.net irc.freenode.net hst- H :0 rduke\r\n:sterling.freenode.net 352 vmlemon #amarok n=pixelbre p549BE952.dip.t-dialin.net irc.freenode.net pixelbrei H :0 pixelbrei\r\n:sterling.freenode.net 352 vmlemon #amarok n=lightyea p54875D13.dip.t-dialin.net irc.freenode.net lightyear H :0 Benjamin Kampmann\r\n:sterling.freenode.net 352 vmlemon #amarok n=shash 59.144.17.244 irc.freenode.net _shash__ H :0 T.R.Shashwath\r\n:sterling.freenode.net 352 vmlemon #amarok n=DasTier HSI-KBW-085-'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'216-054-105.hsi.kabelbw.de irc.freenode.net Gentle H :0 DasTier\r\n:sterling.freenode.net 352 vmlemon #amarok n=dongz cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai2 H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=frederik d54C0A592.access.telenet.be irc.freenode.net |Frederik H :0 Frederik\r\n:sterling.freenode.net 352 vmlemon #amarok n=astal 213-140-22-67.fastres.net irc.freenode.net astal H :0 Gianluca\r\n:sterling.freenode.net 352 vmlemon #amarok n=bart amarok/developer/Stecchino irc.freenode.net Shanachie H :0 Bart Cerneels\r\n:sterling.freenode.net 352 vmlemon #amarok i=damm cl-51.qas-01.us.sixxs.net irc.freenode.net Damm_ H :0 Damm\r\n:sterling.freenode.net 352 vmlemon #amarok n=jon 106.Red-213-96-137.staticIP.rima-tde.net irc.freenode.net nefertum H :0 Jon\r\n:sterling.freenode.net 352 vmlemon #amarok n=adaliff6 cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai H :0 Leif\r\n:sterling.freenode.net 352 vmlemon #amarok n=Gentoux APoitiers-153-1-67-94.w86-196.abo.wanadoo.fr irc.freenode.net Aubustou H :0 Aubustou\r\n:sterling.freenode.net 352 vmlemon #amarok n=delmonic p54AEE220.dip.t-dialin.net irc.freenode.net delmonico H :0 Christoph Neuroth\r\n:sterling.freenode.net 352 vmlemon #amarok i=PussInBo gateway/tor/x-1ccc744b8fed67a4 irc.freenode.net PussInBoots H :0 pussinboots\r\n:sterling.freenode.net 352 vmlemon #amarok n=sean h26.149.4.12.cable.frzr.cablerocket.net irc.freenode.net Pio H :0 sean\r\n:sterlin'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'g.freenode.net 352 vmlemon #amarok n=mseiwert c192003.adsl.hansenet.de irc.freenode.net save H :0 Michael Seiwert\r\n:sterling.freenode.net 352 vmlemon #amarok n=berkus ip251.cab28.mus.starman.ee irc.freenode.net berkus H :0 berkus\r\n:sterling.freenode.net 352 vmlemon #amarok n=max pD9504E3D.dip0.t-ipconnect.de irc.freenode.net maxx_k H :0 Maximilian Kossick\r\n:sterling.freenode.net 352 vmlemon #amarok n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3\r\n:sterling.freenode.net 352 vmlemon #amarok n=shaikun 204.193.196.80 irc.freenode.net Shaikun H :0 Great User Shaisama\r\n:sterling.freenode.net 352 vmlemon #amarok n=guru shadowfax2.Stanford.EDU irc.freenode.net QBob_ G :0 Joe Rabinoff\r\n:sterling.freenode.net 352 vmlemon #amarok n=colmcill 82-69-123-182.dsl.in-addr.zen.co.uk irc.freenode.net colmcille H :0 colmcille\r\n:sterling.freenode.net 352 vmlemon #amarok n=carewolf 0x535b82a7.bynxx18.adsl-dhcp.tele.dk irc.freenode.net carewolf H :0 Allan Sandfeld\r\n:sterling.freenode.net 352 vmlemon #amarok n=qba azk210.internetdsl.tpnet.pl irc.freenode.net JakubS_ H :0 Jakub Stachowski\r\n:sterling.freenode.net 352 vmlemon #amarok n=opera 0x555298c4.adsl.cybercity.dk irc.freenode.net johso H :0 Johs\r\n:sterling.freenode.net 352 vmlemon #amarok n=bob 32.108-84-212.ippool.ndo.com irc.freenode.net bob__ H :0 bob\r\n:sterling.freenode.net 352 vmlemon #amarok n=spi c-71-192-98-87.hsd1.ma.comcast.net irc.freenode.net spisaacs H :0 '

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
"spisaacs\r\n:sterling.freenode.net 352 vmlemon #amarok n=brandon ubuntu/member/pdpc.active.imbrandon irc.freenode.net imbrandon H :0 Brandon Holtsclaw\r\n:sterling.freenode.net 352 vmlemon #amarok n=ico2 modem-1199.chimpanzee.dialup.pol.co.uk irc.freenode.net ico2_ H :0 ico2\r\n:sterling.freenode.net 352 vmlemon #amarok n=dkey 192-186-stud-adsl.wu-wien.ac.at irc.freenode.net dkey H :0 dkey\r\n:sterling.freenode.net 352 vmlemon #amarok n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key\r\n:sterling.freenode.net 352 vmlemon #amarok n=vmrh vaslibre/member/TecnoVM64 irc.freenode.net TecnoVM64 H :0 Victor Rom\xc3\xa1n\r\n:sterling.freenode.net 352 vmlemon #amarok n=biAtch p54A84B66.dip0.t-ipconnect.de irc.freenode.net klos H :0 klos\r\n:sterling.freenode.net 352 vmlemon #amarok n=mducharm Toronto-HSE-ppp3643172.sympatico.ca irc.freenode.net mducharme H :0 Mathieu Ducharme\r\n:sterling.freenode.net 352 vmlemon #amarok n=devon 68-67-246-67.chvlva.adelphia.net irc.freenode.net devon H :0 Devon Warren\r\n:sterling.freenode.net 352 vmlemon #amarok n=ccc c-e82be155.225-1-64736c10.cust.bredbandsbolaget.se irc.freenode.net ccc_ H :0 ccc\r\n:sterling.freenode.net 352 vmlemon #amarok n=hunt0r dslb-088-064-048-106.pools.arcor-ip.net irc.freenode.net hunt0r H :0 Using KVIrc 3.2.0 'Realia'\r\n:sterling.freenode.net 352 vmlemon #amarok n=drac 209.89.149.5 irc.freenode.net carl_2 H :0 drac\r\n:sterling.freenode.net 352 vmlemon #"

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'amarok n=samuli 84-253-197-118.satp.customers.dnainternet.fi irc.freenode.net Kupuntu H :0 Samuli\r\n:sterling.freenode.net 352 vmlemon #amarok n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell\r\n:sterling.freenode.net 352 vmlemon #amarok i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan\r\n:sterling.freenode.net 352 vmlemon #amarok n=jiihaaa dsl-lprgw1-feacde00-254.dhcp.inet.fi irc.freenode.net Jiihaaa H :0 JHa+\r\n:sterling.freenode.net 352 vmlemon #amarok n=Jejem 88.122.85.197 irc.freenode.net Jejem H :0 Jeremy Desvages\r\n:sterling.freenode.net 352 vmlemon #amarok n=aka_drui CAcert-br/akadruid irc.freenode.net aka_druid H :0 aka_druid\r\n:sterling.freenode.net 352 vmlemon #amarok n=jb e176174043.adsl.alicedsl.de irc.freenode.net johnyb H :0 Julian Baeume\r\n:sterling.freenode.net 352 vmlemon #amarok n=chatzill d213-103-213-33.cust.tele2.fr irc.freenode.net bogdanb H :0 New Now Know How\r\n:sterling.freenode.net 352 vmlemon #amarok n=himitsu 203.205.119.19 irc.freenode.net himitsu_ H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=Mogger 1-1-4-21a.gan.gbg.bostream.se irc.freenode.net Mogger G :0 mogx0r\r\n:sterling.freenode.net 352 vmlemon #amarok n=rick c-71-227-234-92.hsd1.or.comcast.net irc.freenode.net rikstah H :0 Richard Hamnett\r\n:sterling.freenode.net 352 vmlemon #amarok n=butenda 68.56.241.220 irc.freenode.net raijin H :0 raijin\r\n:sterling.freenode.net 352 vmlemon #a'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'marok n=arpu chello080109078137.4.15.univie.teleweb.at irc.freenode.net whitewindow H :0 arpu\r\n:sterling.freenode.net 352 vmlemon #amarok n=Drachir p5091FF80.dip.t-dialin.net irc.freenode.net Drachir H :0 User Privat\r\n:sterling.freenode.net 352 vmlemon #amarok n=darth_an adsl-70-241-84-164.dsl.hstntx.swbell.net irc.freenode.net Telroth`` H :0 Darth Android the Dragon\r\n:sterling.freenode.net 352 vmlemon #amarok n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert\r\n:sterling.freenode.net 352 vmlemon #amarok n=polux ANancy-152-1-40-117.w83-194.abo.wanadoo.fr irc.freenode.net polux G :0 Paul Brauner\r\n:sterling.freenode.net 352 vmlemon #amarok n=drbob ip110-32-209-87.adsl2.versatel.nl irc.freenode.net drbob H :0 Doctor Bob\r\n:sterling.freenode.net 352 vmlemon #amarok n=mark dyn-27.greentreefrog.net.au irc.freenode.net SmileeeM H :0 mark\r\n:sterling.freenode.net 352 vmlemon #amarok n=jan core.fluendo.com irc.freenode.net thaytan H :0 Jan Schmidt\r\n:sterling.freenode.net 352 vmlemon #amarok n=atoms angela.netparks.lv irc.freenode.net Atoms G :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=jose CPE-24-166-171-64.kc.res.rr.com irc.freenode.net jose H :0 Jose Alejandro Perez Vasquez\r\n:sterling.freenode.net 352 vmlemon #amarok i=arrakis p5498E1F8.dip.t-dialin.net irc.freenode.net highelf H :0 Julien\r\n:sterling.freenode.net 352 vmlemon #amarok n=chris S01060016b649355d.ed.shawcable.net irc.freenode.net chr'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'is_ H :0 billytwowilly\r\n:sterling.freenode.net 352 vmlemon #amarok n=dmbkiwi 203-114-186-21.bitstream.sta.fx.net.nz irc.freenode.net _matt H :0 Dumbkiwi\r\n:sterling.freenode.net 352 vmlemon #amarok n=deadsoul pdpc/supporter/student/deadsouls irc.freenode.net deadsouls H :0 They keep calling me...\r\n:sterling.freenode.net 352 vmlemon #amarok n=funky c83-248-154-161.bredband.comhem.se irc.freenode.net HairMetalAddict G :0 HairMetalAddict\r\n:sterling.freenode.net 352 vmlemon #amarok n=pussfell 166-82-183-46.quickclick.ctc.net irc.freenode.net pussfeller H :0 man of action\r\n:sterling.freenode.net 352 vmlemon #amarok n=fredrik c83-249-213-255.bredband.comhem.se irc.freenode.net \\foo\\ H :0 fredrik\r\n:sterling.freenode.net 352 vmlemon #amarok n=cocobo 85.8.9.32.se.wasadata.net irc.freenode.net cocobo H :0 cocobo\r\n:sterling.freenode.net 352 vmlemon #amarok n=illissiu dsl54001BA1.pool.t-online.hu irc.freenode.net illissius_ H :0 G\xc3\xa1bor Lehel\r\n:sterling.freenode.net 352 vmlemon #amarok n=fiveiron 74.137.134.5 irc.freenode.net fiveiron H :0 Aaron Dunlap\r\n:sterling.freenode.net 352 vmlemon #amarok n=kal cpe-69-204-217-232.stny.res.rr.com irc.freenode.net hayaka H :0 kal\r\n:sterling.freenode.net 352 vmlemon #amarok n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 Paul Cifarelli\r\n:sterling.freenode.net 352 vmlemon #amarok n=mastertu server.tectran.com.br irc.freenode.net Mastertu1 H :0 Tulio Cesar Martins Pereira\r\n:sterling.freen'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'ode.net 352 vmlemon #amarok n=chris gentoo/developer/ChrisWhite irc.freenode.net ChrisWhite H :0 Chris White\r\n:sterling.freenode.net 352 vmlemon #amarok n=jkaufman 132.235.14.124 irc.freenode.net hops H :0 jkaufman\r\n:sterling.freenode.net 352 vmlemon #amarok n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin\r\n:sterling.freenode.net 352 vmlemon #amarok n=mark amarok/developer/markey irc.freenode.net markey H@ :0 Mark Kretschmann\r\n:sterling.freenode.net 352 vmlemon #amarok n=rich 81.94.235.186 irc.freenode.net Richlv G :0 Rihards\r\n:sterling.freenode.net 352 vmlemon #amarok i=tm_travo xob.kapsi.fi irc.freenode.net Tm_T G :0 Jussi Kekkonen\r\n:sterling.freenode.net 352 vmlemon #amarok n=Mowgel dsl-sjkgw4-fef7f800-117.dhcp.inet.fi irc.freenode.net Mazoon G :0 Tuomas\r\n:sterling.freenode.net 352 vmlemon #amarok n=maxie cpe-065-190-198-219.nc.res.rr.com irc.freenode.net MxReb0 H :0 Max Cohen\r\n:sterling.freenode.net 352 vmlemon #amarok n=j unaffiliated/jott irc.freenode.net jott H :0 j\r\n:sterling.freenode.net 352 vmlemon #amarok n=jesse teranetworks.de irc.freenode.net jesse H :0 jesse\r\n:sterling.freenode.net 352 vmlemon #amarok n=clavius unaffiliated/clavius irc.freenode.net clavius H :0 James\r\n:sterling.freenode.net 352 vmlemon #amarok n=B client-86-27-69-183.winn.adsl.virgin.net irc.freenode.net mxcl H :0 Max Howell\r\n:sterling.freenode.net 352 vmlemon #amarok n=nakkel vektori.com irc.freenode.ne'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
't Nakkel H :0 Jouni Karlsson\r\n:sterling.freenode.net 352 vmlemon #amarok n=Bleeter guifications/developer/bleeter irc.freenode.net Bleeter G :0 Bleeter Yaluser\r\n:sterling.freenode.net 352 vmlemon #amarok n=moose 83.142.226.235 irc.freenode.net mustaqila H :0 Muz\r\n:sterling.freenode.net 352 vmlemon #amarok n=muesli 83.142.226.235 irc.freenode.net mueslix H :0 muesli\r\n:sterling.freenode.net 352 vmlemon #amarok n=Amarok 24.50.92.60 irc.freenode.net Amarok H :0 magnusbot\r\n:sterling.freenode.net 352 vmlemon #amarok n=joe conky/developer/j-rock irc.freenode.net j-rock H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok i=shift 2001:618:400:8e35:202:44ff:fe43:c9ce irc.freenode.net shift H :0 .x.\r\n:sterling.freenode.net 352 vmlemon #amarok n=nobody ppp118-147.adsl.forthnet.gr irc.freenode.net parapente H :0 duh!\r\n:sterling.freenode.net 352 vmlemon #amarok i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman\r\n:sterling.freenode.net 352 vmlemon #amarok n=samsung 121.134.11.247 irc.freenode.net faddat H :0 doommeister\r\n:sterling.freenode.net 352 vmlemon #amarok n=eron netblock-66-245-232-7.dslextreme.com irc.freenode.net gruen0 G :0 Aaron V.\r\n:sterling.freenode.net 352 vmlemon #amarok n=js152033 192.18.43.249 irc.freenode.net neddy H :0 gaim\r\n:sterling.freenode.net 352 vmlemon #amarok i=canidae exent.net irc.freenode.net canidae H :0 Vidar Wahlberg\r\n:sterling.freenode.net 352 vmlemon #amarok i=e-trolle deepthroat.deswah'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
"nsinns.de irc.freenode.net lilalinux H :0 Nabil Sayegh\r\n:sterling.freenode.net 352 vmlemon #amarok i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie\r\n:sterling.freenode.net 352 vmlemon #amarok n=Your konversation/user/illogic-al irc.freenode.net illogic-al H :0 been\r\n:sterling.freenode.net 352 vmlemon #amarok i=mike chrondo.com irc.freenode.net picasso H :0 poop socks\r\n:sterling.freenode.net 352 vmlemon #amarok n=Pants 74.136.11.203 irc.freenode.net Frozen-Solid H :0 Pants\r\n:sterling.freenode.net 352 vmlemon #amarok i=mag 178-mi2-1.acn.waw.pl irc.freenode.net ^^MAg^^ H :0 mag@entropy.be\r\n:sterling.freenode.net 352 vmlemon #amarok n=ian amarok/developer/eean irc.freenode.net eean H :0 Ian\r\n:sterling.freenode.net 352 vmlemon #amarok i=cia cia.navi.cx irc.freenode.net CIA-2 H :0 CIA Bot (http://cia.navi.cx)\r\n:sterling.freenode.net 352 vmlemon #amarok n=JG^ 84.113.248.162 irc.freenode.net JG^ H :0 JG\r\n:sterling.freenode.net 352 vmlemon #amarok i=adamcik cassarossa.samfundet.no irc.freenode.net adamcik H :0 Thomas Adamcik\r\n:sterling.freenode.net 352 vmlemon #amarok n=sili 80-218-82-232.dclient.hispeed.ch irc.freenode.net sandlee__ H :0 Sandlee\r\n:sterling.freenode.net 352 vmlemon #amarok n=eastein TOBA.RES.WPI.NET irc.freenode.net Toba G :0 Eric Stein\r\n:sterling.freenode.net 352 vmlemon #amarok n=damm mybox.ngworld.net irc.freenode.net Damm G :0 Blowin' through the jasmine in my mind\r\n:sterling.freenode"

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'.net 352 vmlemon #amarok n=andreu 85.Red-81-39-41.dynamicIP.rima-tde.net irc.freenode.net andreu H :0 andreu\r\n:sterling.freenode.net 352 vmlemon #amarok ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services\r\n:sterling.freenode.net 352 vmlemon #amarok n=and 2002:3e41:ec17:0:0:620:6523:6023 irc.freenode.net and_ H :0 anonymous\r\n:sterling.freenode.net 352 vmlemon #amarok n=arohae taniwha.acm.jhu.edu irc.freenode.net Triskelios H :0 N.Cat\r\n:sterling.freenode.net 352 vmlemon #amarok n=trucks unaffiliated/hagabaka irc.freenode.net hagabaka H :0 Hagabaka\r\n:sterling.freenode.net 352 vmlemon #amarok n=ntryon cpe-66-67-53-166.rochester.res.rr.com irc.freenode.net Dhraakellian H :0 Nick Tryon (Dhraak)\r\n:sterling.freenode.net 352 vmlemon #amarok i=bizkit baze.de irc.freenode.net b1z G :0 biz\r\n:sterling.freenode.net 352 vmlemon #amarok n=freenode www.sjs-elisabeth.wh.uni-erlangen.de irc.freenode.net s|mon G :0 freenode\r\n:sterling.freenode.net 352 vmlemon #amarok i=razor139 default.tixit.se irc.freenode.net razor1394 H :0 RaZoR1394\r\n:sterling.freenode.net 352 vmlemon #amarok i=never C239-209.surffi.net irc.freenode.net Neverther H :0 Crack in childs toy\r\n:sterling.freenode.net 352 vmlemon #amarok i=christia a15202173.alturo-server.de irc.freenode.net oxygen` H :0 Christian Samsel\r\n:sterling.freenode.net 352 vmlemon #amarok n=pankaj unaffiliated/spo0nman irc.freenode.net spo0nman G :0 pankaj\r\n:sterling.freenode.net 352 vmlemo'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'n #amarok n=marco kde/developer/gulino irc.freenode.net RockMan G :0 Marco Gulino\r\n:sterling.freenode.net 352 vmlemon #amarok n=andrew c-24-63-236-4.hsd1.ma.comcast.net irc.freenode.net achanler H :0 Andrew\r\n:sterling.freenode.net 352 vmlemon #amarok i=isolis hermosa.cse.ucsc.edu irc.freenode.net cureless G :0 Nacho\r\n:sterling.freenode.net 352 vmlemon #amarok i=real 2416443hfc19.tampabay.res.rr.com irc.freenode.net verus H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=dbglt 220-245-154-191-vic-pppoe.tpgi.com.au irc.freenode.net dbglt H :0 Bob\r\n:sterling.freenode.net 352 vmlemon #amarok n=sway 84-74-130-1.dclient.hispeed.ch irc.freenode.net cocaa_ H :0 sway\r\n:sterling.freenode.net 352 vmlemon #amarok i=nike wikipedia/Nikerabbit irc.freenode.net Nikerabbit G :0 Niklas Laxstr\xc3\xb6m\r\n:sterling.freenode.net 352 vmlemon #amarok i=gnosis ganymede.jtan.com irc.freenode.net pattern H :0 pattern\r\n:sterling.freenode.net 352 vmlemon #amarok n=blurpy ti231210a080-2776.bb.online.no irc.freenode.net blurpy H :0 Blurpy\r\n:sterling.freenode.net 352 vmlemon #amarok i=cromo klej.net irc.freenode.net cromo H :0 cromo\r\n:sterling.freenode.net 352 vmlemon #amarok n=unknown 164.80-202-111.nextgentel.com irc.freenode.net Bjoern-Erik H :0 Bj\xc3\xb8rn Erik\r\n:sterling.freenode.net 352 vmlemon #amarok n=sven killefiz.de irc.freenode.net killefiz H :0 Sven Lankes\r\n:sterling.freenode.net 352 vmlemon #amarok i=sentinal 80.247.212.3 irc.freenode.net L4ser'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'KiLL H :0 L4serKiLL\r\n:sterling.freenode.net 352 vmlemon #amarok n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier\r\n:sterling.freenode.net 352 vmlemon #amarok n=jmworx theorix.CeNTIE.NET.au irc.freenode.net jmworx H :0 Jean-Marc Valin\r\n:sterling.freenode.net 352 vmlemon #amarok n=jm voip1.CeNTIE.NET.au irc.freenode.net jmghost H :0 Jean-Marc Valin\r\n:sterling.freenode.net 352 vmlemon #amarok n=johann bre29-1-82-245-186-86.fbx.proxad.net irc.freenode.net Johann_ol H :0 Johann Ollivier Lapeyre\r\n:sterling.freenode.net 352 vmlemon #amarok n=indro 212.103.66.234 irc.freenode.net Indro G :0 indro\r\n:sterling.freenode.net 352 vmlemon #amarok n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo\r\n:sterling.freenode.net 352 vmlemon #amarok n=dwar 154.163.216.81.static.g-fa.siw.siwnet.net irc.freenode.net dwar H :0 Daniel\r\n:sterling.freenode.net 352 vmlemon #amarok n=excitato CPE-70-94-39-68.wi.res.rr.com irc.freenode.net excitatory H :0 excitatory\r\n:sterling.freenode.net 352 vmlemon #amarok i=ffff x02.monolithnetworks.net irc.freenode.net tomr H :0 tom\r\n:sterling.freenode.net 352 vmlemon #amarok i=trotek 204.8.223.19 irc.freenode.net tro G :0 Tro\r\n:sterling.freenode.net 352 vmlemon #amarok n=sander 88.211.140.199 irc.freenode.net snader G :0 Sander Zwier\r\n:sterling.freenode.net 352 vmlemon #amarok i=chryse 84.20.147.3 irc.freenode.net MuJ H :0 Jouni Muttilainen\r\n:sterling.freenode.net 352'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
' vmlemon #amarok i=sbw25 131.111.245.220 irc.freenode.net mollmerx H :0 Stephen Williams\r\n:sterling.freenode.net 352 vmlemon #amarok i=fox vpn017250.uni-rostock.de irc.freenode.net fuchs G :0 Bjoern Krombholz\r\n:sterling.freenode.net 352 vmlemon #amarok n=Jukka dsl-hpo-fef3fb00-4.dhcp.inet.fi irc.freenode.net Juki H :0 Jukka\r\n:sterling.freenode.net 352 vmlemon #amarok i=whocares saus04.usc.es irc.freenode.net BleedAway H :0 stickman\r\n:sterling.freenode.net 352 vmlemon #amarok n=zeth pc77-134.telge.kth.se irc.freenode.net joch H :0 zeth\r\n:sterling.freenode.net 352 vmlemon #amarok n=blah 203-97-119-118.cable.telstraclear.net irc.freenode.net snoops H :0 fiz\r\n:sterling.freenode.net 352 vmlemon #amarok i=user unaffiliated/honey irc.freenode.net honeyzzz H :0 user\r\n:sterling.freenode.net 352 vmlemon #amarok n=t30 87.4.133.14 irc.freenode.net t30 H :0 t30\r\n:sterling.freenode.net 352 vmlemon #amarok i=lusikka 83.145.202.131 irc.freenode.net Lusikka H :0 Lusikka\r\n:sterling.freenode.net 352 vmlemon #amarok n=ryan evil.pengu.in irc.freenode.net ObsidianX H :0 ryan\r\n:sterling.freenode.net 352 vmlemon #amarok i=lex evot.us irc.freenode.net lex H :0 Lex\r\n:sterling.freenode.net 352 vmlemon #amarok n=aumuell amarok/developer/aumuell irc.freenode.net aumuell H :0 Martin Aumueller\r\n:sterling.freenode.net 352 vmlemon #amarok i=basquiat phylogeny1.bot.biologie.uni-tuebingen.de irc.freenode.net basquiat H :0 Jens Mayer\r\n:sterling.freenode.net 35'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'2 vmlemon #amarok n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)\r\n:sterling.freenode.net 352 vmlemon #amarok i=wally khayts.us irc.freenode.net Khaytsus H :0 unlimitedphoto.com\r\n:sterling.freenode.net 352 vmlemon #amarok i=hhamalai myntti.helsinki.fi irc.freenode.net dah H :0 Harri A O Hamalainen\r\n:sterling.freenode.net 352 vmlemon #amarok n=jer 24-107-233-133.dhcp.oxfr.ma.charter.com irc.freenode.net UsagiJer H :0 Jer Jer Bo Ber\r\n:sterling.freenode.net 352 vmlemon #amarok n=vincent h8441252227.dsl.speedlinq.nl irc.freenode.net cannajunk H :0 Vincent Stans\r\n:sterling.freenode.net 315 vmlemon #amarok :End of /WHO list.\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

86.128.191.16 -> 192.168.1.2

192.168.1.2 -> 86.128.191.16

71.10.179.129 -> 192.168.1.2
'\xe8\xc9\xf3\x97\xda[\xd4\xeaw\xce\xd3\x0b\xb7="k\xc2\x80g\xda\x8e\x93\x11 \x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

86.128.191.16 -> 192.168.1.2

192.168.1.2 -> 86.128.191.16

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

24.177.122.79 -> 192.168.1.2
'\x9a\x9f\xbf)\x85\xdd"\xd6c~^C\xf4\xd3\xbf\rX\xca6\x00\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

192.168.1.2 -> 24.177.122.79
'\x9a\x9f\xbf)\x85\xdd"\xd6c~^C\xf4\xd3\xbf\r\xd8\xb3\x03\x00\x00\x00\xff\xff'

212.204.214.114 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

24.177.122.79 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+the standard menu actions\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.1 -> 224.0.0.1
'\x11\n\xee\xf5\x00\x00\x00\x00'

192.168.1.2 -> 68.95.198.126
'"'

172.200.160.242 -> 192.168.1.2
'\xc8\xf9\xca\x9desX\xd9\x03\xae\xce8\xf8iO\\\n,\xffw\xee\x96x\xbf&\xcb\x1e9F\x82Q\xc2\xb1\x18\xb2\xcf_\x0c\x91w\x01\x02\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 172.210.225.34
'\x16{\x02\xd2;\x82\x13\xd3gN~\x8d\xed\x8ae\x8e\xfev'

192.168.1.2 -> 82.135.226.115
'\x16}\x02\xe1Ub\xa8\xd7\xea2\xccz\x8f\xa8\xc2:\xa3\xa2'

192.168.1.2 -> 82.238.159.78
'\x16\x7f\x02*\n\xca\xf9\xd4n\xe6\xa2\xa4}\x19\xef\x1f\xb3\x84'

192.168.1.2 -> 201.66.132.24
'\x16\x81\x02\x01\xecp\xd6k4\xb8x=\x07x\xe2\xff!\xb4'

192.168.1.2 -> 68.206.150.243
'<\x17-\xd3\xc2\xa3\xb6\xa30\xd5\x9446'

82.238.159.78 -> 192.168.1.2
'i<\x02\x81\x1f\xb1\xa8\xaeS\xb0J\x01\xb5\x8f\x95\x1d=h\x06\xde3\xa2\xfcx?w'

172.210.225.34 -> 192.168.1.2
'\xda\x8e\x02&r\xaf\x08\x1e\x8a\xc3\xc8\x95\xa1\x9e\xdc#\xd0\xe8/\xb3<\xb7\xc7Xv\x84'

68.206.150.243 -> 192.168.1.2
'ZH\xb7\x89\xf3\xde\x7f\x95\xd6\xbc\x121z4u^nI\x19\xfbv\xc1\xd74\x94*Q\xff\xa4u\xa26~\x83/x\xb7Iz\xdc\xe6\x12\xd8>\xc0p/!'

192.168.1.2 -> 68.206.150.243

192.168.1.2 -> 154.20.232.87
'\x16\x85\x02\xfc\xe7{\xcf\xbaC\x08\x91F\t\r\xc2\x16\xb0r\x8cl\x92\x1e{\x92k\xc26\tV%\xe4'

192.168.1.2 -> 83.227.99.222
'\x16\x87\x02\xc2v\xea4n\x7f\x98V\x18W%d\x93\x11)\xd3\x00\x07ww\x85\xce\x0cn\xa8\xd0\x11\x06'

192.168.1.2 -> 87.254.76.214
'\x16\x89\x02\xadRr\x15/[`\xc0\x17;\xbe\xbe;\x89\xfb\xb0\xb5U\xb7X\xfd\xe6\xd1\xdd+_\x18T'

87.254.76.214 -> 192.168.1.2
'\x95\xb9\x02Sn\xab\xee\xdd\xea\xfa\xc4\x83\xd8&\x8c\x12\xb7\xf2'

192.168.1.2 -> 68.206.150.243
'\xe2*\xb0\t\xcb\xb4\xe0Bn\xcc\x13r\xbc'

83.227.99.222 -> 192.168.1.2
'\xf1\xfa\x02\xcb\xcd\xe4Q=5\x8d\xf7\x1c\x8a\xb6xAk:'

192.168.1.2 -> 192.168.1.1

201.66.132.24 -> 192.168.1.2
'\x8e\x8b\x02\x08sH\\u\xe6\xfc \xb7Ok\xff\x1e\x93\x89!\x01\x113\xbad\xa7\xe0'

154.20.232.87 -> 192.168.1.2
'\xbes\x02l\x19i*\x97<E|\xaf\xe80K\x19\xe4\xdc'

68.206.150.243 -> 192.168.1.2
'\x817\x17\x1a\x83\x07\xaa2]\xc5\xe1$E\x86E\x99\xc2\xd8\x14\xb32Y\xd5\xcd\xeaY\xd6\xadPq}S\xc5\x9eZ\x9c\x04z\x8b\xa1\xda\x16\xec\xd1\xfei\x94,ZV\x8c\x19\x03\x92\x10\xdd\x02\xf0Z\xed\xf0\\\x8c\xe0\xaeB\x82x\xcaL\x89\xc0Y7\x7f'

192.168.1.2 -> 68.206.150.243

192.168.1.2 -> 87.110.172.158
'\x16\x8d\x02l\xe5\xaeB\\SG\x0f\xad\x8c\x86\x1en\xae\xb2\xc0w\xe7W\xb3\xc8\x8d8\x83\x16\xc8\x19\r'

192.168.1.2 -> 68.53.93.55
"\x16\x8f\x02\x8c\x08'K\x88o\xd7\xc8Bn\x16|\xf6z\x07L\x1e\xb5\xf9V\xdc/\xc3\xc4\xcd$\x98\xcb"

192.168.1.2 -> 209.6.110.105
'\x16\x91\x02\xb3\xd1\x88\x80\xde\x1a\xb6#8\xf6\x7f\xf0|\xe9\x0b\x8dD\x1e\xa5!u\x7f ?\xe4&x\xb6'

192.168.1.1 -> 192.168.1.2

87.110.172.158 -> 192.168.1.2
'\x01\x89\x02B(\xd4\x16R\x88m\x93\xba\xb3S\x96\x19\xeea'

192.168.1.2 -> 68.184.180.170
'\x16\x93\x02+9\x10\xf1\n&&\xe4\xb2F\xe5\xb5]\xeciqko\xcf\xa4[Y\xbcoo\xb6^\xfb'

209.6.110.105 -> 192.168.1.2
'\xec\xb7\x02\x0f\x95m}HG\x85\xb4\xb6c\x8bP<\x08\xff'

192.168.1.2 -> 35.10.92.61
'\x16\x95\x02\x93\x80\x10n\xad\x12\x91\xec\xbd\x85A\xf4\x11\xbb\x93t\x12j\x91a\x18\xe7\xd6\x9as#\xf1\xc3'

68.53.93.55 -> 192.168.1.2
"'L\x02\xf6\x1d\x0ex\xf8\x81\xa5\x18\xb5x\xf2DZUs"

192.168.1.2 -> 24.224.190.149
'\x16\x97\x02\xae\xd1\x00\x87y.\x01+\x1b4\xb9O\xb4\xa7\xcf.\xc4\xa3\xefK\xd9\xe7\xd2\x1fd=\xb7\xbd'

35.10.92.61 -> 192.168.1.2
'@\x8c\x02\x11\x13\x8e[\xc7%\x12\xe3\x9d\x12\x00\xff:\x86\x91'

192.168.1.2 -> 83.227.99.222
'\x16\x99\x02\x9a\xeb\x89\x8c\x0c\xff\xf8c\x8c-\x94\xbcC\x83\xeaW)\x19'

68.184.180.170 -> 192.168.1.2
'N`\x02k5\xd0:\xe2NM?\xca\xa0{\x0e<\x1f\xfe'

83.227.99.222 -> 192.168.1.2
'\xf2\x04\x022#\xf9e\xc6TZ\x0f\xf4\xaa\x94\x93\xc7\x80\xa5\x14\x80\xe7\x9b\xb9V\xfa\xd7K \xebP\xf250\xfc\xd4\xd4\xbeEy\xeb\x0f\xdaL\xb5\x80WQ\x1d\xf7\xcb\x8d\x19\xce\xa8\xed\xc5X\tA\x1fk\x85\x1eHz\xa6\x08?\xfd'

192.168.1.2 -> 69.116.18.137
'\x16\x9b\x02\x8e%\x83\x8d\xec6izc\x9d#Y\x90\x84\xac\x0f\x99\xady\xebjb\xb8\x0b\x1dA9d'

192.168.1.2 -> 217.8.201.21
'\x16\x9d\x02?E\xc3ZK\x02\xder_\x18y\xbd\xa5\x0b\x9c\xb6Ck2\xbd>hF\x03$`\xf6\x86'

69.116.18.137 -> 192.168.1.2
"|\x9d\x02L7'\x1f'\xfae\xd0\xa5\xf5\x0c$]\xf4K"

192.168.1.2 -> 213.112.53.77
'\x16\x9f\x02\xf9#C\x83\x9f>N\xb5j\x85\x96U#N\x0f \x92\x9a\x83\xdf%\xdeE.<@\xceK'

71.10.179.129 -> 192.168.1.2
'HP\xf9D\xa2\xb5sd\x11C0\xa7x@7\xe6\x9e\x19\x80\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

213.112.53.77 -> 192.168.1.2
'6\x0b\x02\xc5\xb3A\x1c\xa8\x98\xf2\x87\xfc\x9e1\x17c\xc4\xf4'

192.168.1.2 -> 192.208.132.217
'\x16\xa1\x02\x8f-\xf9X\xe7\xe8\x1d\xa4\x85\xef\xcb\xb6Y\xa4\xf5\xed\xddT\xc9\xbf\xb3YB\xcc\xe4Vv\xe6'

217.8.201.21 -> 192.168.1.2
'\x8f\x1d\x02x\n\xf1\xd7\x02\x91:\x0cA$\xab\x82Ay\x85'

192.168.1.2 -> 85.165.0.55
'\x16\xa3\x02\xf6\xd2e\xe93\xd4\x8dc\x8b\xbb\xe3\x06\xa2!\xf8\x15\xf4Ui\xf0L\x13\xacPYZ\x07\x86'

85.165.0.55 -> 192.168.1.2
'C;\x02*R\xd0l\x12e\xb5\x9e\xd7\xde(\x10\xc1\x9f\x94'

192.208.132.217 -> 192.168.1.2
'\xa9X\x02\xda\xa71\xee\xb8l}\x15\x8e\xce~.\xd0A\xcb'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 88.108.131.46
'\x16\xa5\x02\xbb\x91\xb3\x06\x94\xe0:k4m\x9dR\xca\xfc=\xfc\xfc]\x8a%\x02\xdf\xdf\xcdN\x12\x9d\x07'

192.168.1.2 -> 67.71.69.121
'\x16\xa7\x02L\xc9\xec?@\xdc\xaa\xac\xd1Ou(\xdd\xfb\xea\x19K\x1a\x82\xab\xf3\xe9\x01?\x8e\xdbW\xef'

192.168.1.2 -> 71.10.179.129
'\x12T>\x91h\xed\x1cY\xc4\x10\xcc)\x1e\xd0\x8d\xa3A\x02\x00\x00\x00\xff\xff'

192.168.1.1 -> 192.168.1.2

88.108.131.46 -> 192.168.1.2
'\x0e.\x02\x8d\xa7\xa7\t7\x0e\xeaB\x8e\x84\x1a\x92\xa8\xe9$'

67.71.69.121 -> 192.168.1.2
'u\xbe\x02b\x90\xa3\x9f\x9d\x07"\xc9\x00\x0c\x9a\xa8\xa5\xa2\x08'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

71.10.179.129 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 24.224.190.149
'\x16\x97\x02\xaa\xf0\xa3\xe4y.\x01+rm\n\x11\xb3\xcb\x8e\\\x01\xff\xf5\xac\xafw0\xd6\xb1\xfcU\xae'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

71.10.179.129 -> 192.168.1.2
'h\xbeh\xc9\xaf;\xde*\xee\xc2\nb\xff\xcb\xcew\xc2\xa2C`\x87\xcb\xaa\x8d7Q\x8eNm\xc6\x96\x91\x91\xda8\x00\x01\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

202.97.238.204 -> 192.168.1.2
'\x04\x00(\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf8\x91{Z\x00\xff\xd0\x11\xa9\xb2\x00\xc0O\xb6\xe6\xfc\xdcV2\x1c!\x10\xca\xb4\xa3\x7f\xa8\xcd\xd6)4\xe3\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff\xffz\x01\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00FROM\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00TO\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006\x01\x00\x00\x00\x00\x00\x006\x01\x00\x00STOP! WINDOWS REQUIRES IMMEDIATE ATTENTION.\n\nWindows has found 55 Critical System Errors.\n\nTo fix the errors please do the following:\n\n1. Download Registry Update from: www.helpfixpc.com\n2. Install Registry Update\n3. Run Registry Update\n4. Reboot your computer\n\nFAILURE TO ACT NOW MAY LEAD TO SYSTEM FAILURE!\n\x00'

192.168.1.2 -> 202.97.238.204
'\x04\x00(\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf8\x91{Z\x00\xff\xd0\x11\xa9\xb2\x00\xc0O\xb6\xe6\xfc\xdcV2\x1c!\x10\xca\xb4\xa3\x7f\xa8\xcd\xd6)4\xe3\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff\xffz\x01\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00FROM\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00TO\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006\x01\x00\x00\x00\x00\x00\x006\x01\x00\x00STOP! WINDOWS REQUIRES IMMEDIATE ATTENTION.\n\nWindows has found 55 Critical System Errors.\n\nTo fix the errors please do the following:\n\n1. Download Registry Update from: www.helpfixpc.com\n2. Install Registry Update\n3. Run Registry Update\n4. Reboot your computer\n\nFAILURE TO ACT NOW MAY LEAD TO SYSTEM FAILURE!\n\x00'

202.97.238.204 -> 192.168.1.2
'\x04\x00(\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf8\x91{Z\x00\xff\xd0\x11\xa9\xb2\x00\xc0O\xb6\xe6\xfc\xdcV2\x1c!\x10\xca\xb4\xa3\x7f\xa8\xcd\xd6)4\xe3\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff\xffz\x01\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00FROM\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00TO\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006\x01\x00\x00\x00\x00\x00\x006\x01\x00\x00STOP! WINDOWS REQUIRES IMMEDIATE ATTENTION.\n\nWindows has found 55 Critical System Errors.\n\nTo fix the errors please do the following:\n\n1. Download Registry Update from: www.helpfixpc.com\n2. Install Registry Update\n3. Run Registry Update\n4. Reboot your computer\n\nFAILURE TO ACT NOW MAY LEAD TO SYSTEM FAILURE!\n\x00'

192.168.1.2 -> 202.97.238.204
'\x04\x00(\x00\x10\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\xf8\x91{Z\x00\xff\xd0\x11\xa9\xb2\x00\xc0O\xb6\xe6\xfc\xdcV2\x1c!\x10\xca\xb4\xa3\x7f\xa8\xcd\xd6)4\xe3\x00\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\xff\xff\xff\xffz\x01\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00FROM\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00\x00\x00\x00\x00\x10\x00\x00\x00TO\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x006\x01\x00\x00\x00\x00\x00\x006\x01\x00\x00STOP! WINDOWS REQUIRES IMMEDIATE ATTENTION.\n\nWindows has found 55 Critical System Errors.\n\nTo fix the errors please do the following:\n\n1. Download Registry Update from: www.helpfixpc.com\n2. Install Registry Update\n3. Run Registry Update\n4. Reboot your computer\n\nFAILURE TO ACT NOW MAY LEAD TO SYSTEM FAILURE!\n\x00'

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 24.224.190.149
'\x16\x97\x02\xbe\xea\x14\x05y.\x01+\x92`\xe2$E\xa3\xdf\x19\xbcD|\xe9\xc2\xff\x9dC\xe2\x8fMs'

212.204.214.114 -> 192.168.1.2
':eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+\x01ACTION scrolls up\x01\r\n'

192.168.1.2 -> 212.204.214.114



172.200.160.242 -> 192.168.1.2
'\xe8\xd7\xfb\xf5\xa5?/N*\xde\xf5\xc3\xc25\xf95\xe6N.\x80\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 172.200.160.242
'\xfa\xf5~}\xe9\xcf\x8b\x93\x8aw\xfd\xb0pM~\x8d\xa3\xfa\x07\x00\x00\x00\xff\xff'

172.200.160.242 -> 192.168.1.2

172.200.160.242 -> 192.168.1.2
'\xc8\xf0\xf5\xc5\xcd\xc6[X-R-3\xbb\xb6G\xc2\xd7Tai\xf9\xc5bk\xf9!\x9a\x0e\x1e\x00\x01\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 68.206.150.243

68.206.150.243 -> 192.168.1.2

68.206.150.243 -> 192.168.1.2

192.168.1.2 -> 68.206.150.243

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

71.10.179.129 -> 192.168.1.2
'\xc8\xd9d\xe6\xa58\xe3\x89\x19B\x9b\xff\xdc\x9e\xec)\x073\x89e\xfb\xa4bi\x031$\xff9i`\xdb;\x824\xb9\x0b\x10\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

212.204.214.114 -> 192.168.1.2
':eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+wait why are you debugging for SUSE packages? :P\r\n'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
':jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+yaloki: are you not the official packager then?\r\n'

192.168.1.2 -> 212.204.214.114

86.128.67.61 -> 192.168.1.2

192.168.1.2 -> 86.128.67.61

86.128.67.61 -> 192.168.1.2

192.168.1.2 -> 86.128.67.61

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

'\x10\x00\xff\xff\xff\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

172.200.160.242 -> 192.168.1.2
'\xe8(\xf7\xf1\x17\xe6\xd7\xe6\x15\xeexT2\xa9\xee\xde;Ds\xd4\xad\xba\xe6\x837\xd2\xbeJ\xe7/N\x04N?\x03\x08\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

212.204.214.114 -> 192.168.1.2
':eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+just have him use your stuff if they work\r\n'

192.168.1.2 -> 212.204.214.114

24.177.122.79 -> 192.168.1.2
'\xda\xb3\xef\xe0tq\x7fa\xd7i\x0ftSn\xadg\xc2\xb2\n\x1a\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

192.168.1.2 -> 24.177.122.79
'\xda\xb3\xef\xe0tq\x7fa\xd7i\x0ftSn\xadg\xc2\xdeO\x07\x00\x00\x00\xff\xff'

24.177.122.79 -> 192.168.1.2

24.177.122.79 -> 192.168.1.2
'\x9a9/\x95a\xf6A\x07\xd75\x8a\xbf\xfe~\xdbu2\x18k\xb5\x00\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

71.10.179.129 -> 192.168.1.2
'h\xae\xe2\x06M\xa93&\xea\xb7\xe5x\xad\x16\xff\x807\x17>\x1fuIgy\x13\x8a\x9c][\xa3\xb0-FA\x849@\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

212.204.214.114 -> 192.168.1.2
":yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+hm.. no patching whatsoever.. the taglib RPM you're using (taglib-1.4-20) is a plain build\r\n"

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
':jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+right...\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 71.10.179.129
'\xda\x92\xf7nC\xa8\xe8\x83M\xff?\xb8]\xff=o;\xe1\x04\r\x00\x00\x00\xff\xff'

71.10.179.129 -> 192.168.1.2

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
":yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+jefferai: no I'm not\r\n"

192.168.1.2 -> 212.204.214.114

172.200.160.242 -> 192.168.1.2
'(v\x92\xf4\xb3\x8cmkv,yT\xdf\x9d\x15#\x0cs\x14\xd3\x0e\x8f6\x03i9d\xef\x7f&PO\x02\x04\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 68.32.70.119
'\x00\x00\x00o'

68.32.70.119 -> 192.168.1.2
'\x00\x0c\x00p\x00\x00<M\x00@\x10\xee\x00\x80[\x8e'

192.168.1.2 -> 68.32.70.119
'\x00\x00\x00\x08'

71.10.179.129 -> 192.168.1.2
'Ha\xdfB9n\xb3\x14%\x96Jg\xd1\xa0\x15\x95\xa0\x02\x1a\x14}V\xb3%\x9e\xae\xca\xd3&\xa2\xd8D\x94!\x00\x01\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

68.32.70.119 -> 192.168.1.2
'\x00\x00\x00\t'

192.168.1.2 -> 68.32.70.119

192.168.1.2 -> 68.51.91.234

192.168.1.2 -> 72.197.60.203

192.168.1.2 -> 67.163.59.104

192.168.1.2 -> 67.175.21.149

67.175.21.149 -> 192.168.1.2

192.168.1.2 -> 86.3.249.41

67.163.59.104 -> 192.168.1.2

192.168.1.2 -> 67.163.59.104

192.168.1.2 -> 67.163.59.104
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

72.197.60.203 -> 192.168.1.2

192.168.1.2 -> 72.197.60.203

192.168.1.2 -> 72.197.60.203
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

67.163.59.104 -> 192.168.1.2

67.163.59.104 -> 192.168.1.2

72.197.60.203 -> 192.168.1.2

192.168.1.2 -> 71.228.44.157

72.197.60.203 -> 192.168.1.2

192.168.1.2 -> 69.175.213.26

67.163.59.104 -> 192.168.1.2
'r\xf4\xf0Z\x00\x00\x8a\xa9\xf4\x0c-\xb4\xd5\xa2'

192.168.1.2 -> 67.163.59.104

67.163.59.104 -> 192.168.1.2

67.163.59.104 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

71.228.44.157 -> 192.168.1.2

192.168.1.2 -> 71.228.44.157

192.168.1.2 -> 71.228.44.157
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

192.168.1.1 -> 192.168.1.2

71.228.44.157 -> 192.168.1.2

192.168.1.2 -> 70.34.2.250

71.228.44.157 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 68.51.91.234

86.3.249.41 -> 192.168.1.2

192.168.1.2 -> 69.175.213.26

192.168.1.2 -> 70.34.2.250

172.200.160.242 -> 192.168.1.2
'\xe8[\x97\xed\x8c\x8c\x9b\x12\xdd\xf7j\xe6\xc93]\x81\xb7\xeb\x97\xd5\xf3\xdc>;\r\xe5`\xa9w\xd8fsy\x10\x05\n@\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

212.204.214.114 -> 192.168.1.2
':arkanoid_!n=arkanoid@8-255-173-213.static.dsl.webpartner.net JOIN :#amarok\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 68.51.91.234

212.204.214.114 -> 192.168.1.2
":jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+okay, so, people using SuSE RPM have problems, people using yours don't\r\n"

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 69.175.213.26

192.168.1.2 -> 70.34.2.250

71.10.179.129 -> 192.168.1.2
"\xc8\xccxE\xc7C\x9f\xde\x95\xdcR\\\xafv8\xb9!\xe5%M\tc\x94\x15\t\xdb\xbe\xe2\x8d?'\x80\x00\x00\x00\x00\xff\xff\x02"

192.168.1.2 -> 71.10.179.129

212.204.214.114 -> 192.168.1.2
':jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+is what it sounds like\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2
":sterling.freenode.net 303 vmlemon :SmileyG \r\n:yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+jefferai: I maintain the 2nd largest RPM repository for SUSE Linux, but community, I don't work for novell\r\n"

192.168.1.2 -> 212.204.214.114

172.200.160.242 -> 192.168.1.2
'\xa8\xbb\xea\xe3\n\xb7\xe05\x13\xf6\xe5\x9d\xdc>\xedU\x01F@\x02\x04\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 172.200.160.242
"\xea\xae\xfa\xb8\xc2-x\xcd\x84}y'\xb7O{U\x80]\x11\x00\x00\x00\xff\xff"

172.200.160.242 -> 192.168.1.2

86.128.116.241 -> 192.168.1.2

192.168.1.2 -> 86.128.116.241

192.168.1.2 -> 74.134.164.121

86.128.116.241 -> 192.168.1.2

192.168.1.2 -> 86.128.116.241

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 68.70.72.32

192.168.1.2 -> 83.87.11.43

192.168.1.2 -> 24.185.17.200

192.168.1.1 -> 192.168.1.2

24.185.17.200 -> 192.168.1.2

192.168.1.2 -> 24.52.71.135

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

24.177.122.79 -> 192.168.1.2
'Jq\xd9.\xc2w\xe7\x93\xf3v\xdd\x12\xc3\x8dq\xeff`\x1a\x03\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

192.168.1.2 -> 24.177.122.79
'Jq\xd9.\xc2w\xe7\x93\xf3v\xdd\x12\xc3\x8dq\xeff`U\x04\x00\x00\x00\xff\xff'

192.168.1.2 -> 212.204.214.114
'WHO #rokymotion\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 352 vmlemon #rokymotion n=lando pool-71-121-181-242.sttlwa.dsl-w.verizon.net irc.freenode.net land0 H :0 gaim\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell\r\n:sterling.freenode.net 352 vmlemon #rokymotion i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 P'

192.168.1.2 -> 212.204.214.114

24.177.122.79 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
'aul Cifarelli\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=mark amarok/developer/markey irc.freenode.net markey H :0 Mark Kretschmann\r\n:sterling.freenode.net 352 vmlemon #rokymotion i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman\r\n:sterling.freenode.net 352 vmlemon #rokymotion i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie\r\n:sterling.freenode.net 352 vmlemon #rokymotion ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo\r\n:sterling.freenode.net 352 vmlemon #rokymotion n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)\r\n:sterling.freenode.net 315 vmlemon #rokymotion :End of /WHO list.\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 74.134.164.121

74.134.3.114 -> 192.168.1.2

192.168.1.2 -> 67.84.43.172

67.84.43.172 -> 192.168.1.2

192.168.1.2 -> 24.187.107.99

24.187.107.99 -> 192.168.1.2

192.168.1.2 -> 24.187.107.99

192.168.1.2 -> 24.187.107.99
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

24.187.107.99 -> 192.168.1.2

24.187.107.99 -> 192.168.1.2

192.168.1.2 -> 24.53.74.129

192.168.1.2 -> 68.70.72.32

192.168.1.2 -> 83.87.11.43

24.53.74.129 -> 192.168.1.2

192.168.1.2 -> 24.53.74.129

192.168.1.2 -> 24.53.74.129
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

192.168.1.2 -> 24.52.71.135

24.53.74.129 -> 192.168.1.2

192.168.1.2 -> 66.61.38.114

66.61.38.114 -> 192.168.1.2

192.168.1.2 -> 66.61.38.114

192.168.1.2 -> 66.61.38.114
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

192.168.1.2 -> 69.248.108.13
'\x06\x00\x1e\x00\x03\x00\x00\x00\x00'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

66.61.38.114 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

69.248.108.13 -> 192.168.1.2
'$\x00\x1e\x02\x00\x00\x00\x02\x00\x00\x00\x02\x00\x00\x00G\xc4\xd4X\xf1yP\x1a\x89\xe5\xc5\xabS(&\xcd\xdc"B\xa1\xc1H\x83\x81'

192.168.1.2 -> 69.248.108.13

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

172.200.160.242 -> 192.168.1.2
'h\xd5T\x93|\xc9\xa4m\xeb\xde\xdb\xdf\x12H\x10\xd5\x87en\xe9\xd6\x1bl\x93/\xadD\x19\xc5W`\x01\x08\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+\x01ACTION fires dirk and replaces him with yaloki \x01\r\n'

192.168.1.2 -> 212.204.214.114

71.10.179.129 -> 192.168.1.2
'\xe8\xfa\x89\xa2\x17\x7f\xcfxl\x94\x8a]\xf7c\xf3\x13m\x98IL\xe5\x97rt\xfe\xf60 \xa5\xdb\xa7\xd8\xce\xc0\x14C\x94F\x00\x01\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

192.168.1.2 -> 68.95.198.126
'"'

212.204.214.114 -> 192.168.1.2
':eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+:P\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 68.70.72.32

192.168.1.2 -> 83.87.11.43

192.168.1.2 -> 24.52.71.135



192.168.1.2 -> 66.61.38.114

192.168.1.2 -> 68.195.103.120

68.195.103.120 -> 192.168.1.2

192.168.1.2 -> 68.195.103.120

192.168.1.2 -> 68.195.103.120
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

66.61.38.114 -> 192.168.1.2

68.195.103.120 -> 192.168.1.2

192.168.1.2 -> 68.171.31.88

68.195.103.120 -> 192.168.1.2

192.168.1.2 -> 86.197.95.238
"\xb0_\x02\xae\xa7\xc6\xfc\xcc\xdb\x96'\\\xb2\x8e\xf6\xca\x10\xd6"

192.168.1.2 -> 24.200.254.253
'\xb0a\x02(qf=\xe2.^\xbd\x17\xb9\xc5kjb#'

192.168.1.2 -> 86.220.100.25
'\xb0c\x02\x8b=:J\xe1\xaa\x8a\xd3\x9f_\xfa5!E5'

192.168.1.2 -> 208.2.71.2
"\xb0e\x02\xd6G\xb1\xb3\xe5'\xf6arl\xbd\nd\xd5\x1f"

192.168.1.2 -> 86.31.70.81
'\xb0g\x02\xed"\xa5\xc8\xe6\xa3"\x0f\x1bF$\x91\xf1\xfd\xd7'

192.168.1.2 -> 68.0.172.33

208.2.71.2 -> 192.168.1.2
'\xb0eGV\x80\xf5s\xe45T\xc2'

192.168.1.2 -> 208.2.71.2
"\xb0e#\x01\xe45T\xc2\xd0\x02G\x02\xe5'\xf6aA\xe2\x9f\x1f%;\xdb"

192.168.1.2 -> 72.201.60.177

68.0.172.33 -> 192.168.1.2

192.168.1.2 -> 68.0.172.33

192.168.1.2 -> 68.0.172.33
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

208.2.71.2 -> 192.168.1.2
'\xd6\xbe\x02\x0c\x18\xd2v\x82\x90\xe7)\xc6p F\xe8\x00\r9s\x11\xd8at\xf6|\xae\x10?\xae@\xc1\x87\x83\xf8\\1\x15\x8f\xe2"\x94r\x1a\x0c\xb3\xe0\xa1\x86$\xc7'

192.168.1.2 -> 67.71.69.121
'\xb0i\x02\x15\xbc\xf0\xf6\xec=\x0f\x05E@\xe3ScV\xf8'

72.201.60.177 -> 192.168.1.2

192.168.1.2 -> 72.201.60.177

192.168.1.2 -> 72.201.60.177
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

68.0.172.33 -> 192.168.1.2

68.0.172.33 -> 192.168.1.2

67.71.69.121 -> 192.168.1.2
'\x7f\x87\x02\xb8\xf6\xf6n\xcfHY`z\x96l\xba\xbb\xa4\x03'

192.168.1.2 -> 67.71.69.121

192.168.1.2 -> 24.224.190.149
'\xb0k\x02\xf1\x7f\xb5o\xef\xb9\xdbk\xb3\x96\xd0F\xa3\xf3\x10'

192.168.1.2 -> 69.160.6.18
'd'

67.71.69.121 -> 192.168.1.2

192.168.1.2 -> 67.71.69.121

192.168.1.2 -> 67.71.69.121
'\x94\xea/T%\xb4\x10\x0e\x0c;\r\xe2\xde~'

72.201.60.177 -> 192.168.1.2

192.168.1.2 -> 72.40.133.78

72.201.60.177 -> 192.168.1.2

192.168.1.2 -> 67.84.148.173

192.168.1.2 -> 24.74.180.249

24.224.190.149 -> 192.168.1.2
'\xe0W\x02\xce\xd02\x0f\xcc\xcc\x8d\x0e\xee\xfd\xe0bE3Z'

67.71.69.121 -> 192.168.1.2
'\xf6\xe4\xe1\x8d\xea1\xc6\x98\x1e<O=\xc6\xa7\xc6h\x9eq\x18\x02\xab8\xb4\x1f\xa7\x8dVM\xaa\x03H\xe9\xce\xef\xd7\x9b\xbc'

192.168.1.2 -> 67.71.69.121

192.168.1.2 -> 67.71.69.121
'\x15\x05}\x1d\xfe;\xbd\x8e\x9c>x\x8e\x17=\x00\x1bWO\x1d2yi\xb8\xf0\x87'

67.84.148.173 -> 192.168.1.2

192.168.1.2 -> 67.84.148.173

192.168.1.2 -> 67.84.148.173
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

67.71.69.121 -> 192.168.1.2
'SG\xe5\xdb\x97\xd9c\xb3\xa1\x9d\x16z\x81\nG\x9b\xd4\xf5Q\x9d\xe3Of\xb2BQ\xb3h\xb5\x03\xae7v\xe6J\x9c\x19w\xe7\xbb\x12\x14\x12\x04\x00X;\x9d?(\xc4\xa5\xe7l\xb4\n\x89]Br.\'\x1b\xc6\x0f@\xb3,\xff\x9e\x03\xfe\xbc\x96\x85\x893\x8c\xc68\xb2\xe07\x18\xbb\tU\x86b\x8d\x0f\r\xd8\xdb\xcdN\xe7\xac\x87\x06\x86\xbe\xfa\x05\xfa\xac\xecW\xf8\xbaQy\x95\x8a\xf8\xeb1\x92\x9b\xc1\xd5\x8c\x9f\x9a\x8b\xdeuJ\xf7\xcaEn\xa2R\xa7!.T\x1c\xfao\x0c\x7f\xd9\xc2\x80\xc5iq;\xa3\x87]F\xd1\xfc7"o\xcf\x93\x05\x13=\xe9R\xae;\xcf\xf6o\xc5o\xf1\x81\x81-\x08Tm.\x9bG\x9f\x7f\x0e\xa4EW\xb4qQ\x9b\xa1\xc3Jc\xf2\x81\x156o\x0f9\x96)\x8d\xbf%\x00jY\xafkNo+\xd3\x17\x9a>\xf83\x82\xf1KE\x07w\x03w\t\x99\xdd\x8d\x15\x8a<\xd9:\xaf>.)\xec1\xd77\x8d\xd0$\xa6\t\'(\xcf\xb9T\xae\x8e\x80\xbcG~3\xae\xd1\xf4\xfe\xcb\xa0<\xda[\xc0\x811\xfe\xf8\xe7\xbe\x83\x00AbV\x87w%\xc3\xa7Mt\x0e\x85\xbb\xc7X\xc7\xd7h`X\xb1\xec\xee\xecN!\x1e]\x14-x\x83\xf8\xfcy\xd5\xe8\x98\xd9\xd0D\xa1\x9e\rM\x8f\x1f6#\xa5F\xcb\xec*\xcd\xbbn)\x1a+\x8d\xa0L\x02\xe7i\xb1$es\xd9\x9d\xd4\xdf\xa5\xde\xdb\xf6O\xc8i\r\xc0\xd3\x0c\xf5\xe1\x12Z\xc9\xb5J:\x14\xd9Y\x04PA\xae\xfc\xc5q\xcdK4\x12\xc4\xdc\xf0\xd3\xfa\x16Z\xa7\xe83\x8eu|\x03\x9bo7\x1d\x88\xa4\x00\x05o\xdc\xae\xf0\t\x07\xfcI@\xe6<\xa7\xa3\x1e._\x01\xc3RB\x1e\xf6\xf3\x87\xc5nh\xd1\x02\xf0\xabrJ\x97\x8e-\xd7\xb01\x8b.\xe8\xb8QSA\x957\xabG\x93o\x80j\x92s#.\x0b\x94\xc2\x7f{R\x96>5|j\xbd\xbc\x0f!\xccT\xd8ux\x05\x89\x84\xab\xa0\xae\x93\x8b+\xa0\x08D\x99\x0cTR\xad\xf6\xe8^\x99\xb6bVtJ\x87\xb6\x803\xca\x9a9G\xbb\xe7-\x07\x02\xa7\x99\xb2\x02\x86\xef6\xd2C\xd4\xe9y\xa9k\x0e\xf2:\x9f+\x02\n\xb5\x8c;_\xcc\xae\xf9\xf8\xf7\x8b\xf5\x03\xb1V,\xd4\x1e\xcf\xe2\xb3\x85\x83IK*\x89\xf3\x1a'

192.168.1.2 -> 67.71.69.121
'v\xf3\xb3\xb7'

67.84.148.173 -> 192.168.1.2

67.84.148.173 -> 192.168.1.2

192.168.1.2 -> 67.80.71.219

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

69.160.6.18 -> 192.168.1.2
'\xa8'

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 69.160.6.18

67.80.71.219 -> 192.168.1.2

192.168.1.2 -> 67.80.71.219

192.168.1.2 -> 67.80.71.219
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

67.71.69.121 -> 192.168.1.2

192.168.1.2 -> 67.71.69.121
"A\x9f0\x10\xfe\x1f\xdd\xa3\xbd\xe3\x10(\x96\xb5`*\x9f\xb3=\xe2\x91\x16j[\xce5\xc8\xa6\x7fK0\xcf\x0b\x9d@\x85;|\xc9\xdf\xd5d\xc5\xaa\xdc}\xf3[\x7f\x9e\x08p\xa2'\x80\xc9"

67.80.71.219 -> 192.168.1.2

67.80.71.219 -> 192.168.1.2

192.168.1.2 -> 212.72.49.141

67.71.69.121 -> 192.168.1.2
'\x00\xa2c\xb6\xe0Iu\x95" \xc5\xb8\xd1\xd8J\x95\xf1\x87%GM\xbb\xba\x89\xebcz\x8d\xfd\xd5\xf1s\xaf\x8f/&\xb2\x96\x15\xfc\xe9\xe9\xc2\xd1\xe2\xf4\xd5a\x91\x1d\xa7\xe8%\xb4 \xd0S\xc4%(f\xec\x08\x1f"CQ?\x1ej\xac\xc95D\xa9/Q\x18\x8aj1n\xe6\x91PF"3uJ\x95\xb3\x8e\xa4\x12]\xd7\x9b&\x05\xdf\x1er2\xff&\xb4$g\x1f\xbd\xf8\x87\x7f\x95\xcbd\xb3\x10H\x1d\x98\x1c\xf1"\xbc\xe4\xb0\xf4\x95\xec\x8f~\x9c6\xfe\x1fd\xf8 \xdf\xf4\x04\xe8\xaef\xd6A\xe3=$\xf2\x15m\xd0m\x10&\xdf$ai\x8e\xe2\n\xd2\x89\xef\x19\x95\xbc\x8d\x135.\xca\xc4\xfa8\x8b0-\xabC+\xfd\x9d\x91~\xa0d\x81w\x078(#\x1ct\x10\x9b2\x82\xacG\xc9\xc9\x87\xbc\xf9)\xe6\x06c\x94\x0f\x06\x86YH\x15\x85UOM\xdaPY;\x93\x8d\x80,1\xe5K5k\xc8\xab\xf6Ggc\xa2\xebC\xd8w\xd1\x19g\xc2\xc9z\xb3\x03\x9fx\xb7\xab\xc3\xb1\x98qv\xa9m\xbd\x86[\xe8v\x0e\xb2\x18j\xc1\xc7D\xd1\tw\x175~u\xa9|\xc6\x97\x87i\x1e2\x91\x07!\xa6\xc4G\xa1\xf6\x13`I\xe4k\x05\xd9\xf7\x1es\xde\x92\x97@.{\xdb\xe3\xe9\xba\x0b8/\xf5O2Fz\xc7\x8b\xad>\xdb\xa3\x8fg\xb7\xa8\xab_\xc27\xd7\xb5;S\xd4\x14X\xb5\n\xfdug$\x90 \x1d\xb9\xbb\xeb}\x077\x8e\xf7\xa1\xf3\xf7]\xd0\xdaSMl\xe3\xb5I\x17@A\xaa\xc3{\xb7\xb49\xact\xb8k\x8dW\x94\x87\xa9#\xc6\x9bt|\xb7\xac8\x90\xa5H\xadrw\xbe#[Ym\xbd\xc25N,Jj\xaa"\xbe\x02\xb3tuP?*\xa7\xe2\xc8\xaa\xbf\x06n=\xc3"\xb2\xe8\x85\x97\xba9\xefm\x0b\x93\x9b\xff\x8dk\xa8c\xe8\xdf\xc43\xd6\xa9\x96;\x9c\x03\x1f\xa2M\xd4w\xdeq\x93\x7fp\x04\xc94\xdd\xdcn\x012\x0f\xc4\x01sR[nga@\x9a{\xeb\xf1A;\xb2\xf7\n\xcaxe\xc3\x03\xe7!\xa7==-6T\xbbq\xb2\xe2H\xce\xdf\xc9\xc1\xf9\xa8%Pm#\xbc!\xee\xfa\xd6+7\xb2*\xc3|\xb0\xf5\x1e\xf0\xfcwR\xc7\x06l\x7f\xf2*~\x19\r\xa4\xa9\xb4\x8c\xcb\xc9\x9cpG\x02\x8a\xdd\xdb\xb1\xbd+\xe9\xce\xf3\t\x8cN\x81\xde\xe9\xbb\x88\x81\xbc\x1e\xa5&\xb2\x87g\xb2\x9a\xb8\xe2\xd3\xc1\x90s!,\x8f\xf4\xb9V\x0e\x8e?\xaf@\x96\x8bg3\xe9\'\x97T\xfe\xc6o\x16j\xba\x00xM\xdc?6<[0vh)\x860\xb5&Q\xe1F\xccs\xc3\xc5\xe9\x12H\xfca\xef'

212.72.49.141 -> 192.168.1.2

192.168.1.2 -> 212.72.49.141

192.168.1.2 -> 86.20.229.242
'\xb0r\x02SCl\xb5\xa2\xeb\xe9\xcc\x85\xc3|\x85k+1\xbd\xdd\x93\x17'

192.168.1.2 -> 137.99.56.10
'\xb0t\x02\x868\x80b5t\xf8\xe5(\xd9x\x15\xbe\xd8:\rq\x14 '

192.168.1.2 -> 212.72.49.141
'\x16\x03\x01\x00\x00'

192.168.1.2 -> 67.71.69.121

86.20.229.242 -> 192.168.1.2
'\xb3{\x02<\xec\x8a\xac\xdcK\xc2\xe8I\xbdF\xe6\xec\xa8\x19\xc6\xc8\xb0]\x06\x16i\x01\x88\x1d\xc8\xf7\xb6$\xae\xb4\xb8f\x7f\x9e\xd9\x89\xe8\xe6\xa5\xcc\xccE\xf9I\x1b-\xde0\x10\x97\xbbw}K"A\xa9\xd0\x80\xc4|\x10;<\xdc\xfb\x9e\x1eq\xcf\xee\xe6\xa4\x1f\x188\x81,\xa5fG[\x1f>\x04\xdd\x92i\x94\xcd9\xd7\xc9:\xee\x86B\x0bd\xf8\xb1\xbaM\x80\xac\xd0\x14\xfdk\x98\xe53\xcem\xa0\x9b\xea%K:\xbbn\x8d\x01o\x16\xc4Kcz\xca\xdd\xa5\x9ciC?\xf3Xg\xf6OO,\x9d\xa39W\xb2a\x94u\xb6JDmB^\xc4G\x88u%\x94o\x92\x95\xed\xf0\xbb\xe4\x01\xdb`\x13*\x93-$\xa4\xcd\xeb\x16%\xaa\xac\x95\xfe\x05s\x8e2\x19\xa625\xd0]9\x0c[\xd9\xcb\xef\x9fw\xed\xa2\xc1\xec\x82\xa6\xbc\xcf\xa1\xd9\xbf1"\x0c]\x84\xc6:&~\xc4\xec\xa1\x98\xb3\x16\xb7\xdb\xebw\xbd\x01?[?\x92\x89\x86.\xb8\r\xdd5\t\xdd\xb4*\xaf\xeam\x04Z\xe8\xa1\xa8WP\xd0\xe5\xbf\xf3\x92\xa5RK\xe59\x98\xdc\xf6$\xbb\xa8\t\xbe~\x9bC\xa6\xa5W\xf9\xf2\xb3\\\xac*O\x1a\xd1_\x94\xb1\xa5\xf5\xfb\xd0\x91\xeeC\xa4\x81\x06\xb7\xe7>\x0e\'\x0cd:#\x93J\xe9$o,\xd8\x1e#\x193z\xdf\xa1t+\x96+x\x9e\xf4x\x02?\x93\x94\x80\xccd.\x8a\xac\xa5\xaf\x912\xd9\x88\xb4\xb29\xd4#O\r(Ev\xe4\xc3_\xc820\xe1\xad\xbb\xd4\xf1,\xa7F\x8dHV\xcc\x0b\xa5\xdd\xb1\x0c&a\xd2w\xc0\x85\xcdP\xfbYr&\xc1{\xa3\x1a\x0e2\xac\x9bt\x8c\'\x12\x7fM\x88-D\xa9h\x93\xa7\r\xa6,\x94.\xbcsG\x05\xf3\x9d\xbd(\xb6\xe6\xcd\xc2\x8aB\xcf\x04Q\xde\xde\x00fY0\x12\x8b\xb0,4\xf9\xf9\xc9[A\x1a\xc3\xc0i\xcd\xedpa\x12G\x06\x85,\xd9M8\x9fV\x9aP:\xff\xf2\x8ec\xa9z\x7f\x084\xe2o\xbd\x949\xec\x82r\x00#:\x19KzoC\xea ]`H\xd0i\x88\xed\xf8/\xe5q\x1b\xecA\xf8eJ\x83H7=4s\xdc3\xe7\xcc\xfb:}\xf2a<\x0c\t\x13\x1e\xe7\xd4\xbd3\xe3\xb9\xc3\\6K\xc1\xbb\xdd\x85\x04\x83\xd7\xff]XO\xa5\xfb\xa4\xd5\x87\x14\x92\xf5\x04\x02\x0f1oB\xc7\x1co\xe19\xfb\xdd\xedtv:\xd1\xb8\xb3\x8f\xf3\x8a\xcd\x9d\n\xe4[P\xf94X\xef\x0ef\x11+\x85e\x80\xd9M0\x85\xaf\xcd1\xcb\xc3\xd6(_@\x11\xb0\x03#n\x92\xf5\xe4\xd4\x039\xb0\xcd@\t"\xee\xc3\x8e\xa4|\xe7'

192.168.1.2 -> 194.46.185.158
'\xb0v\x02\xda&\n\xeb\xb0;O\x9a0\xf0$\xf6\x90W4'

192.168.1.2 -> 89.0.195.189
'\xb0x\x02\xa9\xef\xef\xa0\xb3\xbf\x9b\xf4\xb0F\x10\xb7\x9aw\x18'

192.168.1.2 -> 88.109.227.83
'\xb0z\x023\xeeE\x91\xb9!\xb6\xfe5\x1e\n\x10\xa2\xbe\x14'

192.168.1.2 -> 84.194.56.104
'\xb0|\x02\xf4\xe7T\x8e\xba\xa5b\x90\x19\xb9\x1c\xe0\x93\xf0P'

212.72.49.141 -> 192.168.1.2

212.72.49.141 -> 192.168.1.2
'\x17\x03\x01\x00\x00'

192.168.1.2 -> 212.72.49.141

192.168.1.2 -> 212.72.49.141
"\x16\x03\x01\x00\xcdA\x03\x00\t\x80@\x04\x08\xc0\x01\x9e\x01\xdb%1n\x7f\xff\xa1\x03\xccrPv\xa6\x91x\x08\x1e\xc6\xeb\xa2\xbf?E/\x0e\xf25C\x9eX\xca\x99\x12\xc6=\n\xacX8\xb2\x08i\x84\x9d|\xedN\xe7Sm\xef\xa4^\xa1\x8e\xb1\xbe-\xfc$Xn\xbaMO:\xeer,\xee\xbc\xc1X!Z?\x98\xd8\x04\xca\xaeR{!#\x01y\xa1\xc2m\xedv\xd3a\x0cH\x81\xf0\xae\xe3}\x99\xb2\t\xa2\xe4\xb9J\xc6\xb0\x08\x89#\x0cR\x91\x92\xd8\xc8\xc6V\x0c$\xb6\xbb\xe4+\xef\x1b\xa3v]ZN\xde!\x00?\xceb\xf9\x8c\xd2\xa9c\xd3)\xbeZ\x8fF`\xca\x02)8r\x02\x03\x90\xfeK\xe67[\xf7\xfdZq\x9b!h;\xeb9E\xaah\xaau\xf2\xfb\xf5\xb5%\xda\xb7\x86\xfa\xf7\x00\x0c\x01\x17\x03\x01\x00\xc5v\xf5%\xec+\x05\x17\x95\xd3k5\x90uM\x87\x82\xbd\xd10\xbfu\xda\xe5\xa5\xdd\xa6\xa5\xb1\xfa\x81\xa4\x142\x8c\xd1\xd2\xfay\xfcDcX\x1a\x96\xa1\x86q\xd0pI\xcd\x0c\x95p\xd0T\x9cM\xb5Z;\x83X\x10\xff\x8a\xc29O\xbbuk\xb6c\xf5\x8c\x9c4\xd8\xe91B\x87\xc9\x8b*_\xe1T\x86\x1f,Y\xf5\xc7\xcc\x13\x83\x07\xc3{t\xac\xb8\xd4\xe5{\xc0\xcb4\xa0\xf5GfZg\xb0\x80\xd7\xcc=X\xb2\xce~\xf5\x99\xaf4\xa8W\x0e\xbc\xca\x8a\xeb\xc8T{\xe7DAG6\x12\x08\xc2b'F*5\xce4\x17\x90!\xedx\xa6\xa4\xf92x\xfe4\xf6(\x02\xcen\x8c\xab\x9e\x7f\x8cnD\x14\xdd\x9a\x9bjO\xc8$\x83\x97\xce\xcf\x80\x82y\xf7H\x1bN"

84.194.56.104 -> 192.168.1.2
'\x93\xf7\x02\xa7\xf2\xe9\xdeH\xcf\r\xf0TW]\x84\xe9e\xf3\xafk\xc3 \x87\xa5^F'

194.46.185.158 -> 192.168.1.2
'\xce\xb2\x02\xcd\xad\xf1\xfd\x1a\xb9&\xf6x\x03\xdcoT:\x80\x1a\xa5\xfc3[0z\x1f'

192.168.1.2 -> 194.46.185.158
'\xb0~\x021\x18.\'\xbe(\x1e"\xa6\xacktN\xf2\x93'

88.109.227.83 -> 192.168.1.2
'\xe6f\x02\xa2\xc3/\xf1\x10\xa3\xb41\xda\x87f\xc4\x8fJ\xc0\xd8\xd5\x0e\x0c\x8e\xf2\x03\x00'

212.72.49.141 -> 192.168.1.2

194.46.185.158 -> 192.168.1.2
'\xce\xb3\x02{\x91\xe3\n\xa0z\xc7\xb35\x1d\xdf\xb3\xc2z\xf1\x1cY\x88\xa8\x92\x8bq6'

192.168.1.2 -> 194.46.185.158
'\xb0\x80\x02\xb8\xdc2\xac\xbd\xac\xcaL^\x88\x0bY\xcc \xe2'

89.0.195.189 -> 192.168.1.2
'\xfc?\x02\xa0\xff\xc7\xf2B\xd5\x9f7\xed\x90\xa6\xfeq\xdc\x83\x96\xbc\x93\x08yN\xd9\xfd'

192.168.1.2 -> 89.0.195.189
'\xb0\x82\x02i\x93\x92-\x02\xf6\x94\x96z\xdeR\xeaO\x14n'

194.46.185.158 -> 192.168.1.2
'\xce\xb4\x02?d\x93s\xf8\x16~r77x\xb2r\xc9\xae\xf9\x860p y\xa2\x9a'

192.168.1.2 -> 194.46.185.158
'\xb0\x84\x02\x9b\xc5\x99z\x01r@\xf8\xb5\x1dg\x14<\xa4\xda'

194.46.185.158 -> 192.168.1.2
'\xce\xb5\x02rz,\x88{\xcf\x8b\xd9\x14\xcb\xb9<\x802\xcct\xd3F\xddd7\xe7\xfc'

192.168.1.2 -> 194.46.185.158
'\xb0\x86\x02_\x81[#\x05\xff<Jhf\xb4\xc2\x97\x05z'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

212.72.49.141 -> 192.168.1.2
'\x17\x03\x01\x00\xd9u\t\xeb\x8d\x8b+\xd0*1\xbc\xf7\x91\xcb\x16\xf4\xb9\xa1\x16q\x1a3\xb7\x0e\xd2\x1e\xf7\xd1\xf1#\xb3P\x1b\xb41DX!\xcc\x19\xbd3\xcc\x8fMo\xd7\t\x83\xa5\xaf\x08\xc6(Q"S\xbb)\xb0\xdf\xe3\x91\xfdQ\xe3y\x1c\xec\xf8\xb0^\xe4&K\xf0]n\x8d\x8a\x82?\xae\x06\xa5\xc8\x81\x10F\xf1p.\xf5E+\xbf\xf2b(\x81\xa5T\xbc\x07x\xf3T\x99\x91#=u\x98\xf9\xbchH\x19^t\x7f\x8b\xcbr\xd7P\xf5\x95\xd5\x89\x8b\xfatO\xcd\xabu\x1a\x1dC\x05c!S\x1c^\x82\xabI\x98\x85$\x07V\xbd\xa6\xd95]\xb1ACR\xe2\xd4\x14\x0c\xc6rV\x8e\x8f\t\xad\xc8\xf0\xd9\x8b}k\xe2\xe8\xd6\x11R\xf7CUb9*\x07V\xeb\x0e\x01k\xf8$\xdfI\xb4p\xcc\xf1\x1a}\x88\x00\xa5\x1b\xde^^`r\x95o'

89.0.195.189 -> 192.168.1.2
'\xfc@\x02\xb1\xec\xa9;#\xa32\x18_P[x(/\x1ds\x16\xf5<\x95\x9bK\x83'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 67.71.69.121
'\x0e/\xd9\xb4\xef\x8b \x19#&y\x19!'

192.168.1.2 -> 89.0.195.189
'\xb0\x8a\x02gZ\x04x\x0c\xe5\xc5.\xf6\xcf\xf8\x85Y\xfe\xf4'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 212.72.49.141

194.46.185.158 -> 192.168.1.2
'\xce\xb6\x02\x0c\xa0\xd3Y\x93zA\x9a\x1f\xe8\xd1p\xb7\xa3\xb5\x03"L\x0c\xa4\x0e\xb8@'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

67.71.69.121 -> 192.168.1.2
"\xc7q\x13\xfd~K&-\xbaU\x11d\xaa\xc3\xa8\xf7\x82\xd7$\xa7*\xc3\xba\xc8\xa8\x1dZ@\xdb\xad\x13\xa7\xfe\xfe~\x18\x8c+\xd5\xdftn\xfb\xde\xee'\x14\xb8"

192.168.1.2 -> 67.71.69.121

192.168.1.2 -> 66.67.61.44
'\xb0\x8c\x02Y\xc7\xee\x89\xc0\xbfk\xa7khi\xc2\x1eW\xc8\xd3ML\xd1\x17\xff\x0bu\xaf\x95\xa1C\x0c\x90\xf1w\x92F\xe0\x89\xec\x1e5C9an&\x845@\x90\x1a\x11%\xd5\xe2W\xba\xdf'

192.168.1.2 -> 24.242.109.92
'\xb0\x8e\x02\xfa\xc0;&\xa0n\xef\x0eD#\xc6@\x9b\xd9\xa3\xff$\t\xc1N\xc5v7\xd2\xc9\xa8o\xa4\x0e\xa4r`;>Gi\xa9\xe2\x7f\xc1|\xc0\xe1ce\xc3\xac\xaf:h\x05\xd9\xc6\x1a\x1c'

192.168.1.2 -> 67.190.60.125
"\xb0\x90\x02\xca\x16\x8d\xdf\x80!\x93iU\xdc`'\xf16\x8bt\xefP\xd7\xa0X;o\x12w\xd5\x87\x8a\x15\x1b\xdc*\x07\xf3\xc7\xf2\x89\xa2U\x8a\x0e3\x12\xed\x83vk\xa7\x1c\xfd!i\xca\x81\xf1"

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 68.171.31.88

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

89.0.195.189 -> 192.168.1.2
"\xfcA\x02(V\xc5\xb0\x99`\xd3]S\x08\x04\x89'\xb7#m\xce\x92\x0f\t!t\xf9"

192.168.1.2 -> 89.0.195.189
'\xb0\x95\x02\x87#1\x04\x18\x1b\xf5\rl\x8d\xe5\xf3\x1e\xe7\x9e'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

66.67.61.44 -> 192.168.1.2
'E&\x02\xcfhP\xf5\xa9\xe6\xac\x0e\n\xf3\x8c\xaa{Q\x8d\x9c\xdc\xa1\xc28dK\xca+\x08\x11\xf9\x7f\xed\xed\x8f\x90\x0f\xe1x\x82A\xcb\xfb\xb5Ip\'N\xf8\xe1\xe4i\xa9H6r\xb5C\xc1e(\xae\x15\x1a\x0bN\xbb\xac:\xc2\xa6\xe1Z\xa3o>\x0b\xb5\xa0<\x9d\xcf\xf4N\xfb8^G\xa6\xcf;sH\x83\x87\xec\xe1\x97\x05\xda^\x81\xa2\x9b\xc1\xb8,\'\\\xdc\x81\xd1*\',\x04}\x1a\xd1\x83G\x1c\x12\xaepr\xa5J`\x83\x81\x7f\xc6\xef\x0e|wG\xb41\xd08\xf4\x9d\x89\xb8\x8d\x84o\\\xf1. .\xa0\x98c\xf4(&\x88m\x8f\x00\xe5\xbe\xf9\xdd\xde\xa7.%\n\xb03\x8c\x00z\x14\xd2\xc8\xdcR\xa0\x83\xe2B\x14\xedU\xec\xabV\x88\xce\xd7\x8c\x05\x1b\xd7\xa9\x15/\xe6\xee\xee\xfbG\x90IQ"\xe5\xaa,\xcf\x0f\x97&\xe0\xb2\xf0\x17\x8aL~\xd6\x81~y~\x9a\xb9saY\x88g\x13(\x85P\xaa\xd0$\xd2T\xf6\xe5\x9b\x8e=\xc9\x97\xb4C-\xff\x03\xbbQ\x95\xd1\xaf\x91n\x8b\x91\xc4\xa7\xfea\xb1h\xf9\xee\x98g2SD\xd6\x8d&\xc8\xdf\xc8\x8af\x0b\\\x91\xb7\xa71ggv\x9b\x84\x1c\xbbq/8-\xa32\xbaO>\xd7\xc0X\x84\x90\x8e\xf1\x8ff\x8d\x8b\x9a\x91\xa0\x01\xceP\x92\x01\xfe\x8c\xe0?V\xadP\xdd\x04\xdd-H\xa3d\x0cA(/\x85\xeeGnr\xe8\'\xb3\x11\xbap\xfec\xec+\xeb\xfd\xdc'

192.168.1.2 -> 67.71.69.121
'\xc7aT&\xaa\xd32\x04\xe5|\x0c\xa0\xd1'

192.168.1.1 -> 192.168.1.2

24.242.109.92 -> 192.168.1.2
'\x8f*\x02Y\xdc\xb5\xc4\xb0\x04!\x15\xfdX\x0c\x90\xfa\x89>\xcc\xbe\xfa\xccs\\\xc41\xbd\x1a\xa3Mbf)\x82a+\x1d\xeft\\}\xbc\xd8U\xa1\xac\xb9\xbc\nw/(%\xbb\x9b\x97,\x87\x01N\xf7D\xc2+\x0f\x86\x84\xcc.Yd\x1a\x8e\xc7\xb1\xfe\xe9E\t,\xf8\x99Mq5\xbeWh\x99\xf0\xabQ6\xa5\xe2\x814,\xe1\x9f{\xbeh{0S\xa1\x18\x16A\x99X\xc3\xcaO\xedK&\x9f\x1d\xe1_\xa4\xcc\xc1\xfaL\x8f\xe8\x15\x1f$\x0fn\x06?@\xb3\x1ao\x08\x9d,U\x96\xf4\x04zG9\x8aA\xe3\xe2Z%\xa7u\xb2\xd2\tC|\xd7\xa7%}\xc1\x0cm\xc5S\x1d\xf0\x15C\x00\xc7\x15\xbb6\xba\x9d+ \x87W\x13\x9f\xf4\x9c\x82\xdf\xb4\xcbGS\xf1X\x87\xbd\xc47\x8a\xc7u\x1e\x13\xed\xb8\x04\x9b$\x0cM}\xc2\xfb\xa1\xb0\x88\xdd\xba.\xfbgR[\xf1\x87@\xdeHii\xd8\xe5A\xcf\xaby\x86\xcd\x84(\xf2\xe9\x84\x89\xf2\x8d\xbe\x12\xfd\x04\xd8\x1c\xb5>:\xc5<\xe8s\x8d\xe2j!\xcb\xe8\xa5\x07\x0e\xf5 \xff\xd8\x9a>U\xb6\xe3E\x1dC^\x9dQ\xac\xb4\xe9\x0b&\xc6\xeb\xf7\x9bF<]-\xd4t\xf1Y\xb0\xca\xe5\xa3\xf1\x0f\n\xed\x8f\xa1\r\xef\x99\x00\x81y\xbaB~\xc2\x15kH\x11\xb1\x97\xa2\x1e\xb1c\xbfM3\x81"\xea\xcd\x82bKz\xf1\xeeH\xa6\xbd\x1c\xba\xb7TC?\xd25\x18c\x88\xaci\xf4'

89.0.195.189 -> 192.168.1.2
'\xfcB\x02{6\x80a\xfc\x02Z\x91\x91,0\x0c1c\xa4\xf8\xa9V\xbd\xbf\x80\xe9\xba'

192.168.1.2 -> 89.0.195.189
'\xb0\x99\x021\xaf\xb6\xa5\x11\x01\x0ci\xf5OE\xa6\xf81C'

67.190.60.125 -> 192.168.1.2
"\xd7 \x02Q\xff9\xf4\x0euX#\xfd~\xa50m\xb4b\x072-\x7f,X\xacr\xdd)\xfbAu\xcbT\xf7]y/%\x17\x94\x01\xc9\xb5ePm7\xc8Jp\xc3\r\xb9\xadq\xa0\xa0\xba\xed\xb2\x9fH\xd8\x00$[\x07\xd2z`\x86\xc5\xe5(\xbd\xae\x07M\xa0\xc15M\xc6:\x10Y\x98\xf5c\xd5U\x93\x1c\x8dP\x0e\x1b\xd0\x00\xd5\xbf\xaa\xde\xde\x82\x84\xc9\xa4\xbc\xd4i,\xa8$\xb7_M\xa5\xe2\xe5\xd8\x01IFZ\xd5\xf7\t{~\xfc\xd6\x8c\xd5\xdc\xf3F\xad\x07\x8a\x0bdN\xa9\xf3\x16\x8e\xb9\x06k\xa8+\x96\xc9\x0e\x801\xa9\x11\x91d|\x91\n\xba}\xa6\x9b\xc5U\xbd\xdd\\E\x9a\xf3\x9d\xd7\x8d;\x94\xce;\x9f\xe7\xfc\x8e\x84\xce\x1c\x9e\xb3\xa3\xc1\xbbU)K\x1e'\xf2\xca\xda\x9e\xe8nN\x0b\x0f\xbaL\x94\xf9\xcfR\x0byt\xa4\xd1\xe9\xf7f\x87t\x1bO\xfb\xc5k\xb7\xf4\xdb\x8a\x93k\xcftA\xa61\xb3<\x1e\xa6\xfd\x08\xa3\xe5\xfb\xddr\x9b\xa0V.`X\xa7\x839\xebY\x88\xd8F\xd5d}\r\xd9\x879_\x9f\x8e\xd5\xcc\x05e\x86\xbb+\xa3\x88bj\xee4Y\xfc\xf7PEkr3\xd4\xea\xb9Us\xd3\x8e\xdbU\xa8\x90w\x9b\x15>vz\xfe\xd0O\xe1\x92\xe8w\xa6\xb5\xec0\xe9x\xd7\xdf\xe5\xd6G\x030\xdf\xfe\x9b\xe4\xb5P\xcfc\x18\xd3\x14u\xd8\xabP\x19>71\x87\xba\x01l\x1c\xae\x86\xe1o0\x08V"

172.200.160.242 -> 192.168.1.2
"\xa8G\xbb\xfc\xb7\xd5\x1fV\xf3\xfe\xa3\x06\xb5\xcb\x0e\xee\x829\x8bW\xd9\x85\xad\xff\xaa\tr\xea\x96\xb8\x8a\xad\x7f\x8f\xc8'\x00\x01\x00\x00\x00\xff\xff\x02"

192.168.1.2 -> 172.200.160.242

67.71.69.121 -> 192.168.1.2
'#\xf1<\xb2\xe7"\x05\xed=|\xb8|\xba\xca\xe1\x97\xa7\xd6\x82:\xc0\xcf\xbf\xa1\xfd\x9b\xc4\xc7\\9\xdf\x14@\xf7NT\x97g\xb1\x11\xbe\x19d\xdb\xff\x83\x8d\x82a\xba\xacK\x12Bm\xff\xa3t\x91\x1f\xbb\xb4\xcf\xea\xb2\x16\xf2\xa5W\xaf\xcc\x15XP:8/\xc2o5\xdf\xc6'

192.168.1.2 -> 67.71.69.121

192.168.1.2 -> 67.188.114.72
'\xb0\x9b\x02l\xa0\xe5\x92\xd6\x05=iWK0\n?hy\xd9\xd4\x94\xa1\x8e>\x05\x80/\xed\x19q\x902e1T\x8b\xc5\x19\x87\xca\xb8,8\xf1[\x1e\xc69$\xbe\x95a\xdey\xd6\xe9\x08\x875T'

192.168.1.2 -> 72.145.3.159
'\xb0\x9d\x02\x0e\x12\x82[F\xc1v\xa2\x06\xb1\xf2>\x02\xc6Vuw\x16\xb3\xbe)5+[\xcem\xe2\xa7\xa624%Ny\xbd\x9f\x9e\xfd:\x0cyR\x83\x99w\xeb\xcf^\xcf\xc1\xca&o#\xc7\xa6\x82'

192.168.1.2 -> 82.216.129.118
'\xb0\x9f\x02\xb7\xccDP0\x1a\xfd\x19\xee\x9fcP(\\\xcc \x99\xf3p1\xaa\x9b\xb2F#\xcc\x98\xaa,P0\x02\xc5\x99\x17Uo8\x18p44\x07\xa3N\xb1w\xb6E\xce\xd7\xef\xb8b\xaf\x8cl'

89.0.195.189 -> 192.168.1.2
'\xfcC\x02\xef\x8a\xfd\x1e\xf6\x18\xc8Vd\x12\xe5$c\xeci9^\xe2v\xe0\xfe\x8a\xf8'

82.216.129.118 -> 192.168.1.2
'9F\x02z\xef\x9e-\xc5D\xee\xa8\xf2\xa7\xf45\xf3\xce\xe7\x10\xbeS(Q\x9f\xcc\x8a<j\xdf\xbe\xe2\xcf\x96\x1b\x12\xe0p|\xf6=\\&_\xab\xd2\xcaMM\x88]\x16~*\xac\xdaKD\xec\xcd\x9c\x0bp\xf5\xb88E\xaf\xaf\x12\xa60%\xb0t\xc6\xf3\xa1]\xfa9vn\x1c\xb0i\rkE\x93[\xf9\xa0R\x00\xb9C\xe1\xc0\xcfvR>O\x83E\x89z\x1f\xb2L\xc1U\xce\x11\x05Q\xb2\x9bo\xbb\'\xf5\xb0\x06\x18\x00ECi\xbb\x83\xc1\xd4_q\xef\xfcP"V\x9e\x04*r\xbem90\x9c\x8d-\xc4\xa4cJ\xa8\xcff@b\xcf\x0b\xf7\xf3\x99\x0c]\xd1oP\x9a\x9b\xc6\x80\xf5Z\xaa\xce\xa2\x91\x91\x07\'\xf6\x06n\xbe\xbdk\x8b\xc0\xb3\x03F1\xc9%\x19\xfej`W\xd0\xbb\xd9>}+u\x84\x80Nx\xb9\xb2\xae\xcc\x0c\xef\xf1W\xdd\xa0\x88\xd1\xba\x82\x0e\xee\xeb\xe7\xaf\xe9\x95\x95\x95\xd4\x83\x1d\x91\xa2\xfa\xc0i@\x88}\xed\xecx^\xf8\xf7\xecz\x1b>\\\xabz\xb1\x16+\xcb)\\?\xda\x13\x8a(\xd1[\xdbR\\\x00w\xe5\xa5\xe6}\x80-\x99\xe4\x84\xd2D\x96\xc0txa\x0f\xf4dC2C\xc0\xae\t\xd9\xedw\x9a\xe8x6_\x9c|\x95\x18\x0f\xba\x01p@\x9a\xb4\xa3\xe6\x97-\xce\x0f\x1f\x81\xb4,\xab\xdf\x05\xc9\xe5g.\xb7\xe0L\x1a\xe9\x04\xbc 6\xfc\x08W\x87\xf2\xa7m[\xabFl\x0bTj:\xaee'

72.145.3.159 -> 192.168.1.2
'\xe8\\\x02+\x81\x91\xa0\xb5\xdf\x91\xac\xc9\xbd\xfb\x84{%\x1cc\xc5\x82\xb2\x1a\x1aRc'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 212.72.49.131

67.188.114.72 -> 192.168.1.2
'\x84T\x02\x17\xacG\x05\xe5\xd6<\x8a\xaex\xfdg\r\xe6\xb0\x9e\xba\xd0\xbbq\xe7\xb8\xf7'

212.72.49.131 -> 192.168.1.2

192.168.1.2 -> 212.72.49.131

192.168.1.2 -> 212.72.49.131
'GET http://ui.skype.com/ui/2/1.2.0.18/en/getlatestversion?ver=1.2.0.18&uhash=632e1c9b593b0faf778e6de166448d93 HTTP/1.1\r\nconnection: Keep-Alive\r\nhost: ui.skype.com\r\n\r\n'

212.72.49.131 -> 192.168.1.2

192.168.1.2 -> 66.67.61.44
'\xb0\xa4\x02\xd2[\x06\x81"oF\xb4\x90\x81\x89J.\x1f\xdcNx\xcaL\xd3\xd2\x0bUg\xe2\xde\xfcq'

212.72.49.131 -> 192.168.1.2
'HTTP/1.1 200 OK\r\nDate: Fri, 25 Aug 2006 19:33:46 GMT\r\nServer: Apache\r\nCache-control: no-cache, must revalidate\r\nPragma: no-cache\r\nExpires: 0\r\nSet-Cookie: SC=CC=:CCY=:LC=en:TM=1156534426:TS=1156534426:TZ=:VER=2/1.2.0.18/0; expires=Sat, 25-Aug-07 19:33:46 GMT; path=/; domain=.skype.com;\r\nContent-Length: 7\r\nConnection: close\r\nContent-Type: text/html; charset=utf-8\r\nContent-Language: en\r\n\r\n1.0.0.1'

192.168.1.2 -> 212.72.49.131

212.72.49.131 -> 192.168.1.2

192.168.1.2 -> 212.72.49.131

212.72.49.131 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

66.67.61.44 -> 192.168.1.2
'EB\x025eo\xfe\xfdZ\xd9\x93\xb7|^H\x12S\xc6\x7f\x83\xf6<\xfffB\x92\xc5\r\x88\xb0\xc9\xceU(\x9b\x11\xc5\x11g3\xb8\xb9\x06?\xf2\xbe\x9e;\x06\x87j\xa2\x19\xa7\xfa\xbb\xb5\\\xa8-\xc7b#f\xb3\x19b\x0e\x86\xe7^\xdf\xea\x96\x97\xf4\x9c\x8a\xbf\x9f\xa7\x88K\x1a\xc0\xbd\x94b\x08\xda\xa6\\\xfeW\x85W\x8d\xa2]D\x97\x08-0T_\xa8\xdcS\xfe\xf33_\x173\x15\x1f\x91\xca\x00\x7f'

192.168.1.2 -> 67.190.177.7
'\xb0\xa6\x02\x18\xba\x04\xbe\xf0\x1c" a\xbdO"\x14\xe0\xad\x03\xac\xb9\xf9\x08X\xae\x06\xb0\x9c\x81r\x92S\x9d\xce_<\x8eHpZo\tR\x81\x15\x12b8K\xbe\xbaa=\x80%\x1a\xe3\xb3\x03\xb3v,\xb4\x8e\x02Q-\xdd\x97k:\xbcX\x0f\x06$\xf14\x89rgy\xd6]\x8e2\xd3\xcc9%qW\xeb \x9e\x93O3*fbk\xe9m\xb0u\xec\xba\x0f\xd3{\x18m\x178\xffO\xc6\x0f\x89j\xfbE\x02\xfa5\x83\xec\x9c]3\xbd\x8f\xf4`\xe1\xcc\x7f\x8coV\x9ej\xc5\xb8\x9a\r\x9a\x16\x8c\xb1.)\xb3\x92\xdc\x99\xf9f\x07\xadsb\x92\x9fa#0l\xc3\xf5\xf7_\\c\x83|\xb9\xb6<3\x12\xcb[\xb9\xd3F\xdc(\x91Y\xb9\\<\xa2\x92\xc6bL\xd2\xca\xf28\x8a;\xfd\x84\x19[\xd3Q@[\x9f\x91\xc73\x1f\xfd2o.\xce\xc1\r\x1b\xeb\xca\xb7\xd6q\\jSII\x8b\xa4\xc8\xcd\x9d\xe2%\xf3\x18-\x9fP\xc5ru\xb0\xe6\xcb\rfr\xb2\xaf]he\xf4\xe1.\x03ao\x10\xbb\xa7\xe1D\n\x84\xe6X\x81\x19\x11b\x96\x18[v\x11Y\x04\x089\x8891\x1d\xd5RdY\x7f\xf3\xb8T\xd6\x7f\xe6\xee\x0b\xe1\xd3\xfc\xc8T\x9e\x93\x81:`\xe2\xcb\xef@\x8b\xee\x97\x1c\xd6\xd4u\xf2r\x1e\x95\x0b\xea\xcb\xda\x0c\xa6\xef\xc1\xda\x13(~\xe66'

192.168.1.2 -> 66.67.61.44
'\xb0\xa7\x02C\xf1\xb4\x97\xf0\x1c" c\x14h\xf1\xa3\x91\xed\n\x9d\xf3(\x8e\xbd\xb5\x9f\x8ct\x10Y\xdb\xcf|\'\x9a\xab0\x1c-\x97[\xb8 \xe0\x97{a\xb5\xf7\x8a\x87\xaca\xc5\x0eG\xfe22+\xc9:V\xf0\xd7\xfc\xe6\xca\x99`\xc8,\x04\xd8\xf5\t+r\x186i\xf4\x8f\xd1Iq\x8b:\xadb`*s\xf6\xe9\xa5\xe1\xa3\xe2\xebt\xfc\x13\x99\x01oa\xa7\xb2\x01iD\xef\x83M\x00!e"\t`\xc2_m\x0f\xe5\xf5\x08^o\xcc\xa0\rz\x8be\xfbC\xca\xaf\xf6;\xe4\x0bW0,H\x1c\xe4\xf4\xb9\xc4r/\xb9\x82^\xf5\xe4vJ*\x95\xac\x0b\x13\xfe\xe6\xbb^\x95K\xd2Z6\xbc\x13W\x1c\xd1tM\xc2\x94\x10\'\xf4|\xc6E\x7f\xbd\xaf\xd4\xa6\xe9ZT<t\xe2.\xae\xd7\xa3\x13F\xf6%\x97&\x16\x1c;\x17\xe1\x1e\xdf\xd5\x8c=\xebb\xc3h\xce\xcfH\xf1y\x90x\x18,\xca\x13\x06\xaa\xce\xfa\xbc[U\x98\xc8M\x10O\xa5\xca\xe1\xfa\x0e`\x07\xfaH\x0b`S\xda\xcd\x17\xa2\x01\x9f\xbc\x88\x95\x8bN\x96GZ\xe5d\x90\x12\'D\xd6i\xf7\x0fb&\xc9\xce~\x99\xc5H\xdfh\xe9\x08S1\xe8\x14\xab\xa1\xd72xO\xc1y\xc2Bc\xc5\x0f\xbef_\xb2\xf8\x96.\xf6\x89\xf2z\xc8\xb4\xf4\xb1Vz\xed1\xc5\xd3\xebQ\xd4\x8e})\xe1 gd\x1b'

192.168.1.2 -> 24.50.144.100
'\xb0\xa8\x02cP\x8a\\\xf0\x1c" \xc90\x15\xd4\xa4\xdbX\xd1_\xec\x11\x98\xf2\xf6\xa7@\xba\x05>#k^\x8a\xea\xc1Q\xac\xdc\x01\xb4\x9b\xdcx\x94\x98\xf9\xfds<\xe2\x08\xbc\xe1\xe8\xf1\xc9\x1d\x8a\xae\xc4N\xffe\x88T\xc8-\xa9\x9d\xae\x1d\xca\x83\xed\xbb#\xed\x8d\x1e\x03\xbc\xac\x03\xd1\xb8\xbd\xba\xbf\rp4\xca\x7f\xf4\x87(\xb3\xef\xc6X\xdb_M\xcf\xc1Kv\xb2\xe3\x0fy\x1c^\xcf"\xe7$\x05\xd8\xf7\x85\x1cA\x1b1\x8dK\x93\xcdYl\xf8\xb7 \xcb\xdaL\x85\x071q&t3\xc7\xc9j\x8c*G}\xef\xb5;\x88\xae\x06>,G\x02\xfe\xc5g\x80\x12\x0b`\xe5\xf5Q\xbc\x85Y*\x84\xbc\xb6\x02Z\x84\xd4\xf8\t\xaeU\x9aA\xfbPJ\xb2`\x17\xb4\x01\xf5\x8f\x0fUi\x175TJ9\x87\x11U\xdex\xa4@\x8a0\x16+I\x8a\xcd\x8dv\x9c\x86\xbf\xa4\x93\x11\x7f G\x16\xc3)\xac\x03\x17\xb4\x94\xd8zD\x93\t\r \x9f\x07\x1a\xb2oKh\xc5\xb6\x8b\xc8\x06\x1d\xbf\x10p\xf6\xd8\xd9\xed\xc7\xdb\x89\x0e\xe17F\xae~\xa2\x1a\x80\x9b\xfa\xa2\xa5<\xd9m\xdd^\xf2\xb2\x81+\x076\x88B\xc2\x91A1v\xdb\x01\xd3\x14`\xd4\xdaL+Y\x85\x19\x80^\xf5\xaai\xa0YQ\x0e\x9b\xa9\x01h\xb6\x97M\x95\x8dl\xfc\xd1-\xa3\x8e\x91e\xa3\xd2\xc1\xdf\xbck\x04'

192.168.1.2 -> 62.30.220.30
'\xb0\xa9\x02(\xe1\xba\x1d\xf0\x1c" \x9f\xffq\xa1A\xf8\xc6\x0fU\xd7\xff\xb6\x8f\x96\xd34\xae\xcds=y\xfa;\xe7\xac\xee\x97\xb3*\xf8\xb79E\xaa\x13m\x9c\xd9\x91\x08\x89\xe2\xcd\xd0\x1c\x19\x11\x90\xc5\xabG1\x97l\xb9<\xda\xf9\xac:s\xe1\xffu\xac\xe1\x92\xe5\xf1\xa4\xdc\x02\x10x\xe0j\xbe)\xc3zf#,/\x8e\xe1xt\xe2\x1a\xf8\t\xab\x9b~c\xd3l\xffoa\x13\xe6\x19\x1b\xc0[(\xa4\xb0\x9c\xcd\xbe$\xdcV\xc0,$p\x9d\x81\xfch\x15:\x96\xc8\x9fX\xc2\x93P\xa1\xddP\x10\xb1\xf3\x18\x8d\xed\x00\x9b\x92k/}_\x95\xce\x9dhx\xbe\x82\x8d\xd2s\xc9\xd1\x88\xc8^\xa7\xe1R\xea\xaa\x12?\xd70#\x90!2E\x15\xec\xa8I\xb7OF\xb7\x7f\xe7R:\xdf"A\xbc\xf87 \xc0\xda\x02a\xd1\xc2\xd3\xa4zl}7\nKY5\xc1<\xe5\xde\x80\xa1\x7f\x0f\xad3\xb2\xf1\xce\xbdA/\x14\xae\x18\xa9\xac\x82\x81\xadW\xef\x97z\xac^\x06[\xfa\xd2L:\xb7\x91\xbc\x93\xbfy\xbbF4\xc5c\xe6r\x12\n-\x89T\x10X\xe5_u\\\xdc\r\xb0\x83\x0e\xb72\xaaH\xd2\xac\xa2\xc17\xa1z\xd9-R\x8e\x1c\x87C\xca\xdd\x96\xb6`\xd6j\xe4\xa1\xcd\xee2\xde\x16\xdc\xa8\x0bD0/\xffQ\xfe\x97\x87\xc1s\xe7_\xef\xff\xd0\x9f\x01\xf1\x96\xc5\xcd\x9a'

192.168.1.2 -> 70.173.223.82
'\xb0\xaa\x02\xedR\xc4\xaa\xf0\x1c" ;\xa4j\xacZl\xce\xf92\xa9\xf1\x8dC\xbb\xb8\xafJ\x93\x915\xe8\xf8{\xd9&\x1d\x7f)\x0f$\xd2\x81\xcf\x8dEM[o\x14\xf6e\xbc\xef{\x9d7D\x82\x7f\x1aE\xd4\xbeX\xf3\x08\xdd\xf5A\xf0\x96\xd2\x93wBQ\x8e\xa3\xf0C\xdeIA\x04\xd7H\xd8\xccnM#\xb0\xa0\x8a\x13\xed5\xf566`\x8b0\x13s\x04\x08\xe3\xbd\xe5\xd24\xf6\xe4\xf25\x81\x9c\r8#\x05F\xee\xccl\xa4\xed\xfa\x17|G\x85\xe6\xae\xad\x0c]\xd4R:\x88T\xf2\xf8\x85X\xdc\x88\x02\xb3\xf9\xa2\xef54\xd4<\xa4\nW\xd4\x94\xd6\x03N\xc9\x9f\x8a\xd2\x06+\xfe\x19U\xd9\\\x93t\x19w\x0e\xa5 0q&\x07.v$\xdc\xd1\x98\x06\xa8\xec?\xcb\xeb\x8a\x95\xe8\x1a\xc4\x86<\x0f2N\xf2\x9f\t\x10\x9a\xe7\x10\xc0\xd6\xc4z!\x18\x04>\xcd\xcfz%\x04\xe5\xdc$\x12J\xdc\x12\xba\xf7tuY\x8d\xda\xca6\xdbbY]\xcb\xb3\xa7\x16\xe1\x89JV\xcc\x946\x08\xb5D\xa2\x96\x9a\xb8\x0e\xb3a\x14e\xd5\xd0\xd8<\x7f!D\xcf\x869\x1a\xa5\xee\xfa\xf4I\x06Rh\x82>\xc4\n\x9eK\xb1\xa5j7\x1bY\x10B\xb4\xb1\x89\x80<:4\xb1B\xdb\xd7/h\xd5\x03m\xba\xab\xe1\xab:`\xfbP\x96\x8a\xb5\xc7N\xf6\x1753\x0bNG\xffJu'

192.168.1.2 -> 24.107.221.82
'\xb0\xab\x02\x03\xee`\x93\xf0\x1c" \xb8\x9ar\xd7\xc7\x8f9t\x8b*\x95,\x92\x16\rC\x82\xd9\xbeKF\x9a\x07k(\xde0\x10(\x16\x92\x83\xdaeA\xae\xed\x8by%9\x17eOT\x02>H\xb3Fl\xfc\xfe\x04\x89l\x01\xe5\x0c\xf35N\xd8\x7f\xf6j\x88\x8d\xdce\xee#\xeb\xe7t\xe1\x13\x1c\xe64\x10\xa3\xe1\x14c\xd9\x02\xa9tM+\xa9\x1bQ\x9cg(\xf1J\xfa #\x99\xab\x80\xa1\xcd&i\x17i\xa7\xa1\xf1Z\xb0IJ{2\xe4\r\xa9z\x14\x0c\xdc\xaeW\n\'3\xe3,\xa2b#\xb0\xc1\x87\xad\x8b\xc9\n\xa7M_\\\xbf\xb6\xdd\xef\xcf\xa1\xb3\xe6\x07\x05\'\xf4\xed\\\xba\xe5\x84Nl\xa3\xe5\x1d\xd9\x98:i\xde\x9aCU\xb9\n.Q\x1eM\xf5\x04\xa6\x98y\x84pcN\xb0\x10-\xa8\xec\xea\x0f\xf0\xbe\x03\x1a\xa3\xc1x\x94\'\x12\x1eL/\xcd)\xb0\x0b\xdcH\x1a\xd5\x90\x05\x84\xb1\xa3\xff\x07F\xfa\xeb7\xaef\x1a([\xd8\xe7]\xe6(;\xf2\x88+\xb78\x05{sa\x86\xbb\xb3\xc9\x9a^\xa3U\x96s\xdc5xDg\xf9\xaa\xef\x07k$\x99\x07xW\x87\xfa\x86>\xd7\xddO\x7f\x03\n\xd8\xce2\xbf}C\xb9R\xfa\x13\xdb\x06\xbcsR+,\xcd\x16\xa0I\xe7\xea\x90\x1e\x11\xedE\xd2{MGz\x99\xcc_\x08\x9b\x9b\x1f\x16\x977\xeb\x0e\xb9.\xdc'

192.168.1.2 -> 72.181.61.199
'\xb0\xac\x02\xa1^\x0f(\xf0\x1c" \th\xef\x8b\xec\xe9\xa40\x94\x8d\xa6\xc9N\x18I%+E]\xd7{\xb8>n\xeew\xcd/\xe1\xbeL\x1a"\xc36.\x87=\xe4\xca\xc0\xb5t=?\xd9\x08h~"\x83\xeb\xb8\xf7\x04o\x08\x99\xef}\xfex\x1e3\xa01\xa0\xef\xe6\xectB\x13j\xd5\xebKo\xd3%\x97&\xc6\xf7\x95`T\x8b\xa3\x91I\xa6\xc8\xcc\xbcy\x98Oa\x1c\xb7\t\xfdy\xe47%\xcc\xa1%3|s\xf33\x93\x14\x146\xbf>k\xc4U\x98j\xc8\xae\x1a\xfb,:\xd2\x97z\xdb61\xa9\x9ch\xb7yp\x84E\xa4\xda\x17d\xf0b\x96\xdbKL\x0b,\xcf\xdeyz#b\xaf\\\xa2\x1f\x02`\xbc\xa5m\xa27\'H\x15\xde\xbd\x08psGZ\x9bK\xe3gm\xcf\x03\xca;j\xc3)6\xad66d\xfe\xf8\'/$F\x082eP]k\x06|\xd7#\x9d\xd9ef\xd4P}\xd5\xeb\xe6\xa8&#\xcdv\xc9\x1d:]\x94\xea\xd2\xa2U\xea\x82\xac~\xd3\x93L.\x1d\x05\xbb\xb5=\x1fZ\x14\xf2\xd3\x06\xed\xf5=m.\x10\x9d\x83j\xdb\xba\xb2\x80a\x10\x0e\xe2\x95.\nE\xe3\x15\xf5\xaa\xed\xc9e\x80\x9e\xf7P=\x15 yV(\x8aC\x81\x99s\xb7E\xad\x1e\xc7\x9e\xf5\xe7zbw\xee\x8f\xa5v\x1b\x85\xc2\xe7\x1e>\xc2\xb5_\x18?\xb2\xc3(\x1d\xad'

192.168.1.2 -> 68.84.140.103
'\xb0\xad\x02\x0e?my\xf0\x1c" E`\x8b\xfb3\x11\xa3\xcf\xbb\x02!\xa4\x83\xa9\xd5\x15\xbc\x05\xd6lL\x17\x9e\xcf}\x97\x0f\xa7\x9d\x8c\xf6\xa0\xd7\x80\x0e\xdbQ\xa9\'\xa2<5\xf2C\x82\xc4\xa7\xaclk\x8c\x0c\x0f\xf5\x84\xb7\xad\x7fT\xf9\xc7^M\xd3\x81x/V\x9cB\x81U\x90D\xf6Y\x80_m\x81\xb3\x90a0\x80\xd5%\x97+\xdd\x7f\x7fb1\xff;+\xe4-\xd40U\xdc\xfe\xdb\xb6\x97C\xd0N\x8e`xxc\xed\xe4\x134kVA\x02\xd0\xcf\x8b\xcfkV\x19\xc4F\x9a\xa3s.\xb4\xc1\xdbL\x08XtWE\x10n\x9d\x05\xf9 \xdd\xbe\x1b\xffX\x19\xfb\xe5`]\x85f\xa9\xc7\x12\x95\xe7\xe3\xc56n\xfb\xcb\xe8!\x9bt\xbd\xed\xf2g\xe3)\xf0\x0e\xa0dQ\xc0\x1e\x16\x81\x06I\x7f\xb3\x82\xd9cB\xc4h:\xabN)\x83\x10\x10S\x82NIA\x0b?\xca\x8e\xe3\xd3\x00-s\xbbl\xf4\xaa;\x88\x9c\xc85R\x8d4\xcb1\xcf\x88_\x03\x0c\xd3Q\x17#F`O\x85\xa3\x10\xa2\xdf\xeaK\x87\xf3\xba\xeaZ\xd78\x9f\xde#F\xd4# v\xcb\xe5_n\x95\xe9;\xeb\xad\x84\xb5a,\xb2\xa2;d_\xf5|X\xfaV\xc2\xc4\xbd\xca\xb39\xf8\xd8\xb3\x19f\xcb\xa5\xc0\xca\xf0\x0e\xd3\xae\xaa\xb9\xfe\xe7Qat\r\x86\xde\x0fEQ&o3\x8c\x14\xac\x92o'

192.168.1.2 -> 67.162.133.209
'\xb0\xae\x02\x0e\xd3\x11V\xf0\x1c" \xc2\xa7\x11\xcaT\x8f\xc5|\xedR2\xa4\x83\x04\x01&e\xed\x12\xad"\x11\xd9"\xe5\x02\x181]\x0efwVV]W\x1c\xb4\x8f\x8a\xf4\x16g/&\xf0z_\xf1Z\x00\x1fB;]\x83\x88\xb7\xc7_\xbd\'\xc4\x87\xc2\xe4|H\n\xa4\xb6LK}\xcd\x86\x86^\x89W"\xd8W\x96\xce\xa1\x95\r\xc4\x8aF\x16\x83\xa88\xc0\x9c\xa2,\x82\xe2\x98\x15\x9aL\xa9Wj\xacI\x96\x14%\x86!Q\x8b\xe1\x98\x13\xb49\x9a\xe5\xd4f\x92)\xa8\xe1\x8a\x8d[}j\x97\t\xaa\x94!4\xd8\x85#\xac\xe2\xcb\xf6\x89\x07\xf7\xa2\x97\x8ag\xf4\xb6\x92R\x8c\xedZA6\xf6s\xcb\x0cD\x1b\xc7\x03\xff\xc3\xb2le)y\x15\x00\x89\xfed\xc26\x96\x84"\xe41b{\x96\x83yU*\x0ci\x07\\\xef\x02\xe0\x82\xe0\x85 \x11\x8d.\x8a\x81<\x0fyM\xe8)\xdc\x94g\xcbe86SwD_\x88\x19\x9a\x07\xbd\xbd\xd24\xd1\x0e\xd7\xa4h{\x05U+\xed4m\xff]\x1c\r\xfb\xe6\xa1+P\x95\x98\x1f\x94\xba55$<\x83!\xce\x8eX\x14uZ\x92\xceg-\xf6\x14\x1c\x9c\xc3\x1d\xc5O\xc2g!\xa0\x1d\x88\xc0\xe8\x80\xb8+\x93\x88B\x10\xb3{$P\x88\x02\xb1\x90\x06"_\xe16\xd8\xdb\xfa\xab\x10\x9a-\xb5\xd8\xbegpy\x80\xfc+\xcdq'

192.168.1.2 -> 65.196.74.236
'\xb0\xaf\x02\xa8<\x82O\xf0\x1c" "rD\x87\xfc\x02\xf3~\x9e\xc5\x8f\xb2fy\xbd\xb5\xb9\xccB\xfeg\x9cr\xca\xb4\xd2\x01\xaa\x11@]N\xf2\xae%\x1a\x05\x8a\x19\xea\x8b\xa8h\x8a\x96zNv\xe8\x83\x82\x12\xe9\xc2_\x18\xf8\x9b\xb5\xc6b3\x827\xb7\xfb\xfe\xc7\xae&J\x0b\x06\x8c\xdd\xac\xa4o\x0ejKX\xd5\xb8\xa4\xaf\xfe\x12\x03\xdc\xdd8~\xb2w:|\x03\xe8\x80\xd2\xc7}\xfa\xe1/tXJyL\xc1\xfcVi3l\xc4l\xd6\x9a\\\xd8)\xb84(\xeb\xfa\xe4\x97\xcdc\xceF\xafTz\xff\xaa\xde\x15\x19%\xb0\t(\xfa\x1fm"\xd1\x94\xe8\x12\xf8t\xb2\xb2\x08\x02\xde\xd5\x9a\xf8\xc7%f\xd3\xbc\x93\x1d\x8e\xad\xb1\xf6"wD\xaf\xb0\\\x0e3>%\xc4\xb4\xe2\xa0\xd7m\xe6\xcbP\x8e\x8c\x9b\xfe\xcd\x0e?\x95\x03*\x8c\xcbO\x8c\xf6[\xa1mJ)\n9E\x05\xb2\xc5\xf0-M\x11P\xa8T\xe8\xa9\x10p\x82\xe9p\x994\x1e\xa8\xc5\xf1\xc5\xda\x1cn\xb1q8NNCI\xedT\xc6U\xb0)\xcbN\x96\xf6F\xe2\xdeU\x9e\x1bF\xbd\xc2nV\x10:l&\xd1\t\x0e\xccg\x1b/1\xfd\xd7\xc8\x8a\x16p\xdb\r\xd8\x80\xd1/\xed\xf2\xbb\x11<[\xbc-{\xfe\x87J\xa3\x1f\x0bJl\xc4\xc4\xdd\x9a\x1aWo\xd7\xaez\xb0E\x8f\x13\xd2\x89\xd1Vv\xff^'

192.168.1.2 -> 82.216.129.118
'\xb0\xb0\x02Ma\x9e\xb4\xf0\x1c" \x84P\x87\x0e%\xa9$\x8b\xf2\xd2y_\xeb\xf6\x9a\x1ay\xfc\xb2\x8f\xa5\xb1\x9f-o\x03\xc8r\x9egn7d\xccr\x06\xe2F\\p\x12\xc4\xf2\xa4\xb4\xc6\xbb\x0e\xe7N79o2\x1e\r>P\xaf9]\xfb\xd7\xe0\x98\xe0k\xc3"\xc3\x86\x87\xc9m\xfe8\xad\xa1\xd6\x00\xef\x89^\xe61.\x89V@\xfc\xd9i\xae2\x93\x0e \x18\xd2\x9b\xdcb\xf6\xf3\xa3Y\x83\x88\xc6\xa3i`c\x89\xdd\xb4\x8a\xa2\xc27\'\x87\x8d\xa7\xc3\x98\x89\xce\x9eP\x0f\x85[\x14\x7f\x9a\x06\xfb\x1eWl\xb93\xca\xe3\x1d\xb8V_\xc6\xc7&\xcf\xd6FI\xe0\xb0\xcf\xcd\xb0\xa4Z\xa9\x1d6\xed\x8a\xcf\xfc\xfd\x1c\xfc\xd4VL\xcbZf\x80@\x15MZL@\x12.I@A\xcbR\xdc\x00L\x1cG\x85;\x8f\x92\xd9\xf3\x90\x01\xd0LNs\xa3\x1c\x8f\xd4K\xa5\xcej\xcd\xc2n\x10]_\xc3\xf7\xbee\x84\'\x16\xfb\xe9I\x8b\x18\x13\xbb\xcb\x1aB\xd9\xad\xf6i\x81\xa0\xda\xe3X\x8avQx\xeao\xff6\x82\xe1#\xd2T\x98\xde\xf3\xd2`r\x82\x8e\xda\x12\xbd\x85h\xf3\xddqw\xadm\xf5]\x10Dd\xd5R\x99>.\xd7\xbb\xe3u\xea\xe5I\xc6\x12\xf9\xad\xec\x1d\x0fi\x16\xcf\xe5\x18\xbe\xc8\x07\xfc\x14\xebc\x02\xc4L\x84d\x93\xba1Y\x16z<\x08k\x10]\xc4'

192.168.1.2 -> 67.190.60.125
'\xb0\xb1\x02\x8a\xef|\x95\xf0\x1c" =\x03\x8a\xed\xe2n\x0b\xd9N.J\xfa\x84\xae\xc7w\xf6\xaa\x11\x96\xb8\\$\xed\xdb t\x9a\x06\xef\x83\x99an\x1c\xbd\xba\x0eH k\x00\xfe\xa7\xd7%_\x1d\xfa\x1c\xba\xd6\x13Q$\xaf<\xf9\xd5o\xdf8\xcd<\xfd\xf8\xc2\xc8\x953Z\xceEW\xed:wT\x91\x08\x9c\xab\x13Q\x8c\xc3\xe1\xff\x1a\xaa\no\x9d\x06\x9c\x9c\xa2`\xae\xb2)F d?\xe2\x98\x83\xa9\xa3<ZX\x8eT\n0\x9b\xa0\x8af\xd6o\xbc\x06\x98\xc0S5\xbc\x00\x92\xa9*b\xfd\xfe\xa8\xab\xf02\xe0i\x97`7H\xfb\xfe\x10\xfc\xa4\xec\xebv\x96j\xa0.\x1e\xeet\x18)\xb9\xa1g\xa3\x12Gqa\x9e6\x10\xdc\x98XZ\xc2.!\xa2V\x98\xef\xfd\x7f\x14\xba\xb1:\xb5iuY\xf0\x05\xba\x03cK\xbd:[\xdc\xda\xe8(\x14bsm\xc0\xbb\xb6\xa7\x91m\xc8\xdc\xcc\xa76\t\xda\xa1\\\x9f\xe3\x04\x1e\xd01\xb7sd\xf8\xefw`\xc7\x19\xf6BT\xa6\x1f\x04\xe3\xf5m\xe1<aQ\xa4\x1f\xfe\xb0\xf8\x8f\xf7\xe9\r \xbd\xe2\x81?a\xe3\x9f\xef\x05%\x16ST\xb4*\x98(\xf2\xa1\xbf\xf0\xcaf2S\xdf6\x97~\xc2N\x89M\x88Ye\xe5b\xc9R\x05B:\xe5\xb9\x9b\xbam6\x04\xdf\xc9\xec\xb2t\xd2}\x8aJ&\x884\x80\x92j\xe0\xc3\xd7D'

192.168.1.2 -> 24.242.109.92
'\xb0\xb2\x02\xe7\xaf\x96\xc2\xf0\x1c" \x9f\x00\x90\\+\x14%X&.\xb5\xa8\xe6\xbcA\x90s\xec\xf5\xe8\x16\x99K\x13\r\x84:\xe0Vh?K\xc1\xbd\x13\r\xa7\xc9\xac\xf8\x17\xa2\x18\xa1o\xa1\x9f\x00\xd6\x87\x99\xb7\x88~B\xc1\xb5e\x8e\xd7\xf9fyy\xcf\xe4G\xe1\xd3DF\x01\xd3\xcc\xb9Ui\xb7\x84\xfb=\xb5\x7f\x8b\x97\xae\x99\xb0\x10x\xdc\xb4U\xd1\x11"\xa5?a\x13\xb6`\xec\xb5\x8f\xab\x0f\xfd\xba\xd3|!U\xf9\x86$\xb6l\xfe\'\xf3\xb8\x06EV\xba\'v\xfb\xb3\x8c\xd7K\x86\xf8\xb9\x98\xab\x10\x83\x04\xe0\xb7\x14\xcc\x10Y\x96\xcft\xc3\xab\xf4\xed\xc6}\x82\xdf\xa0\xbe\xc7\xee\xb1\xff\xed\x0b4\xd1`\xcf\xbeH\xa8\xaal\xcd\xb3\xc2\x84\xd02>\xe0g\xfa%\xc2\xc80a\xeb\xc3D\xd9\x89\xaf\xfa\x9f|\xd0\xa3\xe4"\xcd,\xcam\xcf*9\xbb\x0f\xe4T\x0e\xbd0f\x01N~\xe0\x90\x19\x91[p\t\xdeL\x88\xb3\xd3Hw\xa8\xc0\xab \xff `\xaeLmR\xfdW\xe8;R\x9d\xba\xedm\xe2\x14{\xed\x82\xf5j\x16\xc8g\xb3K_\x9b\xec\x01\x02\x97\x01\xed\xedev\x9dC\xc02v\xa2\xba\xaf\xc3\x15\x7f\x86\xfc\x82ZX\x1b\xc7\x9c\xfc\xb2\x0f\x856\xac\xd2\xac\x11?>u=\xf5\xfb0\xc1\xecE\xa5}\xb5\xc6\xce\x1f3`\xf89H~\xd2\xe1_\xbc\xc9J\xdf'

192.168.1.1 -> 192.168.1.2

62.30.220.30 -> 192.168.1.2
'\xb0\xa9eV\x80\xf5s\xb3\xd3\x02m'

66.67.61.44 -> 192.168.1.2
'\xb0\xa7\x15V\x80\xf5s\x19\x92\xd5v'

67.190.177.7 -> 192.168.1.2
'\xb0\xa6\x15V\x80\xf5s\xe1\xb5\x15z'

82.216.129.118 -> 192.168.1.2
'\xb0\xb0%V\x80\xf5sZ\xfa\xe46'

24.50.144.100 -> 192.168.1.2
'\xb0\xa8uV\x80\xf5sU\x05l)'

24.107.221.82 -> 192.168.1.2
'\xb0\xabeV\x80\xf5s;\x16*>'

70.173.223.82 -> 192.168.1.2
'\xb0\xaa\x15V\x80\xf5s\xa5\x95\xff\x88'

68.84.140.103 -> 192.168.1.2
'\xb0\xad\x05V\x80\xf5s;\x00\xe2\xd8'

72.181.61.199 -> 192.168.1.2
'\xb0\xac%V\x80\xf5s\xa5\xa4\xd1\xbb'

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

67.162.133.209 -> 192.168.1.2
'\xb0\xae\x05V\x80\xf5sFC\x88\x84'

24.242.109.92 -> 192.168.1.2
'\xb0\xb2%V\x80\xf5sY\x1e\xfaC'

67.190.60.125 -> 192.168.1.2
'\xb0\xb1\x15V\x80\xf5s\xff-i\xae'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 137.99.56.10
'\xb0t\x02\t\x05\xd5\xcb5t\xf8\xe5\xa6k\x92\x19\xd8\x1a\xce\xb5\xb2|\xb4'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 72.40.133.78

192.168.1.2 -> 24.74.180.249

212.204.214.114 -> 192.168.1.2
':yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+jefferai: yes and no, because that report I got was with my RPMs\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

137.99.56.10 -> 192.168.1.2
'B\xcf\x02\xd7\xe3wP\x1c\xadn**Ws\xb3\xb5\x95(\xd3\xc1\xa8\x96dv\x9e-\xa3\xb0\x99\xcap\xc7.\xf1u\xcb\xbcl,\x05\x9a\xe9\xcf\x17x\x86 \x90\xe2\xe6\x8b#\xe1\xae)\x96\xffs[\xc0`WK\xa6\t(\xf9a\x1fdaq1\x88\xcb\x9d`\xc3\xce8\xfcz\x06\xb6\xd5\xe3\x15\xdf\xc4u\xe4z\x9d\x17!=\x0c\xe5\xf1\xb4\x11\xa4,\xa9?\xfbm\xb7t7d(\xef\xc5\x16\xc3\x8f\xacp\xcc\xfa\'L\x00\xe8\xdf\xdd\x93\xdfA\xaa\x0fu\xb5h:\x8e\xff\x188\xff.(o\x00\xb4\x00G\x96\xdf&\x02sq\x05<\xfcL\x01\xdc\x05\xfd\xfb\x99\x05\x02\x9f\xf9\xf0ZTx\x8efO\xa9\x88\x07Yu\x90^\x92\x14$\x8aM\x93\xe4\xa3\xe1\xc0\xe5N\xb1\x1eA\x10\x87\xa6"\x031\xbf\xfa\x9fdz|c\xcfh\x14\x84\xaa\xc1h\x8c\xdf\xf9a\xbb\x8dJ\x85\x0e\x13\xba_:\xb2~\x05\x12.\xe7\xa7\xeaO\xcbS\xf2gb<i\xe2\x9b.o\xb4\xfc\x15b-\xfb\x16\xcc\xba\xfbn?\x01\xf5:\x12\x84\x89%\xfa\xfct\xa0#a\xa6\xb0hv\xf6\xf0!&Q\xe4\x00\xb5\xa7\x82G\xac.\xdb\x0b\xaeW\xc1\x16\x04)ru\xf2\x00|\xe9\xe8\xd8(*=2"M\x85\x93\x8c4\xb0}\xdb\x17\xd7@\xe7L3\xf1?\x1e\xd0\xe0@\x19\xbfG\xfa\xde\xae\x02\x1d67\xec\xb4d\x0e\xaa\x1e7\x8e`:\xc21@\xa0v-\xc0\x82!\x0e\xecR\x83\x8f\xeeA\xa9m\xb1>#\x99n\x99Y\xc13\x84]\xda\xdd\xeaIw"Zsg`\xae\x8e\xdf\xc6*W\x12T,(\xdbi\xfe\x84J\xba\xf8\x82\xcf\x7f\x8a\x96\xf2\xceN4\x18\x80\xdfK\xec+D\x9d(B\xfd\xec\xfc\x84\x7fH\x92T\xe2\x06\xc0\x7fZs\x8d\xed@sa4\xdf\xf8\x9b\x06\x96\x99\xb8\xaf|\x1e\xbb%\x80\x15\xa6\x9c?\xc4\x85\t\xdaa\xa5\x82peP1\xdf\x93\xa251v\xb3\x87\xff\xca\rs\xf6\x07\\\xa5\xa0\x0fO\xf5\x9a\x91h\xb0\xcc8\x98B\x9b\xd0\x83\x11;\xae\x81\xcb\xe4\xed\x08x\xd5\xa1\xd0\xddm\x12\x1fo\x7f\xe0\x9e\xc1U\xc0\xc2y\x08\x03[\x1dB\x99\x17d\x0e[\xd4\xbcX\xd7\xaa\xdbg\x8e\xc3\x12\xdbN\xfc4\x0f\xa6h\xa0\x9b\x18\t$b\xf8\x9al\x0b1C\x0b\xc6\xba\xeb$b\x87\x1c\xc2c\x97\xb8L\x11\x05\xf8\xaa\x9bF(pm\x02\xc1\xa0\x9as}\xb0\x98}\xd1\xe7M7\x06\x93\x0fbW+\x03\xec\xc2\x8bz.\xe6\xcf\x00{e\xa0f7 \xd2\xb22\x98\xd0\x0c\xd8J\x80C\xef\x17I\xb2]\xdfk\x8fq\xe9s\x11\\\x03Q\xa6\xb7[\xc9\xc1!eS\x1c\xa9%\x062\xbe\xb2\xc1/\x07\xd3\xfc\x12\xf8?pRO{\xf5c\xe4\xdb\\J\x03\x95\x88\xa6\x12\xc8O\t'

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 67.71.69.121
'V\xa4`&z<\xa2\x19\x08f'

189.132.176.243 -> 192.168.1.2

192.168.1.2 -> 189.132.176.243

189.132.176.243 -> 192.168.1.2
'\xef\xa2\x022\xb5\xb2\xb0\x1b`\x9eQ\xab\xb0\xf1Z%]\xdf&'

192.168.1.2 -> 189.132.176.243
'\xef\xa2%\xbd\x84\xb0\xf3\xe6Dl\xea'

67.71.69.121 -> 192.168.1.2
'\xef\xef\xab\x03\x15T\x03@{9\x94:\x19)\xfd*>\xd1{\xe9'

192.168.1.2 -> 67.71.69.121

189.132.176.243 -> 192.168.1.2

189.132.176.243 -> 192.168.1.2
"\x88CIa\x86\x90\x10\x04\x0b\x9c\x80<\xb1'w\x8d\xac\xf9\x01\xee\x08e\x07\x0b\xcb$\xd1\xf7\xaa\xb4\x14\xd5\x86\xe9u\xe66f$\x7fUc\xfa\xccw\x8a\x0e\xa0\xe5\xc0\xfb\x9e\x18\x82F\xae\x1e~\xed\xe0\xf5*\xc6\xc3\xab\x84\x06\x06p}@"

192.168.1.2 -> 189.132.176.243

192.168.1.2 -> 65.196.74.236
'\xb0\xaf\x02\x1aI\x03q\xf0\x1c" \x81\xa2\xa4C\xcd\xfb\x03(KY\x13\t\xa5\x83\xe5g\xa8\xb3\xb2\x041\x193\xa3\x17\xc4\xa8\xd3w\xdba\xfc\xc1\x9f\x8bY\xfb(J2\xe03\xbb;=\xb7\xeb\xcc\xac\xf0\x06\x7fc\xc3\xddc\x18f\xa1W\xd6\xa2\\S/K3h\xc9\x9c\xe4\xe2\x93\x0b\xc6\x03\xf9\xbe~\xd4\x96\xe8\xd7x\xc0\x0f\rB\x18\xc7w/\xf3:\x1e\x00I83\xf5l^\xb8\xd9\x1d\x1a\x17\xe0\xe0 \x04\xb78^\xe8\x92=\xfcr,\xd2A\x10\xe3\xf9\x13\xaey\xdbC?$\x82\x15\xca\xcf\xb1X\xb8\xc2F\xce\xddGL\xc2v\xb4?\xfb!\xc0":\xe3\xc6\xc6\xe0k\\\x97\xf9\x98\xf8\x05\x8a\x90\xb6@\x1d\xf8:\xb1&|\xe0\x8da\xeaL\xed\xd8\xb2\x9a\x80\x18\xf0\'o\xa8\xa7\xe9\x1c\x14\xda\xaf(0\x81\xfb\x92#\xaf7M\xfa\x9d\x9dy\xa3\xe9\xbd\xec\xf6\xc5\x14Gs\x06\x8e\xc40\x95\xcc{;D\x16\xef7\xb4\x8a\xf0\x0cM*\xb2\x85\xf5V\x90o\xaa\xc7\xb6Y\xcc\xf2\xbe\xcf/\x9c\xea^)\xb3\'Fg*\xc7\x86@\x7f\x86\xae\x8e\xf2c\x19\x07\xf6A\xdb\x1b\x08+\x16>\xc1\x1d\x9f~c\x82|u\x9a\r#]\x9e\xff~h}\x9f\xb7?\xe8\xb2\x8ew\xe6T\x8b\xf0\xe6>9\x9bm\xaa\x19^\xd8\x15\xfa\x94\xbd\x9f\xd4\xcf\xd4$\xf4r\x10\'\xbd\xd3\xd4|\t\xf0'

192.168.1.2 -> 189.132.176.243
'\xc5\x15\xc0\xeeD\xee\x1d\xaf\xbd\xe1\xd0\xcf\x92\x8a'

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

189.132.176.243 -> 192.168.1.2
'0\xd24]T\x05\x8c\xa0\xc6\xfe\xc6'

192.168.1.2 -> 189.132.176.243

192.168.1.2 -> 189.132.176.243
'C\xee\xf2\x0b'

192.168.1.1 -> 192.168.1.2

71.10.179.129 -> 192.168.1.2
'\xc8\xcf@\xea\xacL\xf0;7\xbfb\x8es\x13Y\x93`&\xcd[%\xc1\xd0_+\xcc\x8dd\x92O3\xb6\xd5&\x88J\x01 \x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

189.132.176.243 -> 192.168.1.2

189.132.176.243 -> 192.168.1.2

192.168.1.2 -> 189.132.176.243

192.168.1.2 -> 192.168.1.1

189.132.176.243 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.2 -> 67.71.69.121
'R\xad\x192?v*)\x9bo\xd0\x92\xc4'

192.168.1.2 -> 192.168.1.1

67.71.69.121 -> 192.168.1.2
'\x1e\xd4m\x89\x11\xfb\x04]A\x9b\x01\xeaG\xae\xe5\x99&p^e\xaa%_\xe5\x0e\x7f\xe7\x19.\x01\x85L22\x1ahS\x1cp\xb9\xcb\xb5\xe8\xa5]%\x1ce'

192.168.1.2 -> 67.71.69.121

192.168.1.2 -> 217.8.201.21
'\xb0\xb8\x02\xae%\xd7\x07-z\x1a\xa6\xadp\\1\xf9\x17\x8eo\x86H\x94fe\xce\x8c\x06\xc3\x8c\xdb;'

192.168.1.1 -> 192.168.1.2

217.8.201.21 -> 192.168.1.2
'\x9d$\x026,\xa2B\x8a\xc5x\x05d\x9b\xf2\x1er\x965'

192.168.1.2 -> 68.171.31.88

212.204.214.114 -> 192.168.1.2
':jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+ah\r\n'

192.168.1.2 -> 212.204.214.114

192.168.1.2 -> 65.196.74.236
'\xb0\xaf\x027?\xce\x0c\xf0\x1c" m\xab\xb0_A\xe1\xa9"]\xd9\x00!J\xa4\xee\x98\xfbq\x81\x98$e\x81\xcbR+u\xca\xcf\x1d\xcc\xf5\x8dy\xed\x85k\xb7\x93\x0e`\xa8\x87*\x9e\xff\xca\xcb\x84\x0c\xce\xbeGD\x94\xbf\x99K#0\x18\xb2\xe6G\xec\x1e8\x85\xc6 \xaa\xb7\x00t\xa4DW\x121\xb1\xae\n\t\xdb\x977k\xe0\xbeQ\xe0\xb8\x89\xd9\x06\xc8\xf9\xec\'A\x9e\xf2rL_$\xf9gB\x1d\xe2\x8d\x7fN\xbc\xc9\xf3&\x14q5\xc2c\x86\x10\x8f\xfdw\x0c\xa9Juu\x92\x12\x07\x8b\x14z\xed\xd9\x8de\xa9\x14_Y\xff\xff\xb6\xb9\xca!\xbd\xe0"\x94<\xce\x02V\x97\xffr\xa1O\x02\xc6\xb0\xd7\x15\xa2?\xffo70\x8b\x95sw\xfe\x01\x12\xceTqi\x07\xe2\x93\x15\xa0Q\x8d\x9d\x87\xd1\x07\x184\x87\xe4\xbf\x93\xf0\x87@\xb8I\trK\xc5M\xf6\x1a\x8e\xb0\xf9\x9e\xe4\xc8\xa6\xff=\x03d/lU\x1b\xb3kzb\xea\xf4\xd1C\x1f[\x02\xb5\x05\xc5la\xe9\x87Ej\xa5\x07\xea\xd9\xdd:\xfb\x11|1\x0b\x0b\xb5B1\xf3S\x98K\xa3\xf3\x0e\x112|\xf8\xe9x\xcb\xeb\x13\x08\x7fe\xbb\xb9\xb0p%`\xd6\x9d\xae3S\x88x}v\xc7\xd2\xce\xdd>b}\xd6fvI\xd8\xeb\xf0\x02*d\x8eI\xdaz\x9f"s\x8b\t!]T\x88_0\xce\xae'

192.168.1.2 -> 72.40.133.78

192.168.1.2 -> 24.74.180.249

192.168.1.2 -> 212.204.214.114
'WHO #amarok\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 352 vmlemon #amarok n=arkanoid 8-255-173-213.static.dsl.webpartner.net irc.freenode.net arkanoid_ H :0 Anders Ossowicki\r\n:sterling.freenode.net 352 vmlemon #amarok n=un70uch dslb-082-083-102-208.pools.arcor-ip.net irc.freenode.net Untouch H :0 Kai Knoblauch\r\n:sterling.freenode.net 352 vmlemon #amarok n=arkanoid 8-255-173-213.static.dsl.webpartner.net irc.freenode.net arkanoid H :0 Anders Ossowicki\r\n:sterling.freenode.net 352 vmlemon #amarok n=lolo p54921341.dip0.t-ipconnect.de irc.freenode.net hurra H :0 hurra2\r\n:sterling.freenode.net 352 vmlemon #amarok n=yaloki 156.185-64-87.adsl-dyn.isp.belgacom.be irc.freenode.net yaloki H :0 Pascal Bleser\r\n:sterling.freenode.net 352 vmlemon #amarok n=netfuchs 158-237-221-213-pool.cable.fcom.ch irc.freenode.net NetFox H :0 Christian Loosli\r\n:sterling.freenode.net 352 vmlemon #amarok n=freqmod 140.84-48-78.nextgentel.com irc.freenode.net freqmod H :0 Frederik M.J. Vestre\r\n:sterling.freenode.net 352 vmlemon #amarok n=tim henri.gotadsl.co.uk irc.freeno'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'de.net SmileyG H :0 Smiley\r\n:sterling.freenode.net 352 vmlemon #amarok n=horst p54ABC281.dip0.t-ipconnect.de irc.freenode.net maelcum_ H :0 horst\r\n:sterling.freenode.net 352 vmlemon #amarok n=thunderc 84-51-130-71.judith186.adsl.metronet.co.uk irc.freenode.net TeaSea H :0 Matt Harker\r\n:sterling.freenode.net 352 vmlemon #amarok n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert\r\n:sterling.freenode.net 352 vmlemon #amarok n=candyban 83-217-92-49.adsl.realdsl.be irc.freenode.net candyban_ H :0 Tim Habex\r\n:sterling.freenode.net 352 vmlemon #amarok n=rbot amarok/bot/noatun irc.freenode.net noatun H :0 Ruby bot. (c) Tom Gilbert\r\n:sterling.freenode.net 352 vmlemon #amarok n=Knut p50891F24.dip0.t-ipconnect.de irc.freenode.net Knut H :0 Michael Lamberti\r\n:sterling.freenode.net 352 vmlemon #amarok n=mkoebele firewall.net-sweeper.com irc.freenode.net mkoebele H :0 Martin K\xf6bele\r\n:sterling.freenode.net 352 vmlemon #amarok n=shawn S010600131096809c.vc.shawcable.net irc.freenode.net Rede- H :0 Shawn\r\n:sterling.freenode.net 352 vmlemon #amarok n=bla dslb-084-063-070-084.pools.arcor-ip.net irc.freenode.net hst- H :0 rduke\r\n:sterling.freenode.net 352 vmlemon #amarok n=pixelbre p549BE952.dip.t-dialin.net irc.freenode.net pixelbrei H :0 pixelbrei\r\n:sterling.freenode.net 352 vmlemon #amarok n=lightyea p54875D13.dip.t-dialin.net irc.freenode.net lightyear H :0 Benjamin Kampmann\r\n:sterling.freenode.net 352 vmlem'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'on #amarok n=shash 59.144.17.244 irc.freenode.net _shash__ H :0 T.R.Shashwath\r\n:sterling.freenode.net 352 vmlemon #amarok n=DasTier HSI-KBW-085-216-054-105.hsi.kabelbw.de irc.freenode.net Gentle H :0 DasTier\r\n:sterling.freenode.net 352 vmlemon #amarok n=dongz cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai2 H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=frederik d54C0A592.access.telenet.be irc.freenode.net |Frederik H :0 Frederik\r\n:sterling.freenode.net 352 vmlemon #amarok n=astal 213-140-22-67.fastres.net irc.freenode.net astal H :0 Gianluca\r\n:sterling.freenode.net 352 vmlemon #amarok n=bart amarok/developer/Stecchino irc.freenode.net Shanachie H :0 Bart Cerneels\r\n:sterling.freenode.net 352 vmlemon #amarok i=damm cl-51.qas-01.us.sixxs.net irc.freenode.net Damm_ H :0 Damm\r\n:sterling.freenode.net 352 vmlemon #amarok n=jon 106.Red-213-96-137.staticIP.rima-tde.net irc.freenode.net nefertum H :0 Jon\r\n:sterling.freenode.net 352 vmlemon #amarok n=adaliff6 cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai H :0 Leif\r\n:sterling.freenode.net 352 vmlemon #amarok n=Gentoux APoitiers-153-1-67-94.w86-196.abo.wanadoo.fr irc.freenode.net Aubustou H :0 Aubustou\r\n:sterling.freenode.net 352 vmlemon #amarok n=delmonic p54AEE220.dip.t-dialin.net irc.freenode.net delmonico H :0 Christoph Neuroth\r\n:sterling.freenode.net 352 vmlemon #amarok i=PussInBo gateway/tor/x-1ccc744b8fed67a4 irc.freenode.net PussInBoots H :0'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
' pussinboots\r\n:sterling.freenode.net 352 vmlemon #amarok n=sean h26.149.4.12.cable.frzr.cablerocket.net irc.freenode.net Pio H :0 sean\r\n:sterling.freenode.net 352 vmlemon #amarok n=mseiwert c192003.adsl.hansenet.de irc.freenode.net save H :0 Michael Seiwert\r\n:sterling.freenode.net 352 vmlemon #amarok n=berkus ip251.cab28.mus.starman.ee irc.freenode.net berkus H :0 berkus\r\n:sterling.freenode.net 352 vmlemon #amarok n=max pD9504E3D.dip0.t-ipconnect.de irc.freenode.net maxx_k H :0 Maximilian Kossick\r\n:sterling.freenode.net 352 vmlemon #amarok n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3\r\n:sterling.freenode.net 352 vmlemon #amarok n=shaikun 204.193.196.80 irc.freenode.net Shaikun H :0 Great User Shaisama\r\n:sterling.freenode.net 352 vmlemon #amarok n=guru shadowfax2.Stanford.EDU irc.freenode.net QBob_ G :0 Joe Rabinoff\r\n:sterling.freenode.net 352 vmlemon #amarok n=colmcill 82-69-123-182.dsl.in-addr.zen.co.uk irc.freenode.net colmcille H :0 colmcille\r\n:sterling.freenode.net 352 vmlemon #amarok n=carewolf 0x535b82a7.bynxx18.adsl-dhcp.tele.dk irc.freenode.net carewolf H :0 Allan Sandfeld\r\n:sterling.freenode.net 352 vmlemon #amarok n=qba azk210.internetdsl.tpnet.pl irc.freenode.net JakubS_ H :0 Jakub Stachowski\r\n:sterling.freenode.net 352 vmlemon #amarok n=opera 0x555298c4.adsl.cybercity.dk irc.freenode.net johso H :0 Johs\r\n:sterling.freenode.net 352 vmlemon #amarok n=bob 32.108-84-212.ippool.ndo.com irc.'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'freenode.net bob__ H :0 bob\r\n:sterling.freenode.net 352 vmlemon #amarok n=spi c-71-192-98-87.hsd1.ma.comcast.net irc.freenode.net spisaacs H :0 spisaacs\r\n:sterling.freenode.net 352 vmlemon #amarok n=brandon ubuntu/member/pdpc.active.imbrandon irc.freenode.net imbrandon H :0 Brandon Holtsclaw\r\n:sterling.freenode.net 352 vmlemon #amarok n=ico2 modem-1199.chimpanzee.dialup.pol.co.uk irc.freenode.net ico2_ H :0 ico2\r\n:sterling.freenode.net 352 vmlemon #amarok n=dkey 192-186-stud-adsl.wu-wien.ac.at irc.freenode.net dkey H :0 dkey\r\n:sterling.freenode.net 352 vmlemon #amarok n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key\r\n:sterling.freenode.net 352 vmlemon #amarok n=vmrh vaslibre/member/TecnoVM64 irc.freenode.net TecnoVM64 H :0 Victor Rom\xc3\xa1n\r\n:sterling.freenode.net 352 vmlemon #amarok n=biAtch p54A84B66.dip0.t-ipconnect.de irc.freenode.net klos H :0 klos\r\n:sterling.freenode.net 352 vmlemon #amarok n=mducharm Toronto-HSE-ppp3643172.sympatico.ca irc.freenode.net mducharme H :0 Mathieu Ducharme\r\n:sterling.freenode.net 352 vmlemon #amarok n=devon 68-67-246-67.chvlva.adelphia.net irc.freenode.net devon H :0 Devon Warren\r\n:sterling.freenode.net 352 vmlemon #amarok n=ccc c-e82be155.225-1-64736c10.cust.bredbandsbolaget.se irc.freenode.net ccc_ H :0 ccc\r\n:sterling.freenode.net 352 vmlemon #amarok n=hunt0r dslb-088-064-048-106.pools.arcor-ip.net irc.freenode.net hunt0r H :0 Using KVIrc 3.2.0 '

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
"'Realia'\r\n:sterling.freenode.net 352 vmlemon #amarok n=drac 209.89.149.5 irc.freenode.net carl_2 H :0 drac\r\n:sterling.freenode.net 352 vmlemon #amarok n=samuli 84-253-197-118.satp.customers.dnainternet.fi irc.freenode.net Kupuntu H :0 Samuli\r\n:sterling.freenode.net 352 vmlemon #amarok n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell\r\n:sterling.freenode.net 352 vmlemon #amarok i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan\r\n:sterling.freenode.net 352 vmlemon #amarok n=jiihaaa dsl-lprgw1-feacde00-254.dhcp.inet.fi irc.freenode.net Jiihaaa H :0 JHa+\r\n:sterling.freenode.net 352 vmlemon #amarok n=Jejem 88.122.85.197 irc.freenode.net Jejem H :0 Jeremy Desvages\r\n:sterling.freenode.net 352 vmlemon #amarok n=aka_drui CAcert-br/akadruid irc.freenode.net aka_druid H :0 aka_druid\r\n:sterling.freenode.net 352 vmlemon #amarok n=jb e176174043.adsl.alicedsl.de irc.freenode.net johnyb H :0 Julian Baeume\r\n:sterling.freenode.net 352 vmlemon #amarok n=chatzill d213-103-213-33.cust.tele2.fr irc.freenode.net bogdanb H :0 New Now Know How\r\n:sterling.freenode.net 352 vmlemon #amarok n=himitsu 203.205.119.19 irc.freenode.net himitsu_ H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=Mogger 1-1-4-21a.gan.gbg.bostream.se irc.freenode.net Mogger G :0 mogx0r\r\n:sterling.freenode.net 352 vmlemon #amarok n=rick c-71-227-234-92.hsd1.or.comcast.net irc.freenode.net rikstah H :0 Richard Hamnet"

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
't\r\n:sterling.freenode.net 352 vmlemon #amarok n=butenda 68.56.241.220 irc.freenode.net raijin H :0 raijin\r\n:sterling.freenode.net 352 vmlemon #amarok n=arpu chello080109078137.4.15.univie.teleweb.at irc.freenode.net whitewindow H :0 arpu\r\n:sterling.freenode.net 352 vmlemon #amarok n=Drachir p5091FF80.dip.t-dialin.net irc.freenode.net Drachir H :0 User Privat\r\n:sterling.freenode.net 352 vmlemon #amarok n=darth_an adsl-70-241-84-164.dsl.hstntx.swbell.net irc.freenode.net Telroth`` H :0 Darth Android the Dragon\r\n:sterling.freenode.net 352 vmlemon #amarok n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert\r\n:sterling.freenode.net 352 vmlemon #amarok n=polux ANancy-152-1-40-117.w83-194.abo.wanadoo.fr irc.freenode.net polux G :0 Paul Brauner\r\n:sterling.freenode.net 352 vmlemon #amarok n=drbob ip110-32-209-87.adsl2.versatel.nl irc.freenode.net drbob H :0 Doctor Bob\r\n:sterling.freenode.net 352 vmlemon #amarok n=mark dyn-27.greentreefrog.net.au irc.freenode.net SmileeeM H :0 mark\r\n:sterling.freenode.net 352 vmlemon #amarok n=jan core.fluendo.com irc.freenode.net thaytan H :0 Jan Schmidt\r\n:sterling.freenode.net 352 vmlemon #amarok n=atoms angela.netparks.lv irc.freenode.net Atoms G :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=jose CPE-24-166-171-64.kc.res.rr.com irc.freenode.net jose H :0 Jose Alejandro Perez Vasquez\r\n:sterling.freenode.net 352 vmlemon #amarok i=arrakis p5498E1F8.dip.t-dialin.net '

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'irc.freenode.net highelf H :0 Julien\r\n:sterling.freenode.net 352 vmlemon #amarok n=chris S01060016b649355d.ed.shawcable.net irc.freenode.net chris_ H :0 billytwowilly\r\n:sterling.freenode.net 352 vmlemon #amarok n=dmbkiwi 203-114-186-21.bitstream.sta.fx.net.nz irc.freenode.net _matt H :0 Dumbkiwi\r\n:sterling.freenode.net 352 vmlemon #amarok n=deadsoul pdpc/supporter/student/deadsouls irc.freenode.net deadsouls H :0 They keep calling me...\r\n:sterling.freenode.net 352 vmlemon #amarok n=funky c83-248-154-161.bredband.comhem.se irc.freenode.net HairMetalAddict G :0 HairMetalAddict\r\n:sterling.freenode.net 352 vmlemon #amarok n=pussfell 166-82-183-46.quickclick.ctc.net irc.freenode.net pussfeller H :0 man of action\r\n:sterling.freenode.net 352 vmlemon #amarok n=fredrik c83-249-213-255.bredband.comhem.se irc.freenode.net \\foo\\ H :0 fredrik\r\n:sterling.freenode.net 352 vmlemon #amarok n=cocobo 85.8.9.32.se.wasadata.net irc.freenode.net cocobo H :0 cocobo\r\n:sterling.freenode.net 352 vmlemon #amarok n=illissiu dsl54001BA1.pool.t-online.hu irc.freenode.net illissius_ H :0 G\xc3\xa1bor Lehel\r\n:sterling.freenode.net 352 vmlemon #amarok n=fiveiron 74.137.134.5 irc.freenode.net fiveiron H :0 Aaron Dunlap\r\n:sterling.freenode.net 352 vmlemon #amarok n=kal cpe-69-204-217-232.stny.res.rr.com irc.freenode.net hayaka H :0 kal\r\n:sterling.freenode.net 352 vmlemon #amarok n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 Paul Cifarelli\r\n:sterlin'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'g.freenode.net 352 vmlemon #amarok n=mastertu server.tectran.com.br irc.freenode.net Mastertu1 H :0 Tulio Cesar Martins Pereira\r\n:sterling.freenode.net 352 vmlemon #amarok n=chris gentoo/developer/ChrisWhite irc.freenode.net ChrisWhite H :0 Chris White\r\n:sterling.freenode.net 352 vmlemon #amarok n=jkaufman 132.235.14.124 irc.freenode.net hops H :0 jkaufman\r\n:sterling.freenode.net 352 vmlemon #amarok n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin\r\n:sterling.freenode.net 352 vmlemon #amarok n=mark amarok/developer/markey irc.freenode.net markey H@ :0 Mark Kretschmann\r\n:sterling.freenode.net 352 vmlemon #amarok n=rich 81.94.235.186 irc.freenode.net Richlv G :0 Rihards\r\n:sterling.freenode.net 352 vmlemon #amarok i=tm_travo xob.kapsi.fi irc.freenode.net Tm_T G :0 Jussi Kekkonen\r\n:sterling.freenode.net 352 vmlemon #amarok n=Mowgel dsl-sjkgw4-fef7f800-117.dhcp.inet.fi irc.freenode.net Mazoon G :0 Tuomas\r\n:sterling.freenode.net 352 vmlemon #amarok n=maxie cpe-065-190-198-219.nc.res.rr.com irc.freenode.net MxReb0 H :0 Max Cohen\r\n:sterling.freenode.net 352 vmlemon #amarok n=j unaffiliated/jott irc.freenode.net jott H :0 j\r\n:sterling.freenode.net 352 vmlemon #amarok n=jesse teranetworks.de irc.freenode.net jesse H :0 jesse\r\n:sterling.freenode.net 352 vmlemon #amarok n=clavius unaffiliated/clavius irc.freenode.net clavius H :0 James\r\n:sterling.freenode.net 352 vmlemon #amarok n=B client-86-27-69'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'-183.winn.adsl.virgin.net irc.freenode.net mxcl H :0 Max Howell\r\n:sterling.freenode.net 352 vmlemon #amarok n=nakkel vektori.com irc.freenode.net Nakkel H :0 Jouni Karlsson\r\n:sterling.freenode.net 352 vmlemon #amarok n=Bleeter guifications/developer/bleeter irc.freenode.net Bleeter G :0 Bleeter Yaluser\r\n:sterling.freenode.net 352 vmlemon #amarok n=moose 83.142.226.235 irc.freenode.net mustaqila H :0 Muz\r\n:sterling.freenode.net 352 vmlemon #amarok n=muesli 83.142.226.235 irc.freenode.net mueslix H :0 muesli\r\n:sterling.freenode.net 352 vmlemon #amarok n=Amarok 24.50.92.60 irc.freenode.net Amarok H :0 magnusbot\r\n:sterling.freenode.net 352 vmlemon #amarok n=joe conky/developer/j-rock irc.freenode.net j-rock H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok i=shift 2001:618:400:8e35:202:44ff:fe43:c9ce irc.freenode.net shift H :0 .x.\r\n:sterling.freenode.net 352 vmlemon #amarok n=nobody ppp118-147.adsl.forthnet.gr irc.freenode.net parapente H :0 duh!\r\n:sterling.freenode.net 352 vmlemon #amarok i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman\r\n:sterling.freenode.net 352 vmlemon #amarok n=samsung 121.134.11.247 irc.freenode.net faddat H :0 doommeister\r\n:sterling.freenode.net 352 vmlemon #amarok n=eron netblock-66-245-232-7.dslextreme.com irc.freenode.net gruen0 G :0 Aaron V.\r\n:sterling.freenode.net 352 vmlemon #amarok n=js152033 192.18.43.249 irc.freenode.net neddy H :0 gaim\r\n:sterling.freenode.net 352 vmlemon #'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'amarok i=canidae exent.net irc.freenode.net canidae H :0 Vidar Wahlberg\r\n:sterling.freenode.net 352 vmlemon #amarok i=e-trolle deepthroat.deswahnsinns.de irc.freenode.net lilalinux H :0 Nabil Sayegh\r\n:sterling.freenode.net 352 vmlemon #amarok i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie\r\n:sterling.freenode.net 352 vmlemon #amarok n=Your konversation/user/illogic-al irc.freenode.net illogic-al H :0 been\r\n:sterling.freenode.net 352 vmlemon #amarok i=mike chrondo.com irc.freenode.net picasso H :0 poop socks\r\n:sterling.freenode.net 352 vmlemon #amarok n=Pants 74.136.11.203 irc.freenode.net Frozen-Solid H :0 Pants\r\n:sterling.freenode.net 352 vmlemon #amarok i=mag 178-mi2-1.acn.waw.pl irc.freenode.net ^^MAg^^ H :0 mag@entropy.be\r\n:sterling.freenode.net 352 vmlemon #amarok n=ian amarok/developer/eean irc.freenode.net eean H :0 Ian\r\n:sterling.freenode.net 352 vmlemon #amarok i=cia cia.navi.cx irc.freenode.net CIA-2 H :0 CIA Bot (http://cia.navi.cx)\r\n:sterling.freenode.net 352 vmlemon #amarok n=JG^ 84.113.248.162 irc.freenode.net JG^ H :0 JG\r\n:sterling.freenode.net 352 vmlemon #amarok i=adamcik cassarossa.samfundet.no irc.freenode.net adamcik H :0 Thomas Adamcik\r\n:sterling.freenode.net 352 vmlemon #amarok n=sili 80-218-82-232.dclient.hispeed.ch irc.freenode.net sandlee__ H :0 Sandlee\r\n:sterling.freenode.net 352 vmlemon #amarok n=eastein TOBA.RES.WPI.NET irc.freenode.net Toba G :0 Eric Stein\r\n:sterling'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
".freenode.net 352 vmlemon #amarok n=damm mybox.ngworld.net irc.freenode.net Damm G :0 Blowin' through the jasmine in my mind\r\n:sterling.freenode.net 352 vmlemon #amarok n=andreu 85.Red-81-39-41.dynamicIP.rima-tde.net irc.freenode.net andreu H :0 andreu\r\n:sterling.freenode.net 352 vmlemon #amarok ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services\r\n:sterling.freenode.net 352 vmlemon #amarok n=and 2002:3e41:ec17:0:0:620:6523:6023 irc.freenode.net and_ H :0 anonymous\r\n:sterling.freenode.net 352 vmlemon #amarok n=arohae taniwha.acm.jhu.edu irc.freenode.net Triskelios H :0 N.Cat\r\n:sterling.freenode.net 352 vmlemon #amarok n=trucks unaffiliated/hagabaka irc.freenode.net hagabaka H :0 Hagabaka\r\n:sterling.freenode.net 352 vmlemon #amarok n=ntryon cpe-66-67-53-166.rochester.res.rr.com irc.freenode.net Dhraakellian H :0 Nick Tryon (Dhraak)\r\n:sterling.freenode.net 352 vmlemon #amarok i=bizkit baze.de irc.freenode.net b1z G :0 biz\r\n:sterling.freenode.net 352 vmlemon #amarok n=freenode www.sjs-elisabeth.wh.uni-erlangen.de irc.freenode.net s|mon G :0 freenode\r\n:sterling.freenode.net 352 vmlemon #amarok i=razor139 default.tixit.se irc.freenode.net razor1394 H :0 RaZoR1394\r\n:sterling.freenode.net 352 vmlemon #amarok i=never C239-209.surffi.net irc.freenode.net Neverther H :0 Crack in childs toy\r\n:sterling.freenode.net 352 vmlemon #amarok i=christia a15202173.alturo-server.de irc.freenode.net oxygen` H :0 Christian Samsel\r\n:s"

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'terling.freenode.net 352 vmlemon #amarok n=pankaj unaffiliated/spo0nman irc.freenode.net spo0nman G :0 pankaj\r\n:sterling.freenode.net 352 vmlemon #amarok n=marco kde/developer/gulino irc.freenode.net RockMan G :0 Marco Gulino\r\n:sterling.freenode.net 352 vmlemon #amarok n=andrew c-24-63-236-4.hsd1.ma.comcast.net irc.freenode.net achanler H :0 Andrew\r\n:sterling.freenode.net 352 vmlemon #amarok i=isolis hermosa.cse.ucsc.edu irc.freenode.net cureless G :0 Nacho\r\n:sterling.freenode.net 352 vmlemon #amarok i=real 2416443hfc19.tampabay.res.rr.com irc.freenode.net verus H :0 Unknown\r\n:sterling.freenode.net 352 vmlemon #amarok n=dbglt 220-245-154-191-vic-pppoe.tpgi.com.au irc.freenode.net dbglt H :0 Bob\r\n:sterling.freenode.net 352 vmlemon #amarok n=sway 84-74-130-1.dclient.hispeed.ch irc.freenode.net cocaa_ H :0 sway\r\n:sterling.freenode.net 352 vmlemon #amarok i=nike wikipedia/Nikerabbit irc.freenode.net Nikerabbit G :0 Niklas Laxstr\xc3\xb6m\r\n:sterling.freenode.net 352 vmlemon #amarok i=gnosis ganymede.jtan.com irc.freenode.net pattern H :0 pattern\r\n:sterling.freenode.net 352 vmlemon #amarok n=blurpy ti231210a080-2776.bb.online.no irc.freenode.net blurpy H :0 Blurpy\r\n:sterling.freenode.net 352 vmlemon #amarok i=cromo klej.net irc.freenode.net cromo H :0 cromo\r\n:sterling.freenode.net 352 vmlemon #amarok n=unknown 164.80-202-111.nextgentel.com irc.freenode.net Bjoern-Erik H :0 Bj\xc3\xb8rn Erik\r\n:sterling.freenode.net 352 vmlemon #amarok n=sven k'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'illefiz.de irc.freenode.net killefiz H :0 Sven Lankes\r\n:sterling.freenode.net 352 vmlemon #amarok i=sentinal 80.247.212.3 irc.freenode.net L4serKiLL H :0 L4serKiLL\r\n:sterling.freenode.net 352 vmlemon #amarok n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier\r\n:sterling.freenode.net 352 vmlemon #amarok n=jmworx theorix.CeNTIE.NET.au irc.freenode.net jmworx H :0 Jean-Marc Valin\r\n:sterling.freenode.net 352 vmlemon #amarok n=jm voip1.CeNTIE.NET.au irc.freenode.net jmghost H :0 Jean-Marc Valin\r\n:sterling.freenode.net 352 vmlemon #amarok n=johann bre29-1-82-245-186-86.fbx.proxad.net irc.freenode.net Johann_ol H :0 Johann Ollivier Lapeyre\r\n:sterling.freenode.net 352 vmlemon #amarok n=indro 212.103.66.234 irc.freenode.net Indro G :0 indro\r\n:sterling.freenode.net 352 vmlemon #amarok n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo\r\n:sterling.freenode.net 352 vmlemon #amarok n=dwar 154.163.216.81.static.g-fa.siw.siwnet.net irc.freenode.net dwar H :0 Daniel\r\n:sterling.freenode.net 352 vmlemon #amarok n=excitato CPE-70-94-39-68.wi.res.rr.com irc.freenode.net excitatory H :0 excitatory\r\n:sterling.freenode.net 352 vmlemon #amarok i=ffff x02.monolithnetworks.net irc.freenode.net tomr H :0 tom\r\n:sterling.freenode.net 352 vmlemon #amarok i=trotek 204.8.223.19 irc.freenode.net tro G :0 Tro\r\n:sterling.freenode.net 352 vmlemon #amarok n=sander 88.211.140.199 irc.freenode.net snader G :0 Sande'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'r Zwier\r\n:sterling.freenode.net 352 vmlemon #amarok i=chryse 84.20.147.3 irc.freenode.net MuJ H :0 Jouni Muttilainen\r\n:sterling.freenode.net 352 vmlemon #amarok i=sbw25 131.111.245.220 irc.freenode.net mollmerx H :0 Stephen Williams\r\n:sterling.freenode.net 352 vmlemon #amarok i=fox vpn017250.uni-rostock.de irc.freenode.net fuchs G :0 Bjoern Krombholz\r\n:sterling.freenode.net 352 vmlemon #amarok n=Jukka dsl-hpo-fef3fb00-4.dhcp.inet.fi irc.freenode.net Juki H :0 Jukka\r\n:sterling.freenode.net 352 vmlemon #amarok i=whocares saus04.usc.es irc.freenode.net BleedAway H :0 stickman\r\n:sterling.freenode.net 352 vmlemon #amarok n=zeth pc77-134.telge.kth.se irc.freenode.net joch H :0 zeth\r\n:sterling.freenode.net 352 vmlemon #amarok n=blah 203-97-119-118.cable.telstraclear.net irc.freenode.net snoops H :0 fiz\r\n:sterling.freenode.net 352 vmlemon #amarok i=user unaffiliated/honey irc.freenode.net honeyzzz H :0 user\r\n:sterling.freenode.net 352 vmlemon #amarok n=t30 87.4.133.14 irc.freenode.net t30 H :0 t30\r\n:sterling.freenode.net 352 vmlemon #amarok i=lusikka 83.145.202.131 irc.freenode.net Lusikka H :0 Lusikka\r\n:sterling.freenode.net 352 vmlemon #amarok n=ryan evil.pengu.in irc.freenode.net ObsidianX H :0 ryan\r\n:sterling.freenode.net 352 vmlemon #amarok i=lex evot.us irc.freenode.net lex H :0 Lex\r\n:sterling.freenode.net 352 vmlemon #amarok n=aumuell amarok/developer/aumuell irc.freenode.net aumuell H :0 Martin Aumueller\r\n:sterling.freenode.'

192.168.1.2 -> 212.204.214.114

212.204.214.114 -> 192.168.1.2
'net 352 vmlemon #amarok i=basquiat phylogeny1.bot.biologie.uni-tuebingen.de irc.freenode.net basquiat H :0 Jens Mayer\r\n:sterling.freenode.net 352 vmlemon #amarok n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)\r\n:sterling.freenode.net 352 vmlemon #amarok i=wally khayts.us irc.freenode.net Khaytsus H :0 unlimitedphoto.com\r\n:sterling.freenode.net 352 vmlemon #amarok i=hhamalai myntti.helsinki.fi irc.freenode.net dah H :0 Harri A O Hamalainen\r\n:sterling.freenode.net 352 vmlemon #amarok n=jer 24-107-233-133.dhcp.oxfr.ma.charter.com irc.freenode.net UsagiJer H :0 Jer Jer Bo Ber\r\n:sterling.freenode.net 352 vmlemon #amarok n=vincent h8441252227.dsl.speedlinq.nl irc.freenode.net cannajunk H :0 Vincent Stans\r\n:sterling.freenode.net 315 vmlemon #amarok :End of /WHO list.\r\n'

192.168.1.2 -> 212.204.214.114

'\x10\x00\xff\xff\xff\x01\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00'

24.177.122.79 -> 192.168.1.2
"\x9a\xbf\xf4\xbb\xd0\x84\xa2h\xc7\xe5\x9b\xde'\n\xad(\x88\xc2Z!\x02\x00\x00\x00\xff\xff"

192.168.1.2 -> 24.177.122.79

192.168.1.2 -> 217.8.201.21
'\xb0\xba\x02I\x9a\xde\rl^\xe2041\x05\x8d\x026\xc5\x04\xd0\xd4\xd8\xdblV\xcc\x8eY\xd6\x99r'

192.168.1.2 -> 35.10.92.61
'\xb0\xbc\x02\xacW\xbb\xda\xb8br\xf7\r\x13\xda\xa4<\xb8\xca\xe5b]\xb1\x18\xd9v4. \xaa\x87\xcf'

192.168.1.2 -> 192.208.132.217
'\xb0\xbe\x022\xa5\xc2\x03\x1fV\xc5\xff\xa9\xfeNT\xcf\xa8\x14j\x18,\xb8\xf9\x026<\x91\xf7\xc3\x16\x80'

217.8.201.21 -> 192.168.1.2
'\x9e\x94\x025\xad8\x96j\x1a\x0f6!\xfdz\xf6\xc7E%'

192.168.1.2 -> 67.71.69.121
'\xe9{i)\xe7\xd6\xe7R\x84\x8cL\xec\xee'

192.168.1.2 -> 67.71.69.121

192.168.1.2 -> 212.72.49.141

35.10.92.61 -> 192.168.1.2
'R\x9d\x020\xbf>Z\xc0\x13\xc7\xbd\xa1 \xfb^\x00\\T'

192.168.1.2 -> 35.10.92.61
'R\x9d\x020\xbf>Z\xc0\x13\xc7\xbd\xa1 \xfb^\x00\\T'

212.72.49.141 -> 192.168.1.2

192.168.1.2 -> 212.72.49.141

67.71.69.121 -> 192.168.1.2
'\xdf\xf6\x12|\x03\xf2\nv6\xa1\xff\xbdP\x12=h\x12\xee\xd1.\xc2\xfeKM\x7f\xaf-`\x9b\xb1\xbaw\xfd\xfcWS\xdc^}\xac\xf4\xe0{t\xc9\x0b\xc4\x82\xa8\x19u\x80\xe7\x90\xa5\x19{\xb01\x15\xf4\xda\xd8\x12\xd9\xd7%\x1c\x1dJ\xd8\xb0\x0f\x1c\xec'

192.168.1.2 -> 67.71.69.121

67.71.69.121 -> 192.168.1.2

192.168.1.2 -> 67.71.69.121

67.71.69.121 -> 192.168.1.2

192.168.1.2 -> 67.71.69.121

172.200.160.242 -> 192.168.1.2
'h\xf7\x8b\x87\xaf\xd4\xb8\xce\x85]\xddUx\xd6$a6\x03\xbeI\r&\x80\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 172.200.160.242

192.168.1.2 -> 69.113.180.235

192.168.1.2 -> 68.234.20.58

192.168.1.2 -> 24.188.222.16

69.113.180.235 -> 192.168.1.2

192.168.1.2 -> 69.113.180.235

192.168.1.2 -> 69.113.180.235
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

24.188.222.16 -> 192.168.1.2

192.168.1.2 -> 24.188.222.16

192.168.1.2 -> 24.188.222.16
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

68.234.20.58 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

69.113.180.235 -> 192.168.1.2

192.168.1.2 -> 24.242.44.13

192.168.1.2 -> 68.47.20.134

192.168.1.2 -> 69.164.189.12

69.113.180.235 -> 192.168.1.2

24.188.222.16 -> 192.168.1.2

24.188.222.16 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

69.164.189.12 -> 192.168.1.2

192.168.1.2 -> 69.164.189.12

192.168.1.2 -> 69.164.189.12
'\xfa\x00\xb6+\xfa\xcb\x1282\t\xd22'

68.47.20.134 -> 192.168.1.2

69.164.189.12 -> 192.168.1.2

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

71.10.179.129 -> 192.168.1.2
'\x88\xe9\xc0\x81>%\xf6+\x07\xcf*\xbb\x88\xac\x06\x1f\x7f\x02\xd9q\xbb\xca}\xa1\xb2\x17rc\xcf\x89\x1b\xdbIob\x88\xb6\x0e@\x00\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

24.177.122.79 -> 192.168.1.2
'z\xe2\xeb4\xb3\xf3`\xa0C\xebu.\xe37\x1f\xb7\xdac\x1a\x03\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.177.122.79

192.168.1.2 -> 24.177.122.79
'z\xe2\xeb4\xb3\xf3`\xa0C\xebu.\xe37\x1f\xb7\xdacU\x04\x00\x00\x00\xff\xff'

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.2 -> 192.168.1.1

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

192.168.1.1 -> 192.168.1.2

24.177.122.79 -> 192.168.1.2

71.10.179.129 -> 192.168.1.2
'\xe8\xa9l\xd0\xb2\xc0\x82\xe9)\x1b\xfe*G\xdc\x93\xc2\x1cq\x02\x08\x00\x00\x00\xff\xff\x02'

192.168.1.2 -> 71.10.179.129

192.168.1.2 -> 71.10.179.129
'z*\x1b\xb4,\xb0`z\xca\x86\xbf\xca\x11\xf7\xa4pd\x13\x00\x00\x00\x00\xff\xff'

192.168.1.2 -> 24.242.44.13

71.10.179.129 -> 192.168.1.2

212.204.214.114 -> 192.168.1.2
':yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+though they work great for me, and for a dozen other people I had positive feedback from\r\n'

192.168.1.2 -> 212.204.214.114

189.132.176.243 -> 192.168.1.2

192.168.1.2 -> 212.204.214.114
'ISON Thunfisch Smiley SmileyG\n'

212.204.214.114 -> 192.168.1.2
':sterling.freenode.net 303 vmlemon :SmileyG \r\n'

192.168.1.2 -> 212.204.214.114


In [38]:
def filter_packet_by_string(pkt, string):
    try:
        raw_load = pkt.getlayer(Raw).fields.get('load')
        if string in raw_load:
            print pkt.sprintf("QUERY FOUND:\nFrom "
                              "{IP:%IP.src% -> %IP.dst%\n}")
            print raw_load
    except Exception:
        pass

In [ ]:
for pkt in pkts:
    filter_packet_by_string(pkt, 'amarok')

In [31]:
for pkt in pkts:
    filter_packet_by_string(pkt, 'amarok')


QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+how do you mean

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+eh?

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+what, what

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:hurra!n=lolo@p54921341.dip0.t-ipconnect.de PRIVMSG #amarok :+;p

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:sterling.freenode.net 352 vmlemon #rokymotion n=lando pool-71-121-181-242.sttlwa.dsl-w.verizon.net irc.freenode.net land0 H :0 gaim
:sterling.freenode.net 352 vmlemon #rokymotion n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert
:sterling.freenode.net 352 vmlemon #rokymotion n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3
:sterling.freenode.net 352 vmlemon #rokymotion n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key
:sterling.freenode.net 352 vmlemon #rokymotion n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell
:sterling.freenode.net 352 vmlemon #rokymotion i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan
:sterling.freenode.net 352 vmlemon #rokymotion n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert
:sterling.freenode.net 352 vmlemon #rokymotion n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 P
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

aul Cifarelli
:sterling.freenode.net 352 vmlemon #rokymotion n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin
:sterling.freenode.net 352 vmlemon #rokymotion n=mark amarok/developer/markey irc.freenode.net markey H :0 Mark Kretschmann
:sterling.freenode.net 352 vmlemon #rokymotion i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman
:sterling.freenode.net 352 vmlemon #rokymotion i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie
:sterling.freenode.net 352 vmlemon #rokymotion ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services
:sterling.freenode.net 352 vmlemon #rokymotion n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier
:sterling.freenode.net 352 vmlemon #rokymotion n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo
:sterling.freenode.net 352 vmlemon #rokymotion n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)
:sterling.freenode.net 315 vmlemon #rokymotion :End of /WHO list.

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+yaloki: not sure how to be more clear :)

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+eean: he just has taglib 1.4 from the distro

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+your user might have more then one taglib installed

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+how do you know that? :)

QUERY FOUND:
From 192.168.1.2 -> 212.204.214.114

WHO #amarok

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:sterling.freenode.net 352 vmlemon #amarok n=un70uch dslb-082-083-102-208.pools.arcor-ip.net irc.freenode.net Untouch H :0 Kai Knoblauch
:sterling.freenode.net 352 vmlemon #amarok n=arkanoid 8-255-173-213.static.dsl.webpartner.net irc.freenode.net arkanoid H :0 Anders Ossowicki
:sterling.freenode.net 352 vmlemon #amarok n=lolo p54921341.dip0.t-ipconnect.de irc.freenode.net hurra H :0 hurra2
:sterling.freenode.net 352 vmlemon #amarok n=yaloki 156.185-64-87.adsl-dyn.isp.belgacom.be irc.freenode.net yaloki H :0 Pascal Bleser
:sterling.freenode.net 352 vmlemon #amarok n=netfuchs 158-237-221-213-pool.cable.fcom.ch irc.freenode.net NetFox H :0 Christian Loosli
:sterling.freenode.net 352 vmlemon #amarok n=arkanoid 8-255-173-213.static.dsl.webpartner.net irc.freenode.net arkanoid_ H :0 Anders Ossowicki
:sterling.freenode.net 352 vmlemon #amarok n=freqmod 140.84-48-78.nextgentel.com irc.freenode.net freqmod H :0 Frederik M.J. Vestre
:sterling.freenode.net 352 vmlemon #amarok n=tim henri.gotadsl.co.uk irc.freeno
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

de.net SmileyG H :0 Smiley
:sterling.freenode.net 352 vmlemon #amarok n=horst p54ABC281.dip0.t-ipconnect.de irc.freenode.net maelcum_ H :0 horst
:sterling.freenode.net 352 vmlemon #amarok n=thunderc 84-51-130-71.judith186.adsl.metronet.co.uk irc.freenode.net TeaSea H :0 Matt Harker
:sterling.freenode.net 352 vmlemon #amarok n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert
:sterling.freenode.net 352 vmlemon #amarok n=candyban 83-217-92-49.adsl.realdsl.be irc.freenode.net candyban_ H :0 Tim Habex
:sterling.freenode.net 352 vmlemon #amarok n=rbot amarok/bot/noatun irc.freenode.net noatun H :0 Ruby bot. (c) Tom Gilbert
:sterling.freenode.net 352 vmlemon #amarok n=Knut p50891F24.dip0.t-ipconnect.de irc.freenode.net Knut H :0 Michael Lamberti
:sterling.freenode.net 352 vmlemon #amarok n=mkoebele firewall.net-sweeper.com irc.freenode.net mkoebele H :0 Martin K�bele
:sterling.freenode.net 352 vmlemon #amarok n=shawn S010600131096809c.vc.shawcable.net irc.freenode.net Rede- H :0 Shawn
:sterling.freenode.net 352 vmlemon #amarok n=bla dslb-084-063-070-084.pools.arcor-ip.net irc.freenode.net hst- H :0 rduke
:sterling.freenode.net 352 vmlemon #amarok n=pixelbre p549BE952.dip.t-dialin.net irc.freenode.net pixelbrei H :0 pixelbrei
:sterling.freenode.net 352 vmlemon #amarok n=lightyea p54875D13.dip.t-dialin.net irc.freenode.net lightyear H :0 Benjamin Kampmann
:sterling.freenode.net 352 vmlem
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

on #amarok n=shash 59.144.17.244 irc.freenode.net _shash__ H :0 T.R.Shashwath
:sterling.freenode.net 352 vmlemon #amarok n=DasTier HSI-KBW-085-216-054-105.hsi.kabelbw.de irc.freenode.net Gentle H :0 DasTier
:sterling.freenode.net 352 vmlemon #amarok n=dongz cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai2 H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=frederik d54C0A592.access.telenet.be irc.freenode.net |Frederik H :0 Frederik
:sterling.freenode.net 352 vmlemon #amarok n=astal 213-140-22-67.fastres.net irc.freenode.net astal H :0 Gianluca
:sterling.freenode.net 352 vmlemon #amarok n=bart amarok/developer/Stecchino irc.freenode.net Shanachie H :0 Bart Cerneels
:sterling.freenode.net 352 vmlemon #amarok i=damm cl-51.qas-01.us.sixxs.net irc.freenode.net Damm_ H :0 Damm
:sterling.freenode.net 352 vmlemon #amarok n=jon 106.Red-213-96-137.staticIP.rima-tde.net irc.freenode.net nefertum H :0 Jon
:sterling.freenode.net 352 vmlemon #amarok n=adaliff6 cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai H :0 Leif
:sterling.freenode.net 352 vmlemon #amarok n=Gentoux APoitiers-153-1-67-94.w86-196.abo.wanadoo.fr irc.freenode.net Aubustou H :0 Aubustou
:sterling.freenode.net 352 vmlemon #amarok n=delmonic p54AEE220.dip.t-dialin.net irc.freenode.net delmonico H :0 Christoph Neuroth
:sterling.freenode.net 352 vmlemon #amarok i=PussInBo gateway/tor/x-1ccc744b8fed67a4 irc.freenode.net PussInBoots H :0
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

 pussinboots
:sterling.freenode.net 352 vmlemon #amarok n=sean h26.149.4.12.cable.frzr.cablerocket.net irc.freenode.net Pio H :0 sean
:sterling.freenode.net 352 vmlemon #amarok n=mseiwert c192003.adsl.hansenet.de irc.freenode.net save H :0 Michael Seiwert
:sterling.freenode.net 352 vmlemon #amarok n=berkus ip251.cab28.mus.starman.ee irc.freenode.net berkus H :0 berkus
:sterling.freenode.net 352 vmlemon #amarok n=max pD9504E3D.dip0.t-ipconnect.de irc.freenode.net maxx_k H :0 Maximilian Kossick
:sterling.freenode.net 352 vmlemon #amarok n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3
:sterling.freenode.net 352 vmlemon #amarok n=shaikun 204.193.196.80 irc.freenode.net Shaikun H :0 Great User Shaisama
:sterling.freenode.net 352 vmlemon #amarok n=guru shadowfax2.Stanford.EDU irc.freenode.net QBob_ G :0 Joe Rabinoff
:sterling.freenode.net 352 vmlemon #amarok n=colmcill 82-69-123-182.dsl.in-addr.zen.co.uk irc.freenode.net colmcille H :0 colmcille
:sterling.freenode.net 352 vmlemon #amarok n=carewolf 0x535b82a7.bynxx18.adsl-dhcp.tele.dk irc.freenode.net carewolf H :0 Allan Sandfeld
:sterling.freenode.net 352 vmlemon #amarok n=qba azk210.internetdsl.tpnet.pl irc.freenode.net JakubS_ H :0 Jakub Stachowski
:sterling.freenode.net 352 vmlemon #amarok n=opera 0x555298c4.adsl.cybercity.dk irc.freenode.net johso H :0 Johs
:sterling.freenode.net 352 vmlemon #amarok n=bob 32.108-84-212.ippool.ndo.com irc.
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

freenode.net bob__ H :0 bob
:sterling.freenode.net 352 vmlemon #amarok n=spi c-71-192-98-87.hsd1.ma.comcast.net irc.freenode.net spisaacs H :0 spisaacs
:sterling.freenode.net 352 vmlemon #amarok n=brandon ubuntu/member/pdpc.active.imbrandon irc.freenode.net imbrandon H :0 Brandon Holtsclaw
:sterling.freenode.net 352 vmlemon #amarok n=ico2 modem-1199.chimpanzee.dialup.pol.co.uk irc.freenode.net ico2_ H :0 ico2
:sterling.freenode.net 352 vmlemon #amarok n=dkey 192-186-stud-adsl.wu-wien.ac.at irc.freenode.net dkey H :0 dkey
:sterling.freenode.net 352 vmlemon #amarok n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key
:sterling.freenode.net 352 vmlemon #amarok n=vmrh vaslibre/member/TecnoVM64 irc.freenode.net TecnoVM64 H :0 Victor Román
:sterling.freenode.net 352 vmlemon #amarok n=biAtch p54A84B66.dip0.t-ipconnect.de irc.freenode.net klos H :0 klos
:sterling.freenode.net 352 vmlemon #amarok n=mducharm Toronto-HSE-ppp3643172.sympatico.ca irc.freenode.net mducharme H :0 Mathieu Ducharme
:sterling.freenode.net 352 vmlemon #amarok n=devon 68-67-246-67.chvlva.adelphia.net irc.freenode.net devon H :0 Devon Warren
:sterling.freenode.net 352 vmlemon #amarok n=ccc c-e82be155.225-1-64736c10.cust.bredbandsbolaget.se irc.freenode.net ccc_ H :0 ccc
:sterling.freenode.net 352 vmlemon #amarok n=hunt0r dslb-088-064-048-106.pools.arcor-ip.net irc.freenode.net hunt0r H :0 Using KVIrc 3.2.0 
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

'Realia'
:sterling.freenode.net 352 vmlemon #amarok n=drac 209.89.149.5 irc.freenode.net carl_2 H :0 drac
:sterling.freenode.net 352 vmlemon #amarok n=samuli 84-253-197-118.satp.customers.dnainternet.fi irc.freenode.net Kupuntu H :0 Samuli
:sterling.freenode.net 352 vmlemon #amarok n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell
:sterling.freenode.net 352 vmlemon #amarok i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan
:sterling.freenode.net 352 vmlemon #amarok n=jiihaaa dsl-lprgw1-feacde00-254.dhcp.inet.fi irc.freenode.net Jiihaaa H :0 JHa+
:sterling.freenode.net 352 vmlemon #amarok n=Jejem 88.122.85.197 irc.freenode.net Jejem H :0 Jeremy Desvages
:sterling.freenode.net 352 vmlemon #amarok n=aka_drui CAcert-br/akadruid irc.freenode.net aka_druid H :0 aka_druid
:sterling.freenode.net 352 vmlemon #amarok n=jb e176174043.adsl.alicedsl.de irc.freenode.net johnyb H :0 Julian Baeume
:sterling.freenode.net 352 vmlemon #amarok n=chatzill d213-103-213-33.cust.tele2.fr irc.freenode.net bogdanb H :0 New Now Know How
:sterling.freenode.net 352 vmlemon #amarok n=himitsu 203.205.119.19 irc.freenode.net himitsu_ H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=Mogger 1-1-4-21a.gan.gbg.bostream.se irc.freenode.net Mogger G :0 mogx0r
:sterling.freenode.net 352 vmlemon #amarok n=rick c-71-227-234-92.hsd1.or.comcast.net irc.freenode.net rikstah H :0 Richard Hamnet
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

t
:sterling.freenode.net 352 vmlemon #amarok n=butenda 68.56.241.220 irc.freenode.net raijin H :0 raijin
:sterling.freenode.net 352 vmlemon #amarok n=arpu chello080109078137.4.15.univie.teleweb.at irc.freenode.net whitewindow H :0 arpu
:sterling.freenode.net 352 vmlemon #amarok n=Drachir p5091FF80.dip.t-dialin.net irc.freenode.net Drachir H :0 User Privat
:sterling.freenode.net 352 vmlemon #amarok n=darth_an adsl-70-241-84-164.dsl.hstntx.swbell.net irc.freenode.net Telroth`` H :0 Darth Android the Dragon
:sterling.freenode.net 352 vmlemon #amarok n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert
:sterling.freenode.net 352 vmlemon #amarok n=polux ANancy-152-1-40-117.w83-194.abo.wanadoo.fr irc.freenode.net polux G :0 Paul Brauner
:sterling.freenode.net 352 vmlemon #amarok n=drbob ip110-32-209-87.adsl2.versatel.nl irc.freenode.net drbob H :0 Doctor Bob
:sterling.freenode.net 352 vmlemon #amarok n=mark dyn-27.greentreefrog.net.au irc.freenode.net SmileeeM H :0 mark
:sterling.freenode.net 352 vmlemon #amarok n=jan core.fluendo.com irc.freenode.net thaytan H :0 Jan Schmidt
:sterling.freenode.net 352 vmlemon #amarok n=atoms angela.netparks.lv irc.freenode.net Atoms G :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=jose CPE-24-166-171-64.kc.res.rr.com irc.freenode.net jose H :0 Jose Alejandro Perez Vasquez
:sterling.freenode.net 352 vmlemon #amarok i=arrakis p5498E1F8.dip.t-dialin.net 
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

irc.freenode.net highelf H :0 Julien
:sterling.freenode.net 352 vmlemon #amarok n=chris S01060016b649355d.ed.shawcable.net irc.freenode.net chris_ H :0 billytwowilly
:sterling.freenode.net 352 vmlemon #amarok n=dmbkiwi 203-114-186-21.bitstream.sta.fx.net.nz irc.freenode.net _matt H :0 Dumbkiwi
:sterling.freenode.net 352 vmlemon #amarok n=deadsoul pdpc/supporter/student/deadsouls irc.freenode.net deadsouls H :0 They keep calling me...
:sterling.freenode.net 352 vmlemon #amarok n=funky c83-248-154-161.bredband.comhem.se irc.freenode.net HairMetalAddict G :0 HairMetalAddict
:sterling.freenode.net 352 vmlemon #amarok n=pussfell 166-82-183-46.quickclick.ctc.net irc.freenode.net pussfeller H :0 man of action
:sterling.freenode.net 352 vmlemon #amarok n=fredrik c83-249-213-255.bredband.comhem.se irc.freenode.net \foo\ H :0 fredrik
:sterling.freenode.net 352 vmlemon #amarok n=cocobo 85.8.9.32.se.wasadata.net irc.freenode.net cocobo H :0 cocobo
:sterling.freenode.net 352 vmlemon #amarok n=illissiu dsl54001BA1.pool.t-online.hu irc.freenode.net illissius_ H :0 Gábor Lehel
:sterling.freenode.net 352 vmlemon #amarok n=fiveiron 74.137.134.5 irc.freenode.net fiveiron H :0 Aaron Dunlap
:sterling.freenode.net 352 vmlemon #amarok n=kal cpe-69-204-217-232.stny.res.rr.com irc.freenode.net hayaka H :0 kal
:sterling.freenode.net 352 vmlemon #amarok n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 Paul Cifarelli
:sterlin
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

g.freenode.net 352 vmlemon #amarok n=mastertu server.tectran.com.br irc.freenode.net Mastertu1 H :0 Tulio Cesar Martins Pereira
:sterling.freenode.net 352 vmlemon #amarok n=chris gentoo/developer/ChrisWhite irc.freenode.net ChrisWhite H :0 Chris White
:sterling.freenode.net 352 vmlemon #amarok n=jkaufman 132.235.14.124 irc.freenode.net hops H :0 jkaufman
:sterling.freenode.net 352 vmlemon #amarok n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin
:sterling.freenode.net 352 vmlemon #amarok n=mark amarok/developer/markey irc.freenode.net markey H@ :0 Mark Kretschmann
:sterling.freenode.net 352 vmlemon #amarok n=rich 81.94.235.186 irc.freenode.net Richlv G :0 Rihards
:sterling.freenode.net 352 vmlemon #amarok i=tm_travo xob.kapsi.fi irc.freenode.net Tm_T G :0 Jussi Kekkonen
:sterling.freenode.net 352 vmlemon #amarok n=Mowgel dsl-sjkgw4-fef7f800-117.dhcp.inet.fi irc.freenode.net Mazoon G :0 Tuomas
:sterling.freenode.net 352 vmlemon #amarok n=maxie cpe-065-190-198-219.nc.res.rr.com irc.freenode.net MxReb0 H :0 Max Cohen
:sterling.freenode.net 352 vmlemon #amarok n=j unaffiliated/jott irc.freenode.net jott H :0 j
:sterling.freenode.net 352 vmlemon #amarok n=jesse teranetworks.de irc.freenode.net jesse H :0 jesse
:sterling.freenode.net 352 vmlemon #amarok n=clavius unaffiliated/clavius irc.freenode.net clavius H :0 James
:sterling.freenode.net 352 vmlemon #amarok n=B client-86-27-69
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

-183.winn.adsl.virgin.net irc.freenode.net mxcl H :0 Max Howell
:sterling.freenode.net 352 vmlemon #amarok n=nakkel vektori.com irc.freenode.net Nakkel H :0 Jouni Karlsson
:sterling.freenode.net 352 vmlemon #amarok n=Bleeter guifications/developer/bleeter irc.freenode.net Bleeter G :0 Bleeter Yaluser
:sterling.freenode.net 352 vmlemon #amarok n=moose 83.142.226.235 irc.freenode.net mustaqila H :0 Muz
:sterling.freenode.net 352 vmlemon #amarok n=muesli 83.142.226.235 irc.freenode.net mueslix H :0 muesli
:sterling.freenode.net 352 vmlemon #amarok n=Amarok 24.50.92.60 irc.freenode.net Amarok H :0 magnusbot
:sterling.freenode.net 352 vmlemon #amarok n=joe conky/developer/j-rock irc.freenode.net j-rock H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok i=shift 2001:618:400:8e35:202:44ff:fe43:c9ce irc.freenode.net shift H :0 .x.
:sterling.freenode.net 352 vmlemon #amarok n=nobody ppp118-147.adsl.forthnet.gr irc.freenode.net parapente H :0 duh!
:sterling.freenode.net 352 vmlemon #amarok i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman
:sterling.freenode.net 352 vmlemon #amarok n=samsung 121.134.11.247 irc.freenode.net faddat H :0 doommeister
:sterling.freenode.net 352 vmlemon #amarok n=eron netblock-66-245-232-7.dslextreme.com irc.freenode.net gruen0 G :0 Aaron V.
:sterling.freenode.net 352 vmlemon #amarok n=js152033 192.18.43.249 irc.freenode.net neddy H :0 gaim
:sterling.freenode.net 352 vmlemon #
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

amarok i=canidae exent.net irc.freenode.net canidae H :0 Vidar Wahlberg
:sterling.freenode.net 352 vmlemon #amarok i=e-trolle deepthroat.deswahnsinns.de irc.freenode.net lilalinux H :0 Nabil Sayegh
:sterling.freenode.net 352 vmlemon #amarok i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie
:sterling.freenode.net 352 vmlemon #amarok n=Your konversation/user/illogic-al irc.freenode.net illogic-al H :0 been
:sterling.freenode.net 352 vmlemon #amarok i=mike chrondo.com irc.freenode.net picasso H :0 poop socks
:sterling.freenode.net 352 vmlemon #amarok n=Pants 74.136.11.203 irc.freenode.net Frozen-Solid H :0 Pants
:sterling.freenode.net 352 vmlemon #amarok i=mag 178-mi2-1.acn.waw.pl irc.freenode.net ^^MAg^^ H :0 mag@entropy.be
:sterling.freenode.net 352 vmlemon #amarok n=ian amarok/developer/eean irc.freenode.net eean H :0 Ian
:sterling.freenode.net 352 vmlemon #amarok i=cia cia.navi.cx irc.freenode.net CIA-2 H :0 CIA Bot (http://cia.navi.cx)
:sterling.freenode.net 352 vmlemon #amarok n=JG^ 84.113.248.162 irc.freenode.net JG^ H :0 JG
:sterling.freenode.net 352 vmlemon #amarok i=adamcik cassarossa.samfundet.no irc.freenode.net adamcik H :0 Thomas Adamcik
:sterling.freenode.net 352 vmlemon #amarok n=sili 80-218-82-232.dclient.hispeed.ch irc.freenode.net sandlee__ H :0 Sandlee
:sterling.freenode.net 352 vmlemon #amarok n=eastein TOBA.RES.WPI.NET irc.freenode.net Toba G :0 Eric Stein
:sterling
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

.freenode.net 352 vmlemon #amarok n=damm mybox.ngworld.net irc.freenode.net Damm G :0 Blowin' through the jasmine in my mind
:sterling.freenode.net 352 vmlemon #amarok n=andreu 85.Red-81-39-41.dynamicIP.rima-tde.net irc.freenode.net andreu H :0 andreu
:sterling.freenode.net 352 vmlemon #amarok ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services
:sterling.freenode.net 352 vmlemon #amarok n=and 2002:3e41:ec17:0:0:620:6523:6023 irc.freenode.net and_ H :0 anonymous
:sterling.freenode.net 352 vmlemon #amarok n=arohae taniwha.acm.jhu.edu irc.freenode.net Triskelios H :0 N.Cat
:sterling.freenode.net 352 vmlemon #amarok n=trucks unaffiliated/hagabaka irc.freenode.net hagabaka H :0 Hagabaka
:sterling.freenode.net 352 vmlemon #amarok n=ntryon cpe-66-67-53-166.rochester.res.rr.com irc.freenode.net Dhraakellian H :0 Nick Tryon (Dhraak)
:sterling.freenode.net 352 vmlemon #amarok i=bizkit baze.de irc.freenode.net b1z G :0 biz
:sterling.freenode.net 352 vmlemon #amarok n=freenode www.sjs-elisabeth.wh.uni-erlangen.de irc.freenode.net s|mon G :0 freenode
:sterling.freenode.net 352 vmlemon #amarok i=razor139 default.tixit.se irc.freenode.net razor1394 H :0 RaZoR1394
:sterling.freenode.net 352 vmlemon #amarok i=never C239-209.surffi.net irc.freenode.net Neverther H :0 Crack in childs toy
:sterling.freenode.net 352 vmlemon #amarok i=christia a15202173.alturo-server.de irc.freenode.net oxygen` H :0 Christian Samsel
:s
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

terling.freenode.net 352 vmlemon #amarok n=pankaj unaffiliated/spo0nman irc.freenode.net spo0nman G :0 pankaj
:sterling.freenode.net 352 vmlemon #amarok n=marco kde/developer/gulino irc.freenode.net RockMan G :0 Marco Gulino
:sterling.freenode.net 352 vmlemon #amarok n=andrew c-24-63-236-4.hsd1.ma.comcast.net irc.freenode.net achanler H :0 Andrew
:sterling.freenode.net 352 vmlemon #amarok i=isolis hermosa.cse.ucsc.edu irc.freenode.net cureless G :0 Nacho
:sterling.freenode.net 352 vmlemon #amarok i=real 2416443hfc19.tampabay.res.rr.com irc.freenode.net verus H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=dbglt 220-245-154-191-vic-pppoe.tpgi.com.au irc.freenode.net dbglt H :0 Bob
:sterling.freenode.net 352 vmlemon #amarok n=sway 84-74-130-1.dclient.hispeed.ch irc.freenode.net cocaa_ H :0 sway
:sterling.freenode.net 352 vmlemon #amarok i=nike wikipedia/Nikerabbit irc.freenode.net Nikerabbit G :0 Niklas Laxström
:sterling.freenode.net 352 vmlemon #amarok i=gnosis ganymede.jtan.com irc.freenode.net pattern H :0 pattern
:sterling.freenode.net 352 vmlemon #amarok n=blurpy ti231210a080-2776.bb.online.no irc.freenode.net blurpy H :0 Blurpy
:sterling.freenode.net 352 vmlemon #amarok i=cromo klej.net irc.freenode.net cromo H :0 cromo
:sterling.freenode.net 352 vmlemon #amarok n=unknown 164.80-202-111.nextgentel.com irc.freenode.net Bjoern-Erik H :0 Bjørn Erik
:sterling.freenode.net 352 vmlemon #amarok n=sven k
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

illefiz.de irc.freenode.net killefiz H :0 Sven Lankes
:sterling.freenode.net 352 vmlemon #amarok i=sentinal 80.247.212.3 irc.freenode.net L4serKiLL H :0 L4serKiLL
:sterling.freenode.net 352 vmlemon #amarok n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier
:sterling.freenode.net 352 vmlemon #amarok n=jmworx theorix.CeNTIE.NET.au irc.freenode.net jmworx H :0 Jean-Marc Valin
:sterling.freenode.net 352 vmlemon #amarok n=jm voip1.CeNTIE.NET.au irc.freenode.net jmghost H :0 Jean-Marc Valin
:sterling.freenode.net 352 vmlemon #amarok n=johann bre29-1-82-245-186-86.fbx.proxad.net irc.freenode.net Johann_ol H :0 Johann Ollivier Lapeyre
:sterling.freenode.net 352 vmlemon #amarok n=indro 212.103.66.234 irc.freenode.net Indro G :0 indro
:sterling.freenode.net 352 vmlemon #amarok n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo
:sterling.freenode.net 352 vmlemon #amarok n=dwar 154.163.216.81.static.g-fa.siw.siwnet.net irc.freenode.net dwar H :0 Daniel
:sterling.freenode.net 352 vmlemon #amarok n=excitato CPE-70-94-39-68.wi.res.rr.com irc.freenode.net excitatory H :0 excitatory
:sterling.freenode.net 352 vmlemon #amarok i=ffff x02.monolithnetworks.net irc.freenode.net tomr H :0 tom
:sterling.freenode.net 352 vmlemon #amarok i=trotek 204.8.223.19 irc.freenode.net tro G :0 Tro
:sterling.freenode.net 352 vmlemon #amarok n=sander 88.211.140.199 irc.freenode.net snader G :0 Sande
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

r Zwier
:sterling.freenode.net 352 vmlemon #amarok i=chryse 84.20.147.3 irc.freenode.net MuJ H :0 Jouni Muttilainen
:sterling.freenode.net 352 vmlemon #amarok i=sbw25 131.111.245.220 irc.freenode.net mollmerx H :0 Stephen Williams
:sterling.freenode.net 352 vmlemon #amarok i=fox vpn017250.uni-rostock.de irc.freenode.net fuchs G :0 Bjoern Krombholz
:sterling.freenode.net 352 vmlemon #amarok n=Jukka dsl-hpo-fef3fb00-4.dhcp.inet.fi irc.freenode.net Juki H :0 Jukka
:sterling.freenode.net 352 vmlemon #amarok i=whocares saus04.usc.es irc.freenode.net BleedAway H :0 stickman
:sterling.freenode.net 352 vmlemon #amarok n=zeth pc77-134.telge.kth.se irc.freenode.net joch H :0 zeth
:sterling.freenode.net 352 vmlemon #amarok n=blah 203-97-119-118.cable.telstraclear.net irc.freenode.net snoops H :0 fiz
:sterling.freenode.net 352 vmlemon #amarok i=user unaffiliated/honey irc.freenode.net honeyzzz H :0 user
:sterling.freenode.net 352 vmlemon #amarok n=t30 87.4.133.14 irc.freenode.net t30 H :0 t30
:sterling.freenode.net 352 vmlemon #amarok i=lusikka 83.145.202.131 irc.freenode.net Lusikka H :0 Lusikka
:sterling.freenode.net 352 vmlemon #amarok n=ryan evil.pengu.in irc.freenode.net ObsidianX H :0 ryan
:sterling.freenode.net 352 vmlemon #amarok i=lex evot.us irc.freenode.net lex H :0 Lex
:sterling.freenode.net 352 vmlemon #amarok n=aumuell amarok/developer/aumuell irc.freenode.net aumuell H :0 Martin Aumueller
:sterling.freenode.
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

net 352 vmlemon #amarok i=basquiat phylogeny1.bot.biologie.uni-tuebingen.de irc.freenode.net basquiat H :0 Jens Mayer
:sterling.freenode.net 352 vmlemon #amarok n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)
:sterling.freenode.net 352 vmlemon #amarok i=wally khayts.us irc.freenode.net Khaytsus H :0 unlimitedphoto.com
:sterling.freenode.net 352 vmlemon #amarok i=hhamalai myntti.helsinki.fi irc.freenode.net dah H :0 Harri A O Hamalainen
:sterling.freenode.net 352 vmlemon #amarok n=jer 24-107-233-133.dhcp.oxfr.ma.charter.com irc.freenode.net UsagiJer H :0 Jer Jer Bo Ber
:sterling.freenode.net 352 vmlemon #amarok n=vincent h8441252227.dsl.speedlinq.nl irc.freenode.net cannajunk H :0 Vincent Stans
:sterling.freenode.net 315 vmlemon #amarok :End of /WHO list.

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+rpm -q taglib

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+rpm -q taglib

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+yes, sec

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+eean: I'd be very surprised if anything I added caused a change...nothing I added is activated/used without the appropriate dcop calls

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+jefferai: right, but nothing else changed either

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:sterling.freenode.net 352 vmlemon #rokymotion n=lando pool-71-121-181-242.sttlwa.dsl-w.verizon.net irc.freenode.net land0 H :0 gaim
:sterling.freenode.net 352 vmlemon #rokymotion n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert
:sterling.freenode.net 352 vmlemon #rokymotion n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3
:sterling.freenode.net 352 vmlemon #rokymotion n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key
:sterling.freenode.net 352 vmlemon #rokymotion n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell
:sterling.freenode.net 352 vmlemon #rokymotion i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan
:sterling.freenode.net 352 vmlemon #rokymotion n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert
:sterling.freenode.net 352 vmlemon #rokymotion n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 P
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

aul Cifarelli
:sterling.freenode.net 352 vmlemon #rokymotion n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin
:sterling.freenode.net 352 vmlemon #rokymotion n=mark amarok/developer/markey irc.freenode.net markey H :0 Mark Kretschmann
:sterling.freenode.net 352 vmlemon #rokymotion i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman
:sterling.freenode.net 352 vmlemon #rokymotion i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie
:sterling.freenode.net 352 vmlemon #rokymotion ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services
:sterling.freenode.net 352 vmlemon #rokymotion n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier
:sterling.freenode.net 352 vmlemon #rokymotion n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo
:sterling.freenode.net 352 vmlemon #rokymotion n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)
:sterling.freenode.net 315 vmlemon #rokymotion :End of /WHO list.

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+and the code wasn't tested much at all

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+well okay, is this a widespread problem, or a widespread SuSE problem?

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+just a few days

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+cause it sounds like the latter

QUERY FOUND:
From 192.168.1.2 -> 212.204.214.114

WHO #amarok

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:sterling.freenode.net 352 vmlemon #amarok n=un70uch dslb-082-083-102-208.pools.arcor-ip.net irc.freenode.net Untouch H :0 Kai Knoblauch
:sterling.freenode.net 352 vmlemon #amarok n=arkanoid 8-255-173-213.static.dsl.webpartner.net irc.freenode.net arkanoid H :0 Anders Ossowicki
:sterling.freenode.net 352 vmlemon #amarok n=lolo p54921341.dip0.t-ipconnect.de irc.freenode.net hurra H :0 hurra2
:sterling.freenode.net 352 vmlemon #amarok n=yaloki 156.185-64-87.adsl-dyn.isp.belgacom.be irc.freenode.net yaloki H :0 Pascal Bleser
:sterling.freenode.net 352 vmlemon #amarok n=netfuchs 158-237-221-213-pool.cable.fcom.ch irc.freenode.net NetFox H :0 Christian Loosli
:sterling.freenode.net 352 vmlemon #amarok n=freqmod 140.84-48-78.nextgentel.com irc.freenode.net freqmod H :0 Frederik M.J. Vestre
:sterling.freenode.net 352 vmlemon #amarok n=tim henri.gotadsl.co.uk irc.freenode.net SmileyG H :0 Smiley
:sterling.freenode.net 352 vmlemon #amarok n=horst p54ABC281.dip0.t-ipconnect.de irc.freenode.net maelcum_ H :0 hors
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

t
:sterling.freenode.net 352 vmlemon #amarok n=thunderc 84-51-130-71.judith186.adsl.metronet.co.uk irc.freenode.net TeaSea H :0 Matt Harker
:sterling.freenode.net 352 vmlemon #amarok n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert
:sterling.freenode.net 352 vmlemon #amarok n=candyban 83-217-92-49.adsl.realdsl.be irc.freenode.net candyban_ H :0 Tim Habex
:sterling.freenode.net 352 vmlemon #amarok n=rbot amarok/bot/noatun irc.freenode.net noatun H :0 Ruby bot. (c) Tom Gilbert
:sterling.freenode.net 352 vmlemon #amarok n=Knut p50891F24.dip0.t-ipconnect.de irc.freenode.net Knut H :0 Michael Lamberti
:sterling.freenode.net 352 vmlemon #amarok n=mkoebele firewall.net-sweeper.com irc.freenode.net mkoebele H :0 Martin K�bele
:sterling.freenode.net 352 vmlemon #amarok n=shawn S010600131096809c.vc.shawcable.net irc.freenode.net Rede- H :0 Shawn
:sterling.freenode.net 352 vmlemon #amarok n=bla dslb-084-063-070-084.pools.arcor-ip.net irc.freenode.net hst- H :0 rduke
:sterling.freenode.net 352 vmlemon #amarok n=pixelbre p549BE952.dip.t-dialin.net irc.freenode.net pixelbrei H :0 pixelbrei
:sterling.freenode.net 352 vmlemon #amarok n=lightyea p54875D13.dip.t-dialin.net irc.freenode.net lightyear H :0 Benjamin Kampmann
:sterling.freenode.net 352 vmlemon #amarok n=shash 59.144.17.244 irc.freenode.net _shash__ H :0 T.R.Shashwath
:sterling.freenode.net 352 vmlemon #amarok n=DasTier HSI-KBW-085-
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

216-054-105.hsi.kabelbw.de irc.freenode.net Gentle H :0 DasTier
:sterling.freenode.net 352 vmlemon #amarok n=dongz cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai2 H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=frederik d54C0A592.access.telenet.be irc.freenode.net |Frederik H :0 Frederik
:sterling.freenode.net 352 vmlemon #amarok n=astal 213-140-22-67.fastres.net irc.freenode.net astal H :0 Gianluca
:sterling.freenode.net 352 vmlemon #amarok n=bart amarok/developer/Stecchino irc.freenode.net Shanachie H :0 Bart Cerneels
:sterling.freenode.net 352 vmlemon #amarok i=damm cl-51.qas-01.us.sixxs.net irc.freenode.net Damm_ H :0 Damm
:sterling.freenode.net 352 vmlemon #amarok n=jon 106.Red-213-96-137.staticIP.rima-tde.net irc.freenode.net nefertum H :0 Jon
:sterling.freenode.net 352 vmlemon #amarok n=adaliff6 cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai H :0 Leif
:sterling.freenode.net 352 vmlemon #amarok n=Gentoux APoitiers-153-1-67-94.w86-196.abo.wanadoo.fr irc.freenode.net Aubustou H :0 Aubustou
:sterling.freenode.net 352 vmlemon #amarok n=delmonic p54AEE220.dip.t-dialin.net irc.freenode.net delmonico H :0 Christoph Neuroth
:sterling.freenode.net 352 vmlemon #amarok i=PussInBo gateway/tor/x-1ccc744b8fed67a4 irc.freenode.net PussInBoots H :0 pussinboots
:sterling.freenode.net 352 vmlemon #amarok n=sean h26.149.4.12.cable.frzr.cablerocket.net irc.freenode.net Pio H :0 sean
:sterlin
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

g.freenode.net 352 vmlemon #amarok n=mseiwert c192003.adsl.hansenet.de irc.freenode.net save H :0 Michael Seiwert
:sterling.freenode.net 352 vmlemon #amarok n=berkus ip251.cab28.mus.starman.ee irc.freenode.net berkus H :0 berkus
:sterling.freenode.net 352 vmlemon #amarok n=max pD9504E3D.dip0.t-ipconnect.de irc.freenode.net maxx_k H :0 Maximilian Kossick
:sterling.freenode.net 352 vmlemon #amarok n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3
:sterling.freenode.net 352 vmlemon #amarok n=shaikun 204.193.196.80 irc.freenode.net Shaikun H :0 Great User Shaisama
:sterling.freenode.net 352 vmlemon #amarok n=guru shadowfax2.Stanford.EDU irc.freenode.net QBob_ G :0 Joe Rabinoff
:sterling.freenode.net 352 vmlemon #amarok n=colmcill 82-69-123-182.dsl.in-addr.zen.co.uk irc.freenode.net colmcille H :0 colmcille
:sterling.freenode.net 352 vmlemon #amarok n=carewolf 0x535b82a7.bynxx18.adsl-dhcp.tele.dk irc.freenode.net carewolf H :0 Allan Sandfeld
:sterling.freenode.net 352 vmlemon #amarok n=qba azk210.internetdsl.tpnet.pl irc.freenode.net JakubS_ H :0 Jakub Stachowski
:sterling.freenode.net 352 vmlemon #amarok n=opera 0x555298c4.adsl.cybercity.dk irc.freenode.net johso H :0 Johs
:sterling.freenode.net 352 vmlemon #amarok n=bob 32.108-84-212.ippool.ndo.com irc.freenode.net bob__ H :0 bob
:sterling.freenode.net 352 vmlemon #amarok n=spi c-71-192-98-87.hsd1.ma.comcast.net irc.freenode.net spisaacs H :0 
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

spisaacs
:sterling.freenode.net 352 vmlemon #amarok n=brandon ubuntu/member/pdpc.active.imbrandon irc.freenode.net imbrandon H :0 Brandon Holtsclaw
:sterling.freenode.net 352 vmlemon #amarok n=ico2 modem-1199.chimpanzee.dialup.pol.co.uk irc.freenode.net ico2_ H :0 ico2
:sterling.freenode.net 352 vmlemon #amarok n=dkey 192-186-stud-adsl.wu-wien.ac.at irc.freenode.net dkey H :0 dkey
:sterling.freenode.net 352 vmlemon #amarok n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key
:sterling.freenode.net 352 vmlemon #amarok n=vmrh vaslibre/member/TecnoVM64 irc.freenode.net TecnoVM64 H :0 Victor Román
:sterling.freenode.net 352 vmlemon #amarok n=biAtch p54A84B66.dip0.t-ipconnect.de irc.freenode.net klos H :0 klos
:sterling.freenode.net 352 vmlemon #amarok n=mducharm Toronto-HSE-ppp3643172.sympatico.ca irc.freenode.net mducharme H :0 Mathieu Ducharme
:sterling.freenode.net 352 vmlemon #amarok n=devon 68-67-246-67.chvlva.adelphia.net irc.freenode.net devon H :0 Devon Warren
:sterling.freenode.net 352 vmlemon #amarok n=ccc c-e82be155.225-1-64736c10.cust.bredbandsbolaget.se irc.freenode.net ccc_ H :0 ccc
:sterling.freenode.net 352 vmlemon #amarok n=hunt0r dslb-088-064-048-106.pools.arcor-ip.net irc.freenode.net hunt0r H :0 Using KVIrc 3.2.0 'Realia'
:sterling.freenode.net 352 vmlemon #amarok n=drac 209.89.149.5 irc.freenode.net carl_2 H :0 drac
:sterling.freenode.net 352 vmlemon #
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

amarok n=samuli 84-253-197-118.satp.customers.dnainternet.fi irc.freenode.net Kupuntu H :0 Samuli
:sterling.freenode.net 352 vmlemon #amarok n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell
:sterling.freenode.net 352 vmlemon #amarok i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan
:sterling.freenode.net 352 vmlemon #amarok n=jiihaaa dsl-lprgw1-feacde00-254.dhcp.inet.fi irc.freenode.net Jiihaaa H :0 JHa+
:sterling.freenode.net 352 vmlemon #amarok n=Jejem 88.122.85.197 irc.freenode.net Jejem H :0 Jeremy Desvages
:sterling.freenode.net 352 vmlemon #amarok n=aka_drui CAcert-br/akadruid irc.freenode.net aka_druid H :0 aka_druid
:sterling.freenode.net 352 vmlemon #amarok n=jb e176174043.adsl.alicedsl.de irc.freenode.net johnyb H :0 Julian Baeume
:sterling.freenode.net 352 vmlemon #amarok n=chatzill d213-103-213-33.cust.tele2.fr irc.freenode.net bogdanb H :0 New Now Know How
:sterling.freenode.net 352 vmlemon #amarok n=himitsu 203.205.119.19 irc.freenode.net himitsu_ H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=Mogger 1-1-4-21a.gan.gbg.bostream.se irc.freenode.net Mogger G :0 mogx0r
:sterling.freenode.net 352 vmlemon #amarok n=rick c-71-227-234-92.hsd1.or.comcast.net irc.freenode.net rikstah H :0 Richard Hamnett
:sterling.freenode.net 352 vmlemon #amarok n=butenda 68.56.241.220 irc.freenode.net raijin H :0 raijin
:sterling.freenode.net 352 vmlemon #a
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

marok n=arpu chello080109078137.4.15.univie.teleweb.at irc.freenode.net whitewindow H :0 arpu
:sterling.freenode.net 352 vmlemon #amarok n=Drachir p5091FF80.dip.t-dialin.net irc.freenode.net Drachir H :0 User Privat
:sterling.freenode.net 352 vmlemon #amarok n=darth_an adsl-70-241-84-164.dsl.hstntx.swbell.net irc.freenode.net Telroth`` H :0 Darth Android the Dragon
:sterling.freenode.net 352 vmlemon #amarok n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert
:sterling.freenode.net 352 vmlemon #amarok n=polux ANancy-152-1-40-117.w83-194.abo.wanadoo.fr irc.freenode.net polux G :0 Paul Brauner
:sterling.freenode.net 352 vmlemon #amarok n=drbob ip110-32-209-87.adsl2.versatel.nl irc.freenode.net drbob H :0 Doctor Bob
:sterling.freenode.net 352 vmlemon #amarok n=mark dyn-27.greentreefrog.net.au irc.freenode.net SmileeeM H :0 mark
:sterling.freenode.net 352 vmlemon #amarok n=jan core.fluendo.com irc.freenode.net thaytan H :0 Jan Schmidt
:sterling.freenode.net 352 vmlemon #amarok n=atoms angela.netparks.lv irc.freenode.net Atoms G :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=jose CPE-24-166-171-64.kc.res.rr.com irc.freenode.net jose H :0 Jose Alejandro Perez Vasquez
:sterling.freenode.net 352 vmlemon #amarok i=arrakis p5498E1F8.dip.t-dialin.net irc.freenode.net highelf H :0 Julien
:sterling.freenode.net 352 vmlemon #amarok n=chris S01060016b649355d.ed.shawcable.net irc.freenode.net chr
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

is_ H :0 billytwowilly
:sterling.freenode.net 352 vmlemon #amarok n=dmbkiwi 203-114-186-21.bitstream.sta.fx.net.nz irc.freenode.net _matt H :0 Dumbkiwi
:sterling.freenode.net 352 vmlemon #amarok n=deadsoul pdpc/supporter/student/deadsouls irc.freenode.net deadsouls H :0 They keep calling me...
:sterling.freenode.net 352 vmlemon #amarok n=funky c83-248-154-161.bredband.comhem.se irc.freenode.net HairMetalAddict G :0 HairMetalAddict
:sterling.freenode.net 352 vmlemon #amarok n=pussfell 166-82-183-46.quickclick.ctc.net irc.freenode.net pussfeller H :0 man of action
:sterling.freenode.net 352 vmlemon #amarok n=fredrik c83-249-213-255.bredband.comhem.se irc.freenode.net \foo\ H :0 fredrik
:sterling.freenode.net 352 vmlemon #amarok n=cocobo 85.8.9.32.se.wasadata.net irc.freenode.net cocobo H :0 cocobo
:sterling.freenode.net 352 vmlemon #amarok n=illissiu dsl54001BA1.pool.t-online.hu irc.freenode.net illissius_ H :0 Gábor Lehel
:sterling.freenode.net 352 vmlemon #amarok n=fiveiron 74.137.134.5 irc.freenode.net fiveiron H :0 Aaron Dunlap
:sterling.freenode.net 352 vmlemon #amarok n=kal cpe-69-204-217-232.stny.res.rr.com irc.freenode.net hayaka H :0 kal
:sterling.freenode.net 352 vmlemon #amarok n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 Paul Cifarelli
:sterling.freenode.net 352 vmlemon #amarok n=mastertu server.tectran.com.br irc.freenode.net Mastertu1 H :0 Tulio Cesar Martins Pereira
:sterling.freen
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

ode.net 352 vmlemon #amarok n=chris gentoo/developer/ChrisWhite irc.freenode.net ChrisWhite H :0 Chris White
:sterling.freenode.net 352 vmlemon #amarok n=jkaufman 132.235.14.124 irc.freenode.net hops H :0 jkaufman
:sterling.freenode.net 352 vmlemon #amarok n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin
:sterling.freenode.net 352 vmlemon #amarok n=mark amarok/developer/markey irc.freenode.net markey H@ :0 Mark Kretschmann
:sterling.freenode.net 352 vmlemon #amarok n=rich 81.94.235.186 irc.freenode.net Richlv G :0 Rihards
:sterling.freenode.net 352 vmlemon #amarok i=tm_travo xob.kapsi.fi irc.freenode.net Tm_T G :0 Jussi Kekkonen
:sterling.freenode.net 352 vmlemon #amarok n=Mowgel dsl-sjkgw4-fef7f800-117.dhcp.inet.fi irc.freenode.net Mazoon G :0 Tuomas
:sterling.freenode.net 352 vmlemon #amarok n=maxie cpe-065-190-198-219.nc.res.rr.com irc.freenode.net MxReb0 H :0 Max Cohen
:sterling.freenode.net 352 vmlemon #amarok n=j unaffiliated/jott irc.freenode.net jott H :0 j
:sterling.freenode.net 352 vmlemon #amarok n=jesse teranetworks.de irc.freenode.net jesse H :0 jesse
:sterling.freenode.net 352 vmlemon #amarok n=clavius unaffiliated/clavius irc.freenode.net clavius H :0 James
:sterling.freenode.net 352 vmlemon #amarok n=B client-86-27-69-183.winn.adsl.virgin.net irc.freenode.net mxcl H :0 Max Howell
:sterling.freenode.net 352 vmlemon #amarok n=nakkel vektori.com irc.freenode.ne
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

t Nakkel H :0 Jouni Karlsson
:sterling.freenode.net 352 vmlemon #amarok n=Bleeter guifications/developer/bleeter irc.freenode.net Bleeter G :0 Bleeter Yaluser
:sterling.freenode.net 352 vmlemon #amarok n=moose 83.142.226.235 irc.freenode.net mustaqila H :0 Muz
:sterling.freenode.net 352 vmlemon #amarok n=muesli 83.142.226.235 irc.freenode.net mueslix H :0 muesli
:sterling.freenode.net 352 vmlemon #amarok n=Amarok 24.50.92.60 irc.freenode.net Amarok H :0 magnusbot
:sterling.freenode.net 352 vmlemon #amarok n=joe conky/developer/j-rock irc.freenode.net j-rock H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok i=shift 2001:618:400:8e35:202:44ff:fe43:c9ce irc.freenode.net shift H :0 .x.
:sterling.freenode.net 352 vmlemon #amarok n=nobody ppp118-147.adsl.forthnet.gr irc.freenode.net parapente H :0 duh!
:sterling.freenode.net 352 vmlemon #amarok i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman
:sterling.freenode.net 352 vmlemon #amarok n=samsung 121.134.11.247 irc.freenode.net faddat H :0 doommeister
:sterling.freenode.net 352 vmlemon #amarok n=eron netblock-66-245-232-7.dslextreme.com irc.freenode.net gruen0 G :0 Aaron V.
:sterling.freenode.net 352 vmlemon #amarok n=js152033 192.18.43.249 irc.freenode.net neddy H :0 gaim
:sterling.freenode.net 352 vmlemon #amarok i=canidae exent.net irc.freenode.net canidae H :0 Vidar Wahlberg
:sterling.freenode.net 352 vmlemon #amarok i=e-trolle deepthroat.deswah
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

nsinns.de irc.freenode.net lilalinux H :0 Nabil Sayegh
:sterling.freenode.net 352 vmlemon #amarok i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie
:sterling.freenode.net 352 vmlemon #amarok n=Your konversation/user/illogic-al irc.freenode.net illogic-al H :0 been
:sterling.freenode.net 352 vmlemon #amarok i=mike chrondo.com irc.freenode.net picasso H :0 poop socks
:sterling.freenode.net 352 vmlemon #amarok n=Pants 74.136.11.203 irc.freenode.net Frozen-Solid H :0 Pants
:sterling.freenode.net 352 vmlemon #amarok i=mag 178-mi2-1.acn.waw.pl irc.freenode.net ^^MAg^^ H :0 mag@entropy.be
:sterling.freenode.net 352 vmlemon #amarok n=ian amarok/developer/eean irc.freenode.net eean H :0 Ian
:sterling.freenode.net 352 vmlemon #amarok i=cia cia.navi.cx irc.freenode.net CIA-2 H :0 CIA Bot (http://cia.navi.cx)
:sterling.freenode.net 352 vmlemon #amarok n=JG^ 84.113.248.162 irc.freenode.net JG^ H :0 JG
:sterling.freenode.net 352 vmlemon #amarok i=adamcik cassarossa.samfundet.no irc.freenode.net adamcik H :0 Thomas Adamcik
:sterling.freenode.net 352 vmlemon #amarok n=sili 80-218-82-232.dclient.hispeed.ch irc.freenode.net sandlee__ H :0 Sandlee
:sterling.freenode.net 352 vmlemon #amarok n=eastein TOBA.RES.WPI.NET irc.freenode.net Toba G :0 Eric Stein
:sterling.freenode.net 352 vmlemon #amarok n=damm mybox.ngworld.net irc.freenode.net Damm G :0 Blowin' through the jasmine in my mind
:sterling.freenode
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

.net 352 vmlemon #amarok n=andreu 85.Red-81-39-41.dynamicIP.rima-tde.net irc.freenode.net andreu H :0 andreu
:sterling.freenode.net 352 vmlemon #amarok ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services
:sterling.freenode.net 352 vmlemon #amarok n=and 2002:3e41:ec17:0:0:620:6523:6023 irc.freenode.net and_ H :0 anonymous
:sterling.freenode.net 352 vmlemon #amarok n=arohae taniwha.acm.jhu.edu irc.freenode.net Triskelios H :0 N.Cat
:sterling.freenode.net 352 vmlemon #amarok n=trucks unaffiliated/hagabaka irc.freenode.net hagabaka H :0 Hagabaka
:sterling.freenode.net 352 vmlemon #amarok n=ntryon cpe-66-67-53-166.rochester.res.rr.com irc.freenode.net Dhraakellian H :0 Nick Tryon (Dhraak)
:sterling.freenode.net 352 vmlemon #amarok i=bizkit baze.de irc.freenode.net b1z G :0 biz
:sterling.freenode.net 352 vmlemon #amarok n=freenode www.sjs-elisabeth.wh.uni-erlangen.de irc.freenode.net s|mon G :0 freenode
:sterling.freenode.net 352 vmlemon #amarok i=razor139 default.tixit.se irc.freenode.net razor1394 H :0 RaZoR1394
:sterling.freenode.net 352 vmlemon #amarok i=never C239-209.surffi.net irc.freenode.net Neverther H :0 Crack in childs toy
:sterling.freenode.net 352 vmlemon #amarok i=christia a15202173.alturo-server.de irc.freenode.net oxygen` H :0 Christian Samsel
:sterling.freenode.net 352 vmlemon #amarok n=pankaj unaffiliated/spo0nman irc.freenode.net spo0nman G :0 pankaj
:sterling.freenode.net 352 vmlemo
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

n #amarok n=marco kde/developer/gulino irc.freenode.net RockMan G :0 Marco Gulino
:sterling.freenode.net 352 vmlemon #amarok n=andrew c-24-63-236-4.hsd1.ma.comcast.net irc.freenode.net achanler H :0 Andrew
:sterling.freenode.net 352 vmlemon #amarok i=isolis hermosa.cse.ucsc.edu irc.freenode.net cureless G :0 Nacho
:sterling.freenode.net 352 vmlemon #amarok i=real 2416443hfc19.tampabay.res.rr.com irc.freenode.net verus H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=dbglt 220-245-154-191-vic-pppoe.tpgi.com.au irc.freenode.net dbglt H :0 Bob
:sterling.freenode.net 352 vmlemon #amarok n=sway 84-74-130-1.dclient.hispeed.ch irc.freenode.net cocaa_ H :0 sway
:sterling.freenode.net 352 vmlemon #amarok i=nike wikipedia/Nikerabbit irc.freenode.net Nikerabbit G :0 Niklas Laxström
:sterling.freenode.net 352 vmlemon #amarok i=gnosis ganymede.jtan.com irc.freenode.net pattern H :0 pattern
:sterling.freenode.net 352 vmlemon #amarok n=blurpy ti231210a080-2776.bb.online.no irc.freenode.net blurpy H :0 Blurpy
:sterling.freenode.net 352 vmlemon #amarok i=cromo klej.net irc.freenode.net cromo H :0 cromo
:sterling.freenode.net 352 vmlemon #amarok n=unknown 164.80-202-111.nextgentel.com irc.freenode.net Bjoern-Erik H :0 Bjørn Erik
:sterling.freenode.net 352 vmlemon #amarok n=sven killefiz.de irc.freenode.net killefiz H :0 Sven Lankes
:sterling.freenode.net 352 vmlemon #amarok i=sentinal 80.247.212.3 irc.freenode.net L4ser
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

KiLL H :0 L4serKiLL
:sterling.freenode.net 352 vmlemon #amarok n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier
:sterling.freenode.net 352 vmlemon #amarok n=jmworx theorix.CeNTIE.NET.au irc.freenode.net jmworx H :0 Jean-Marc Valin
:sterling.freenode.net 352 vmlemon #amarok n=jm voip1.CeNTIE.NET.au irc.freenode.net jmghost H :0 Jean-Marc Valin
:sterling.freenode.net 352 vmlemon #amarok n=johann bre29-1-82-245-186-86.fbx.proxad.net irc.freenode.net Johann_ol H :0 Johann Ollivier Lapeyre
:sterling.freenode.net 352 vmlemon #amarok n=indro 212.103.66.234 irc.freenode.net Indro G :0 indro
:sterling.freenode.net 352 vmlemon #amarok n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo
:sterling.freenode.net 352 vmlemon #amarok n=dwar 154.163.216.81.static.g-fa.siw.siwnet.net irc.freenode.net dwar H :0 Daniel
:sterling.freenode.net 352 vmlemon #amarok n=excitato CPE-70-94-39-68.wi.res.rr.com irc.freenode.net excitatory H :0 excitatory
:sterling.freenode.net 352 vmlemon #amarok i=ffff x02.monolithnetworks.net irc.freenode.net tomr H :0 tom
:sterling.freenode.net 352 vmlemon #amarok i=trotek 204.8.223.19 irc.freenode.net tro G :0 Tro
:sterling.freenode.net 352 vmlemon #amarok n=sander 88.211.140.199 irc.freenode.net snader G :0 Sander Zwier
:sterling.freenode.net 352 vmlemon #amarok i=chryse 84.20.147.3 irc.freenode.net MuJ H :0 Jouni Muttilainen
:sterling.freenode.net 352
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

 vmlemon #amarok i=sbw25 131.111.245.220 irc.freenode.net mollmerx H :0 Stephen Williams
:sterling.freenode.net 352 vmlemon #amarok i=fox vpn017250.uni-rostock.de irc.freenode.net fuchs G :0 Bjoern Krombholz
:sterling.freenode.net 352 vmlemon #amarok n=Jukka dsl-hpo-fef3fb00-4.dhcp.inet.fi irc.freenode.net Juki H :0 Jukka
:sterling.freenode.net 352 vmlemon #amarok i=whocares saus04.usc.es irc.freenode.net BleedAway H :0 stickman
:sterling.freenode.net 352 vmlemon #amarok n=zeth pc77-134.telge.kth.se irc.freenode.net joch H :0 zeth
:sterling.freenode.net 352 vmlemon #amarok n=blah 203-97-119-118.cable.telstraclear.net irc.freenode.net snoops H :0 fiz
:sterling.freenode.net 352 vmlemon #amarok i=user unaffiliated/honey irc.freenode.net honeyzzz H :0 user
:sterling.freenode.net 352 vmlemon #amarok n=t30 87.4.133.14 irc.freenode.net t30 H :0 t30
:sterling.freenode.net 352 vmlemon #amarok i=lusikka 83.145.202.131 irc.freenode.net Lusikka H :0 Lusikka
:sterling.freenode.net 352 vmlemon #amarok n=ryan evil.pengu.in irc.freenode.net ObsidianX H :0 ryan
:sterling.freenode.net 352 vmlemon #amarok i=lex evot.us irc.freenode.net lex H :0 Lex
:sterling.freenode.net 352 vmlemon #amarok n=aumuell amarok/developer/aumuell irc.freenode.net aumuell H :0 Martin Aumueller
:sterling.freenode.net 352 vmlemon #amarok i=basquiat phylogeny1.bot.biologie.uni-tuebingen.de irc.freenode.net basquiat H :0 Jens Mayer
:sterling.freenode.net 35
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

2 vmlemon #amarok n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)
:sterling.freenode.net 352 vmlemon #amarok i=wally khayts.us irc.freenode.net Khaytsus H :0 unlimitedphoto.com
:sterling.freenode.net 352 vmlemon #amarok i=hhamalai myntti.helsinki.fi irc.freenode.net dah H :0 Harri A O Hamalainen
:sterling.freenode.net 352 vmlemon #amarok n=jer 24-107-233-133.dhcp.oxfr.ma.charter.com irc.freenode.net UsagiJer H :0 Jer Jer Bo Ber
:sterling.freenode.net 352 vmlemon #amarok n=vincent h8441252227.dsl.speedlinq.nl irc.freenode.net cannajunk H :0 Vincent Stans
:sterling.freenode.net 315 vmlemon #amarok :End of /WHO list.

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+http://amarok.kde.org/wiki/Artist_team:Icons

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+hm, this list is outdated

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+aah

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+let me check SUSE's taglib src.rpm to see whether they applied some patches

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+http://amarok.kde.org/wiki/Artist_team:Icon_List

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+here we go

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+though it works great for anyone else using my amarok 1.4.2 RPM on SUSE

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:sterling.freenode.net 352 vmlemon #rokymotion n=lando pool-71-121-181-242.sttlwa.dsl-w.verizon.net irc.freenode.net land0 H :0 gaim
:sterling.freenode.net 352 vmlemon #rokymotion n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert
:sterling.freenode.net 352 vmlemon #rokymotion n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3
:sterling.freenode.net 352 vmlemon #rokymotion n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key
:sterling.freenode.net 352 vmlemon #rokymotion n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell
:sterling.freenode.net 352 vmlemon #rokymotion i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan
:sterling.freenode.net 352 vmlemon #rokymotion n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert
:sterling.freenode.net 352 vmlemon #rokymotion n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 P
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

aul Cifarelli
:sterling.freenode.net 352 vmlemon #rokymotion n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin
:sterling.freenode.net 352 vmlemon #rokymotion n=mark amarok/developer/markey irc.freenode.net markey H :0 Mark Kretschmann
:sterling.freenode.net 352 vmlemon #rokymotion i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman
:sterling.freenode.net 352 vmlemon #rokymotion i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie
:sterling.freenode.net 352 vmlemon #rokymotion ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services
:sterling.freenode.net 352 vmlemon #rokymotion n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier
:sterling.freenode.net 352 vmlemon #rokymotion n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo
:sterling.freenode.net 352 vmlemon #rokymotion n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)
:sterling.freenode.net 315 vmlemon #rokymotion :End of /WHO list.

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+it's still not all

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+like, Application Exit is missing

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+Help

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+and stuff

QUERY FOUND:
From 192.168.1.2 -> 212.204.214.114

WHO #amarok

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:sterling.freenode.net 352 vmlemon #amarok n=un70uch dslb-082-083-102-208.pools.arcor-ip.net irc.freenode.net Untouch H :0 Kai Knoblauch
:sterling.freenode.net 352 vmlemon #amarok n=arkanoid 8-255-173-213.static.dsl.webpartner.net irc.freenode.net arkanoid H :0 Anders Ossowicki
:sterling.freenode.net 352 vmlemon #amarok n=lolo p54921341.dip0.t-ipconnect.de irc.freenode.net hurra H :0 hurra2
:sterling.freenode.net 352 vmlemon #amarok n=yaloki 156.185-64-87.adsl-dyn.isp.belgacom.be irc.freenode.net yaloki H :0 Pascal Bleser
:sterling.freenode.net 352 vmlemon #amarok n=netfuchs 158-237-221-213-pool.cable.fcom.ch irc.freenode.net NetFox H :0 Christian Loosli
:sterling.freenode.net 352 vmlemon #amarok n=freqmod 140.84-48-78.nextgentel.com irc.freenode.net freqmod H :0 Frederik M.J. Vestre
:sterling.freenode.net 352 vmlemon #amarok n=tim henri.gotadsl.co.uk irc.freenode.net SmileyG H :0 Smiley
:sterling.freenode.net 352 vmlemon #amarok n=horst p54ABC281.dip0.t-ipconnect.de irc.freenode.net maelcum_ H :0 hors
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

t
:sterling.freenode.net 352 vmlemon #amarok n=thunderc 84-51-130-71.judith186.adsl.metronet.co.uk irc.freenode.net TeaSea H :0 Matt Harker
:sterling.freenode.net 352 vmlemon #amarok n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert
:sterling.freenode.net 352 vmlemon #amarok n=candyban 83-217-92-49.adsl.realdsl.be irc.freenode.net candyban_ H :0 Tim Habex
:sterling.freenode.net 352 vmlemon #amarok n=rbot amarok/bot/noatun irc.freenode.net noatun H :0 Ruby bot. (c) Tom Gilbert
:sterling.freenode.net 352 vmlemon #amarok n=Knut p50891F24.dip0.t-ipconnect.de irc.freenode.net Knut H :0 Michael Lamberti
:sterling.freenode.net 352 vmlemon #amarok n=mkoebele firewall.net-sweeper.com irc.freenode.net mkoebele H :0 Martin K�bele
:sterling.freenode.net 352 vmlemon #amarok n=shawn S010600131096809c.vc.shawcable.net irc.freenode.net Rede- H :0 Shawn
:sterling.freenode.net 352 vmlemon #amarok n=bla dslb-084-063-070-084.pools.arcor-ip.net irc.freenode.net hst- H :0 rduke
:sterling.freenode.net 352 vmlemon #amarok n=pixelbre p549BE952.dip.t-dialin.net irc.freenode.net pixelbrei H :0 pixelbrei
:sterling.freenode.net 352 vmlemon #amarok n=lightyea p54875D13.dip.t-dialin.net irc.freenode.net lightyear H :0 Benjamin Kampmann
:sterling.freenode.net 352 vmlemon #amarok n=shash 59.144.17.244 irc.freenode.net _shash__ H :0 T.R.Shashwath
:sterling.freenode.net 352 vmlemon #amarok n=DasTier HSI-KBW-085-
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

216-054-105.hsi.kabelbw.de irc.freenode.net Gentle H :0 DasTier
:sterling.freenode.net 352 vmlemon #amarok n=dongz cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai2 H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=frederik d54C0A592.access.telenet.be irc.freenode.net |Frederik H :0 Frederik
:sterling.freenode.net 352 vmlemon #amarok n=astal 213-140-22-67.fastres.net irc.freenode.net astal H :0 Gianluca
:sterling.freenode.net 352 vmlemon #amarok n=bart amarok/developer/Stecchino irc.freenode.net Shanachie H :0 Bart Cerneels
:sterling.freenode.net 352 vmlemon #amarok i=damm cl-51.qas-01.us.sixxs.net irc.freenode.net Damm_ H :0 Damm
:sterling.freenode.net 352 vmlemon #amarok n=jon 106.Red-213-96-137.staticIP.rima-tde.net irc.freenode.net nefertum H :0 Jon
:sterling.freenode.net 352 vmlemon #amarok n=adaliff6 cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai H :0 Leif
:sterling.freenode.net 352 vmlemon #amarok n=Gentoux APoitiers-153-1-67-94.w86-196.abo.wanadoo.fr irc.freenode.net Aubustou H :0 Aubustou
:sterling.freenode.net 352 vmlemon #amarok n=delmonic p54AEE220.dip.t-dialin.net irc.freenode.net delmonico H :0 Christoph Neuroth
:sterling.freenode.net 352 vmlemon #amarok i=PussInBo gateway/tor/x-1ccc744b8fed67a4 irc.freenode.net PussInBoots H :0 pussinboots
:sterling.freenode.net 352 vmlemon #amarok n=sean h26.149.4.12.cable.frzr.cablerocket.net irc.freenode.net Pio H :0 sean
:sterlin
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

g.freenode.net 352 vmlemon #amarok n=mseiwert c192003.adsl.hansenet.de irc.freenode.net save H :0 Michael Seiwert
:sterling.freenode.net 352 vmlemon #amarok n=berkus ip251.cab28.mus.starman.ee irc.freenode.net berkus H :0 berkus
:sterling.freenode.net 352 vmlemon #amarok n=max pD9504E3D.dip0.t-ipconnect.de irc.freenode.net maxx_k H :0 Maximilian Kossick
:sterling.freenode.net 352 vmlemon #amarok n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3
:sterling.freenode.net 352 vmlemon #amarok n=shaikun 204.193.196.80 irc.freenode.net Shaikun H :0 Great User Shaisama
:sterling.freenode.net 352 vmlemon #amarok n=guru shadowfax2.Stanford.EDU irc.freenode.net QBob_ G :0 Joe Rabinoff
:sterling.freenode.net 352 vmlemon #amarok n=colmcill 82-69-123-182.dsl.in-addr.zen.co.uk irc.freenode.net colmcille H :0 colmcille
:sterling.freenode.net 352 vmlemon #amarok n=carewolf 0x535b82a7.bynxx18.adsl-dhcp.tele.dk irc.freenode.net carewolf H :0 Allan Sandfeld
:sterling.freenode.net 352 vmlemon #amarok n=qba azk210.internetdsl.tpnet.pl irc.freenode.net JakubS_ H :0 Jakub Stachowski
:sterling.freenode.net 352 vmlemon #amarok n=opera 0x555298c4.adsl.cybercity.dk irc.freenode.net johso H :0 Johs
:sterling.freenode.net 352 vmlemon #amarok n=bob 32.108-84-212.ippool.ndo.com irc.freenode.net bob__ H :0 bob
:sterling.freenode.net 352 vmlemon #amarok n=spi c-71-192-98-87.hsd1.ma.comcast.net irc.freenode.net spisaacs H :0 
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

spisaacs
:sterling.freenode.net 352 vmlemon #amarok n=brandon ubuntu/member/pdpc.active.imbrandon irc.freenode.net imbrandon H :0 Brandon Holtsclaw
:sterling.freenode.net 352 vmlemon #amarok n=ico2 modem-1199.chimpanzee.dialup.pol.co.uk irc.freenode.net ico2_ H :0 ico2
:sterling.freenode.net 352 vmlemon #amarok n=dkey 192-186-stud-adsl.wu-wien.ac.at irc.freenode.net dkey H :0 dkey
:sterling.freenode.net 352 vmlemon #amarok n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key
:sterling.freenode.net 352 vmlemon #amarok n=vmrh vaslibre/member/TecnoVM64 irc.freenode.net TecnoVM64 H :0 Victor Román
:sterling.freenode.net 352 vmlemon #amarok n=biAtch p54A84B66.dip0.t-ipconnect.de irc.freenode.net klos H :0 klos
:sterling.freenode.net 352 vmlemon #amarok n=mducharm Toronto-HSE-ppp3643172.sympatico.ca irc.freenode.net mducharme H :0 Mathieu Ducharme
:sterling.freenode.net 352 vmlemon #amarok n=devon 68-67-246-67.chvlva.adelphia.net irc.freenode.net devon H :0 Devon Warren
:sterling.freenode.net 352 vmlemon #amarok n=ccc c-e82be155.225-1-64736c10.cust.bredbandsbolaget.se irc.freenode.net ccc_ H :0 ccc
:sterling.freenode.net 352 vmlemon #amarok n=hunt0r dslb-088-064-048-106.pools.arcor-ip.net irc.freenode.net hunt0r H :0 Using KVIrc 3.2.0 'Realia'
:sterling.freenode.net 352 vmlemon #amarok n=drac 209.89.149.5 irc.freenode.net carl_2 H :0 drac
:sterling.freenode.net 352 vmlemon #
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

amarok n=samuli 84-253-197-118.satp.customers.dnainternet.fi irc.freenode.net Kupuntu H :0 Samuli
:sterling.freenode.net 352 vmlemon #amarok n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell
:sterling.freenode.net 352 vmlemon #amarok i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan
:sterling.freenode.net 352 vmlemon #amarok n=jiihaaa dsl-lprgw1-feacde00-254.dhcp.inet.fi irc.freenode.net Jiihaaa H :0 JHa+
:sterling.freenode.net 352 vmlemon #amarok n=Jejem 88.122.85.197 irc.freenode.net Jejem H :0 Jeremy Desvages
:sterling.freenode.net 352 vmlemon #amarok n=aka_drui CAcert-br/akadruid irc.freenode.net aka_druid H :0 aka_druid
:sterling.freenode.net 352 vmlemon #amarok n=jb e176174043.adsl.alicedsl.de irc.freenode.net johnyb H :0 Julian Baeume
:sterling.freenode.net 352 vmlemon #amarok n=chatzill d213-103-213-33.cust.tele2.fr irc.freenode.net bogdanb H :0 New Now Know How
:sterling.freenode.net 352 vmlemon #amarok n=himitsu 203.205.119.19 irc.freenode.net himitsu_ H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=Mogger 1-1-4-21a.gan.gbg.bostream.se irc.freenode.net Mogger G :0 mogx0r
:sterling.freenode.net 352 vmlemon #amarok n=rick c-71-227-234-92.hsd1.or.comcast.net irc.freenode.net rikstah H :0 Richard Hamnett
:sterling.freenode.net 352 vmlemon #amarok n=butenda 68.56.241.220 irc.freenode.net raijin H :0 raijin
:sterling.freenode.net 352 vmlemon #a
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

marok n=arpu chello080109078137.4.15.univie.teleweb.at irc.freenode.net whitewindow H :0 arpu
:sterling.freenode.net 352 vmlemon #amarok n=Drachir p5091FF80.dip.t-dialin.net irc.freenode.net Drachir H :0 User Privat
:sterling.freenode.net 352 vmlemon #amarok n=darth_an adsl-70-241-84-164.dsl.hstntx.swbell.net irc.freenode.net Telroth`` H :0 Darth Android the Dragon
:sterling.freenode.net 352 vmlemon #amarok n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert
:sterling.freenode.net 352 vmlemon #amarok n=polux ANancy-152-1-40-117.w83-194.abo.wanadoo.fr irc.freenode.net polux G :0 Paul Brauner
:sterling.freenode.net 352 vmlemon #amarok n=drbob ip110-32-209-87.adsl2.versatel.nl irc.freenode.net drbob H :0 Doctor Bob
:sterling.freenode.net 352 vmlemon #amarok n=mark dyn-27.greentreefrog.net.au irc.freenode.net SmileeeM H :0 mark
:sterling.freenode.net 352 vmlemon #amarok n=jan core.fluendo.com irc.freenode.net thaytan H :0 Jan Schmidt
:sterling.freenode.net 352 vmlemon #amarok n=atoms angela.netparks.lv irc.freenode.net Atoms G :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=jose CPE-24-166-171-64.kc.res.rr.com irc.freenode.net jose H :0 Jose Alejandro Perez Vasquez
:sterling.freenode.net 352 vmlemon #amarok i=arrakis p5498E1F8.dip.t-dialin.net irc.freenode.net highelf H :0 Julien
:sterling.freenode.net 352 vmlemon #amarok n=chris S01060016b649355d.ed.shawcable.net irc.freenode.net chr
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

is_ H :0 billytwowilly
:sterling.freenode.net 352 vmlemon #amarok n=dmbkiwi 203-114-186-21.bitstream.sta.fx.net.nz irc.freenode.net _matt H :0 Dumbkiwi
:sterling.freenode.net 352 vmlemon #amarok n=deadsoul pdpc/supporter/student/deadsouls irc.freenode.net deadsouls H :0 They keep calling me...
:sterling.freenode.net 352 vmlemon #amarok n=funky c83-248-154-161.bredband.comhem.se irc.freenode.net HairMetalAddict G :0 HairMetalAddict
:sterling.freenode.net 352 vmlemon #amarok n=pussfell 166-82-183-46.quickclick.ctc.net irc.freenode.net pussfeller H :0 man of action
:sterling.freenode.net 352 vmlemon #amarok n=fredrik c83-249-213-255.bredband.comhem.se irc.freenode.net \foo\ H :0 fredrik
:sterling.freenode.net 352 vmlemon #amarok n=cocobo 85.8.9.32.se.wasadata.net irc.freenode.net cocobo H :0 cocobo
:sterling.freenode.net 352 vmlemon #amarok n=illissiu dsl54001BA1.pool.t-online.hu irc.freenode.net illissius_ H :0 Gábor Lehel
:sterling.freenode.net 352 vmlemon #amarok n=fiveiron 74.137.134.5 irc.freenode.net fiveiron H :0 Aaron Dunlap
:sterling.freenode.net 352 vmlemon #amarok n=kal cpe-69-204-217-232.stny.res.rr.com irc.freenode.net hayaka H :0 kal
:sterling.freenode.net 352 vmlemon #amarok n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 Paul Cifarelli
:sterling.freenode.net 352 vmlemon #amarok n=mastertu server.tectran.com.br irc.freenode.net Mastertu1 H :0 Tulio Cesar Martins Pereira
:sterling.freen
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

ode.net 352 vmlemon #amarok n=chris gentoo/developer/ChrisWhite irc.freenode.net ChrisWhite H :0 Chris White
:sterling.freenode.net 352 vmlemon #amarok n=jkaufman 132.235.14.124 irc.freenode.net hops H :0 jkaufman
:sterling.freenode.net 352 vmlemon #amarok n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin
:sterling.freenode.net 352 vmlemon #amarok n=mark amarok/developer/markey irc.freenode.net markey H@ :0 Mark Kretschmann
:sterling.freenode.net 352 vmlemon #amarok n=rich 81.94.235.186 irc.freenode.net Richlv G :0 Rihards
:sterling.freenode.net 352 vmlemon #amarok i=tm_travo xob.kapsi.fi irc.freenode.net Tm_T G :0 Jussi Kekkonen
:sterling.freenode.net 352 vmlemon #amarok n=Mowgel dsl-sjkgw4-fef7f800-117.dhcp.inet.fi irc.freenode.net Mazoon G :0 Tuomas
:sterling.freenode.net 352 vmlemon #amarok n=maxie cpe-065-190-198-219.nc.res.rr.com irc.freenode.net MxReb0 H :0 Max Cohen
:sterling.freenode.net 352 vmlemon #amarok n=j unaffiliated/jott irc.freenode.net jott H :0 j
:sterling.freenode.net 352 vmlemon #amarok n=jesse teranetworks.de irc.freenode.net jesse H :0 jesse
:sterling.freenode.net 352 vmlemon #amarok n=clavius unaffiliated/clavius irc.freenode.net clavius H :0 James
:sterling.freenode.net 352 vmlemon #amarok n=B client-86-27-69-183.winn.adsl.virgin.net irc.freenode.net mxcl H :0 Max Howell
:sterling.freenode.net 352 vmlemon #amarok n=nakkel vektori.com irc.freenode.ne
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

t Nakkel H :0 Jouni Karlsson
:sterling.freenode.net 352 vmlemon #amarok n=Bleeter guifications/developer/bleeter irc.freenode.net Bleeter G :0 Bleeter Yaluser
:sterling.freenode.net 352 vmlemon #amarok n=moose 83.142.226.235 irc.freenode.net mustaqila H :0 Muz
:sterling.freenode.net 352 vmlemon #amarok n=muesli 83.142.226.235 irc.freenode.net mueslix H :0 muesli
:sterling.freenode.net 352 vmlemon #amarok n=Amarok 24.50.92.60 irc.freenode.net Amarok H :0 magnusbot
:sterling.freenode.net 352 vmlemon #amarok n=joe conky/developer/j-rock irc.freenode.net j-rock H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok i=shift 2001:618:400:8e35:202:44ff:fe43:c9ce irc.freenode.net shift H :0 .x.
:sterling.freenode.net 352 vmlemon #amarok n=nobody ppp118-147.adsl.forthnet.gr irc.freenode.net parapente H :0 duh!
:sterling.freenode.net 352 vmlemon #amarok i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman
:sterling.freenode.net 352 vmlemon #amarok n=samsung 121.134.11.247 irc.freenode.net faddat H :0 doommeister
:sterling.freenode.net 352 vmlemon #amarok n=eron netblock-66-245-232-7.dslextreme.com irc.freenode.net gruen0 G :0 Aaron V.
:sterling.freenode.net 352 vmlemon #amarok n=js152033 192.18.43.249 irc.freenode.net neddy H :0 gaim
:sterling.freenode.net 352 vmlemon #amarok i=canidae exent.net irc.freenode.net canidae H :0 Vidar Wahlberg
:sterling.freenode.net 352 vmlemon #amarok i=e-trolle deepthroat.deswah
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

nsinns.de irc.freenode.net lilalinux H :0 Nabil Sayegh
:sterling.freenode.net 352 vmlemon #amarok i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie
:sterling.freenode.net 352 vmlemon #amarok n=Your konversation/user/illogic-al irc.freenode.net illogic-al H :0 been
:sterling.freenode.net 352 vmlemon #amarok i=mike chrondo.com irc.freenode.net picasso H :0 poop socks
:sterling.freenode.net 352 vmlemon #amarok n=Pants 74.136.11.203 irc.freenode.net Frozen-Solid H :0 Pants
:sterling.freenode.net 352 vmlemon #amarok i=mag 178-mi2-1.acn.waw.pl irc.freenode.net ^^MAg^^ H :0 mag@entropy.be
:sterling.freenode.net 352 vmlemon #amarok n=ian amarok/developer/eean irc.freenode.net eean H :0 Ian
:sterling.freenode.net 352 vmlemon #amarok i=cia cia.navi.cx irc.freenode.net CIA-2 H :0 CIA Bot (http://cia.navi.cx)
:sterling.freenode.net 352 vmlemon #amarok n=JG^ 84.113.248.162 irc.freenode.net JG^ H :0 JG
:sterling.freenode.net 352 vmlemon #amarok i=adamcik cassarossa.samfundet.no irc.freenode.net adamcik H :0 Thomas Adamcik
:sterling.freenode.net 352 vmlemon #amarok n=sili 80-218-82-232.dclient.hispeed.ch irc.freenode.net sandlee__ H :0 Sandlee
:sterling.freenode.net 352 vmlemon #amarok n=eastein TOBA.RES.WPI.NET irc.freenode.net Toba G :0 Eric Stein
:sterling.freenode.net 352 vmlemon #amarok n=damm mybox.ngworld.net irc.freenode.net Damm G :0 Blowin' through the jasmine in my mind
:sterling.freenode
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

.net 352 vmlemon #amarok n=andreu 85.Red-81-39-41.dynamicIP.rima-tde.net irc.freenode.net andreu H :0 andreu
:sterling.freenode.net 352 vmlemon #amarok ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services
:sterling.freenode.net 352 vmlemon #amarok n=and 2002:3e41:ec17:0:0:620:6523:6023 irc.freenode.net and_ H :0 anonymous
:sterling.freenode.net 352 vmlemon #amarok n=arohae taniwha.acm.jhu.edu irc.freenode.net Triskelios H :0 N.Cat
:sterling.freenode.net 352 vmlemon #amarok n=trucks unaffiliated/hagabaka irc.freenode.net hagabaka H :0 Hagabaka
:sterling.freenode.net 352 vmlemon #amarok n=ntryon cpe-66-67-53-166.rochester.res.rr.com irc.freenode.net Dhraakellian H :0 Nick Tryon (Dhraak)
:sterling.freenode.net 352 vmlemon #amarok i=bizkit baze.de irc.freenode.net b1z G :0 biz
:sterling.freenode.net 352 vmlemon #amarok n=freenode www.sjs-elisabeth.wh.uni-erlangen.de irc.freenode.net s|mon G :0 freenode
:sterling.freenode.net 352 vmlemon #amarok i=razor139 default.tixit.se irc.freenode.net razor1394 H :0 RaZoR1394
:sterling.freenode.net 352 vmlemon #amarok i=never C239-209.surffi.net irc.freenode.net Neverther H :0 Crack in childs toy
:sterling.freenode.net 352 vmlemon #amarok i=christia a15202173.alturo-server.de irc.freenode.net oxygen` H :0 Christian Samsel
:sterling.freenode.net 352 vmlemon #amarok n=pankaj unaffiliated/spo0nman irc.freenode.net spo0nman G :0 pankaj
:sterling.freenode.net 352 vmlemo
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

n #amarok n=marco kde/developer/gulino irc.freenode.net RockMan G :0 Marco Gulino
:sterling.freenode.net 352 vmlemon #amarok n=andrew c-24-63-236-4.hsd1.ma.comcast.net irc.freenode.net achanler H :0 Andrew
:sterling.freenode.net 352 vmlemon #amarok i=isolis hermosa.cse.ucsc.edu irc.freenode.net cureless G :0 Nacho
:sterling.freenode.net 352 vmlemon #amarok i=real 2416443hfc19.tampabay.res.rr.com irc.freenode.net verus H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=dbglt 220-245-154-191-vic-pppoe.tpgi.com.au irc.freenode.net dbglt H :0 Bob
:sterling.freenode.net 352 vmlemon #amarok n=sway 84-74-130-1.dclient.hispeed.ch irc.freenode.net cocaa_ H :0 sway
:sterling.freenode.net 352 vmlemon #amarok i=nike wikipedia/Nikerabbit irc.freenode.net Nikerabbit G :0 Niklas Laxström
:sterling.freenode.net 352 vmlemon #amarok i=gnosis ganymede.jtan.com irc.freenode.net pattern H :0 pattern
:sterling.freenode.net 352 vmlemon #amarok n=blurpy ti231210a080-2776.bb.online.no irc.freenode.net blurpy H :0 Blurpy
:sterling.freenode.net 352 vmlemon #amarok i=cromo klej.net irc.freenode.net cromo H :0 cromo
:sterling.freenode.net 352 vmlemon #amarok n=unknown 164.80-202-111.nextgentel.com irc.freenode.net Bjoern-Erik H :0 Bjørn Erik
:sterling.freenode.net 352 vmlemon #amarok n=sven killefiz.de irc.freenode.net killefiz H :0 Sven Lankes
:sterling.freenode.net 352 vmlemon #amarok i=sentinal 80.247.212.3 irc.freenode.net L4ser
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

KiLL H :0 L4serKiLL
:sterling.freenode.net 352 vmlemon #amarok n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier
:sterling.freenode.net 352 vmlemon #amarok n=jmworx theorix.CeNTIE.NET.au irc.freenode.net jmworx H :0 Jean-Marc Valin
:sterling.freenode.net 352 vmlemon #amarok n=jm voip1.CeNTIE.NET.au irc.freenode.net jmghost H :0 Jean-Marc Valin
:sterling.freenode.net 352 vmlemon #amarok n=johann bre29-1-82-245-186-86.fbx.proxad.net irc.freenode.net Johann_ol H :0 Johann Ollivier Lapeyre
:sterling.freenode.net 352 vmlemon #amarok n=indro 212.103.66.234 irc.freenode.net Indro G :0 indro
:sterling.freenode.net 352 vmlemon #amarok n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo
:sterling.freenode.net 352 vmlemon #amarok n=dwar 154.163.216.81.static.g-fa.siw.siwnet.net irc.freenode.net dwar H :0 Daniel
:sterling.freenode.net 352 vmlemon #amarok n=excitato CPE-70-94-39-68.wi.res.rr.com irc.freenode.net excitatory H :0 excitatory
:sterling.freenode.net 352 vmlemon #amarok i=ffff x02.monolithnetworks.net irc.freenode.net tomr H :0 tom
:sterling.freenode.net 352 vmlemon #amarok i=trotek 204.8.223.19 irc.freenode.net tro G :0 Tro
:sterling.freenode.net 352 vmlemon #amarok n=sander 88.211.140.199 irc.freenode.net snader G :0 Sander Zwier
:sterling.freenode.net 352 vmlemon #amarok i=chryse 84.20.147.3 irc.freenode.net MuJ H :0 Jouni Muttilainen
:sterling.freenode.net 352
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

 vmlemon #amarok i=sbw25 131.111.245.220 irc.freenode.net mollmerx H :0 Stephen Williams
:sterling.freenode.net 352 vmlemon #amarok i=fox vpn017250.uni-rostock.de irc.freenode.net fuchs G :0 Bjoern Krombholz
:sterling.freenode.net 352 vmlemon #amarok n=Jukka dsl-hpo-fef3fb00-4.dhcp.inet.fi irc.freenode.net Juki H :0 Jukka
:sterling.freenode.net 352 vmlemon #amarok i=whocares saus04.usc.es irc.freenode.net BleedAway H :0 stickman
:sterling.freenode.net 352 vmlemon #amarok n=zeth pc77-134.telge.kth.se irc.freenode.net joch H :0 zeth
:sterling.freenode.net 352 vmlemon #amarok n=blah 203-97-119-118.cable.telstraclear.net irc.freenode.net snoops H :0 fiz
:sterling.freenode.net 352 vmlemon #amarok i=user unaffiliated/honey irc.freenode.net honeyzzz H :0 user
:sterling.freenode.net 352 vmlemon #amarok n=t30 87.4.133.14 irc.freenode.net t30 H :0 t30
:sterling.freenode.net 352 vmlemon #amarok i=lusikka 83.145.202.131 irc.freenode.net Lusikka H :0 Lusikka
:sterling.freenode.net 352 vmlemon #amarok n=ryan evil.pengu.in irc.freenode.net ObsidianX H :0 ryan
:sterling.freenode.net 352 vmlemon #amarok i=lex evot.us irc.freenode.net lex H :0 Lex
:sterling.freenode.net 352 vmlemon #amarok n=aumuell amarok/developer/aumuell irc.freenode.net aumuell H :0 Martin Aumueller
:sterling.freenode.net 352 vmlemon #amarok i=basquiat phylogeny1.bot.biologie.uni-tuebingen.de irc.freenode.net basquiat H :0 Jens Mayer
:sterling.freenode.net 35
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

2 vmlemon #amarok n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)
:sterling.freenode.net 352 vmlemon #amarok i=wally khayts.us irc.freenode.net Khaytsus H :0 unlimitedphoto.com
:sterling.freenode.net 352 vmlemon #amarok i=hhamalai myntti.helsinki.fi irc.freenode.net dah H :0 Harri A O Hamalainen
:sterling.freenode.net 352 vmlemon #amarok n=jer 24-107-233-133.dhcp.oxfr.ma.charter.com irc.freenode.net UsagiJer H :0 Jer Jer Bo Ber
:sterling.freenode.net 352 vmlemon #amarok n=vincent h8441252227.dsl.speedlinq.nl irc.freenode.net cannajunk H :0 Vincent Stans
:sterling.freenode.net 315 vmlemon #amarok :End of /WHO list.

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:markey!n=mark@amarok/developer/markey PRIVMSG #rokymotion :+the standard menu actions

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+ACTION scrolls up

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+wait why are you debugging for SUSE packages? :P

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+yaloki: are you not the official packager then?

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+just have him use your stuff if they work

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+hm.. no patching whatsoever.. the taglib RPM you're using (taglib-1.4-20) is a plain build

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+right...

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+jefferai: no I'm not

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:arkanoid_!n=arkanoid@8-255-173-213.static.dsl.webpartner.net JOIN :#amarok

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+okay, so, people using SuSE RPM have problems, people using yours don't

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+is what it sounds like

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:sterling.freenode.net 303 vmlemon :SmileyG 
:yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+jefferai: I maintain the 2nd largest RPM repository for SUSE Linux, but community, I don't work for novell

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:sterling.freenode.net 352 vmlemon #rokymotion n=lando pool-71-121-181-242.sttlwa.dsl-w.verizon.net irc.freenode.net land0 H :0 gaim
:sterling.freenode.net 352 vmlemon #rokymotion n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert
:sterling.freenode.net 352 vmlemon #rokymotion n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3
:sterling.freenode.net 352 vmlemon #rokymotion n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key
:sterling.freenode.net 352 vmlemon #rokymotion n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell
:sterling.freenode.net 352 vmlemon #rokymotion i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan
:sterling.freenode.net 352 vmlemon #rokymotion n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert
:sterling.freenode.net 352 vmlemon #rokymotion n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 P
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

aul Cifarelli
:sterling.freenode.net 352 vmlemon #rokymotion n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin
:sterling.freenode.net 352 vmlemon #rokymotion n=mark amarok/developer/markey irc.freenode.net markey H :0 Mark Kretschmann
:sterling.freenode.net 352 vmlemon #rokymotion i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman
:sterling.freenode.net 352 vmlemon #rokymotion i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie
:sterling.freenode.net 352 vmlemon #rokymotion ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services
:sterling.freenode.net 352 vmlemon #rokymotion n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier
:sterling.freenode.net 352 vmlemon #rokymotion n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo
:sterling.freenode.net 352 vmlemon #rokymotion n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)
:sterling.freenode.net 315 vmlemon #rokymotion :End of /WHO list.

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+ACTION fires dirk and replaces him with yaloki 

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:eean!n=ian@amarok/developer/eean PRIVMSG #amarok :+:P

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+jefferai: yes and no, because that report I got was with my RPMs

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:jefferai!n=jefferai@amarok/developer/mitchell PRIVMSG #amarok :+ah

QUERY FOUND:
From 192.168.1.2 -> 212.204.214.114

WHO #amarok

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:sterling.freenode.net 352 vmlemon #amarok n=arkanoid 8-255-173-213.static.dsl.webpartner.net irc.freenode.net arkanoid_ H :0 Anders Ossowicki
:sterling.freenode.net 352 vmlemon #amarok n=un70uch dslb-082-083-102-208.pools.arcor-ip.net irc.freenode.net Untouch H :0 Kai Knoblauch
:sterling.freenode.net 352 vmlemon #amarok n=arkanoid 8-255-173-213.static.dsl.webpartner.net irc.freenode.net arkanoid H :0 Anders Ossowicki
:sterling.freenode.net 352 vmlemon #amarok n=lolo p54921341.dip0.t-ipconnect.de irc.freenode.net hurra H :0 hurra2
:sterling.freenode.net 352 vmlemon #amarok n=yaloki 156.185-64-87.adsl-dyn.isp.belgacom.be irc.freenode.net yaloki H :0 Pascal Bleser
:sterling.freenode.net 352 vmlemon #amarok n=netfuchs 158-237-221-213-pool.cable.fcom.ch irc.freenode.net NetFox H :0 Christian Loosli
:sterling.freenode.net 352 vmlemon #amarok n=freqmod 140.84-48-78.nextgentel.com irc.freenode.net freqmod H :0 Frederik M.J. Vestre
:sterling.freenode.net 352 vmlemon #amarok n=tim henri.gotadsl.co.uk irc.freeno
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

de.net SmileyG H :0 Smiley
:sterling.freenode.net 352 vmlemon #amarok n=horst p54ABC281.dip0.t-ipconnect.de irc.freenode.net maelcum_ H :0 horst
:sterling.freenode.net 352 vmlemon #amarok n=thunderc 84-51-130-71.judith186.adsl.metronet.co.uk irc.freenode.net TeaSea H :0 Matt Harker
:sterling.freenode.net 352 vmlemon #amarok n=insane amarok/bot/insanity irc.freenode.net insanity H :0 Ruby bot. (c) Tom Gilbert
:sterling.freenode.net 352 vmlemon #amarok n=candyban 83-217-92-49.adsl.realdsl.be irc.freenode.net candyban_ H :0 Tim Habex
:sterling.freenode.net 352 vmlemon #amarok n=rbot amarok/bot/noatun irc.freenode.net noatun H :0 Ruby bot. (c) Tom Gilbert
:sterling.freenode.net 352 vmlemon #amarok n=Knut p50891F24.dip0.t-ipconnect.de irc.freenode.net Knut H :0 Michael Lamberti
:sterling.freenode.net 352 vmlemon #amarok n=mkoebele firewall.net-sweeper.com irc.freenode.net mkoebele H :0 Martin K�bele
:sterling.freenode.net 352 vmlemon #amarok n=shawn S010600131096809c.vc.shawcable.net irc.freenode.net Rede- H :0 Shawn
:sterling.freenode.net 352 vmlemon #amarok n=bla dslb-084-063-070-084.pools.arcor-ip.net irc.freenode.net hst- H :0 rduke
:sterling.freenode.net 352 vmlemon #amarok n=pixelbre p549BE952.dip.t-dialin.net irc.freenode.net pixelbrei H :0 pixelbrei
:sterling.freenode.net 352 vmlemon #amarok n=lightyea p54875D13.dip.t-dialin.net irc.freenode.net lightyear H :0 Benjamin Kampmann
:sterling.freenode.net 352 vmlem
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

on #amarok n=shash 59.144.17.244 irc.freenode.net _shash__ H :0 T.R.Shashwath
:sterling.freenode.net 352 vmlemon #amarok n=DasTier HSI-KBW-085-216-054-105.hsi.kabelbw.de irc.freenode.net Gentle H :0 DasTier
:sterling.freenode.net 352 vmlemon #amarok n=dongz cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai2 H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=frederik d54C0A592.access.telenet.be irc.freenode.net |Frederik H :0 Frederik
:sterling.freenode.net 352 vmlemon #amarok n=astal 213-140-22-67.fastres.net irc.freenode.net astal H :0 Gianluca
:sterling.freenode.net 352 vmlemon #amarok n=bart amarok/developer/Stecchino irc.freenode.net Shanachie H :0 Bart Cerneels
:sterling.freenode.net 352 vmlemon #amarok i=damm cl-51.qas-01.us.sixxs.net irc.freenode.net Damm_ H :0 Damm
:sterling.freenode.net 352 vmlemon #amarok n=jon 106.Red-213-96-137.staticIP.rima-tde.net irc.freenode.net nefertum H :0 Jon
:sterling.freenode.net 352 vmlemon #amarok n=adaliff6 cpe-66-67-2-154.rochester.res.rr.com irc.freenode.net Adlai H :0 Leif
:sterling.freenode.net 352 vmlemon #amarok n=Gentoux APoitiers-153-1-67-94.w86-196.abo.wanadoo.fr irc.freenode.net Aubustou H :0 Aubustou
:sterling.freenode.net 352 vmlemon #amarok n=delmonic p54AEE220.dip.t-dialin.net irc.freenode.net delmonico H :0 Christoph Neuroth
:sterling.freenode.net 352 vmlemon #amarok i=PussInBo gateway/tor/x-1ccc744b8fed67a4 irc.freenode.net PussInBoots H :0
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

 pussinboots
:sterling.freenode.net 352 vmlemon #amarok n=sean h26.149.4.12.cable.frzr.cablerocket.net irc.freenode.net Pio H :0 sean
:sterling.freenode.net 352 vmlemon #amarok n=mseiwert c192003.adsl.hansenet.de irc.freenode.net save H :0 Michael Seiwert
:sterling.freenode.net 352 vmlemon #amarok n=berkus ip251.cab28.mus.starman.ee irc.freenode.net berkus H :0 berkus
:sterling.freenode.net 352 vmlemon #amarok n=max pD9504E3D.dip0.t-ipconnect.de irc.freenode.net maxx_k H :0 Maximilian Kossick
:sterling.freenode.net 352 vmlemon #amarok n=oggb4mp3 amarok/livecd/oggb4mp3 irc.freenode.net oggb4mp3 H :0 oggb4mp3
:sterling.freenode.net 352 vmlemon #amarok n=shaikun 204.193.196.80 irc.freenode.net Shaikun H :0 Great User Shaisama
:sterling.freenode.net 352 vmlemon #amarok n=guru shadowfax2.Stanford.EDU irc.freenode.net QBob_ G :0 Joe Rabinoff
:sterling.freenode.net 352 vmlemon #amarok n=colmcill 82-69-123-182.dsl.in-addr.zen.co.uk irc.freenode.net colmcille H :0 colmcille
:sterling.freenode.net 352 vmlemon #amarok n=carewolf 0x535b82a7.bynxx18.adsl-dhcp.tele.dk irc.freenode.net carewolf H :0 Allan Sandfeld
:sterling.freenode.net 352 vmlemon #amarok n=qba azk210.internetdsl.tpnet.pl irc.freenode.net JakubS_ H :0 Jakub Stachowski
:sterling.freenode.net 352 vmlemon #amarok n=opera 0x555298c4.adsl.cybercity.dk irc.freenode.net johso H :0 Johs
:sterling.freenode.net 352 vmlemon #amarok n=bob 32.108-84-212.ippool.ndo.com irc.
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

freenode.net bob__ H :0 bob
:sterling.freenode.net 352 vmlemon #amarok n=spi c-71-192-98-87.hsd1.ma.comcast.net irc.freenode.net spisaacs H :0 spisaacs
:sterling.freenode.net 352 vmlemon #amarok n=brandon ubuntu/member/pdpc.active.imbrandon irc.freenode.net imbrandon H :0 Brandon Holtsclaw
:sterling.freenode.net 352 vmlemon #amarok n=ico2 modem-1199.chimpanzee.dialup.pol.co.uk irc.freenode.net ico2_ H :0 ico2
:sterling.freenode.net 352 vmlemon #amarok n=dkey 192-186-stud-adsl.wu-wien.ac.at irc.freenode.net dkey H :0 dkey
:sterling.freenode.net 352 vmlemon #amarok n=tyson host86-128-245-115.range86-128.btcentralplus.com irc.freenode.net vmlemon H :0 Tyson Key
:sterling.freenode.net 352 vmlemon #amarok n=vmrh vaslibre/member/TecnoVM64 irc.freenode.net TecnoVM64 H :0 Victor Román
:sterling.freenode.net 352 vmlemon #amarok n=biAtch p54A84B66.dip0.t-ipconnect.de irc.freenode.net klos H :0 klos
:sterling.freenode.net 352 vmlemon #amarok n=mducharm Toronto-HSE-ppp3643172.sympatico.ca irc.freenode.net mducharme H :0 Mathieu Ducharme
:sterling.freenode.net 352 vmlemon #amarok n=devon 68-67-246-67.chvlva.adelphia.net irc.freenode.net devon H :0 Devon Warren
:sterling.freenode.net 352 vmlemon #amarok n=ccc c-e82be155.225-1-64736c10.cust.bredbandsbolaget.se irc.freenode.net ccc_ H :0 ccc
:sterling.freenode.net 352 vmlemon #amarok n=hunt0r dslb-088-064-048-106.pools.arcor-ip.net irc.freenode.net hunt0r H :0 Using KVIrc 3.2.0 
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

'Realia'
:sterling.freenode.net 352 vmlemon #amarok n=drac 209.89.149.5 irc.freenode.net carl_2 H :0 drac
:sterling.freenode.net 352 vmlemon #amarok n=samuli 84-253-197-118.satp.customers.dnainternet.fi irc.freenode.net Kupuntu H :0 Samuli
:sterling.freenode.net 352 vmlemon #amarok n=jefferai amarok/developer/mitchell irc.freenode.net jefferai H :0 Jeff Mitchell
:sterling.freenode.net 352 vmlemon #amarok i=Hydrogen perdition.campus.alfred.edu irc.freenode.net Hydrogen H :0 Dan
:sterling.freenode.net 352 vmlemon #amarok n=jiihaaa dsl-lprgw1-feacde00-254.dhcp.inet.fi irc.freenode.net Jiihaaa H :0 JHa+
:sterling.freenode.net 352 vmlemon #amarok n=Jejem 88.122.85.197 irc.freenode.net Jejem H :0 Jeremy Desvages
:sterling.freenode.net 352 vmlemon #amarok n=aka_drui CAcert-br/akadruid irc.freenode.net aka_druid H :0 aka_druid
:sterling.freenode.net 352 vmlemon #amarok n=jb e176174043.adsl.alicedsl.de irc.freenode.net johnyb H :0 Julian Baeume
:sterling.freenode.net 352 vmlemon #amarok n=chatzill d213-103-213-33.cust.tele2.fr irc.freenode.net bogdanb H :0 New Now Know How
:sterling.freenode.net 352 vmlemon #amarok n=himitsu 203.205.119.19 irc.freenode.net himitsu_ H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=Mogger 1-1-4-21a.gan.gbg.bostream.se irc.freenode.net Mogger G :0 mogx0r
:sterling.freenode.net 352 vmlemon #amarok n=rick c-71-227-234-92.hsd1.or.comcast.net irc.freenode.net rikstah H :0 Richard Hamnet
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

t
:sterling.freenode.net 352 vmlemon #amarok n=butenda 68.56.241.220 irc.freenode.net raijin H :0 raijin
:sterling.freenode.net 352 vmlemon #amarok n=arpu chello080109078137.4.15.univie.teleweb.at irc.freenode.net whitewindow H :0 arpu
:sterling.freenode.net 352 vmlemon #amarok n=Drachir p5091FF80.dip.t-dialin.net irc.freenode.net Drachir H :0 User Privat
:sterling.freenode.net 352 vmlemon #amarok n=darth_an adsl-70-241-84-164.dsl.hstntx.swbell.net irc.freenode.net Telroth`` H :0 Darth Android the Dragon
:sterling.freenode.net 352 vmlemon #amarok n=xpert port-87-234-134-49.dynamic.qsc.de irc.freenode.net [Xpert] H :0 xpert
:sterling.freenode.net 352 vmlemon #amarok n=polux ANancy-152-1-40-117.w83-194.abo.wanadoo.fr irc.freenode.net polux G :0 Paul Brauner
:sterling.freenode.net 352 vmlemon #amarok n=drbob ip110-32-209-87.adsl2.versatel.nl irc.freenode.net drbob H :0 Doctor Bob
:sterling.freenode.net 352 vmlemon #amarok n=mark dyn-27.greentreefrog.net.au irc.freenode.net SmileeeM H :0 mark
:sterling.freenode.net 352 vmlemon #amarok n=jan core.fluendo.com irc.freenode.net thaytan H :0 Jan Schmidt
:sterling.freenode.net 352 vmlemon #amarok n=atoms angela.netparks.lv irc.freenode.net Atoms G :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=jose CPE-24-166-171-64.kc.res.rr.com irc.freenode.net jose H :0 Jose Alejandro Perez Vasquez
:sterling.freenode.net 352 vmlemon #amarok i=arrakis p5498E1F8.dip.t-dialin.net 
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

irc.freenode.net highelf H :0 Julien
:sterling.freenode.net 352 vmlemon #amarok n=chris S01060016b649355d.ed.shawcable.net irc.freenode.net chris_ H :0 billytwowilly
:sterling.freenode.net 352 vmlemon #amarok n=dmbkiwi 203-114-186-21.bitstream.sta.fx.net.nz irc.freenode.net _matt H :0 Dumbkiwi
:sterling.freenode.net 352 vmlemon #amarok n=deadsoul pdpc/supporter/student/deadsouls irc.freenode.net deadsouls H :0 They keep calling me...
:sterling.freenode.net 352 vmlemon #amarok n=funky c83-248-154-161.bredband.comhem.se irc.freenode.net HairMetalAddict G :0 HairMetalAddict
:sterling.freenode.net 352 vmlemon #amarok n=pussfell 166-82-183-46.quickclick.ctc.net irc.freenode.net pussfeller H :0 man of action
:sterling.freenode.net 352 vmlemon #amarok n=fredrik c83-249-213-255.bredband.comhem.se irc.freenode.net \foo\ H :0 fredrik
:sterling.freenode.net 352 vmlemon #amarok n=cocobo 85.8.9.32.se.wasadata.net irc.freenode.net cocobo H :0 cocobo
:sterling.freenode.net 352 vmlemon #amarok n=illissiu dsl54001BA1.pool.t-online.hu irc.freenode.net illissius_ H :0 Gábor Lehel
:sterling.freenode.net 352 vmlemon #amarok n=fiveiron 74.137.134.5 irc.freenode.net fiveiron H :0 Aaron Dunlap
:sterling.freenode.net 352 vmlemon #amarok n=kal cpe-69-204-217-232.stny.res.rr.com irc.freenode.net hayaka H :0 kal
:sterling.freenode.net 352 vmlemon #amarok n=paulc amarok/developer/foreboy irc.freenode.net foreboy H :0 Paul Cifarelli
:sterlin
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

g.freenode.net 352 vmlemon #amarok n=mastertu server.tectran.com.br irc.freenode.net Mastertu1 H :0 Tulio Cesar Martins Pereira
:sterling.freenode.net 352 vmlemon #amarok n=chris gentoo/developer/ChrisWhite irc.freenode.net ChrisWhite H :0 Chris White
:sterling.freenode.net 352 vmlemon #amarok n=jkaufman 132.235.14.124 irc.freenode.net hops H :0 jkaufman
:sterling.freenode.net 352 vmlemon #amarok n=shardz c-24-34-161-132.hsd1.ma.comcast.net irc.freenode.net shardz H :0 Samuel Baldwin
:sterling.freenode.net 352 vmlemon #amarok n=mark amarok/developer/markey irc.freenode.net markey H@ :0 Mark Kretschmann
:sterling.freenode.net 352 vmlemon #amarok n=rich 81.94.235.186 irc.freenode.net Richlv G :0 Rihards
:sterling.freenode.net 352 vmlemon #amarok i=tm_travo xob.kapsi.fi irc.freenode.net Tm_T G :0 Jussi Kekkonen
:sterling.freenode.net 352 vmlemon #amarok n=Mowgel dsl-sjkgw4-fef7f800-117.dhcp.inet.fi irc.freenode.net Mazoon G :0 Tuomas
:sterling.freenode.net 352 vmlemon #amarok n=maxie cpe-065-190-198-219.nc.res.rr.com irc.freenode.net MxReb0 H :0 Max Cohen
:sterling.freenode.net 352 vmlemon #amarok n=j unaffiliated/jott irc.freenode.net jott H :0 j
:sterling.freenode.net 352 vmlemon #amarok n=jesse teranetworks.de irc.freenode.net jesse H :0 jesse
:sterling.freenode.net 352 vmlemon #amarok n=clavius unaffiliated/clavius irc.freenode.net clavius H :0 James
:sterling.freenode.net 352 vmlemon #amarok n=B client-86-27-69
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

-183.winn.adsl.virgin.net irc.freenode.net mxcl H :0 Max Howell
:sterling.freenode.net 352 vmlemon #amarok n=nakkel vektori.com irc.freenode.net Nakkel H :0 Jouni Karlsson
:sterling.freenode.net 352 vmlemon #amarok n=Bleeter guifications/developer/bleeter irc.freenode.net Bleeter G :0 Bleeter Yaluser
:sterling.freenode.net 352 vmlemon #amarok n=moose 83.142.226.235 irc.freenode.net mustaqila H :0 Muz
:sterling.freenode.net 352 vmlemon #amarok n=muesli 83.142.226.235 irc.freenode.net mueslix H :0 muesli
:sterling.freenode.net 352 vmlemon #amarok n=Amarok 24.50.92.60 irc.freenode.net Amarok H :0 magnusbot
:sterling.freenode.net 352 vmlemon #amarok n=joe conky/developer/j-rock irc.freenode.net j-rock H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok i=shift 2001:618:400:8e35:202:44ff:fe43:c9ce irc.freenode.net shift H :0 .x.
:sterling.freenode.net 352 vmlemon #amarok n=nobody ppp118-147.adsl.forthnet.gr irc.freenode.net parapente H :0 duh!
:sterling.freenode.net 352 vmlemon #amarok i=guti kde/developer/ngutman irc.freenode.net Guti H :0 ngutman
:sterling.freenode.net 352 vmlemon #amarok n=samsung 121.134.11.247 irc.freenode.net faddat H :0 doommeister
:sterling.freenode.net 352 vmlemon #amarok n=eron netblock-66-245-232-7.dslextreme.com irc.freenode.net gruen0 G :0 Aaron V.
:sterling.freenode.net 352 vmlemon #amarok n=js152033 192.18.43.249 irc.freenode.net neddy H :0 gaim
:sterling.freenode.net 352 vmlemon #
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

amarok i=canidae exent.net irc.freenode.net canidae H :0 Vidar Wahlberg
:sterling.freenode.net 352 vmlemon #amarok i=e-trolle deepthroat.deswahnsinns.de irc.freenode.net lilalinux H :0 Nabil Sayegh
:sterling.freenode.net 352 vmlemon #amarok i=legends amarok/rokymotion/dangle irc.freenode.net French_Maid G :0 Christie
:sterling.freenode.net 352 vmlemon #amarok n=Your konversation/user/illogic-al irc.freenode.net illogic-al H :0 been
:sterling.freenode.net 352 vmlemon #amarok i=mike chrondo.com irc.freenode.net picasso H :0 poop socks
:sterling.freenode.net 352 vmlemon #amarok n=Pants 74.136.11.203 irc.freenode.net Frozen-Solid H :0 Pants
:sterling.freenode.net 352 vmlemon #amarok i=mag 178-mi2-1.acn.waw.pl irc.freenode.net ^^MAg^^ H :0 mag@entropy.be
:sterling.freenode.net 352 vmlemon #amarok n=ian amarok/developer/eean irc.freenode.net eean H :0 Ian
:sterling.freenode.net 352 vmlemon #amarok i=cia cia.navi.cx irc.freenode.net CIA-2 H :0 CIA Bot (http://cia.navi.cx)
:sterling.freenode.net 352 vmlemon #amarok n=JG^ 84.113.248.162 irc.freenode.net JG^ H :0 JG
:sterling.freenode.net 352 vmlemon #amarok i=adamcik cassarossa.samfundet.no irc.freenode.net adamcik H :0 Thomas Adamcik
:sterling.freenode.net 352 vmlemon #amarok n=sili 80-218-82-232.dclient.hispeed.ch irc.freenode.net sandlee__ H :0 Sandlee
:sterling.freenode.net 352 vmlemon #amarok n=eastein TOBA.RES.WPI.NET irc.freenode.net Toba G :0 Eric Stein
:sterling
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

.freenode.net 352 vmlemon #amarok n=damm mybox.ngworld.net irc.freenode.net Damm G :0 Blowin' through the jasmine in my mind
:sterling.freenode.net 352 vmlemon #amarok n=andreu 85.Red-81-39-41.dynamicIP.rima-tde.net irc.freenode.net andreu H :0 andreu
:sterling.freenode.net 352 vmlemon #amarok ChanServ services. irc.freenode.net ChanServ H@ :0 Channel Services
:sterling.freenode.net 352 vmlemon #amarok n=and 2002:3e41:ec17:0:0:620:6523:6023 irc.freenode.net and_ H :0 anonymous
:sterling.freenode.net 352 vmlemon #amarok n=arohae taniwha.acm.jhu.edu irc.freenode.net Triskelios H :0 N.Cat
:sterling.freenode.net 352 vmlemon #amarok n=trucks unaffiliated/hagabaka irc.freenode.net hagabaka H :0 Hagabaka
:sterling.freenode.net 352 vmlemon #amarok n=ntryon cpe-66-67-53-166.rochester.res.rr.com irc.freenode.net Dhraakellian H :0 Nick Tryon (Dhraak)
:sterling.freenode.net 352 vmlemon #amarok i=bizkit baze.de irc.freenode.net b1z G :0 biz
:sterling.freenode.net 352 vmlemon #amarok n=freenode www.sjs-elisabeth.wh.uni-erlangen.de irc.freenode.net s|mon G :0 freenode
:sterling.freenode.net 352 vmlemon #amarok i=razor139 default.tixit.se irc.freenode.net razor1394 H :0 RaZoR1394
:sterling.freenode.net 352 vmlemon #amarok i=never C239-209.surffi.net irc.freenode.net Neverther H :0 Crack in childs toy
:sterling.freenode.net 352 vmlemon #amarok i=christia a15202173.alturo-server.de irc.freenode.net oxygen` H :0 Christian Samsel
:s
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

terling.freenode.net 352 vmlemon #amarok n=pankaj unaffiliated/spo0nman irc.freenode.net spo0nman G :0 pankaj
:sterling.freenode.net 352 vmlemon #amarok n=marco kde/developer/gulino irc.freenode.net RockMan G :0 Marco Gulino
:sterling.freenode.net 352 vmlemon #amarok n=andrew c-24-63-236-4.hsd1.ma.comcast.net irc.freenode.net achanler H :0 Andrew
:sterling.freenode.net 352 vmlemon #amarok i=isolis hermosa.cse.ucsc.edu irc.freenode.net cureless G :0 Nacho
:sterling.freenode.net 352 vmlemon #amarok i=real 2416443hfc19.tampabay.res.rr.com irc.freenode.net verus H :0 Unknown
:sterling.freenode.net 352 vmlemon #amarok n=dbglt 220-245-154-191-vic-pppoe.tpgi.com.au irc.freenode.net dbglt H :0 Bob
:sterling.freenode.net 352 vmlemon #amarok n=sway 84-74-130-1.dclient.hispeed.ch irc.freenode.net cocaa_ H :0 sway
:sterling.freenode.net 352 vmlemon #amarok i=nike wikipedia/Nikerabbit irc.freenode.net Nikerabbit G :0 Niklas Laxström
:sterling.freenode.net 352 vmlemon #amarok i=gnosis ganymede.jtan.com irc.freenode.net pattern H :0 pattern
:sterling.freenode.net 352 vmlemon #amarok n=blurpy ti231210a080-2776.bb.online.no irc.freenode.net blurpy H :0 Blurpy
:sterling.freenode.net 352 vmlemon #amarok i=cromo klej.net irc.freenode.net cromo H :0 cromo
:sterling.freenode.net 352 vmlemon #amarok n=unknown 164.80-202-111.nextgentel.com irc.freenode.net Bjoern-Erik H :0 Bjørn Erik
:sterling.freenode.net 352 vmlemon #amarok n=sven k
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

illefiz.de irc.freenode.net killefiz H :0 Sven Lankes
:sterling.freenode.net 352 vmlemon #amarok i=sentinal 80.247.212.3 irc.freenode.net L4serKiLL H :0 L4serKiLL
:sterling.freenode.net 352 vmlemon #amarok n=curtis11 gentoo/developer/pdpc.active.curtis119 irc.freenode.net curtis119 H :0 Curtis Napier
:sterling.freenode.net 352 vmlemon #amarok n=jmworx theorix.CeNTIE.NET.au irc.freenode.net jmworx H :0 Jean-Marc Valin
:sterling.freenode.net 352 vmlemon #amarok n=jm voip1.CeNTIE.NET.au irc.freenode.net jmghost H :0 Jean-Marc Valin
:sterling.freenode.net 352 vmlemon #amarok n=johann bre29-1-82-245-186-86.fbx.proxad.net irc.freenode.net Johann_ol H :0 Johann Ollivier Lapeyre
:sterling.freenode.net 352 vmlemon #amarok n=indro 212.103.66.234 irc.freenode.net Indro G :0 indro
:sterling.freenode.net 352 vmlemon #amarok n=Paleo admin.pwsp.net irc.freenode.net Paleo H :0 Paleo
:sterling.freenode.net 352 vmlemon #amarok n=dwar 154.163.216.81.static.g-fa.siw.siwnet.net irc.freenode.net dwar H :0 Daniel
:sterling.freenode.net 352 vmlemon #amarok n=excitato CPE-70-94-39-68.wi.res.rr.com irc.freenode.net excitatory H :0 excitatory
:sterling.freenode.net 352 vmlemon #amarok i=ffff x02.monolithnetworks.net irc.freenode.net tomr H :0 tom
:sterling.freenode.net 352 vmlemon #amarok i=trotek 204.8.223.19 irc.freenode.net tro G :0 Tro
:sterling.freenode.net 352 vmlemon #amarok n=sander 88.211.140.199 irc.freenode.net snader G :0 Sande
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

r Zwier
:sterling.freenode.net 352 vmlemon #amarok i=chryse 84.20.147.3 irc.freenode.net MuJ H :0 Jouni Muttilainen
:sterling.freenode.net 352 vmlemon #amarok i=sbw25 131.111.245.220 irc.freenode.net mollmerx H :0 Stephen Williams
:sterling.freenode.net 352 vmlemon #amarok i=fox vpn017250.uni-rostock.de irc.freenode.net fuchs G :0 Bjoern Krombholz
:sterling.freenode.net 352 vmlemon #amarok n=Jukka dsl-hpo-fef3fb00-4.dhcp.inet.fi irc.freenode.net Juki H :0 Jukka
:sterling.freenode.net 352 vmlemon #amarok i=whocares saus04.usc.es irc.freenode.net BleedAway H :0 stickman
:sterling.freenode.net 352 vmlemon #amarok n=zeth pc77-134.telge.kth.se irc.freenode.net joch H :0 zeth
:sterling.freenode.net 352 vmlemon #amarok n=blah 203-97-119-118.cable.telstraclear.net irc.freenode.net snoops H :0 fiz
:sterling.freenode.net 352 vmlemon #amarok i=user unaffiliated/honey irc.freenode.net honeyzzz H :0 user
:sterling.freenode.net 352 vmlemon #amarok n=t30 87.4.133.14 irc.freenode.net t30 H :0 t30
:sterling.freenode.net 352 vmlemon #amarok i=lusikka 83.145.202.131 irc.freenode.net Lusikka H :0 Lusikka
:sterling.freenode.net 352 vmlemon #amarok n=ryan evil.pengu.in irc.freenode.net ObsidianX H :0 ryan
:sterling.freenode.net 352 vmlemon #amarok i=lex evot.us irc.freenode.net lex H :0 Lex
:sterling.freenode.net 352 vmlemon #amarok n=aumuell amarok/developer/aumuell irc.freenode.net aumuell H :0 Martin Aumueller
:sterling.freenode.
QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

net 352 vmlemon #amarok i=basquiat phylogeny1.bot.biologie.uni-tuebingen.de irc.freenode.net basquiat H :0 Jens Mayer
:sterling.freenode.net 352 vmlemon #amarok n=Jocke amarok/rokymotion/Firetech irc.freenode.net Firetech H :0 Jocke Andersson (Sweden)
:sterling.freenode.net 352 vmlemon #amarok i=wally khayts.us irc.freenode.net Khaytsus H :0 unlimitedphoto.com
:sterling.freenode.net 352 vmlemon #amarok i=hhamalai myntti.helsinki.fi irc.freenode.net dah H :0 Harri A O Hamalainen
:sterling.freenode.net 352 vmlemon #amarok n=jer 24-107-233-133.dhcp.oxfr.ma.charter.com irc.freenode.net UsagiJer H :0 Jer Jer Bo Ber
:sterling.freenode.net 352 vmlemon #amarok n=vincent h8441252227.dsl.speedlinq.nl irc.freenode.net cannajunk H :0 Vincent Stans
:sterling.freenode.net 315 vmlemon #amarok :End of /WHO list.

QUERY FOUND:
From 212.204.214.114 -> 192.168.1.2

:yaloki!n=yaloki@156.185-64-87.adsl-dyn.isp.belgacom.be PRIVMSG #amarok :+though they work great for me, and for a dozen other people I had positive feedback from

Query 6: Find all exploitable machines in {{Z}} country


In [10]:
import nmap

nm = nmap.PortScanner()
bitbucket = nm.scan('bitbucket.org', '22-443')

In [11]:
bitbucket


Out[11]:
{'nmap': {'command_line': u'nmap -oX - -p 22-443 -sV bitbucket.org',
  'scaninfo': {u'tcp': {'method': u'syn', 'services': u'22-443'}},
  'scanstats': {'downhosts': u'0',
   'elapsed': u'8.42',
   'timestr': u'Sat Nov 23 04:32:05 2013',
   'totalhosts': u'1',
   'uphosts': u'1'}},
 'scan': {u'131.103.20.167': {'addresses': {u'ipv4': u'131.103.20.167'},
   'hostname': u'bitbucket.org',
   'status': {'reason': u'reset', 'state': u'up'},
   u'tcp': {25: {'conf': u'3',
     'cpe': '',
     'extrainfo': '',
     'name': u'smtp',
     'product': '',
     'reason': u'no-response',
     'state': u'filtered',
     'version': ''},
    53: {'conf': u'10',
     'cpe': u'cpe:/a:isc:bind:9.7.3',
     'extrainfo': '',
     'name': u'domain',
     'product': u'ISC BIND',
     'reason': u'syn-ack',
     'state': u'open',
     'version': u'9.7.3'},
    80: {'conf': u'10',
     'cpe': u'cpe:/a:igor_sysoev:nginx:1.5.3',
     'extrainfo': '',
     'name': u'http',
     'product': u'nginx',
     'reason': u'syn-ack',
     'state': u'open',
     'version': u'1.5.3'},
    110: {'conf': u'3',
     'cpe': '',
     'extrainfo': '',
     'name': u'pop3',
     'product': '',
     'reason': u'no-response',
     'state': u'filtered',
     'version': ''},
    143: {'conf': u'3',
     'cpe': '',
     'extrainfo': '',
     'name': u'imap',
     'product': '',
     'reason': u'no-response',
     'state': u'filtered',
     'version': ''},
    443: {'conf': u'10',
     'cpe': u'cpe:/a:igor_sysoev:nginx:1.5.3',
     'extrainfo': '',
     'name': u'http',
     'product': u'nginx',
     'reason': u'syn-ack',
     'state': u'open',
     'version': u'1.5.3'}}}}}

In [12]:
bitbucket_hosts = nm.all_hosts()
bitbucket_hosts


Out[12]:
[u'131.103.20.167']

In [17]:
import pygeoip

def map_ip(ip):
    # locally saved dat file
    gip = pygeoip.GeoIP('data/GeoLiteCity.dat')
    geo_data = gip.record_by_addr(ip)
    if geo_data:
        lat = geo_data['latitude']
        lon = geo_data['longitude']
        return lon, lat

In [23]:
import geojson

def create_geojson(coordinates):
    geo_list = []
    data = {}
    data["type"] = "Feature"
    data["id"] = 1
    data["properties"] = {"title": "hop %i" % 1}
    data["geometry"] = {"type": "Point",
                        "coordinates": coordinates}
    geo_list.append(data)

    d = {"type": "FeatureCollection"}
    for item in geo_list:
        d.setdefault("features", []).append(item)

    return geojson.dumps(d)

In [24]:
coordinates = map_ip(bitbucket_hosts[0])
geojson_file = create_geojson(coordinates)

In [25]:
print geojson_file


{"type": "FeatureCollection", "features": [{"geometry": {"type": "Point", "coordinates": [[-104.8738, 39.623700000000014]]}, "type": "Feature", "id": 1, "properties": {"title": "hop 1"}}]}

In [26]:
from IPython.display import HTML

HTML('<script src="https://gist.github.com/econchick/900a89570b431d036972.js"></script>')


Out[26]:

Wrap up

  • Long historical precedence for mass surveillance with very little oversight or restriction.
  • Safe to assume the NSA is spying on everyone.
  • Conjecture of how the NSA actively backdoors communications.
  • How to get yourself on the No-Fly list.
  • How to implement your own toy PRISM & XKeyScore in Python.

FIN

Lynn Root | @roguelynn | rogue.ly/spy