Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ysyszheng committed Dec 20, 2022
1 parent 620d68e commit 2184f6d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified build/bin/sniffer
Binary file not shown.
2 changes: 1 addition & 1 deletion src/sniffer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void Sniffer::getView(View *viewObj) { view = viewObj; }

void Sniffer::sniff() {
LOG("Start Sniffing...")
status = Start;
// status = Start;

while (TRUE) {
if (status == Start) {
Expand Down

0 comments on commit 2184f6d

Please sign in to comment.