Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Pcap++/src/PcapLiveDevice.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -487,14 +487,17 @@ namespace pcpp
case PCPP_IN:
{
PCPP_LOG_DEBUG("Only incoming traffics will be captured");
break;
}
case PCPP_OUT:
{
PCPP_LOG_DEBUG("Only outgoing traffics will be captured");
break;
}
default:
{
PCPP_LOG_DEBUG("Both incoming and outgoing traffics will be captured");
break;
}
}

Expand Down