-
Notifications
You must be signed in to change notification settings - Fork 11
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
2 changed files
with
17 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
2016-11-05 Franklin "Snaipe" Mathieu <[email protected]> | ||
|
||
* wssdl: version 0.2 | ||
* Add: Fields can now exist after a field of unspecified size | ||
* Add: The first parameter of `:payload` is now validated | ||
* Fix: Aligned integers larger than 32-bits are working again | ||
* Fix: Subdissectors are no longer called on empty Tvbs (caused crashes) | ||
* Fix: Specifier chaining is working again | ||
* Fix: The endianness of float fields is no longer swapped | ||
* Fix: 24-bit signed integers are working again | ||
* Fix: Integers with a bit size not divisible by 8 are working again | ||
* Fix: Unaligned number fields are no longer broken | ||
* Fix: The parsing of bytes() no longer interprets the hexadecimal string as | ||
raw data | ||
* Fix: Fixed specifiers without size not taking the whole buffer | ||
|
||
2016-10-31 Franklin "Snaipe" Mathieu <[email protected]> | ||
|
||
* wssdl: version 0.1.1 | ||
|
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