File tree 1 file changed +38
-0
lines changed
1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
1
+ ##### v4.1 - Tue Dec 11 02:08:48 UTC 2018
2
+
3
+ - Fix serialization for QinQ (#316 )
4
+
5
+ - Added base class access specifier for socket_close_error (#306 )
6
+
7
+ - Rewrote hw_address_to_string to not require a stringstream (#299 )
8
+
9
+ - Make RadioTapParser::skip_to_field check for end of buffer (#296 )
10
+
11
+ - Ensure local include directory comes before system. (#293 )
12
+
13
+ - Calculate IP option sizes properly (#288 )
14
+
15
+ - Add parsing of well known IPv6 extension headers (#287 )
16
+
17
+ - Add missing operators to address classes (#275 )
18
+
19
+ - Add version macros in config.h
20
+
21
+ - Don't assume IPv6 uses ICMPv6 underneath
22
+
23
+ - Allow users to specify library install dir
24
+
25
+ - Use Sleep windows function passing milliseconds as parameter
26
+
27
+ - Implement IPv6::recv_response
28
+
29
+ - Don't use nullptr in non C++11 code
30
+
31
+ - Ignore (possibly malformed) options after EOL (#281 )
32
+
33
+ - Don't include dot11.h in tins.h if it is not configured in the library (#277 )
34
+
35
+ - Fix memory leak in PDU's move assignment operator
36
+
37
+ - Append padding to IPv6 options
38
+
1
39
##### v4.0 - Mon Dec 4 00:04:30 UTC 2017
2
40
3
41
- Add parent PDU to each PDU.
You can’t perform that action at this time.
0 commit comments