So I have the reference to the dll files in there (PacketDotNet.dll and SharpCap.dll) and for some reason it cannot find these two classes.
private LivePcapDevice m_Device = null;
private IStatusUpdate m_IStatusUpdate;
Not sure what to do, if someone has experience with this issue, that would be helpful, but here is my setup, looks like it should be working.
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net;
using System.Net.Sockets;
using System.Threading;
using System.Runtime.InteropServices;
using System.Windows.Forms;
using SharpPcap;
using PacketDotNet;
using System.Collections.ObjectModel;
using System.Net.NetworkInformation;
namespace DHCP4IPTV
{