Wireshark
Wireshark
No:2 Generate TCP,UDP,ICMP packet using TCP-NPing and analyze the packet structure
using TShark or Wireshark tool.
AIM:
To Generate TCP,UDP,ICMP packet using TCP-NPing and analyze the packet structure using
Wireshark tool.
TOOLS REQUIRED:
WIRESHARK – It is a network protocol analyzer used for capturing and inspecting data packets
traveling through a network to diagnose issues, analyze performance, and ensure security.
NMAP – It is a network scanning tool used to discover hosts and services on a network, perform
security audits, and identify open ports and vulnerabilities.
WIRESHARK INSTALLATION:
NMAP INSTALLATION:
TCP:
Wireshark Analysis:
Ethernet Header - Destination MAC Address, Source MAC Address, Ethernet type.
IP Header – Version, Header Length, Type Of Service, Total Length, Identification, Flags, Fragment
Offset, Time To Live, Protocol, Header Checksum, Source IP Address, Destination IP Address.
TCP Header – Source Port, Destination port, Sequence Number, Acknowledgement Number, Data
offset, Flags, Window Size, Checksum, Urgent Pointer.
UDP:
User Datagram Protocol – It is a connectionless protocol used for fast, lightweight data
transmission without guaranteed delivery.
Wireshark Analysis:
Ethernet Header - Destination MAC Address, Source MAC Address, Ethernet type.
IP Header – Version, Header Length, Type Of Service, Total Length, Identification, Flags, Fragment
Offset, Time To Live, Protocol(17), Header Checksum, Source IP Address, Destination IP Address.
Wireshark Analysis:
Ethernet Header - Destination MAC Address, Source MAC Address, Ethernet type.
IP Header – Version, Header Length, Type Of Service, Total Length, Identification, Flags, Fragment
Offset, Time To Live, Protocol(1), Header Checksum, Source IP Address, Destination IP Address.