summaryrefslogtreecommitdiff
path: root/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools.h')
-rw-r--r--tools.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools.h b/tools.h
index 4a182cb..90d01e6 100644
--- a/tools.h
+++ b/tools.h
@@ -129,7 +129,9 @@ public:
void Clear()
{
inptr=outptr=0;
+ pktinfo.pkthdr=-1;
}
+ bool Inject(uchar *Data, int Size);
bool Put(uchar *Data, int Size);
uchar *Get(int *Size);