|
@@ -622,9 +622,10 @@ public class StatisticsFragment extends Fragment implements ChecklistDialog.Chec
|
|
if (protocol.length() > 0){
|
|
if (protocol.length() > 0){
|
|
if (this.selectedCompareData.equals(COMPARE_TITLE_AttacksPerBSSID)){
|
|
if (this.selectedCompareData.equals(COMPARE_TITLE_AttacksPerBSSID)){
|
|
titles.add(FILTER_MENU_TITLE_BSSID);
|
|
titles.add(FILTER_MENU_TITLE_BSSID);
|
|
|
|
+ } else {
|
|
|
|
+ // DEFAULT
|
|
|
|
+ titles.add(FILTER_MENU_TITLE_ESSID);
|
|
}
|
|
}
|
|
- // DEFAULT
|
|
|
|
- titles.add(FILTER_MENU_TITLE_ESSID);
|
|
|
|
}
|
|
}
|
|
titles.add(FILTER_MENU_TITLE_TIMESTAMP_ABOVE);
|
|
titles.add(FILTER_MENU_TITLE_TIMESTAMP_ABOVE);
|
|
if (this.filter.hasATimestamp() || this.filter.hasESSIDs() || this.filter.hasBSSIDs()
|
|
if (this.filter.hasATimestamp() || this.filter.hasESSIDs() || this.filter.hasBSSIDs()
|