From f4c2f82da9d43a515595f96293b19b77fb94f1c5 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Mon, 2 Oct 2006 14:41:00 +0200 Subject: [PATCH] remove reference to Chunk --- doc/main.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/main.txt b/doc/main.txt index 63d927a02..8a780d123 100644 --- a/doc/main.txt +++ b/doc/main.txt @@ -24,7 +24,8 @@ * - a simulator class used to create, schedule and cancel events: ns3::Simulator * * The "common" module contains: - * - a packet class to create and manipulate simulation packets: ns3::Packet and ns3::Chunk + * - a packet class to create and manipulate simulation packets: ns3::Packet, ns3::Header, + * and ns3::Trailer * - a trace container class to hold lists of trace sources: ns3::TraceContainer * - a Pcap file serializer which can generate pcap files from simulation packets: ns3::PcapWriter */