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

capture TCP/IP data

  • retag add tags

I am trying to capture data from a monitor system that is connected via my network. It is usually wifi-connected to my router, but If wifi is lost it will revert to wired ethernet. Can I capture and decode this data using Wireshark so that I can begin interpreting it?

Stan's avatar
1
Stan
asked 2020-09-30 17:51:54 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

0

Yes, you can capture the data if your capture setup allows you to do so, and you can decode the data if Wireshark supports dissection of the captured data, which it will in many cases, but not all, depending upon the traffic you're capturing. To be clear, Wireshark supports dissection of IP and TCP, but it may or may not support dissection of the TCP payload.

Refer to the Wireshark CaptureSetup wiki page for more information, and in particular to the Ethernet capture setup and WLAN (IEEE 802.11) capture setup wiki pages, since those are the relevant ones here.

cmaynard's avatar
11.1k
cmaynard
answered 2020-09-30 18:42:23 +0000, updated 2020-09-30 18:44:44 +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