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
/
dot3.cpp
Age
Commit message (
Expand
)
Author
2017-09-21
Use absolute include paths
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-05-08
Forward NetworkInterface argument when calling PacketSender::send_l2
Matias Fontanini
2016-02-20
Add extract_metadata to main PDU classes
Matias Fontanini
2016-02-20
Prefix HAVE_ config.h macros with TINS_
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-24
Add input memory stream class and port some PDUs to use it
Matias Fontanini
2015-05-17
Fix compilation warnings on Windows x64.
Matias Fontanini
2015-05-02
Replace WIN32 macro with _WIN32.
Matias Fontanini
2015-04-18
Allow sending Dot3 on Windows using pcap_sendpacket.
Matias Fontanini
2014-08-30
Fixed bug triggered on Dot3 serialization.
Matias Fontanini
2014-07-13
Updated copyright notice.
Matias Fontanini
2013-04-23
Fixed BSD notice. Updated AUTHORS file.
Matias Fontanini
2013-04-23
Removed the PDU* parameter in several PDU's constructors.
Matias Fontanini
2013-04-22
Fixed compilation issues triggered in GNU/kFreeBSD.
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-04-21
Removed deprecated methods/types.
Matias Fontanini
2013-04-21
Link layer PDUs no longer contain a NetworkInterface.
Matias Fontanini
2013-04-18
Added malformed_packet exception. Every class except Dot11* use it.
Matias Fontanini
2013-03-26
DNS, RadioTap and Dot1Q work when using PacketSender::send_recv.
Matias Fontanini
2013-03-26
Dot3::matches_response now works as expected.
Matias Fontanini
2013-03-25
Renamed IEEE802_3 to Dot3.
Matias Fontanini