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
Age
Commit message (
Expand
)
Author
2013-04-23
UDP now calculates the checksum when the transport layer protocol is IPv6.
v1.0
Matias Fontanini
2013-04-23
Sniffer now differentiates between EthernetII and Dot3 when sniffing.
Matias Fontanini
2013-04-23
Fixed the CHANGES and README files.
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-23
Added another overload of Utils::resolv_hwaddr.
Matias Fontanini
2013-04-23
Done minor modifications on configure.ac
Matias Fontanini
2013-04-23
Modified the soname.
Matias Fontanini
2013-04-23
Moved definitions inside TINS_IS_CXX11 into header files.
Matias Fontanini
2013-04-23
Done some modifications on the configure script.
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
Removed IP, UDP and IP checksum setters. Added some checksum tests.
Matias Fontanini
2013-04-22
assert() is only called when TINS_DEBUG is defined.
Matias Fontanini
2013-04-22
Added AC_CANONICAL_SYSTEM to configure.ac.
Matias Fontanini
2013-04-22
Dot11BlockAck and Dot11BlockAckRequests' frag_seq, start_sequence and bar_con...
Matias Fontanini
2013-04-22
Added another test case for RadioTap's constructor from buffer.
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
Added a default interface to PacketSender.
Matias Fontanini
2013-04-21
Link layer PDUs no longer contain a NetworkInterface.
Matias Fontanini
2013-04-21
All tests now run successfully on big endian architectures.
Matias Fontanini
2013-04-21
Added STP root_id and bridge_id setters/getters.
Matias Fontanini
2013-04-21
Sniffer::sniff_loop now catches malformed_packet and pdu_not_found, when thro...
Matias Fontanini
2013-04-19
Added PDU::rfind_pdu.
Matias Fontanini
2013-04-19
Dot11 now uses option_not_found. Sniffer catches malformed_packet rather than...
Matias Fontanini
2013-04-19
Dot11 now uses malformed_packet.
Matias Fontanini
2013-04-18
Added missing exceptions.h file.
Matias Fontanini
2013-04-18
Added malformed_packet exception. Every class except Dot11* use it.
Matias Fontanini
2013-04-16
Fixed bug triggered when parsing Dot11 QoS packets.
Matias Fontanini
2013-04-16
Fixed bug in RadioTap when using FCS at the end.
Matias Fontanini
2013-04-16
fix radiotap header parsing
Piotr Haber
2013-04-16
Makefile issue fix.
Matias Fontanini
2013-04-16
Now hopefully make problems are fixed.
Matias F
2013-04-16
Fixed make issues.
Matias F
2013-04-16
STP is now serialized correctly. LLC behaves correctly when it contains an ST...
Matias Fontanini
2013-04-15
Added STP class.
Matias F
2013-04-15
Merge branch 'master' of ssh://git.code.sf.net/p/libtins/code
Matias Fontanini
2013-04-15
Added missing the deprecated header ieee802_3.h to Makefile.am.
Matias Fontanini
2013-04-15
Fixed missing header in Makefile.in as well.
Matias Fontanini
2013-04-15
Added missing the deprecated header ieee802_3.h to Makefile.am.
Matias Fontanini
2013-04-15
Fixed bug triggered when parsing EOL and NOP options in IP.
Matias Fontanini
2013-04-12
UDP checksum is now calculated always inside write_serialization.
Matias Fontanini
2013-04-11
IP and TCP now calculate checksums always inside write_serialization.
Matias Fontanini
2013-04-10
TCP options now use PDUOption<>::length_field when it is != from data_size.
Matias Fontanini
2013-04-10
Added move constructor/assignment operator to PDU.
Matias Fontanini
2013-04-09
Modified some protocols' internal type names.
Matias Fontanini
2013-04-08
Several classes now use PDUOption::length_field instead of data_size.
Matias Fontanini
2013-04-07
Added PPPoE.
Matias Fontanini
2013-04-02
Implemented matches_response on several PDUs. Added some test cases.
Matias Fontanini
[next]