Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Releases: ZeromusXYZ/PacketViewerLogViewer

Version 0.7.2

11 Jun 19:02
Compare
Choose a tag to compare

Hotfix for when Packet 0x028 counts bits out of the packet data bounds.
This bug is likely related to 0x028 having changed recently.
Please keep this in mind when doing analysis on newer captures.

Version 0.7.1

01 May 09:17
Compare
Choose a tag to compare
  • Added more capture points for parsing current zone from non-zone-in packets

  • Added loading Mob names from FFXI dats

  • Added a tool to export your currently filtered packet list as a CSV file.
    you can find it under Extra > Export packets tab as CSV
    Data is generated from the what you would normally see in the field view. Fields with names that start with ? or _ are not included.

  • Open packetdb sqlite file works again at the cost of file count used by the program (for now)

  • Added new field-type fishrankservermessage and updated the in-0x04d parser

  • Bugfix of where a searched Tab result would not retain it's pre-parsed status has been fixed

  • Added simple installer script for use with NSIS as compensation for no longer having a single executable file

Version 0.7.1 Preview

09 Apr 11:48
Compare
Choose a tag to compare
Version 0.7.1 Preview Pre-release
Pre-release

Added a tool to export your currently filtered packet list as a CSV file.
you can find it under Extra > Export packets tab as CSV
Data is generated from the what you would normally see in the field view. Fields with names that start with ? or _ are not included.

Open packetdb sqlite file works again at the cost of file count used by the program (for now)

Version 0.7

23 Mar 18:34
Compare
Choose a tag to compare
  • Updated some packet parse files.
  • Fixed some bugs related to the search dialog.
  • Added program settings to enable loading or importing item data directly from the game client.
  • Added a simple search filter to the GameView window which might be useful if you just want to browse (item) data.

Version 0.6.2

26 Feb 19:20
Compare
Choose a tag to compare

Various fixes and additions:

  • (important) Fixed a bug where color-coded raw view would not show all data in certain situations
  • Added a more useful error message for errors in lookup files
  • Fixed a typo in the filter dialog box
  • Fixed a bug with the names of the packet-list tabs when there was more than one row of tabs
  • Added tool-tip info on field view that displays either the value or description provided in the parser files on mouse over (offset and name fields only)
  • Updated in-0x00A data

Version 0.6.1.1

25 Jan 07:16
Compare
Choose a tag to compare

Fixed a bug that could happen when loading Packeteer files.

Version 0.6.1 - Preview

29 Jun 14:10
Compare
Choose a tag to compare
Pre-release

Added support for exporting/importing archive files.
Small layout changes.
Added support for character sub-directories inside of the normal folders.
Added a small selector for all "possible files" when opening a project file, this should make it easier if you need to check multiple logs.

Version 0.5.4

03 Jun 17:33
Compare
Choose a tag to compare

Bugfix: Unspecified packet types didn't load even after asking what type it was.
Updated some packet info.

Version 0.5.3

30 May 12:41
Compare
Choose a tag to compare

Added features:

  • Support for custom lookup values (works best with pre-loading)
  • Added field type: sbyte, int8, uint8
  • Better support for non-default OS themes
  • Customizable field grid colors

Version 0.5.2

20 May 18:22
Compare
Choose a tag to compare

Fixed a bug that would make you unable to close a tab with nothing in it.
Fixed a bug where video link forms weren't properly closed.
Projects with no packets in them, no longer auto-creates a .pvlv file when closing.