I'm writing a program to analyze network traffic.
Therefore I want to check the ICMP Type 30 (traceroute). I can't find a pcap file for this case. If I traceroute some website with cmd (traceroute stackoverflow.com), I get only ICMP type 0, 3, 8 and 11.
How can I get a pcap file with traceroute type 30?