summaryrefslogtreecommitdiff
path: root/tools/inetcat.c
Commit message (Collapse)AuthorAgeFilesLines
* Make conn_data member of usbmuxd_device_info struct unsigned since it's not ↵Nikias Bassen2022-05-051-5/+5
| | | | | | a string Also remove some pointless casts and update some others
* Remove common code in favor of new libimobiledevice-glueNikias Bassen2021-09-011-1/+1
|
* tools: Flip order of windows.h and winsock2.h to get rid of compiler warning ↵Nikias Bassen2021-02-051-1/+1
| | | | (Windows)
* Do not use else after return or break for better code readabilityRosen Penev2020-12-301-1/+2
| | | | | | [clang-tidy] Found with readability-else-after-return Signed-off-by: Rosen Penev <rosenp@gmail.com>
* inetcat: Add new "--version" option to output version informationMartin Szulecki2020-06-151-1/+9
|
* Unify usage output of tools and use proper indentationMartin Szulecki2020-06-041-11/+13
|
* inetcat: Update usage to better reflect what the tool actually doesNikias Bassen2020-05-311-2/+2
|
* tools: Make iproxy and inetcat use direct socket connection for network devicesNikias Bassen2020-05-181-2/+34
| | | | | Instead of going through usbmuxd this change will have it connect directly to the device via network after retrieving its address from usbmuxd
* inetcat: Properly handle USB vs. network devices with new command line switchesNikias Bassen2020-05-141-23/+99
|
* tools: Update .gitignore and name in header of c fileNikias Bassen2019-12-051-1/+1
|
* inetcat: Add missing sys/select headerRosen Penev2019-11-261-0/+1
| | | Fixes compilation under musl.
* tools: Rename icat to inetcat due to name conflict with sleuthkit2.0.1Nikias Bassen2019-11-261-0/+168
See https://github.com/libimobiledevice/libusbmuxd/issues/84