equal
deleted
inserted
replaced
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 * |