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
/
pppoe.cpp
Age
Commit message (
Expand
)
Author
2017-09-21
Use absolute include paths
Matias Fontanini
2017-05-08
Fix undefined std::min use in PPPoE
Matias Fontanini
2017-04-29
Update license date to 2017
Matias Fontanini
2017-04-29
Remove parent parameter from write_serialization
Matias Fontanini
2016-02-28
Make *MemoryStream use size_t rather than uint32_t
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-27
Remove unused cassert header inclusions
Matias Fontanini
2015-12-26
Add OutputMemoryStream and port most classes to use it
Matias Fontanini
2015-12-25
Port all PDUs to use InputMemoryStream on constructors from buffer
Matias Fontanini
2015-05-17
Fix compilation warnings on Windows x64.
Matias Fontanini
2014-09-24
Added correct parsing of PPPoE session packets.
Matias Fontanini
2014-07-31
fix armv5 alignment issues
Christian Hammerl
2014-07-13
Updated copyright notice.
Matias Fontanini
2013-12-18
Ported PPPoE and started porting Dot11.
Matias Fontanini
2013-07-12
Fixed issue related with EthernetII protocol.
Santiago Alessandri
2013-04-23
Fixed BSD notice. Updated AUTHORS file.
Matias Fontanini
2013-04-23
Moved definitions inside TINS_IS_CXX11 into header files.
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-07
Added PPPoE.
Matias Fontanini