c7d90ff1ab
- .vimrc added to reflect settings used in the project
12 lines
236 B
C
12 lines
236 B
C
#ifndef _DOT2_SNAP_H
|
|
#define _DOT2_SNAP_H
|
|
|
|
#include "comboprotocol.h"
|
|
#include "dot2llc.h"
|
|
#include "snap.h"
|
|
|
|
typedef ComboProtocol<OstProto::Protocol::kDot2SnapFieldNumber,
|
|
Dot2LlcProtocol, SnapProtocol> Dot2SnapProtocol;
|
|
|
|
#endif
|