Skip to content

v2.0.0

Compare
Choose a tag to compare
@MarkoPaul0 MarkoPaul0 released this 24 Mar 22:15
· 97 commits to master since this release
  • Added ability to dissect data without .pcap files
  • Improved dissection output to resemble Wireshark GUI (displaying information columns)
  • Added support for 64-bit integers (signed and unsigned)
  • Added support for most commonly used ProtoFields
  • Expanded ProtoField support for optional parameters (bit mask, valuestring, base etc..)
  • Added unit tests
  • Exposed dummy TCP reassembly API to allow TCP dissectors to run (although reassembly is still ignored)
  • Added more in-depth examples