git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Moved common initialization code to a separate class method.
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
divert_freebsd
/
divert_cap.cpp
diff --git
a/projects/stargazer/plugins/capture/divert_freebsd/divert_cap.cpp
b/projects/stargazer/plugins/capture/divert_freebsd/divert_cap.cpp
index 41817d92f7821aecf18da8c3f9443a22027dc8b0..400709bdbc00666bc163e2c7ba13738438c0ee6c 100644
(file)
--- a/
projects/stargazer/plugins/capture/divert_freebsd/divert_cap.cpp
+++ b/
projects/stargazer/plugins/capture/divert_freebsd/divert_cap.cpp
@@
-165,11
+165,11
@@
pthread_sigmask(SIG_BLOCK, &signalSet, NULL);
DIVERT_CAP * dc = static_cast<DIVERT_CAP *>(d);
dc->isRunning = true;
DIVERT_CAP * dc = static_cast<DIVERT_CAP *>(d);
dc->isRunning = true;
-char buffer[
6
4];
+char buffer[
pcktSize + 1
4];
while (dc->nonstop)
{
RAW_PACKET rp;
while (dc->nonstop)
{
RAW_PACKET rp;
- dc->DivertCapRead(buffer,
64
, NULL);
+ dc->DivertCapRead(buffer,
sizeof(buffer)
, NULL);
if (buffer[12] != 0x8)
continue;
if (buffer[12] != 0x8)
continue;