The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
43 views

How do I pair up rows of network traffic data in R or SPSS?

I have lots of SiLK flow data that I would like to do some data mining on. It looks like the destination IP column matches the source IP column of a row of data further down. The rows (with many more ...
1
vote
3answers
35 views

Networking - Using sockets and sometimes getting ghost numbers

I created a Java networking program and every once in a while when I run (it doesn't happen all the time) it I get a ghost number, my sockets receive a number something like -16956754 (its always the ...
0
votes
0answers
29 views

Android Traffic stats api issue

I am working on a app to save the cumulative data usage by application in the phone. I am using the the Traffic stats api for it as follows: // Get traffic data recived = ...
-1
votes
0answers
17 views

Where can i find data center bisection traffic statistics? [closed]

I am currently working on a project that requires some knowledge of data center traffic statistics, specifically ethernet packet size distributions for server-to-server traffic within data centers. ...
0
votes
0answers
9 views

Using TrafficStats in Android to Retrieve Number of Users Connected to Network

Is there a way to use the TrafficStats class in android to get an estimate of the total number of users connected to that network?
1
vote
1answer
95 views

Why tc cannot do ingress shaping? Does ingress shaping make sense?

In my work, I found tc can do egress shaping, and can only do ingress policing. I wonder that why tc doesn't implement ingress shaping? Code sample: #ingress tc qdisc add dev eth0 handle ffff: ...
0
votes
1answer
51 views

'Middle-node' throughput testing (with JMeter?)

I hope this is the right section and is not hopelessly vague. I work on a network appliance (essentially a proxy server) and have inherited a project whose end goal is to determine the maximum ...
0
votes
2answers
45 views

android.net.TrafficStats missing functions

I would like to measure the traffic rate in Android with android.net.TrafficStats. The documentation says, there is a getUidTcpTxBytes() and a getUidUdpTxBytes() function in this class. These ware ...
0
votes
0answers
74 views

ios imessage startup detection

is it possible to detect the start of the Messages App on an iPhone by monitoring the network trace? To better explain what I mean, I want to give an example with whatsapp: When whatsapp is started ...
0
votes
1answer
33 views

Network Traffic Emulator

I am testing an application which monitors the traffic and identify the various hosts/machines present in the network with list of services/applications runs on them. How will i simulate the traffic ...
0
votes
0answers
17 views

Backbone no network access, although browser shows activity in its tab

Using the Backbone router, I noticed that the browsers (naming Safari, Chrome) on different devices (Nexus7, Ipad, IMac, ...) show their spinning circle in the correspondant tab, advising the users ...
0
votes
0answers
23 views

Looking for a simple test server to perform network analysis

Currently I have a network set up for testing the performance of a number of PEPs and other network equipment. I'd like to install a server of on one of the machines that has a number of example ...
-1
votes
1answer
264 views

Capture google plus https traffic using wireshark? [closed]

I am using Linux/Wireshark to capture http traffic and it's working great. Now i want to capture some AJAX calls from https://plus.google.com, but in this case I am not able to see any simple data. I ...
0
votes
0answers
52 views

HTTP Traffic Filtering / Manipulating

I have a machine running Ubuntu and a wireless interface that HTTP packets flow through it. I can start Wireshark and capture them all but this is not what I am interested in. I want a way (code or ...
0
votes
0answers
81 views

Alter data packets between two computers via a third [closed]

I am trying to connect 3 computers (A, B and C) as follows: A --> B --> C My intention is that A can send data to C through B. B runs an application for forwarding packets, causing packet drop, ...
0
votes
0answers
274 views

How to check only Wifi data usage in Android?

Is there an API or example available where i can check only Wifi data usage? This is available in ICS onwards devices under settings. But how to do it through it. I want to get some ideas on that ...
1
vote
2answers
317 views

How to count the number of bytes sent and received via WiFi/LAN?

Is there a way to count the data consumed and transmitted via WiFi/LAN in Android? I'm able to check the statistics for mobile internet (3G, 4G) via the TrafficStats methods getMobileTxBytes() and ...
3
votes
2answers
1k views

How to get the correct number of bytes sent and received in TrafficStats?

My app is trying to count the number of bytes send and received over WiFi/LAN and mobile data connections. To do that, I get the values of TrafficStats counters at one point in time and subtract that ...
0
votes
1answer
18 views

How to identify devices generating the majority of the network traffic over a certain period?

How to identify devices generating most of the network traffic over a certain period of time using SNMP queries to objects of MIB-II.
0
votes
0answers
219 views

Wireshark: Capturing and decrypting decrypting localhost https traffic [closed]

I have searched around stackoverflow and I find this, which may not be exactly what I want to achieve. So here we go: I have Server1 communicating to Server2 over HTTPS in my local machine. I may ...
0
votes
0answers
165 views

Localhost network traffic capture JAVA API

In my linux box I have to capture some header information that get pass through network when i fill out a UI form and do submit action in browser. I used Selenium API to capture the network traffic ...
0
votes
1answer
672 views

Android: Monitor an app's data traffic usage

Ok, I know the question is not directly to the point (the kind of questions I prefer asking), but here goes: Can anyone point med in a good direction for learning how I can monitor the data traffic ...
3
votes
2answers
685 views

android statistic 3g traffic for each APP, how?

For statistic network traffic per APP, what I'm using now is Android TrafficStats That I can get result like following : Youtube 50.30 MBytes Facebook 21.39 MBytes Google Play 103.38 MBytes (and ...
0
votes
1answer
113 views

Free tool to throttle traffic between local IIS (loopback) and browser on local machine?

I want to do some performance tests on my dev box and want to throttle/slow down the traffic between the local IIS and the browser. I used the free NetBalanacer tool but it doesn't seem to support ...
0
votes
1answer
204 views

Android4.0.3, How can I get the value of TrafficStats.setThreadStatsTag() without ddms?

In Android 4.0, Google supports TrafficStats.setThreadStatsTag() to monitor the frequency of app data transfers, but I can just see it in DDMS. How can I get the value of each tag and not use DDMS, ...
0
votes
0answers
95 views

Is there an application in windows mobile phone 7 to capture network traffic? [closed]

I would like to capture network traffic on an actual windows mobile phone device and not on an emulator. I was thinking in the lines of using Libcap or smartpcap or tcpdump libraries to create an ...
1
vote
2answers
123 views

Firebug network traffic tab with Asp.Net development web server

I start the web application with F5 (Start debugging) and each time I refresh a page with F5, the cache seems to be flush. I used Firebug with YSlow to follow the network traffic and each time I ...
0
votes
1answer
132 views

Sniffing/recording application layer only

I am looking for a tool (preferably on Linux) that can sniff UDP traffic and record only the application layer to file(s). I couldn't make tcpdump/wireshark to do so, as they always write the lower ...
0
votes
1answer
99 views

Tool to calculate traffic amount per IP [closed]

Is there a tool that would show me how much data have been exchanged per IP address over time? I am on Windows, but if you have something on linux I will manage. Thanks!
0
votes
0answers
44 views

Traffic drops when reaching to ~110 Mbps [closed]

Take a look at 16:00 and 18:00, traffic drops significantly. I have a 4 websites on a single server (Cent OS, Apache, MySQL) do you have any idea how to solve this? I tried to check Apache ...
0
votes
0answers
86 views

BHCA for a cloud-based mobile app, how to calculate?

Customer would like to keep track of BHCA (Busy-Hour Call Attempt), that users of a mobile-application hit the cloud-based back-end with, to check traffic. They are happy to let it be a measure of the ...
2
votes
1answer
4k views

How can I use IE8 Developer Tools to inspect network traffic?

How can I use IE8 Developer Tools to inspect network traffic? Specifics: I need to test if files have loaded or if they have loaded slow. In Firefox/Firebug I can do this by using the NET tab. ...
1
vote
2answers
311 views

Python: how to calculate data received and send between two ipaddresses and ports

I guess it's socket programming. But I have never done socket programming expect for running the tutorial examples while learning Python. I need some more ideas to implement this. What I specifically ...
0
votes
1answer
187 views

SSH…Reading PCAP file to determine the IDle time and connection type of a SSH connection

I am develping a project in Python for analysing SSH. Curently i am stuck at two things: Determining the idle time of a connection (percentage of time when no data was transferred over the ...
0
votes
1answer
2k views

How to know traffic to a specific port in linux

I am looking to find the traffic through a specific port for a time frame. For example, traffic through 3306 port for 10 seconds. Is there a way to find this information? I see that "/sbin/ifconfig ...
0
votes
2answers
501 views

DNS response answer & authoritative section

I have been looking at DNS response packets in Wireshark, and am not able to understand hex coding for the answer and authoritative sections. Considering DNS query for: mail.abcd.com The answer ...
-5
votes
1answer
53 views

Is there a way to modify all incoming webpages to include a particular javascript [closed]

I am currently working a school project to demonstrate easily fixable user vulnerabilities when surfing the internet and was having trouble finding some way to modify all incoming web pages to include ...
0
votes
1answer
320 views

Network Traffic in Javascript

I want to know if is there a way to get the network traffic of a webpage or interface connection using javascript? Basically is to implement tcpdump or Wireshark with javascript. Any idea? Edit I ...
2
votes
3answers
372 views

Response.Redirect going to wrong destination

I am working on a c# .NET website in which the user can click on a link and get redirected to another web page in a separate website also owned by us. The code is very easy to understand, there is a ...
0
votes
1answer
414 views

How do I monitor traffic between a flash object and a server

Here's what I want to ho: In firebug, there's a Net tab, where you can see all requests, which javascript is making to the server. I would like to be able to do the same with a flash object. What ...
0
votes
1answer
134 views

Which Dynamic Management View exposes network traffic from/to one SPID?

I need to determine how much network traffic is being sent between a SQL Server 2008 R2 Dev Edition and an Ado.Net client running Win 7. I thought there should be a Dynamic Management View, but ...
3
votes
2answers
393 views

Network traffic simulation test

I've got a PHP site up and running, and the db is mysql. before launching the site, I would like to test the traffic handling. Now am assuming that there are soe softwares that would simulate the ...
1
vote
0answers
175 views

When mDNSResponder will generate more network traffic

I know mDNSResponder is a bonjour service.I need to test my application by generating more bonjour traffic. after googling ,I have tried giving prints to bonjour printers,and shared the iTunes media ...
0
votes
1answer
192 views

iOS: Read traffic usage from device

I would like to know the amount of data traffic my iPhone consumed for a given period of time like you can see in the preferences. Is this possible to get this information? Or even better: Is it ...
9
votes
1answer
471 views

How to get the network traffic stat for video streaming applications on Android?

I am trying to write a network traffic monitor application myself. I have been using the TrafficStat to get per app network traffic stat. But for video applications like YouTube, the streamed data ...
1
vote
1answer
139 views

Network control on Windows

How do I control the network interface on Windows? Actually, the idea is quiet simple. Establish connect to a certain adapter on a computer. Direct whole traffic of the adapter to this program. Give ...
1
vote
1answer
552 views

Data Usage + Application Data Usage

I have done one android application for getting total data usage & each application data usage every 24hour once. Application Data Usage: CODE: SELECT ALL long recv = ...
1
vote
1answer
701 views

Flow Based Traffic Analysis in Python

I had previously worked in Python and I had written a script that parses through the trace files (pcap files (or) packet-capture files) and I just read through the file and display the header ...
6
votes
2answers
3k views

how to count 3g traffic in android mobile?

What I want to do is to count 3G traffic and WiFi traffic respectively. Now I know how to do with WiFi. Below is the source code for WiFi. By this way I can count WiFi traffic for all the android ...
0
votes
1answer
456 views

How do I monitor network connections to see what address a certain program is contacting

I made a program many years ago, that connects to a SQL Server database (port 1433), and I no longer have the code for this application, but I need to know whether it is trying to connected to the ...

1 2