diff options
Diffstat (limited to 'src/packetSource.h')
-rw-r--r-- | src/packetSource.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/packetSource.h b/src/packetSource.h index d5ee736..286c9df 100644 --- a/src/packetSource.h +++ b/src/packetSource.h @@ -11,7 +11,7 @@ * tunneling and relaying of packets of any protocol. * * - * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, + * Copyright (C) 2007-2009 Othmar Gsenger, Erwin Nindl, * Christian Pointner <satp@wirdorange.org> * * This file is part of Anytun. @@ -60,7 +60,7 @@ protected: }; class UDPPacketSource : public PacketSource -{ +{ public: typedef boost::asio::ip::udp proto; @@ -75,7 +75,7 @@ public: private: boost::asio::io_service io_service_; - + typedef struct { u_int8_t* buf_; u_int32_t len_; |