WinPcap doesn't decode anything. Its purpose is packet capture. You can capture LLC packets, but you will have to decode them on your own.
Loris > Hi, > > I will be starting a college project in September to code a protocol > analyser for windows. It must be able to do limited decode of LLC amongst > other things. Is this possible with the winpcap library? > > Brian > > >
