git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Hide or add proper copy ctor and assignement operator, initialize
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
ether_linux
/
ether_cap.cpp
diff --git
a/projects/stargazer/plugins/capture/ether_linux/ether_cap.cpp
b/projects/stargazer/plugins/capture/ether_linux/ether_cap.cpp
index d45b175501dc5ed3d817b3b5990c9ddc10bb7e1f..97e9b17119a7eb8fb505579b82d0abeb20d1f995 100644
(file)
--- a/
projects/stargazer/plugins/capture/ether_linux/ether_cap.cpp
+++ b/
projects/stargazer/plugins/capture/ether_linux/ether_cap.cpp
@@
-72,7
+72,9
@@
return "Ether_cap v.1.2";
}
//-----------------------------------------------------------------------------
ETHER_CAP::ETHER_CAP()
- : nonstop(false),
+ : errorStr(),
+ thread(),
+ nonstop(false),
isRunning(false),
capSock(-1),
traffCnt(NULL)