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
/
packet_sender.cpp
Age
Commit message (
Expand
)
Author
2021-03-04
Close socket when setsockopt fails
visuve
2018-03-18
Don't assume IPv6 uses ICMPv6 underneath
Matias Fontanini
2018-02-25
Implement IPv6::recv_response
Matias Fontanini
2017-09-21
Use absolute include paths
Matias Fontanini
2017-05-13
Use custom exceptions everywhere
Matias Fontanini
2017-04-30
Fix missing include for sstream on packet_sender.cpp
Matias Fontanini
2017-04-30
Remove inclusion of algorithm almost everywhere
Matias Fontanini
2017-04-30
Remove useless includes
Matias Fontanini
2017-04-30
Move is_dot3 into details/pdu_helpers.h
Matias Fontanini
2017-04-29
Update license date to 2017
Matias Fontanini
2017-01-25
Fix -Wextra compiler warnings. (#184)
Kyle Fazzari
2016-10-21
Use proper IPv6 flag when opening l3 socket
Matias Fontanini
2016-05-03
Use recvfrom on BSD/OSX when capturing layer 3 packets
Matias Fontanini
2016-03-07
Fix issues pointed out by scan.coverity
Matias Fontanini
2016-02-21
Fix compilation warnings
Matias Fontanini
2016-02-20
Use timercmp/sub and std::chrono to subtract timevals
Matias Fontanini
2016-02-20
Prefix HAVE_ config.h macros with TINS_
Matias Fontanini
2016-02-04
Fix invalid private method name on PacketSender
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-05-17
Fix compilation warnings on Windows x64.
Matias Fontanini
2015-05-02
Replace WIN32 macro with _WIN32.
Matias Fontanini
2015-04-25
Fix compilation warnings on Windows.
Matias Fontanini
2015-04-18
Don't allow receiving l2 packets on windows.
Matias Fontanini
2015-04-18
Soften more precompiler conditionals on PacketSender.
Matias Fontanini
2015-04-18
Remove more WIN32 guards.
Matias Fontanini
2015-04-18
Remove some WIN32-guarded code.
Matias Fontanini
2015-04-18
Use pcap_sendpacket to send packets if this mode is enabled.
Matias Fontanini
2014-10-25
Added L3 packet receive exception on BSD.
Matias Fontanini
2014-07-13
Updated copyright notice.
Matias Fontanini
2014-05-06
Fixed compilation errors on Windows.
Matias Fontanini
2014-02-27
PacketSender::send matched PDU against most specific type, hence the PDU::DOT...
Jean Joskin
2014-02-10
Fixed bug when calling BIOCIMMEDIATE on *BSD.
Matias F
2014-02-06
Fixed bug on PacketSender::send_recv which didn't work under OSX and FreeBSD.
Matias Fontanini
2013-12-14
Layer 3 packets sent using PacketSender::send_recv for which the answer is a ...
Matias Fontanini
2013-12-14
Fixed bug in PacketSender when using send_recv and a layer 2 PDU. The interfa...
Matias Fontanini
2013-11-09
Added the --disable-dot11 configure switch.
Matias Fontanini
2013-10-06
Modified some examples fixed some doxygen documentation.
Matias Fontanini
2013-05-31
Split dot11.h and dot11.cpp into several files.
Matias Fontanini
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-23
PacketSender is not copyable and movable.
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
Added a default interface to PacketSender.
Matias Fontanini
2013-04-21
Link layer PDUs no longer contain a NetworkInterface.
Matias Fontanini
2013-03-25
IP now fills automatically the sender address when no link layer PDU is prese...
Matias Fontanini
2013-03-24
Marked PDU::clone_packet as deprecated.
Matias Fontanini
2013-03-20
Added an overload of PacketSender::send that takes a NetworkInterface.
Matias Fontanini
2012-12-10
IPv6::send now works on linux. BSD does not support sending IPv6 as the lowes...
Matias Fontanini
[next]