summaryrefslogtreecommitdiffstats
path: root/src/common/erf.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/erf.h')
-rwxr-xr-xsrc/common/erf.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/erf.h b/src/common/erf.h
index 2feb4fd6..e1b83e46 100755
--- a/src/common/erf.h
+++ b/src/common/erf.h
@@ -247,7 +247,9 @@ public:
virtual ~CErfFileReader() { Delete();}
bool Create(char *filename, int loops = 0);
void Delete();
+
virtual bool ReadPacket(CCapPktRaw * lpPacket);
+ virtual void Rewind();
virtual capture_type_e get_type() {
return ERF;