git.stg.codes
/
stg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added missing method.
[stg.git]
/
projects
/
stargazer
/
plugins
/
capture
/
ether_freebsd
/
ether_cap.h
diff --git
a/projects/stargazer/plugins/capture/ether_freebsd/ether_cap.h
b/projects/stargazer/plugins/capture/ether_freebsd/ether_cap.h
index 0a00cb045babf5bb7ca1324ffbe9ffada6dfde6d..76785ed293ebb55f2116cf2549920371cc21ed39 100644
(file)
--- a/
projects/stargazer/plugins/capture/ether_freebsd/ether_cap.h
+++ b/
projects/stargazer/plugins/capture/ether_freebsd/ether_cap.h
@@
-37,8
+37,6
@@
#include "stg/module_settings.h"
#include "stg/logger.h"
#include "stg/module_settings.h"
#include "stg/logger.h"
-extern "C" PLUGIN * GetPlugin();
-
#define BUFF_LEN (128)
class TRAFFCOUNTER;
#define BUFF_LEN (128)
class TRAFFCOUNTER;
@@
-107,7
+105,7
@@
public:
int ParseSettings();
const std::string & GetStrError() const { return errorStr; }
int ParseSettings();
const std::string & GetStrError() const { return errorStr; }
-
const std::string
GetVersion() const;
+
std::string
GetVersion() const;
uint16_t GetStartPosition() const { return 40; }
uint16_t GetStopPosition() const { return 40; }
uint16_t GetStartPosition() const { return 40; }
uint16_t GetStopPosition() const { return 40; }