@@ -106,19 +106,25 @@ public class CommsigniaLayer extends Layer implements IEthernetSpecific {
}
if(ClientsToMacs.isEmpty()){
pcapFilter="udp dst port "+SourcePort+" and ";
pcapFilter=
"udp dst port "+SourcePort+
// " and not ether[0x56:4]==0x04e54800 and not ether[0x56:4]==0x04f02122 and not ether[0x56:4]==0xa60e3f16 and not ether[0x56:4]==0x04e54800 and not ether[0x56:4]==0x92232f44 and not ether[0x56:4]==0x4a74556d" +
" and not ether[0x56:4]==0x4a74556d"+
" and ";
}else{
TERFactory.getInstance().logDebug("CommsigniaLayer.register: Another Client !");