If you want to run XBSlink on Linux go ahead and grad the XBSlink Linux package on the download page!
What do i need to run XBSlink on Linux?
- XBSlink requires the Mono .NET framework and the pcap library (v1.1.1) to be installed. Both are available in the repository of most Linux distributions.
- You need to run XBSlink with root privileges (otherwise libpcap won’t work)
Extract the XBSlink Linux package, go into the directory and run:
“sudo mono XBSlink.exe“

when i try to run XBSlink.exe i get this:
System.DllNotFoundException: libpcap.so.1.1.1
at (wrapper managed-to-native) SharpPcap.SafeNativeMethods:pcap_findalldevs (intptr&,System.Text.StringBuilder)
at SharpPcap.LivePcapDeviceList.GetDevices () [0x00000]
at SharpPcap.LivePcapDeviceList.Refresh () [0x00000]
at SharpPcap.LivePcapDeviceList..ctor () [0x00000]
at SharpPcap.LivePcapDeviceList.get_Instance () [0x00000]
at XBSlink.FormMain.initializeCaptureDeviceList () [0x00000]
at XBSlink.FormMain.Form1_Load (System.Object sender, System.EventArgs e) [0x00000]
at System.Windows.Forms.Form.OnLoad (System.EventArgs e) [0x00000]
at System.Windows.Forms.Form.OnLoadInternal (System.EventArgs e) [0x00000]
im using Ubuntu and the most current libpcap available in the repositories is 1.0.0
please see the FAQ:
http://www.secudb.de/~seuffert/xbslink/faq#question-1
Woohoo
I will try this out. I will report back with the results. Thanks!