Skip to content

Releases: chasejstone/PacketLens

PacketLens 0.2.1

Choose a tag to compare

@chasejstone chasejstone released this 18 Jul 21:22
533e840

This patch corrects capture time ranges, includes port zero in summaries, avoids duplicate DNS observations, caches repeated IP classification, and expands regression coverage.

Use the wheel for a local install or the source distribution for a source build.

PacketLens v0.2.0

Choose a tag to compare

@chasejstone chasejstone released this 18 May 06:17

Adds the PacketLens desktop GUI.

  • Packet table with decoded protocol summary
  • Packet detail pane with link, network, transport, application, and payload preview sections
  • Summary tabs for protocols, talkers, flows, ports, DNS, HTTP, TLS, and observations
  • JSON and Markdown export from the GUI
  • New packetlens-gui command

PacketLens v0.1.0

Choose a tag to compare

@chasejstone chasejstone released this 18 May 05:51

Initial release of PacketLens.

  • Classic PCAP reader
  • Ethernet, IPv4, IPv6, TCP, UDP, ICMP, ARP decoding
  • DNS, HTTP, and TLS SNI protocol views
  • Console, JSON, and Markdown reports
  • Unit tests with generated PCAP fixtures