About IPv4 Protocol
Internet Protocol version 4 (IPv4) is the fourth version of the Internet Protocol, providing addressing and routing for network packets. Analyze IPv4 headers, fragmentation, TTL, and protocol fields.
Protocol Fields
- Version: IP version (always 4 for IPv4)
- IHL: Internet Header Length in 32-bit words (minimum 5)
- DSCP: Differentiated Services Code Point (QoS)
- ECN: Explicit Congestion Notification
- Total Length: Total length of IP packet in bytes (header + data)
- Identification: Unique identifier for fragmentation reassembly
- Flags: Control flags (Reserved, DF, MF)
- Fragment Offset: Position of fragment in original datagram (in 8-byte blocks)
- TTL: Time To Live (hop limit)
- Protocol: Protocol used in data portion
- Header Checksum: Checksum of IP header only
- Source IP: Source IP address
- Destination IP: Destination IP address
How to Use This Tool
- Enter hexadecimal packet data in the input field above
- Click "Parse" to visualize the IPv4 packet structure
- Hover over bytes in the grid to see field mappings
- Review parsed fields in the detailed breakdown panel
- Export data in JSON, CSV, or binary format if needed