ScreenShots
@e.mccormick
Yep. Pretty typical.
I think the general transfer of files between 2 computers would be easier
You can see the actual HTTP streams mized in with the assorted TCP syn/ack messages. And yes, the more you eliminate "noise" the easier it is to follow. But you can use a filter to help with that.
Is there a filter option in Wireshark?
There are 2 options:1) Capture filters 2) Display filters
When I clicked Capture Filters, this appeared:
Yes. A capture filter can help ignore things before they go into the capture file. For example, if you relay from a router and only want the relay to get recorded, that is good. In contrast, a display filter only shows less of what has been captured.
Oh. Now what to do after clicking Capture filters? The screenshot is above
Lets say you only wanted to capture unsecured web traffic. That TCP or UDP port 80 one would get it down to just that. See, a capture is a recording. A capture filter means record less.
If I have done a google search or went to some website. Then which port does it use?
I mean which protocol
Lets say you just wanted to display less, but still capture it all. That is a display filter. You could right click an aspect of a frame and make a filter that is specific to that. The web you see in a browser is basically http and https. The difference is the s ones are secured.
Okay. Go it. Just a second. Trying it out
Here are some examples: http://www.maketecheasier.com/use-display-filters-in-wireshark/
It worked. Here are the screenshots:
You see...The 4th screenshot has your name in the log data
Yep. So that has drilled down to where you are seeing some web page lookup of OpenStudy. Following that stream would/could then let you rebuild the HTML of the page. When you follow a stream it takes all the packets that say they are for a particular session and puts them back together. So for viewing a web page it is the HTTP session that loaded that one page.
Yes. Thanks for the help again
np. I hope that helps you understand what a lan analyzer is and can do. A related topic is packet sniffing or a packet sniffer. It is basically the same thing.
Oh. I will look into it
When you do research, people call it one or the other. If you think about it, a network analyzer detects (sniffs) packets and allows you to take them apart to look at their protocols, etc. So they call it a network analyzer, protocol analyzer, wireless sniffer, packet sniffer, etc. Sometimes one term will get you slightly different information than another, but they are very closely related. For example, Snort: https://www.snort.org/ That is a packet sniffer that looks at network activity to find intrusions. So it is a packet sniffer that has a very specific focus to find malicious activity. In contrast, Kismet is taylored to work with Wireless networks: https://www.kismetwireless.net/
How are kismet and snort different from wireshark? Because wireshark also detects packets and tell the protocol they use
Wireshark is very raw and does little work other than get the data and display it. Kismet I have looked at a little but never tried. Snort does things based on what it sees. Think about oranges. Wireshark gets an orange and hands it to you. Next orange comes along, it hands it to you. Snort would look at the orange, see it is an orange, and let it go. Next one comes along and Snort smells it and says, "This is a LEMON that someone has painted orange! WARNING, WARNING! LEMON CODE!" That is a bit allegorical, but it is the difference between a basic capture tool and one that does a specific job.
Oh okay. So we specify some certain computers with the IP addresses connected to a network. If a computer whose IP address is not specified connects with the network, it alarms us
It can do that. In general, Snort knows what attacks look like. Think of it as a virus checker for packets.
Oh. Got it
Well, I have to head out, but I hope that helps you understand some different types of network tools.
Yes. I have saved this link: https://www.wireshark.org/docs/wsug_html_chunked/ to learn about WireShark
Thanks for your time
Join our real-time social learning platform and learn together with your friends!