Commit 708e0fa9 authored by Brickner_cp's avatar Brickner_cp

DefaultSnapshotLength changed to 65536

parent fdc524c2
......@@ -13,7 +13,7 @@ namespace PcapDotNet { namespace Core
/// <summary>
/// This snapshort length value should be sufficient, on most if not all networks, to capture all the data available from the packet.
/// </summary>
literal int DefaultSnapshotLength = 65535;
literal int DefaultSnapshotLength = 65536;
/// <summary>
/// A string giving a name for the device.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment