diff options
author | Christian Pointner <equinox@anytun.org> | 2008-02-25 19:00:43 +0000 |
---|---|---|
committer | Christian Pointner <equinox@anytun.org> | 2008-02-25 19:00:43 +0000 |
commit | 619dec51f630116843a7d83c0c085abc7e3da688 (patch) | |
tree | 89536dff865336963d12ae7a3a5292509616c126 /plainPacket.h | |
parent | bugfix with packet length (diff) |
fixed resize issue with buffer->xPacket
Diffstat (limited to 'plainPacket.h')
-rw-r--r-- | plainPacket.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plainPacket.h b/plainPacket.h index 54c387a..e44df32 100644 --- a/plainPacket.h +++ b/plainPacket.h @@ -90,6 +90,8 @@ private: PlainPacket(); PlainPacket(const PlainPacket &src); + void reinit(); + payload_type_t* payload_type_; u_int8_t* payload_; }; |