mirror of
https://github.com/rafi1212122/BLHX.Server.git
synced 2025-12-12 14:34:39 +01:00
strictly necessary handlers
This commit is contained in:
@@ -30,8 +30,7 @@ namespace BLHX.Server.PcapParser
|
||||
|
||||
// Open the capture file
|
||||
using (PacketCommunicator communicator =
|
||||
selectedDevice.Open(65536, // portion of the packet to capture
|
||||
// 65536 guarantees that the whole packet will be captured on all the link layers
|
||||
selectedDevice.Open(65536, // portion of the packet to capture, 65536 guarantees that the whole packet will be captured on all the link layers
|
||||
PacketDeviceOpenAttributes.Promiscuous, // promiscuous mode
|
||||
1000)) // read timeout
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user