diff options
Diffstat (limited to 'src/common/pcap.h')
-rwxr-xr-x | src/common/pcap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/pcap.h b/src/common/pcap.h index 01c981d7..3f8dfd21 100755 --- a/src/common/pcap.h +++ b/src/common/pcap.h @@ -69,7 +69,7 @@ public: * * @return bool */ - bool isValid() { return m_is_valid; } + bool isValid() { return m_is_valid; } /** * Fill the structure with the new packet. @@ -78,7 +78,7 @@ public: * @return bool - return true if packet were read and false * otherwise (reached eof) */ - virtual bool ReadPacket(CCapPktRaw *lpPacket); + virtual bool ReadPacket(CCapPktRaw *lpPacket); virtual void Rewind(); |