Merge remote-tracking branch 'origin/uthernet'
This commit is contained in:
commit
cf13ce7eb3
1 changed files with 7 additions and 0 deletions
|
@ -148,6 +148,13 @@ BOOL TfePcapLoadLibrary(void)
|
|||
|
||||
static BOOL TfePcapLoadLibrary(void)
|
||||
{
|
||||
static bool loaded = false;
|
||||
if (!loaded)
|
||||
{
|
||||
loaded = true;
|
||||
LogOutput("%s\n", p_pcap_lib_version());
|
||||
LogFileOutput("%s\n", p_pcap_lib_version());
|
||||
}
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue