diff options
| author | Qiuwen Lu <[email protected]> | 2017-05-31 09:53:56 +0800 |
|---|---|---|
| committer | Qiuwen Lu <[email protected]> | 2017-05-31 09:53:56 +0800 |
| commit | 335a6215e1e8143654f61d30cd46767ad883b0e0 (patch) | |
| tree | f64ae6f12951c5067b7c5f488c539af88d151b32 /tunnat/include | |
| parent | 2b3c26207a5803bd24b8be74434b07783b18078d (diff) | |
增加PPP、HDLC内层封装实现
Diffstat (limited to 'tunnat/include')
| -rw-r--r-- | tunnat/include/tunnel.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tunnat/include/tunnel.h b/tunnat/include/tunnel.h index f5c25e5..c12ff1b 100644 --- a/tunnat/include/tunnel.h +++ b/tunnat/include/tunnel.h @@ -166,6 +166,7 @@ public: class TunInnerHDLC : public Tunnel { public: + int PacketParse(const char * pkt, unsigned int pkt_len); }; class TunnelContainer |
