Commit Graph

1573 Commits

Author SHA1 Message Date
Andreas Pfurtscheller
e47cb7e3ec Remove debug log 2021-11-15 14:02:55 +01:00
Andreas Pfurtscheller
091991a640 Add macOS aarch64 support 2021-11-15 06:01:39 +01:00
Anton Keks
64ec7090ac remove obsolete code for Mac Java 1.6 2021-06-25 22:52:07 +03:00
Anton Keks
8319cbf4cc Merge remote-tracking branch 'origin/master' 2021-06-25 11:29:41 +03:00
Anton Keks
d26cba1709 try building again on newer ubuntu 2021-06-25 11:29:29 +03:00
Anton Keks
5cc9666f35
Merge pull request #291 from bovirus/patch-2
Update Italian language
2021-06-25 11:21:13 +03:00
Anton Keks
57d6acd7da fix tests 2021-06-25 11:20:12 +03:00
Anton Keks
1712e3347a build suddenly started failing in github with missing libwine... 2021-06-25 11:01:37 +03:00
bovirus
c2f0e51e98
Update Italian language
@angryziber 

Add space after ":" for these strings

text.scan.time.total=Tempo totale: 
text.scan.time.average=Tempo medio per host: 
text.scan.hosts.total=Host scansionati: 
text.scan.hosts.alive=Host attivi: 
text.scan.hosts.ports=Con porte aperte: 

because in Statistic summary there is no space after this string and before the values showed
2021-05-07 13:47:30 +02:00
Anton Keks
d9681b3a1e some people say that License line is supported here 2021-02-22 12:07:01 +02:00
Anton Keks
6c51caeff6 add debian-standard copyright file, but that still doesn't display non-propriatary license in gnome-software on Ubuntu 2021-02-22 12:03:55 +02:00
Anton Keks
0390f7b39c prepare for 3.7.6 release; update mac vendors 2021-02-15 22:22:05 +02:00
Anton Keks
e0bfc11edd add trailing whitespace 2021-02-15 22:17:46 +02:00
Anton Keks
92aaea6ab2 some people in GA get an IndexOutOfBounds here 2021-02-15 22:10:52 +02:00
Anton Keks
629cffaec4 use shorter syntax 2021-02-15 22:05:24 +02:00
Anton Keks
e7b20b249d add check that IPs are of the same protocol 2021-02-15 22:02:02 +02:00
Anton Keks
96057c6dcb avoid NPE if mac is null 2021-02-15 21:58:23 +02:00
Anton Keks
7fd0d1c5ca use safer close()
just shell.close() sometimes produces NPE in GA when closing the PreferencesDialog
2021-02-15 21:45:25 +02:00
Anton Keks
b0c8136f65 avoid NPE at ScanningResultList.getFetcherIndex:264 (GA) 2021-02-15 21:28:01 +02:00
Anton Keks
80962cc2b5 do not use widgetSelectedAdapter - it is missing on some installations that use external SWT (e.g. Linux ARM)
GA reports: org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NoSuchMethodError: org.eclipse.swt.events.SelectionListener.widgetSelectedAdapter(Ljava/util/function/Consumer;)Lorg/eclipse/swt/events/SelectionListener;) (46) net.azib.ipscan.gui.GUI.showMainWindow:51
2021-02-15 21:14:11 +02:00
Anton Keks
27e3dbd269 display Mac users a helpful message about -XstartOnFirstThread requirement if they are trying to run ipscan themselves 2021-02-15 21:04:21 +02:00
Anton Keks
83ec424143 report cause of exception as well 2021-02-15 21:00:21 +02:00
Anton Keks
e4e5c36577 handle "Invalid argument" ConnectionException as host is down (e.g. invalid IPv6 address) 2021-02-15 20:46:46 +02:00
Anton Keks
ee06f96278 fix formatting 2021-02-15 20:43:46 +02:00
Anton Keks
34117fc024 do not fail if netmask is shorter than the IP (e.g. /32 for IPv6) 2021-02-15 20:43:25 +02:00
Anton Keks
b0a1afa8f5 do not fail if last list is already empty 2021-02-15 20:31:38 +02:00
Anton Keks
1361b0f1e6 use a new shell if the existing one is disposed (from GA) 2021-02-15 19:37:11 +02:00
Anton Keks
3bc2360a3c ignore already disposed exception (from GA) 2021-02-15 19:34:29 +02:00
Anton Keks
e47ba85c89 Merge remote-tracking branch 'origin/master' 2021-02-15 19:10:25 +02:00
Anton Keks
ca6afdc844 fixes #277 get a reference to activeShell before opening another dialog (NPE happens otherwise in recent SWT versions) 2021-02-15 19:10:18 +02:00
Anton Keks
860a5a8d4d
Merge pull request #276 from bovirus/patch-1
Update Italian language
2021-02-15 19:01:40 +02:00
bovirus
b110662a87
Update Italian language
Please merge
2021-02-04 20:35:14 +01:00
Anton Keks
7ba7c72752
Merge pull request #275 from wanderleihuttel/master
Update messages_pt_BR.properties
2021-02-03 18:27:41 +02:00
Anton Keks
194346ea81 releasing 3.7.5 with updated mac vendors 2021-02-03 18:26:58 +02:00
Anton Keks
2a470daf09 align netmask also on Mac 2021-02-03 17:52:01 +02:00
Anton Keks
16b075dedd improve comment 2021-02-01 23:39:53 +02:00
Anton Keks
855a51caec fine-tune netmask combo width on Windows... 2021-02-01 23:36:18 +02:00
Anton Keks
837ab5d394 use hint instead of setting the bounds, so that parent composite would be resized appropriately 2021-02-01 23:10:07 +02:00
Anton Keks
940b97812d support for NetBIOS (NBSTAT) responses containing non names (often returned by Apple devices) 2021-02-01 18:08:45 +02:00
Wanderlei Hüttel
27a74f6313
Update messages_pt_BR.properties 2021-01-26 14:49:14 -03:00
Anton Keks
dcb3d91bca check response type when parsing NetBIOS responses 2021-01-25 23:26:55 +02:00
Anton Keks
7002349283 fix separator test 2021-01-25 22:57:15 +02:00
Anton Keks
14617377ea improve find English messages 2021-01-25 22:47:14 +02:00
Anton Keks
6f479e1131 always use standard separator for comments and mac vendords, but replace it with user-defined separator for display 2021-01-25 22:43:46 +02:00
Anton Keks
7b30d6edc9 fix resolving of MAC vendor when MAC separator is changed 2021-01-25 22:35:11 +02:00
Anton Keks
5c590bb05b add changelog 2021-01-25 22:25:48 +02:00
Anton Keks
e2369dba6d drop jna.jar and move proguard conf files to ext 2021-01-25 22:25:11 +02:00
Anton Keks
b892fc2a04 exclude windows fetchers/pingers (that rely on JNA) from non-windows builds 2021-01-25 22:23:39 +02:00
Anton Keks
e87d409424 resolve jna from maven repo 2021-01-25 22:03:43 +02:00
Anton Keks
b32ea12857 another try to include jna in tests on Windows 2021-01-25 21:37:32 +02:00