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
/
utils
Age
Commit message (
Expand
)
Author
2021-01-04
Fix infinite loop when querying BSD routing table
Nick Hutchinson
2019-04-24
radiotap: remove unused variable
Derrick Lyndon Pallas
2019-03-10
Fix alignment padding calculation.
DDoSolitary
2019-03-10
Correct option upper bound testing.
DDoSolitary
2019-03-10
Avoid float precision problems of logarithm.
DDoSolitary
2018-12-24
Remove the overflow check in align_buffer().
DDoSolitary
2018-12-13
Remove "+ 1" for MAX_RADIOTAP_FIELD.
DDoSolitary
2018-10-09
Fix serialization for QinQ (#316)
Teodoro Vargas
2018-05-16
Make RadioTapParser::skip_to_field check for end of buffer (#296)
Matias Fontanini
2018-03-28
Add missing operators to address classes (#275)
stubbfel
2017-11-25
Fix invalid memory accesses when parsing bogus RadioTap
Matias Fontanini
2017-10-18
Fix build issues when disabling Dot11
Matias Fontanini
2017-09-21
Use absolute include paths
Matias Fontanini
2017-06-03
Add missing radiotap parsing fields
Matias Fontanini
2017-05-31
Fix some big endian issues
Matias Fontanini
2017-05-30
Don't dereference vector if empty on RadioTapWriter
Matias Fontanini
2017-05-29
Keep current flags as member in RadioTapParser
Matias Fontanini
2017-05-25
Use RadioTapParser/Writer in RadioTap
Matias Fontanini
2017-05-23
Add RadioTapWriter class
Matias Fontanini
2017-05-23
Add some useful member functions to RadioTapParser
Matias Fontanini
2017-05-21
Allow constructing RadioTapParser from an empty buffer
Matias Fontanini
2017-05-21
Make RadioTapParser work using only the options buffer
Matias Fontanini
2017-05-21
Add RadioTapParser class
Matias Fontanini
2017-05-13
Use custom exceptions everywhere
Matias Fontanini
2017-05-13
Remove useless includes
Matias Fontanini
2017-05-08
Fix more build issues on appveyor
Matias Fontanini
2017-04-30
Add missing stdexcept include in routing_utils.cpp
Matias Fontanini
2017-04-30
Move PDU utils into their own file
Matias Fontanini
2017-04-30
Move resolution utils into their own file
Matias Fontanini
2017-04-30
Move Utils::gateway_from_ip into routing utils files
Matias Fontanini
2017-04-30
Move routing related functions into their own header file
Matias Fontanini
2017-04-30
Move frequency (channel) utils into their own file
Matias Fontanini
2017-04-30
Move checksum utils into their own file
Matias Fontanini