-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Started tracking Release Notes - Updated dev dependency PCAP to version 1.3 Signed-off-by: Abhijit Gadgil <gabhijit@iitbombay.org>
- Loading branch information
Showing
2 changed files
with
66 additions
and
2 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 |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# Releases | ||
|
||
## Release 0.4.0 | ||
|
||
### Features | ||
|
||
1. Support for ICMP and ICMPv6 | ||
2. Support for IP Options - `EOOL`, `NOP`, `RR`, `MTUP`, `MTUR` | ||
3. Removed dependency on `lazy_static` and started using `OnceLock`. | ||
|
||
### Bug Fixes | ||
|
||
1. Issues with parsing `SOA` RRs in `DNS`. | ||
2. Incorrect dissection of Ethernet Source and Destination. | ||
3. `build.rs` fixes for working on Windows. | ||
|
||
|
||
### Contributors | ||
|
||
- Mohammad Aadil Shabier (@aadilshabier) | ||
- Chinmaya Sahoo (@csking101) | ||
- Harshit Gupta (@hgupta12) | ||
- JnanaN (@JnanaN) | ||
- Abhijit Gadgil (@gabhijit) | ||
|
||
|
||
## Release 0.3.1 | ||
|
||
### Features | ||
|
||
1. Support for `MPLS` and `VxLAN` | ||
|
||
|
||
### Bug Fixes | ||
|
||
1. Correctly handling `num_packets` in the examples. | ||
2. Consistent use of the constants `*_HEADER_LENGTH` | ||
3. Improved formatting of the `register_defaults` function as a single string. | ||
|
||
### Contributors | ||
|
||
- Mohammad Aadil Shabier (@aadilshabier) | ||
- Chinmaya Sahoo (@csking101) | ||
- Abhijit Gadgil (@gabhijit) | ||
|
||
|
||
## Release 0.3.0 | ||
|
||
### Features | ||
|
||
1. Optional `logging` feature for the crate. | ||
2. Support for Linux `SLL` `v1` and `v2` encapsulation. | ||
3. Improved `TooShort` error for better debugging | ||
4. Examples: Support for PCAP capture on `any` device. | ||
|
||
### Bug Fixes | ||
|
||
1. Fixed an issue with `register_encap_type`. | ||
|
||
|
||
### Contributors | ||
|
||
- Abhijit Gadgil (@gabhijit) | ||
|