Skip to main content
kcheng
Staff & Editor
Staff & Editor
July 6, 2026

Technical Tip: Wireshark showing 'Bogus IPv4 version (5, must be 4)' for FortiGate Heartbeat packet

  • July 6, 2026
  • 0 replies
  • 102 views

Description

This article describes the solution to view heartbeat packet capture correctly in Wireshark.

Investigation into the heartbeat packet is usually done by issuing the following command:

diagnost sniffer packet any 'ether proto 0x8890' 6 0 l


Once converted, the file can be opened in Wireshark for further investigation. However, Wireshark will show an error with IPv4 version and mark it as Bogus:

d497ace1.png

Scope

 FortiGate.

Solution

This issue is due to the decode method on Wireshark.

To resolve this issue, navigate to Analyze on the toolbar menu and select Decode As:

37d63b23.png


In the pop-up window, ensure the option Field is selected as Ethertype and the option for Current is set to fortient_fgcp_hb:

84f1dbcd.png


The output for the heartbeat packet will show up correctly:

9ade646e.png