Properly (re)initialise structs used for keeping track of UEs/TTI.
[obnox/wireshark/wip.git] / doc / randpkt.txt
index 1b42b2fc7de9a7b65ea9b8c843b2029eb0080679..3680e7f483b0c17c7ceee23f653a3d50d4d167ea 100644 (file)
@@ -1,10 +1,13 @@
 Random Packet Generator
 -----------------------
 Random Packet Generator
 -----------------------
-$Id: randpkt.txt,v 1.2 1999/09/10 15:38:58 gram Exp $
+$Id$
 
 
-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,
 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.
 
 By creating many randomized packets of a certain type, you can
 test packet sniffers to see how well they handle malformed packets.