- Support for ICMP and ICMPv6
- Support for IP Options -
EOOL
,NOP
,RR
,MTUP
,MTUR
- Removed dependency on
lazy_static
and started usingOnceLock
.
- Issues with parsing
SOA
RRs inDNS
. - Incorrect dissection of Ethernet Source and Destination.
build.rs
fixes for working on Windows.
- Mohammad Aadil Shabier (@aadilshabier)
- Chinmaya Sahoo (@csking101)
- Harshit Gupta (@hgupta12)
- JnanaN (@JnanaN)
- Abhijit Gadgil (@gabhijit)
- Support for
MPLS
andVxLAN
- Correctly handling
num_packets
in the examples. - Consistent use of the constants
*_HEADER_LENGTH
- Improved formatting of the
register_defaults
function as a single string.
- Mohammad Aadil Shabier (@aadilshabier)
- Chinmaya Sahoo (@csking101)
- Abhijit Gadgil (@gabhijit)
- Optional
logging
feature for the crate. - Support for Linux
SLL
v1
andv2
encapsulation. - Improved
TooShort
error for better debugging - Examples: Support for PCAP capture on
any
device.
- Fixed an issue with
register_encap_type
.
- Abhijit Gadgil (@gabhijit)