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
/
dot1q.cpp
Age
Commit message (
Expand
)
Author
2018-10-09
Fix serialization for QinQ (#316)
Teodoro Vargas
2017-09-21
Use absolute include paths
Matias Fontanini
2017-05-13
Remove useless includes
Matias Fontanini
2017-04-30
Move internals' PDU helpers into their own files
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-09-29
Set payload type to 0 if no inner_pdu on Dot1Q
Matias Fontanini
2016-04-12
Don't set Dot1Q's payload type if next proto type is UNKNOWN
Patrick Michel
2016-02-20
Add extract_metadata to main PDU classes
Matias Fontanini
2016-01-31
Update copyright notice
Matias Fontanini
2016-01-09
Use 802.1ad protocol flag when seralizing stacked Dot1Q
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
2014-08-07
Protocols now always set the next layer protocol flag.
Matias Fontanini
2014-07-13
Updated copyright notice.
Matias Fontanini
2013-09-22
Fixed a bug in PPI and Dot1Q triggered when constructing from buffer/serializ...
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-04-18
Added malformed_packet exception. Every class except Dot11* use it.
Matias Fontanini
2013-04-08
Several classes now use PDUOption::length_field instead of data_size.
Matias Fontanini
2013-03-26
Added some helper methods to Dot1Q.
Matias Fontanini
2013-03-26
DNS, RadioTap and Dot1Q work when using PacketSender::send_recv.
Matias Fontanini
2013-03-18
Fixed lots of warnings in test cases, due to narrowing conversions.
Matias Fontanini
2013-03-17
Added Dot1Q class.
Matias Fontanini