dannagle / PacketSender

Network utility for sending / receiving TCP, UDP, SSL, HTTP

Home Page:https://packetsender.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] To IP column in Log window is empty on Mac version but To Address column on PC version has expected data

jsolderitsch opened this issue · comments

What OS and Version?

PacketSender v8.6.5 Mac OS 14.3.1

Description of issue

Like title says. Log display is different on Mac than on PC.

Screenshot 2024-02-10 at 3 45 48 PM

On the PC the log window uses the column label To Address and there is data shown in this column (screen shot not included but could be)

Using Windows 11 and Mac Sonoma 14.3.1.

It is possible I goofed up a backwards compatibility check.

Does it fix itself if you reset your Packet Sender Mac settings?

  1. Close Packet Sender.

  2. Make a settings file backup

cp ~/Library/Application\ Support/PacketSender/ps_settings.ini ~/Library/Application\ Support/PacketSender/ps_settings.ini.backup
  1. Delete the settings
rm ~/Library/Application\ Support/PacketSender/ps_settings.ini
  1. Launch Packet Sender again.

Yes, this step sequence does cause a To Address column to appear instead of a To IP column and then data appears there as it does when I run packetsender on the PC. Thanks for the quick response.