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
/
rawpdu.cpp
Age
Commit message (
Expand
)
Author
2017-09-21
Use absolute include paths
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-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-05-17
Fix compilation warnings on Windows x64.
Matias Fontanini
2014-07-13
Updated copyright notice.
Matias Fontanini
2013-04-23
Fixed BSD notice. Updated AUTHORS file.
Matias Fontanini
2013-04-22
assert() is only called when TINS_DEBUG is defined.
Matias Fontanini
2013-04-21
PDU::matches_response is now const.
Matias Fontanini
2013-03-25
IP now fills automatically the sender address when no link layer PDU is prese...
Matias Fontanini
2012-10-07
libtins now uses a BSD license.
Matias Fontanini
2012-10-07
Removed the useless PDU::flag member. Added a PDU concatenation operator.
Matias Fontanini
2012-09-02
Added small_uint class.
Matias Fontanini
2011-08-18
Added Sniffer class. Added a constructor to eery PDU subclass which creates a...
Matias Fontanini
2011-08-16
RawPDU now can copy the payload. Modified PDU::clone_inner_pdu to use this.
Matias Fontanini
2011-08-13
Added RawPDU class. Removed payload member from TCP and UDP. They're not repr...
Matias