index
:
libtins.git
master
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
dhcpv6.cpp
Age
Commit message (
Expand
)
Author
2017-09-21
Use absolute include paths
Matias Fontanini
2017-05-13
Use custom exceptions everywhere
Matias Fontanini
2017-05-13
Remove useless includes
Matias Fontanini
2017-04-30
Remove inclusion of algorithm almost everywhere
Matias Fontanini
2017-04-29
Update license date to 2017
Matias Fontanini
2017-04-29
Remove parent parameter from write_serialization
Matias Fontanini
2017-01-25
Fix -Wextra compiler warnings. (#184)
Kyle Fazzari
2016-02-20
Add extract_metadata to main PDU classes
Matias Fontanini
2016-01-31
Update copyright notice
Matias Fontanini
2016-01-09
Code cleanup and use same syntax on the entire project
Matias Fontanini
2015-12-26
Add OutputMemoryStream and port most classes to use it
Matias Fontanini
2015-12-24
Add input memory stream class and port some PDUs to use it
Matias Fontanini
2015-08-17
Add remove_option member to IP, TCP, Dot11, ICMPv6, DHCP and DHCPv6
Matias Fontanini
2015-07-13
Remove code, instead of commenting it out
bkambach
2015-07-13
Remove update of options size in constructor
bkambach
2015-07-13
Increment option size when adding a new option
bkambach
2015-05-17
Fix compilation warnings on Windows x64.
Matias Fontanini
2015-04-25
Fix more compilation warnings on Windows.
Matias Fontanini
2015-04-25
Fix compilation warnings on Windows.
Matias Fontanini
2014-08-23
Fix build system issues.
Matias Fontanini
2014-07-31
fix armv5 alignment issues
Christian Hammerl
2014-07-13
Updated copyright notice.
Matias Fontanini
2014-01-15
Finished porting DHCPv6.
Matias Fontanini
2013-12-23
Ported DHCP and Dot11. Almost ported DHCPv6 completely.
Matias Fontanini
2013-04-23
Fixed BSD notice. Updated AUTHORS file.
Matias Fontanini
2013-04-21
PDU::matches_response is now const.
Matias Fontanini
2013-04-18
Added malformed_packet exception. Every class except Dot11* use it.
Matias Fontanini
2013-04-09
Modified some protocols' internal type names.
Matias Fontanini
2013-04-08
Several classes now use PDUOption::length_field instead of data_size.
Matias Fontanini
2013-04-02
Implemented matches_response on several PDUs. Added some test cases.
Matias Fontanini
2013-01-28
Added DHCPv6 client/server id options' getters/setters.
Matias Fontanini
2013-01-24
Added some fixes to the build system. Fixed bugs in DNS and ICMPv6 triggered ...
Matias Fontanini
2013-01-22
Implemented every DHCPv6 option getter/setter, except for those involving DUIDs.
Matias Fontanini
2013-01-16
Added DHCPv6 initial support.
Matias Fontanini