src/common/pcap-writer.h
changeset 111 ad64f88919b5
parent 110 9ac6d63bfe33
child 122 6b8f1eda5c57
--- a/src/common/pcap-writer.h	Mon Oct 02 14:34:53 2006 +0200
+++ b/src/common/pcap-writer.h	Mon Oct 02 14:37:46 2006 +0200
@@ -52,8 +52,8 @@
      * Write a pcap header in the output file which specifies
      * that the content of the file will Packets with
      * Ethernet/LLC/SNAP encapsulation. This method should
-	 * be invoked before ns3::PcapWriter::writePacket and after
-	 * ns3::PcapWriter::open.
+     * be invoked before ns3::PcapWriter::writePacket and after
+     * ns3::PcapWriter::open.
      */
     void writeHeaderEthernet (void);