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
2014-08-07
Updated README and CHANGES files.
v3.0
Matias Fontanini
2014-08-07
Fixed invalid parsing of unknown DNS records.
Matias Fontanini
2014-08-07
Protocols now always set the next layer protocol flag.
Matias Fontanini
2014-08-07
Timestamps can now be constructed from std::chrono::duration.
Matias Fontanini
2014-08-07
Added Packet constructor.
Matias Fontanini
2014-08-07
Updated configure files.
Matias Fontanini
2014-08-07
Fixed bug in EthernetII when changing its inner PDU.
Matias Fontanini
2014-08-07
Fixed invalid address passed to memcpy.
Matias Fontanini
2014-07-31
Merge pull request #22 from mantiz/fix-armv5-alignment-issues
Matias Fontanini
2014-07-31
fix armv5 alignment issues
Christian Hammerl
2014-07-30
Added BaseSniffer::set_extract_raw_pdus.
Matias Fontanini
2014-07-30
Updated autotools files.
Matias Fontanini
2014-07-30
Merge pull request #21 from jedahan/master
Matias Fontanini
2014-07-30
minimum automake version from 1.13 -> 1.11
Jonathan Dahan
2014-07-29
Merge pull request #19 from kylemcdonald/master
Matias Fontanini
2014-07-27
added Utils::to_string(PDU::PDUType). closes #12.
Kyle McDonald
2014-07-13
Updated copyright notice.
Matias Fontanini
2014-07-13
Updated example.
Matias Fontanini
2014-07-02
Fixed error compilations on windows.
Matias Fontanini
2014-07-01
Added undef directive to avoid compilation error on windows.
Matias Fontanini
2014-06-09
Added check for HAVE_DOT11 macro in RSNInformation header/source files.
Matias Fontanini
2014-06-09
Added call to pcap_can_set_rfmon before calling pcap_set_rfmon.
Matias Fontanini
2014-06-09
Fixed ICMPv6 checksum calculation.
Matias Fontanini
2014-06-01
Added method in TCP and IP that emplaces an option.
Matias Fontanini
2014-05-29
Added small option optimization to PDUOption.
Matias Fontanini
2014-05-06
Fixed compilation errors on Windows.
Matias Fontanini
2014-05-05
Fixed compilation error in RSNInformation.
Matias Fontanini
2014-05-05
Simplified error string generation on Sniffer::pcap_open_live_extended.
Matias Fontanini
2014-05-03
Merge pull request #11 from kylemcdonald/master
Matias Fontanini
2014-05-03
changed ICMP::check to ICMP::checksum for both the public getter and private ...
Kyle McDonald
2014-05-03
Merge pull request #9 from kylemcdonald/master
Matias Fontanini
2014-05-03
added pcap_open_live_extended() shim to sniffer.cpp and set rfmon to true in ...
Kyle McDonald
2014-04-12
Fix bug on TCPStreamFollower.
Matias Fontanini
2014-04-07
Added correct handling of the PDU::IPv6 flag in Internals::pdu_flag_to_ip_type.
Matias Fontanini
2014-04-07
TCPStreamFollower now doesn't clear its state each time follow_streams is cal...
Matias Fontanini
2014-04-03
Merge pull request #5 from lodagro/patch-1
Matias Fontanini
2014-04-03
Fix typo in test name
Wouter Overmeire
2014-04-02
TCPStreamFollower now handles overlapping fragments.
Matias Fontanini
2014-04-01
Added DHCP::hostname.
Matias Fontanini
2014-03-12
Merge pull request #4 from jacob-baines/patch-1
Matias Fontanini
2014-03-12
Remove Extra Qualification
Jacob Baines
2014-03-05
Updated the LICENSE file.
Matias Fontanini
2014-02-27
Merge pull request #3 from JeanJoskin/master
Matias Fontanini
2014-02-27
PacketSender::send matched PDU against most specific type, hence the PDU::DOT...
Jean Joskin
2014-02-10
Removed 'no newline at end of file' warnings.
Matias Fontanini
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
2014-02-03
Added BSD notice to DNS stats example.
Matias F
2014-02-03
Added DNS stats example.
Matias F
2014-01-25
Fixed compilation error in OSX caused by including pcap/bpf.h instead of pcap...
Matias Fontanini
[next]