Commit Graph

729 Commits

Author SHA1 Message Date
Sergey Ponomarev
f099895b2f Update README.md 2014-09-30 18:26:27 +03:00
Sergey Ponomarev
0f95a7d4b0 Update and rename README to README.md 2014-09-30 18:23:38 +03:00
Anton Keks
c583e79fc2 simplify mdns query and use MulticastSocket to set TTL to 1 2014-09-30 00:15:40 +03:00
Anton Keks
75e204e29b issue #19: preserve IAccessible and probably other swt win32 interfaces in the build 2014-09-22 23:17:44 +03:00
Anton Keks
9c6d2f1573 vars renamed 2014-09-10 21:38:19 +03:00
Anton Keks
de186fc723 updated mac vendors 2014-09-10 21:11:59 +03:00
Anton Keks
6a1f2ff73a more names can be returned, stop parsing at end of first one 2014-09-09 17:58:03 +03:00
Anton Keks
ee9f0414b6 resolve mdns and netbios only for local addresses 2014-09-09 00:02:05 +03:00
Anton Keks
283a56668a resolve NetBIOS names of Windows machines on the LAN if other methods fail 2014-09-08 23:54:53 +03:00
Anton Keks
29f38fdb5b NetBIOSResolver extracted (to be reused) 2014-09-08 23:43:34 +03:00
Anton Keks
0f101a78e1 safer exception handling in HostnameFetcher 2014-09-08 23:18:20 +03:00
Anton Keks
bdfb7a6732 use adapted timeout instead of fixed pingTimeout 2014-09-08 23:08:50 +03:00
Anton Keks
141568bec8 use pingTimeout from config for mDNS lookups 2014-09-08 23:05:26 +03:00
Anton Keks
b054444451 two todos added 2014-08-31 20:04:31 +03:00
Anton Keks
fbf2df2911 make sure we close the socket 2014-08-31 20:02:54 +03:00
Anton Keks
0beb26136e safer code: check for request id in response 2014-08-31 19:53:17 +03:00
Anton Keks
483b8f519a another test for reverse name calculation 2014-08-31 19:17:32 +03:00
Anton Keks
7443edeaff some tests for encoding and decoding of names according to DNS protocol 2014-08-31 19:12:15 +03:00
Anton Keks
6773d5d2ef resolve mdns hostnames if regular dns resolve fails 2014-08-31 18:59:33 +03:00
Anton Keks
a04d2db742 a lightweight multicast DNS hostname resolver 2014-08-31 18:24:40 +03:00
Anton Keks
f248bf75d1 trying to manually implement mdns 2014-08-26 00:12:33 +03:00
Anton Keks
0e85825caa prefer newest java 2014-08-25 22:20:37 +03:00
Anton Keks
29d1842dba 3.3.1 release notes 2014-07-15 23:06:59 +03:00
Anton Keks
b4ab05187c more correct size 2014-07-15 23:04:34 +03:00
Anton Keks
1e44e0c94c use only local vars for Socket, avoid ThreadLocals 2014-07-15 22:59:28 +03:00
Anton Keks
791749a733 use only local vars for Socket, avoid ThreadLocals 2014-07-15 22:40:52 +03:00
Anton Keks
a4c054fb4d make less UDP probes, so that TCP fallback will pick up more quickly 2014-07-15 22:17:52 +03:00
Anton Keks
50e76a5e81 use InetAddressImpl directly to resolve hostnames more quickly 2014-07-15 21:55:01 +03:00
Anton Keks
c112e75ef6 bump version to 3.3.1 2014-07-15 21:00:24 +03:00
Anton Keks
21f4f777fb add oracle-java8-installer as possible dependency 2014-07-15 20:58:24 +03:00
Anton Keks
85c3cddf64 issue #17 - include libswt-atk-gtk and libswt-cairo-gtk in the release build, otherwise ipscan will not start on freshly installed linuxes 2014-07-15 20:50:26 +03:00
Anton Keks
9506e62786 fix test 2014-05-25 22:03:11 +03:00
Anton Keks
0eedd6293e canonical name test fixed: google doesn't report real hostnames anymore, so let's use angryip.org 2014-05-25 22:03:01 +03:00
Anton Keks
f7544774e0 add idea runners 2014-05-25 21:51:30 +03:00
Anton Keks
2a46f22bb8 reformat class properly 2014-05-25 21:51:14 +03:00
Anton Keks
479672dd09 idea 13.1 simplified code style settings file 2014-05-25 21:42:46 +03:00
Anton Keks
6f14b913a9 update 3.3 release notes 2014-05-25 21:37:25 +03:00
Anton Keks
dd55e99375 prefill ip range on start with the current network's range (taking netmask into account) 2014-05-25 21:36:55 +03:00
Anton Keks
d643cdc959 try to continue scanning only if the loaded file seems incomplete 2014-05-25 20:42:11 +03:00
Anton Keks
71f80ed900 update copyright 2014-05-25 20:27:35 +03:00
Anton Keks
9bef86df75 move txt file importing code to TXTExporter 2014-05-25 20:26:09 +03:00
Anton Keks
f6ce850cff display nice error message if file load fails 2014-05-25 19:57:56 +03:00
Anton Keks
bbe027235a simplify loading code and make it more reliable at the same time 2014-05-16 00:45:44 +03:00
Anton Keks
a91573b2a8 make fields non-static again and use unserialize() method to populate the feeder 2014-05-16 00:12:47 +03:00
Anton Keks
26fa4a8c7b simplify code, remove sout 2014-05-15 23:35:36 +03:00
Anton Keks
04095e14f7 disable loading during scanning, so no need for showing any messages 2014-05-15 23:30:54 +03:00
Anton Keks
9e40d0d3cb no need for an abstract class 2014-05-15 23:10:48 +03:00
Anton Keks
2624ccbeb1 fix file loading shortcut, change preferences shortcut as well (match Wireshark's) 2014-05-15 23:05:46 +03:00
horvist
5b86d0f8c4 Contributing loading feature 2014-05-15 22:47:00 +03:00
Anton Keks
9a2319bd72 convert some fields to locals vars 2014-05-13 20:26:09 +03:00