exported / execap

Automatically exported from code.google.com/p/execap
GNU General Public License v3.0
0 stars 0 forks source link

Only Ethernet is supported #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Right now the only layer-2 header that can be handled is Ethernet because the 
header size is hardcoded to 14 bytes.  Driftnet has a semi-working solution to 
this.

Capturing on wireless (802.11) should still work since the layer-1 header isn't 
returned unless you are in monitor mode.

Original issue reported on code.google.com by bmenr...@ucsd.edu on 5 Jan 2011 at 12:01