Skip to content

Commit

Permalink
Releasing versino 0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
martingalloar committed Nov 5, 2015
1 parent 9e47333 commit 903b2cb
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
2015-11-05 Martin Gallo <[email protected]>

* - Version v0.2.3 released.
* - Minor documentation improvements.
* - Fixed some issues in Windows builds.
* - Added some basic unit test on dissecting SAP Router packets.
* src/packet-saprouter.c: Better tracking of conversations. Now it's
possible to trace request response packets and see the route information
if the packet trace included that information (thanks Luca!).
* src/vpa108csulzh.cpp: Improved the fix for CVE-2015-2278 by
properly initializing arrays (thanks 'ret5ret'!).

2015-06-24 Martin Gallo <[email protected]>

* - Version v0.2.2 released.
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ SAP Dissector Plugin for Wireshark

Copyright (C) 2015 by Martin Gallo, Core Security

Version 0.2.3-dev (XXX 2015)
Version 0.2.3 (November 2015)


Overview
Expand Down Expand Up @@ -199,6 +199,7 @@ Contributions made by:
* Dave Hartley
* Jean-Paul Roliers
* Dongha Shin
* Luca Di Stefano


References
Expand Down
2 changes: 1 addition & 1 deletion moduleinfo.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@
#endif

/* Version number of package */
#define VERSION "0.2.3-dev"
#define VERSION "0.2.3"

0 comments on commit 903b2cb

Please sign in to comment.