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 to filter to view only HTTP requests?

Hi all, I have been given the following homework. My teacher was not very clear about using wireshark, which has led to confusion on my end. We are using an online virtual machine. The questions is as follows: "Using wireshark_setup.pcapng, filter the packets to view only HTTP requests. What is the source IP address shown on the last packet?"

It is safe to say i am quite confused about whats going on, any help would be appreciated!

Thanks in advance :D

ismaeel_ali's avatar
1
ismaeel_ali
asked 2019-11-09 14:42:51 +0000
grahamb's avatar
23.8k
grahamb
updated 2019-11-10 17:07:48 +0000
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

2 Answers

0

Are you able to open the capture file in the gui?
https://www.wireshark.org/docs/wsug_h...

Then filter the packet with a display filter:
https://www.wireshark.org/docs/wsug_h...

Example of filtering for tcp packets:
https://www.wireshark.org/docs/wsug_h...

Chuckc's avatar
3k
Chuckc
answered 2019-11-09 16:07:35 +0000
edit flag offensive 0 remove flag delete link

Comments

Thank you but none of the documentation is making sense to me, could you try explaining it to me?

ismaeel_ali's avatar ismaeel_ali (2019-11-09 18:14:06 +0000) edit

We're trying to give you hints rather than the complete answer. What have you tried?

grahamb's avatar grahamb (2019-11-10 17:16:08 +0000) edit

@grahamb - didn't know about homework tag. That's excellent! Thanks.

Chuckc's avatar Chuckc (2019-11-10 17:21:05 +0000) edit
add a comment see more comments
0

If you want to only show HTTP requests, you can use the filter http. After starting a capture, type http into the display filter box.

kittykat's avatar
1
kittykat
answered 2019-11-10 06:36:31 +0000
grahamb's avatar
23.8k
grahamb
updated 2019-11-10 17:13:55 +0000
edit flag offensive 0 remove flag delete link

Comments

Thanks, this worked.

RazaSaleemi's avatar RazaSaleemi (2021-11-25 15:36:15 +0000) edit
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