Skip to content

Commit

Permalink
Merge pull request #248 from private-octopus/fix-m33-arpa
Browse files Browse the repository at this point in the history
Fix m33 arpa
  • Loading branch information
huitema authored Jun 4, 2024
2 parents 2dedace + dbd84e5 commit bccf533
Show file tree
Hide file tree
Showing 11 changed files with 1,073 additions and 440 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,10 @@ ADD_LIBRARY(ithicap SHARED
)

SET_TARGET_PROPERTIES(ithicap PROPERTIES
VERSION 2.04
VERSION 2.05
PUBLIC_HEADER include/ithicap.h)

SET_TARGET_PROPERTIES(ithitools PROPERTIES VERSION 2.04)
SET_TARGET_PROPERTIES(ithitools PROPERTIES VERSION 2.05)

SET(TEST_EXES ithitest)

Expand Down
2 changes: 1 addition & 1 deletion data/M3-2017-01-31.csv
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ M3.3.2,2017-01-31,v1.06, LAN, 0.006411
M3.3.2,2017-01-31,v1.06, IP, 0.006402
M3.3.2,2017-01-31,v1.06, INTERNAL, 0.004578
M3.3.2,2017-01-31,v1.06, LOCALDOMAIN, 0.004409
M3.3.2,2017-01-31,v1.06, OPENSTACKLOCAL, 0.003956
M3.3.2,2017-01-31,v1.06, ARPA, 0.003956
M3.3.2,2017-01-31,v1.06, DLINK, 0.003062
M3.3.2,2017-01-31,v1.06, CORP, 0.002226
M3.3.2,2017-01-31,v1.06, _0x83, 0.002166
Expand Down
2 changes: 1 addition & 1 deletion data/M3-2017-02-28.csv
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ M3.3.2,2017-02-28,v1.06, LAN, 0.004867
M3.3.2,2017-02-28,v1.06, INTERNAL, 0.004493
M3.3.2,2017-02-28,v1.06, LOCALDOMAIN, 0.004337
M3.3.2,2017-02-28,v1.06, IP, 0.004310
M3.3.2,2017-02-28,v1.06, OPENSTACKLOCAL, 0.003381
M3.3.2,2017-02-28,v1.06, ARPA, 0.003381
M3.3.2,2017-02-28,v1.06, DLINK, 0.003368
M3.3.2,2017-02-28,v1.06, CORP, 0.002279
M3.3.2,2017-02-28,v1.06, DAVOLINK, 0.002000
Expand Down
1 change: 0 additions & 1 deletion data/M3Data-test-ref.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
["INTERNAL", [0.457800, 0.449300]],
["LOCALDOMAIN", [0.440900, 0.433700]],
["IP", [0.640200, 0.431000]],
["OPENSTACKLOCAL", [0.395600, 0.338100]],
["DLINK", [0.306200, 0.336800]],
["CORP", [0.222600, 0.227900]],
["DAVOLINK", [0.188900, 0.200000]],
Expand Down
Loading

0 comments on commit bccf533

Please sign in to comment.