Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
AHLashkari committed Feb 5, 2020
1 parent fc3d539 commit be803cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/cic/cs/unb/ca/jnetpcap/BasicFlow.java
Original file line number Diff line number Diff line change
Expand Up @@ -1060,7 +1060,7 @@ public String getLabel() {
else{
return "BENIGN";
}*/
return "No Label";
return "NeedManualLabel";
}

public String dumpFlowBasedFeaturesEx() {
Expand Down

0 comments on commit be803cb

Please sign in to comment.