dannagle / PacketSender

Network utility for sending / receiving TCP, UDP, SSL, HTTP
https://packetsender.com
GNU General Public License v2.0
2.3k stars 360 forks source link

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

Closed jsolderitsch closed 4 months ago

jsolderitsch commented 4 months ago

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.

dannagle commented 4 months ago

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
  3. Delete the settings

    rm ~/Library/Application\ Support/PacketSender/ps_settings.ini
  4. Launch Packet Sender again.

jsolderitsch commented 4 months ago

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.