Skip to content

Releases: randolphcyg/gowireshark

v2.2.5

05 Jul 05:37
Compare
Choose a tag to compare
  1. fix function print_first_frame
  2. upgrade go 1.22.5
  3. delete testify lib

v2.2.4

22 May 03:51
Compare
Choose a tag to compare
  1. upgrade wireshark 4.2.5
  2. upgrade golang 1.22.3

v2.2.3

24 Apr 07:57
Compare
Choose a tag to compare
  1. Add a global lock to the packet parsing feature to prevent c-memory errors

v2.2.2

16 Apr 02:01
Compare
Choose a tag to compare
  1. upgrade wireshark 4.2.4
  2. support dns udp layers etc.

v2.2.1

07 Feb 06:01
Compare
Choose a tag to compare
  1. upgrade golang1.2.0;
  2. support parse http layer;

v2.2.0

17 Jan 06:39
Compare
Choose a tag to compare
  1. upgrade wireshark4.2.2;
  2. wireshark 4.2.2 dynamic link libraries for Ubuntu 2204 and Mac M1 systems are stored here:gowireshark-libs

v2.1.6

27 Dec 09:25
Compare
Choose a tag to compare
  1. fix some errors

v2.1.5

27 Dec 06:10
Compare
Choose a tag to compare
  1. add MIT license
  2. update doc

v2.1.4

27 Dec 05:36
Compare
Choose a tag to compare
  1. fixed the packet capture initialization logic

v2.1.3

26 Dec 04:12
Compare
Choose a tag to compare
  1. fix stop_dissect_capture_pkg and handle_packet function, ensure that the packet capture is started and stopped correctly;
  2. Optimize the test functions;