First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

Is there a way to capture traffic of a single mobile application

Hi,

I use wireshark to capture mobile application traffic but my problem is how can I segregate traffic for a particular application. Since other apps continue to communicate with their respective servers or even if no application is opened, there is background traffic for other system processes.

Is there any filter I can use?

Thanks.

aneela's avatar
1
aneela
asked 2020-11-11 05:25:09 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

You probably want a display filter on TCP (or UDP) port. Most applications will use a specific port along with protocol (TCP or UDP) to identify which specific application is sending and receiving the data on the network.

Here is an older question with some details: https://osqa-ask.wireshark.org/questions/41300/filter-with-destination-port .

Here is some info as well.

Do you know which port and protocol your specific application uses?

It is possible to do a capture filter where only the specific traffic you want is captured and saved for analysis. I don't recommend this in the beginning until you know exactly what you are looking for so I would capture everything then use display filters to hide the trivial many packets from the critical few you are looking for.

Bob Jones's avatar
1.5k
Bob Jones
answered 2020-11-11 11:31:04 +0000
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer