#include <cmu-trace.h>
Public Member Functions | |
| void | setNext (PacketTracer *next) |
| PacketTracer * | getNext () |
| int | format_unknow (Packet *p, int offset, BaseTrace *pt_, int newtrace) |
Protected Member Functions | |
| virtual int | format (Packet *p, int offset, BaseTrace *pt_, int newtrace)=0 |
Protected Attributes | |
| PacketTracer * | next_ |
This class allows a dynamic library to define the tracing format for newly defined packet types
1.7.1