Tcpdump bug 3_4a details

  • Description

    On receiving an ip packet with Protocol-4 and ihl=0, tcpdump enters an infinite loop within the procedure ip print() from file print ip.c This happens because the header length (ihl) equals '0' and tcpdump tries to print the packet.