internal extern static bool AirpcapGetDeviceChannelEx(/* PAirpcapHandle */ IntPtr AdapterHandle,
			/* PAirpcapChannelInfo */ out AirPcapUnmanagedStructures.AirpcapChannelInfo PChannelInfo);
		internal AirPcapDeviceTimestamp(AirPcapUnmanagedStructures.AirpcapDeviceTimestamp timestamp) {
			DeviceTimestamp = timestamp.DeviceTimestamp;
			SoftwareTimestampBefore = timestamp.SoftwareTimestampBefore;
			SoftwareTimestampAfter = timestamp.SoftwareTimestampAfter;
		}