aboutsummaryrefslogtreecommitdiffstats
path: root/doc/randpkt.txt
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-09-10 15:38:58 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-09-10 15:38:58 +0000
commit7a37324e1261a148bc3b66d90090cb82ef9357b9 (patch)
treeb62f52c194d81f9397ebbd15a45e9d367cbae026 /doc/randpkt.txt
parentdc298db578760aaa48d2b835ad322b95a98ce2f1 (diff)
Added ip, tcp, and udp to randpkt.
svn path=/trunk/; revision=650
Diffstat (limited to 'doc/randpkt.txt')
-rw-r--r--doc/randpkt.txt23
1 files changed, 1 insertions, 22 deletions
diff --git a/doc/randpkt.txt b/doc/randpkt.txt
index 1de2929859..1b42b2fc7d 100644
--- a/doc/randpkt.txt
+++ b/doc/randpkt.txt
@@ -1,6 +1,6 @@
Random Packet Generator
-----------------------
-$Id: randpkt.txt,v 1.1 1999/09/10 05:15:17 gram Exp $
+$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.
You can control the number of packets, the maximum size of each packet,
@@ -84,27 +84,6 @@ in the following locations.
NULL,
WTAP_ENCAP_ETHERNET,
0 },
-
- { "fddi",
- "Fiber Distributed Data Interface",
- PKT_FDDI,
- NULL,
- WTAP_ENCAP_FDDI,
- 0 },
-
- { "llc",
- "Logical Link Control",
- PKT_LLC,
- pkt_llc,
- WTAP_ENCAP_TR,
- array_length(pkt_llc) },
-
- { "tr",
- "Token-Ring",
- PKT_TR,
- NULL,
- WTAP_ENCAP_TR,
- 0 }
};
Note that packets that designate only their datalink type have no sample