Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
6answers
774 views

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 ...
1
vote
1answer
217 views

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 ...
1
vote
1answer
295 views

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
0
votes
0answers
63 views

How to capture Adobe Drive requests using Fiddler?

I have added my DAM server as a network drive using Adobe Drive. I need to capture and inspect the requests sent by Adobe Drive to my DAM server. Can I do this using Fiddler? I have read Fiddler help ...
0
votes
2answers
155 views

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 ...