#include <headertracer.h>
Inheritance diagram for IpHeaderTracer:
Public Member Functions | |
IpHeaderTracer () | |
void | format (Packet *p, SAP *sap) |
Definition at line 105 of file headertracer.h.
IpHeaderTracer::IpHeaderTracer | ( | ) |
The class constructor initialize the level to 3.
Definition at line 89 of file headertracer.cc.
void IpHeaderTracer::format | ( | Packet * | p, | |
SAP * | sap | |||
) | [virtual] |
This method writes a string in the trace file with the following format:
where
p | pointer to the packet to be traced | |
sap | pointer to the SAP instance which ask for the trace |
Implements Tracer.
Definition at line 91 of file headertracer.cc.
References Tracer::writeTrace().
Here is the call graph for this function: