src/helper/point-to-point-helper.h
changeset 6085 94b282f335d2
parent 6057 1f5b78df0ec6
child 6091 ab0d5e641fd7
equal deleted inserted replaced
6084:42bbd2a3dd1a 6085:94b282f335d2
   151    * NetDevice-specific implementation mechanism for hooking the trace and
   151    * NetDevice-specific implementation mechanism for hooking the trace and
   152    * writing to the trace file.
   152    * writing to the trace file.
   153    *
   153    *
   154    * \param prefix Filename prefix to use for pcap files.
   154    * \param prefix Filename prefix to use for pcap files.
   155    * \param nd Net device for which you want to enable tracing.
   155    * \param nd Net device for which you want to enable tracing.
       
   156    * \param explicitFilename Treat the prefix as an explicit filename if true
   156    * \param promiscuous If true capture all possible packets available at the device.
   157    * \param promiscuous If true capture all possible packets available at the device.
   157    */
   158    */
   158   virtual void EnablePcapInternal (std::string prefix, Ptr<NetDevice> nd, bool promiscuous = false);
   159   virtual void EnablePcapInternal (std::string prefix, Ptr<NetDevice> nd, bool implicitFilename, bool promiscuous);
   159 
   160 
   160   /**
   161   /**
   161    * \brief Enable ascii trace output on the indicated net device.
   162    * \brief Enable ascii trace output on the indicated net device.
   162    * \internal
   163    * \internal
   163    *
   164    *