+ All Categories
Home > Education > Tcp Analysis Through wiresshark

Tcp Analysis Through wiresshark

Date post: 11-Aug-2015
Category:
Upload: sumankumari1
View: 175 times
Download: 2 times
Share this document with a friend
Popular Tags:
16
TCP ANALYSIS THROUGH WIRESHARK STUDENT NAME: SUMAN KUMARI EVALUTORS ENROLMENT NO:9911103574 MS. AARTI JAIN MRS RAJU PAL SUPERVISOR :MR SANJEEV PATEL
Transcript
Page 1: Tcp Analysis Through wiresshark

TCP ANALYSIS THROUGH WIRESHARK

STUDENT NAME: SUMAN KUMARI EVALUTORSENROLMENT NO:9911103574 MS. AARTI JAIN MRS RAJU PALSUPERVISOR :MR SANJEEV PATEL

Page 2: Tcp Analysis Through wiresshark

TCP CONNECTION ESTABLISHMENT

Page 3: Tcp Analysis Through wiresshark

TCP HEADER

Page 4: Tcp Analysis Through wiresshark

Display Filters (Post-Filters)

• Display filters (also called post-filters) only filter the view of what you are seeing. All packets in the capture still exist in the trace

• Display filters use their own format and are much more powerful then capture filters

Page 5: Tcp Analysis Through wiresshark

Display Filter Expressions• snmp || dns || icmp

– Display the SNMP or DNS or ICMP traffics.

• tcp.port == 25 – Display packets with TCP source or destination port 25.

• tcp.flags– Display packets having a TCP flags

• tcp.flags.syn == 0x02– Display packets with a TCP SYN flag

Page 6: Tcp Analysis Through wiresshark

Follow TCP Stream

• red - stuff you sent blue - stuff you get

Page 7: Tcp Analysis Through wiresshark

Expert Info

Page 8: Tcp Analysis Through wiresshark

HTTP Analysis – Packet Counter

Page 9: Tcp Analysis Through wiresshark

TRANSPORT LAYER SECURITY

Page 10: Tcp Analysis Through wiresshark

Password of unsecure website

Page 11: Tcp Analysis Through wiresshark

Password though wireshark

Page 12: Tcp Analysis Through wiresshark

TCP retransmission

Page 13: Tcp Analysis Through wiresshark

3rd duplicate acknowledgment

Page 14: Tcp Analysis Through wiresshark

PASSWORD OF UNSECURE WEBSITE

Page 15: Tcp Analysis Through wiresshark

Improving WireShark Performance

• Don’t use capture filters• Increase your read buffer size• Don’t update the screen dynamically• Get a faster computer• Use a TAP• Don’t resolve names

Page 16: Tcp Analysis Through wiresshark

THANK YOU


Recommended