InterSys - my solution for Wireshark

As some of you may have seen in other posts in this blog, I always mention the error packets or error in transmissions through networks. That happens because my Master degree work (which I will translate to English asap) was focused on studying the errors in transmission.

Wireshark is an awesome program, but lacks in this aspect.
To solve this, I wrote some lines in C# and created a program to count the packets associated with errors: InterSys.

It's not superb, but works for what I designed. I am offering it to you guys in this link:


It has the installer and the readme, and no malware, I swear ;)

I wish that all of you take a look and help me improve it, so that more users can used it to solve their problems.
[ read more ]

Eclipse Galileo released

For those of you, fans of the Eclipse series (I'm not talking about those books), the new episode has been released: Galileo.
Those which were expecting Io, or any other famous moon of the Gas Giants, Galileo comes with a nice suprise for mobile device programmers: Pulsar.
Pulsar is part of an effort of the Mobile Devices Companies, such as Nokia, Motorola, RIM, and Sony-Ericsson, to help developers in their tasks, avoiding the boring conversion between different models and platforms.
One of the most interesting part of this release, at least for me, is the strong contribution of the brazilians of C.E.S.A.R. in the development of the MTJ plug-in, which is one of the major advantages of this release. And more to come.

Check it out at: http://www.eclipse.org/
[ read more ]

Google Squared - nice idea

If you were looking for more than one result for your query, that is the answer. Google Squared represents a new step on Web Searching, providing an interface that's different of actual standards in many ways, and yet is totally natural.
As you may guess, you type your topic of interest (by now I have only tested with single words in English), and go for search. If GS finds one or more topics, or variations, of the offered topic, it will display for you in a grid style, setting the different options as rows, and defining their characteristics as columns. In the picture goes my "shark" search result example (click to get a large version).


Voilá, you got many subespecies, a sample picture, quick description and classification tree... if you still think that's not enough, you may just go to the first column and type for another subespecies GS didn't find at first, as well as starting new columns for characteristics you find more interesting in that moment, going for the end of the header line.
So, inserting and searching for new data is as easy as removing them, clicking on their close icons. I think that your school research has become easier than ever, and much richer in depth and width, which is great, if you can select the information that matters.

Some stuff I've tried: Terminator, werewolf, planets...

Enjoy it here:
http://www.google.com/squared
[ read more ]

Wireshark - review

Wireshark, formerly known as Ethereal, is one of, if not THE, most powerful tools available for packet and traffic analysis for any kind of network, from the basic Ethernet to WiFi.
I'm using it as a packet recorder for later analysis in my packet transmission error studies. Unfortunately for me, it can extract so much data of the packets that, with the high transmission rate in which I'm working, my hard disk gets full in no time.
Just kidding, you may use some filters to extract only what you need for your work.

I've heard so much about it in other papers and correlated works that I had to take a peek. Well, it didn't surprise me at first glance, but as I would require more especific parameters, it didn't let me down, which is great. It also generates lots of statistics, like transmission time, rate, protocols and so on.
Again, it shows error packets, but doesn't count them; I was going after those errors, but they were so many that I had to build a simple counter for the plaintext translated version of the packet acquisition file.
It's color relation to protocol and possibility to be changed, according to the user needs, are also very helpful, as we can quickly notice when data, management or error packets go through our net.
Different users find other uses for it, just depending on the user's background and imagination.

Dowload it here (just go to download section): http://www.wireshark.org/

Grade: 9 (and half ;) )
Why?
- Missed specific packet counting.
- Some of my 700MB translated files contained hexadecimal data that should not be there...

Have fun!
[ read more ]

InSSider - review

Starting my toolbox reviews, I picked my latest acquisition in network analysis: inSSIDer, by MetaGeek. Well, SSID stands for Service Set IDentifier, which is a friendly name used by WiFi Access Points so that you can identify which network you are connected to.
Well, I normally use a notebook equipped with a Realtek 8180 WiFi board, which is not a top or even a good standard equipment, but has been working pretty well until now. Happy news is that inSSIDer is compatible with almost all brands, and so I could use it properly.

It is a just a straight-forward software: a nice NNF (next-next-finish :)) installer, push button start and there you go. It tracks all nearby networks, and you may be able to choose to which you would like to log in. Of couse I would take those that have greater RSSI and/or are channel-distant from the bigger crowds. You may expect to find lots of nets on channel 6, as it is the default, but not rarely you will pick others on 1, just because people like the number.

This image is the screen offered by inSSIDer, which is quite simple, and offer most of the information you may need, such as available WiFi networks, their signal strength (RSSI) and channel. It also plots a curve of the RSSI evolution, but the data that are displayed in the table above are not recorded, so that you could use it to computed average RSSI and so on, which is lame (at least for me).

I used it anyway, as its very useful for its powerful purpose, and compatible to most brands of WiFi boards. Sad thing is that I did my computation by pixel comparison in Adobe Fireworks...


Download it here (wait 5 sec or so for auto-start): http://www.metageek.net/products/inssider/download

Grade: 7
Why?
Gets the job done, but has a lot of wasted potential.

Enjoy!
[ read more ]