]> git.stg.codes - stg.git/blobdiff - stargazer/plugins/capture/divert_freebsd/divert_cap.cpp
RawPacket-related changes.
[stg.git] / stargazer / plugins / capture / divert_freebsd / divert_cap.cpp
index 6019fa4b6dc6d45f46bb4fb2021d1844ee4fac44..03ecef01c8e861cdf46f41aa33d75cf11019ad89 100644 (file)
@@ -25,8 +25,9 @@ $Date: 2010/09/10 06:43:03 $
 
 #include "divert_cap.h"
 
-#include "stg/common.h"
 #include "stg/traffcounter.h"
+#include "stg/raw_ip_packet.h"
+#include "stg/common.h"
 
 #include <algorithm>
 #include <vector>
@@ -165,7 +166,7 @@ while (dc->nonstop)
     if (buffer[12] != 0x8)
         continue;
 
-    memcpy(rp.rawPacket.pckt, &buffer[14], pcktSize);
+    memcpy(rp.rawPacket, &buffer[14], packetSize);
 
     dc->traffCnt->process(rp);
     }