From 1e88e42c3e9606515536d384d92a4ae5ce0983a6 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Sun, 12 Feb 2023 18:57:31 +0100 Subject: [PATCH] docs: add basic information to README --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..36e8793 --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# NosTale-PacketLogger + +- supports filtering packet files that have following format: `[{hh:mm:ss}]\t[{Recv|Send}]\t{packet}`. One packet per line. +- supports injecting to running NosTale (may not work with older or some custom clients) +- supports capturing packets using npcap (install npcap to use this) of a running NosTale process (may not work with older or custom clients, may have problems capturing login packets) +- has filter profiles that may be saved and will be loaded on startup. That way you may set up filters quickly +- may connect to multiple sources at once or multiple times to one source and change filters +- sources are located in tabs that may be splitted or float (right click on tab title to see Float option) +- supports sending and receiving packets once or periodically + +## What's next +- packet analyzer - group packets by header and define structure of packets. Export them to NosSmooth packet format +- packet capture for older and custom clients - currently encryptionkey is obtained from memory so if the memory changes, that's a problem -- 2.49.0