network-analyzation

Deciphering Encoding: Packet Analyzation Tools

I am looking for better tools than wireshark for this. The problem with wireshark is that it does not format the data layer (which is the only part I am looking at) cleanly for me to compare the different packets and attempt to understand the third party encoding (which is closed source). Specifically, what are some good tools for viewi...

How do I construct a new centrality measure in R / igraph ?

I want to construct a new centrality measure using igraph, preferably in R. How would I begin this? For example, would I be better adding to the igraph C library or the R interface? Thanks Conor ...

How to fetch network card configs remotely from multiple Linux machines?

I need a tool/script to fetch network card configurations from multiple Linux machines, mostly Red Had Enterprise 5. I only know some basic bash, and I need something that can be run remotely pulling server names from a CSV. It also needs to be be run quickly and easily by non-technical types from a Windows machine. I've found WBEM/CMI/S...

check how much network traffic is consumed by each process

I want to know how much network traffic is consumed by each process. I would prefer for a crossplatform solution but I guess this is not possible, so I am searching for a solution which works on MacOSX right now. The solution should be lightweight. I want to run it in background and it should analyse all running processes. (Stupid dis...