Skip to content

Releases: kspviswa/local-packet-whisperer

v0.2.5.0

06 Dec 00:41
Compare
Choose a tag to compare
  1. Introducing LPW Insights - An experimental feature using LLM Agents to perform comprehensive packet analysis

LPW now includes an experimental feature using Large Language Model (LLM) agents to perform comprehensive packet analysis and produce detailed reports. Initial support is provided for the NGAP protocol. Other protocol level agents can be extended in the future.

LPW now have 2 tabs to work with :

a) Chat 💬 : You continue to chat with LPW in this tab

Screenshot 2024-12-05 at 7 35 51 PM

b) Insights ✨: Kick off LPW Agent to produce comprehensive packet analysis report for NGAP filter

Screenshot 2024-12-05 at 7 37 24 PM

Also download the prepared insights in markdown format.

Screenshot 2024-12-05 at 7 39 34 PM

You can also customize agent settings by create an agent config YAML file. Refer here to get a sample.

Screenshot 2024-12-05 at 7 40 12 PM

v0.2.4.2

30 Nov 22:07
Compare
Choose a tag to compare
  1. LPW Homepage now shows connection status (🟢 or 🔴) to the target ollama server. If the connection is down (🔴) then LPW halts and inform you so that you can troubleshoot further.

image
image

  1. LPW Setting Page now allows you to override Ollama Server Port (default is 11434)

image

  1. LPW Homepage now shows the running version (helps to report issues and troubleshoot further)

image

To install / update

pip install -U lpw

v0.2.4

04 Oct 19:34
Compare
Choose a tag to compare
  1. Fixed #11
  2. Also added few enhancements in sidebar
  3. Filters & File name information will appear / disappear dynamically

Screenshot 2024-10-04 at 3 33 38 PM

v0.2.3

30 Sep 22:39
Compare
Choose a tag to compare
  1. Added support for LPW to connect to remote ollama server over a network
  2. Revamped settings ⚙️ page to a new page using st.page feature in streamlit. This page contains all settings pertaining to LLM server and PCAP filter settings
  3. Revamped side bar to show useful information such as which model is selected, to which server LPW is connected and what PCAP filters are currently enabled
  4. Several tiny bug fixes improving overall stability

Install newly

pip install lpw 

or

upgrade existing

pip install -U lpw

Screenshot 2024-09-30 at 6 39 28 PM
Screenshot 2024-09-30 at 6 37 59 PM
Screenshot 2024-09-30 at 6 37 47 PM

v0.1.3

20 Jun 22:08
Compare
Choose a tag to compare

Fixed #6

pip install lpw

or

pip install -U lpw

Full Changelog: v0.1.2...v0.1.3

v0.1.2

09 Mar 21:18
Compare
Choose a tag to compare
  1. Revealed LPW Logo and added that logo in front end.
  2. Enabled streaming support
pip install lpw

or to upgrade:

pip install -U lpw

v0.1.1

09 Mar 20:14
Compare
Choose a tag to compare

LPW is now available as pip package. Simply install via pip as follows:

pip install lpw
  • removed the dependency on analysis folder

v0.0.2

09 Mar 16:28
Compare
Choose a tag to compare
  1. Made System Prompt visible on the front end. Now you can tweak the system prompt as you wish using your prompt engineering skills and have fun.
  2. Added support for PCAPNG files
  3. Fixed #2