Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
AHLashkari committed May 28, 2020
1 parent 2b5b932 commit ab1dc02
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 @@ -1191,7 +1191,7 @@ public String dumpFlowBasedFeaturesEx() {
dump.append(fAvgBytesPerBulk()).append(separator); //63
dump.append(fAvgPacketsPerBulk()).append(separator); //64
dump.append(fAvgBulkRate()).append(separator); //65
dump.append(fAvgBytesPerBulk()).append(separator); //66
dump.append(bAvgBytesPerBulk()).append(separator); //66
dump.append(bAvgPacketsPerBulk()).append(separator); //67
dump.append(bAvgBulkRate()).append(separator); //68

Expand Down

0 comments on commit ab1dc02

Please sign in to comment.