-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
51 changed files
with
1,769 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
AC_INIT(libprotoident, 2.0.13, [email protected]) | ||
AC_INIT(libprotoident, 2.0.14, [email protected]) | ||
|
||
AM_INIT_AUTOMAKE | ||
AC_CONFIG_SRCDIR(lib/libprotoident.cc) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,20 @@ | ||
libprotoident (2.0.14-1) unstable; urgency=low | ||
|
||
* New upstream release. | ||
* Added new API method: lpi_get_protocol_by_name(). | ||
* Fixed bug where lpi_print_category() would fail for the message | ||
queuing category. | ||
* Renamed "Roblox" to "Raknet" to better reflect the real underlying | ||
protocol. | ||
* Added new protocol category for educational applications. | ||
* Added 17 new application protocols. | ||
* Improved rules for a further 17 application protocols. | ||
|
||
-- Shane Alcock <[email protected]> Wed, 20 Nov 2019 14:11:21 +1300 | ||
|
||
libprotoident (2.0.13) unstable; urgency=low | ||
|
||
* New upstream release | ||
* Fixed bug where RST payload was used for classification purposes. | ||
* Fixed errors in 4D, Heroes of the Storm and The Division rules. | ||
* Added new protocol category for message queuing applications. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.