summaryrefslogtreecommitdiffstats
path: root/src/common/pcap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/pcap.h')
-rwxr-xr-xsrc/common/pcap.h4
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();