Skip to content

Releases: mozillazg/ptcpdump

v0.2.1

29 Apr 13:31
Compare
Choose a tag to compare

Changelog

  • 37d7479 renovate: fix branch name
  • d0370dd ci: add renovate
  • 96d91b6 ci: add run e2e test on linux 5.4
  • de8547d bufix: fix "Can't send statistics for non existent interface"
  • cca4c04 fix docs

v0.2.0

28 Apr 15:54
Compare
Choose a tag to compare

Changelog

  • 372a523 fill all interfaces when init pcapng writer
  • 24080e1 change to use perf_event for exec events
  • 680f2d2 add new flag: -Q/--direction

v0.1.0

27 Apr 15:25
Compare
Choose a tag to compare

Changelog

v0.1.0-dev.1

27 Apr 04:50
Compare
Choose a tag to compare
v0.1.0-dev.1 Pre-release
Pre-release

Changelog

  • 9159348 ci: add goreleaser
  • eee278d strip v when output version
  • 5601e18 update version info when build
  • 8d9e3f6 ci: add actions
  • e243343 ci: add actions
  • 8d9b458 add new flag --version and include os and version in the section options
  • 9606ba0 -i support multiple interfaces
  • 43a7026 change to use spf13/cobra
  • 98a1f87 improve stdout format
  • c70eac3 add new flag: --list-interface
  • 5afac24 support filter with pcap-filter expression
  • e3b2761 support filter packet send by child processes when filter by pid/comm
  • ebaf492 build with statically linking
  • dfdd22e include real packet time
  • f9bbd57 record real packet size
  • d4511b3 support filter by process comm
  • 1f54448 support filter by pid
  • f48a30d add -i flag
  • 896c3fb support change saved file path
  • ac0b2ac make stdout output format like tcpdump
  • 275ee3e support fill info of running processes
  • 3e8bc18 get filename from exec event
  • 59397c4 hook exec events to get args of pid
  • 19537ef remove vendor
  • a50287b chore: Reorganize the codes
  • 440631f a working poc
  • 9b882a0 Initial commit