Some patches from Marek

This commit is contained in:
fyodor 2006-07-04 08:00:11 +00:00
parent 30190d664a
commit d3055b26bf
9 changed files with 18 additions and 141 deletions

View file

@ -661,8 +661,6 @@ UltraProbe::~UltraProbe() {
void UltraProbe::setARP(u8 *arppkt, u32 arplen) {
type = UP_ARP;
/* probes.AP = new ArpProbe;
probes.AP->storePacket(arppkt, arplen); */
mypspec.type = PS_ARP;
return;
}