Update pingcheck to work with cmake 3.28
[pingcheck] / src / icmp /
2020-05-23 Thomas JaroschFix 'occurred' typo
2015-06-19 Christian Herdtweckdowngraded icmp parsing error log messages and notice...
2015-06-03 Christian Herdtweckincrese revision to 0.6.1 and log level of missing...
2015-05-28 Christian Herdtweckremoved debug option I had set for testing (DUMP_ALWAYS)
2015-05-28 Christian Herdtweckchanged paths of DNS cache (now in /var/cache) and...
2015-05-26 Christian Herdtweckcongestion detection now working; also add case that...
2015-05-26 Christian Herdtweckadded congestion analysis to HostStatus
2015-05-26 Christian Herdtweckmoved time duration measurement of ping from scheduler...
2015-05-22 Christian Herdtweckstarted parallel pings, not quite done yet since need...
2015-05-22 Christian Herdtweckgive HostStatus analyzer more info: details on ping...
2015-05-22 Christian Herdtweckcompleted partial IPv6 compatibility in DNS; does retri...
2015-05-21 Christian Herdtweckuse I2n::tmpfstream to write pcap dump files
2015-05-20 Christian Herdtweckimproved simplified IcmpPinger logging (using LogPrefix...
2015-05-20 Christian Herdtweckextended ICMP packet dumping to parts after packet...
2015-05-06 Christian Herdtweckmade DNS much less talkative
2015-05-04 Christian Herdtweckmade nicer static variables of packet dump mode and...
2015-05-04 Christian Herdtweckremove the footer saying that vim is the best editor...
2015-05-04 Christian Herdtweckfound reason for 0.0.0.0 IPs in logs: IcmpPingers are...
2015-05-04 Christian Herdtwecktested new DNS with internal server, make more robust...
2015-05-04 Christian Herdtweckmerged PingRotate into PingScheduler; fixed save/load...
2015-05-04 Christian Herdtwecksimplified dns (no self-made recursion); merge PingSche...
2015-05-04 Christian Herdtweckcontinuing with dns rewrite; today realized that cache...
2015-04-01 Christian Herdtweckmoved try-catch around icmp packet parsing from IcmpPac...
2015-03-20 Christian Herdtweckfixed same bug as for DestinationUnreachable in TimeExc...
2015-03-19 Christian Herdtweckfixed bug in match_destination_unreachable: message...
2015-03-19 Christian Herdtweckcan now interpret pcaps from tcpdump; created own pcap...
2015-03-18 Christian Herdtweckadded more getter to IcmpPacket so can test more
2015-03-18 Christian Herdtweckfixed bugs that caused DestinationUnreachable / TimeExc...
2015-03-18 Christian Herdtweckadded code to parse ICMP type TimeExceeded
2015-03-18 Christian Herdtweckin case of unknown ICMP reply type, consume data instea...
2015-03-13 Christian Herdtweckadded a simple text output (to_string) for DestinationU...
2015-03-13 Christian Herdtweckadded a dump_option to IcmpPacketFactory creation funct...
2015-03-13 Christian Herdtweckmoved remaining implementations in ipv6header.h to...
2015-03-13 Christian Herdtweckgive credit to Christopher Kohlhoff (boost asio) and...
2015-03-13 Christian Herdtweckconsequently moved all implementation from h to cpp...
2015-03-12 Christian Herdtweckfixed bug in reading of checksum (which was found using...
2015-03-12 Christian Herdtweckmoved some implementations from h to cpp files because...
2015-03-12 Christian Herdtwecknow working again: creating echo requests and parsing...
2015-03-12 Christian Herdtweckre-ordered class for IcmpPacket
2015-03-12 Christian Herdtweckadded encode_string to MessagePayload; removed checksum...
2015-02-26 Christian Herdtweckadded debug option enforcing dump of ICMP packets even...
2015-02-25 Christian Herdtweckfixed bug: dumping packets leaked char array (dump...
2015-02-25 Christian Herdtweckdumping now into a .pcap file with nicer filename,...
2015-02-25 Christian Herdtweckdumping package data works
2015-02-20 Christian Herdtweckstarted copying icmp data before parsing it and dumping...
2015-02-19 Christian Herdtweckmake check for end of loop in icmppacketdistributor...
2015-02-11 Thomas JaroschCheck weak_ptr before using it
2015-02-11 Thomas JaroschNo need for intermediate weak_ptr
2015-02-11 Thomas JaroschUse const reference for smart_ptr in BOOST_FOREACH
2015-02-11 Christian Herdtweckfix bug that caused crash for broken packets; change...
2015-02-11 Christian Herdtweckremoved another debugging test and corrected one debugg...
2015-02-05 Christian Herdtweckgive up trying to define IcmpPacketDistributor in own...
2015-02-05 Christian Herdtweckgot packetdistributor to work, but compiles/links only...
2015-02-04 Christian Herdtwecklimit line length of new files to 80 characters
2015-02-04 Christian Herdtweckuse new file name (icmppaKetdistributor --> icmppacCKet...
2015-01-26 Christian Herdtweckrename IcmpPaketDistributor files to IcmpPacketDistribu...
2015-01-26 Christian Herdtweckstart removing socket use from IcmpPinger to only have...
2015-01-26 Christian Herdtweckclean up IcmpPaketDistributors after stopping pingers
2015-01-26 Christian HerdtweckPinger holds weak_ptr to self, Pingers created through...
2015-01-23 Christian Herdtweckstarted to implement an icmp paket distributor; compile...
2015-01-22 Christian Herdtweckcorrected type of TTL: is now uint32_t everywhere ...
2015-01-12 Christian Herdtweckrenamed IcmpPinger::handle_ping_done to handle_timeout...
2015-01-12 Christian Herdtwecksome whitespace change I had forgotten
2015-01-12 Christian Herdtweckcontinue waiting for data if receive handler received...
2015-01-12 Christian Herdtweckdo not wait for IcmpEchoReply if sending of IcmpEchoReq...
2015-01-12 Christian Herdtweckupdate docu messages for io_service
2015-01-12 Christian HerdtweckClean up output, whitespace,
2014-12-30 Christian Herdtwecknew signal handling in main; removed all thread-related...
2014-12-23 Christian Herdtweckhotfix for problem with 0-packages
2014-12-18 Christian Herdtweckchanged logic of icmp package read/write and operator...
2014-12-18 Christian Herdtweckfixed parsing of icmp data: only parses right amount...
2014-12-18 Christian Herdtweckfixed possible reason for broken icmp packages: restric...
2014-12-09 Christian Herdtweckfixed possible reason for broken icmp packages: restric...
2014-12-09 Christian Herdtweckreplace magic number 64k with constant SOCKET_BUFFER_SIZE
2014-12-09 Christian Herdtweckimproved logging output (once again)
2014-12-09 Christian Herdtweckadded a handler for failed BOOST_ASSERT-ions; add globa...
2014-12-08 Christian Herdtweckdebug-log-message when there is unused data in buffer...
2014-11-12 Christian Herdtweckmake abstract base classes boost::noncopyable to avoid...
2014-11-12 Christian Herdtweckfixed bug in ICMP Packet Factory: do not continue with...
2014-11-05 Christian Herdtweckstop creating icmp packet parts from istream if earlier...
2014-11-05 Christian Herdtweckchanges in logging output: added information and change...
2012-03-29 Guilherme Maciel... Fix: the boolean logic was inverted.
2012-03-21 Guilherme Maciel... Merge branch 'ip-version-drop'
2012-03-05 Guilherme Maciel... Undoing commit e58d750735048b76721ade950d3b9e0c75d201f7.
2012-03-05 Guilherme Maciel... Log message reformatting.
2012-02-29 Guilherme Maciel... Code improvement:
2012-02-26 Guilherme Maciel... Hardening the match methods through asserts.
2012-02-23 Guilherme Maciel... Small formatting.
2012-02-20 Guilherme Maciel... Merge branch 'test'
2012-01-25 Guilherme Maciel... Merge branch 'config' into test
2012-01-03 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-30 Guilherme Maciel... Make explicit that the address from ICMPv6 can not...
2011-12-20 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-20 Guilherme Maciel... Made copy constructor private to disable object copies.
2011-12-20 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-20 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-20 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-19 Guilherme Maciel... PC-Lint warnings fixed:
2011-12-12 Thomas JaroschSilence more bogus PC-Lint warnings
2011-12-12 Thomas JaroschSilence more PC-Lint warnings
next