statsCollection[3] = new StatsCollection(this.numBadIPPktsValueLabel, null);
statsCollection[4] = new StatsCollection(this.numBadTTLPktsValueLabel, null);
statsCollection[5] = new StatsCollection(this.numWrongMacPktsValueLabel, null);
/* create the register table model which we want to monitor */
regTableModel = new RegTableModel(nf2, addresses);
/* Add listener to changes in the register values */
regTableModel.addTableModelListener(new TableModelListener() {
public void tableChanged(TableModelEvent e) {
int firstRow = e.getFirstRow();