summaryrefslogtreecommitdiffstats
path: root/tools/inetcat.c
AgeCommit message (Collapse)AuthorFilesLines
2022-05-05Make conn_data member of usbmuxd_device_info struct unsigned since it's not ↵Gravatar Nikias Bassen1-5/+5
a string Also remove some pointless casts and update some others
2021-09-01Remove common code in favor of new libimobiledevice-glueGravatar Nikias Bassen1-1/+1
2021-02-05tools: Flip order of windows.h and winsock2.h to get rid of compiler warning ↵Gravatar Nikias Bassen1-1/+1
(Windows)
2020-12-30Do not use else after return or break for better code readabilityGravatar Rosen Penev1-1/+2
[clang-tidy] Found with readability-else-after-return Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-06-15inetcat: Add new "--version" option to output version informationGravatar Martin Szulecki1-1/+9
2020-06-04Unify usage output of tools and use proper indentationGravatar Martin Szulecki1-11/+13
2020-05-31inetcat: Update usage to better reflect what the tool actually doesGravatar Nikias Bassen1-2/+2
2020-05-18tools: Make iproxy and inetcat use direct socket connection for network devicesGravatar Nikias Bassen1-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
2020-05-14inetcat: Properly handle USB vs. network devices with new command line switchesGravatar Nikias Bassen1-23/+99
2019-12-05tools: Update .gitignore and name in header of c fileGravatar Nikias Bassen1-1/+1
2019-11-26inetcat: Add missing sys/select headerGravatar Rosen Penev1-0/+1
Fixes compilation under musl.
2019-11-26tools: Rename icat to inetcat due to name conflict with sleuthkit2.0.1Gravatar Nikias Bassen1-0/+168
See https://github.com/libimobiledevice/libusbmuxd/issues/84