ff14wed / deucalion

Injected Windows library for capturing decoded FFXIV packets
GNU General Public License v3.0
61 stars 5 forks source link

Add filtering logic for different packet types #6

Closed ff14wed closed 1 year ago

ff14wed commented 1 year ago

Without a packet filter, subscribers that do not need every packet type may be flooded with noisy or irrelevant packets such as Lobby packets or sent Zone packets.

This change adds a default filter that allows only received Zone packets, and allows subscribers to each configure a filter for their own needs.