Add BASE_PT_ field display types
[metze/wireshark/wip.git] / doc / randpkt.txt
index 1b42b2fc7de9a7b65ea9b8c843b2029eb0080679..72ecf2a616690a153dc35343957a795abce7eaf0 100644 (file)
@@ -1,10 +1,11 @@
 Random Packet Generator
 -----------------------
-$Id: randpkt.txt,v 1.2 1999/09/10 15:38:58 gram Exp $
-
-This small utility creates a libpcap trace file full of random packets.
+randpkt is a small utility creates a libpcap trace file full of random packets.
 You can control the number of packets, the maximum size of each packet,
-and the type of each packet.
+and the type of each packet. It is not build by default, but you
+can create it in the top-level Wireshark directory by typing:
+
+make randpkt
 
 By creating many randomized packets of a certain type, you can
 test packet sniffers to see how well they handle malformed packets.