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

How do I track all the websites visited on my home wifi network?

  • retag add tags

I am looking to track all the websites visited by all the devices on my wifi router/network. How do I configure Wireshark to do that ?

ashome01's avatar
1
ashome01
asked 2020-01-01 21:09:56 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Wireshark isn't really the tool to do this, it's a packet analyser, not a network monitor, although if you could arrange to capture ALL traffic for EVER, and then have the ability to analyse the possibly very large capture files, it might be made to work.

To capture ALL the traffic you'd need to run the capture on your router, which probably won't be able to run Wireshark, but might be able to run tcpdump, or a similar router utility, to capture traffic. You could then export the captures to a local machine to analyse with Wireshark (or other tools).

grahamb's avatar
23.8k
grahamb
answered 2020-01-02 09:01:47 +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