pingcheck
2015-03-18 Christian Herdtweckadded more getter to IcmpPacket so can test more
2015-03-18 Christian Herdtweckadded new unittest for IcmpPacket
2015-03-18 Christian Herdtweckfixed bugs that caused DestinationUnreachable / TimeExc...
2015-03-18 Christian Herdtweckadded option to print raw message data in text form...
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-18 Christian Herdtweckadded ip source and destination address to IpHeader...
2015-03-13 Christian Herdtweckincreased version to 0.3 since have now new ICMP packet...
2015-03-13 Christian Herdtweckadded a simple text output (to_string) for DestinationU...
2015-03-13 Christian Herdtweckadded a count of good/bad packets to feed_packet_data...
2015-03-13 Christian Herdtweckadded rule to create feed_packet tool to CMakeLists.txt
2015-03-13 Christian Herdtweckcheck if file is really open after opening; changed...
2015-03-13 Christian Herdtweckgot the tool feed_packet_data to compile and run and...
2015-03-13 Christian Herdtweckadded a dump_option to IcmpPacketFactory creation funct...
2015-03-13 Christian Herdtweckstarted creating a utility program in new folder tools...
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 Herdtweckupdated icmp unittests
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-03-12 Christian Herdtweckcreated abstract base class IpHeader of Ipv4Header...
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 Thomas JaroschMove graph documentation to doc/
2015-02-11 Christian Herdtweckfix bug that caused crash for broken packets; change...
2015-02-11 Christian Herdtweckupdated TODO
2015-02-11 Christian Herdtweckremoved another debugging test and corrected one debugg...
2015-02-05 Christian Herdtweckcreated a graph to show how IcmpPinger, IcmpPacketDistr...
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 Herdtweckalso rename file in CMakeLists.txt
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 Herdtweckadded a test for pingcheck version to avoid trouble...
2015-01-22 Christian Herdtweckanother amendment to signal handler: make signaled_flag...
2015-01-22 Christian Herdtweckadded saving of history and results and function to...
2015-01-22 Christian Herdtweckadded a little failsave test into tester; simplified...
2015-01-22 Christian Herdtweckhad forgotten to reset default pingcheck binary from...
2015-01-22 Christian Herdtweckamendment to last commit: only makes sense if use diffe...
2015-01-22 Christian Herdtweckremoved logging from signal handler; create one handler...
2015-01-22 Christian Herdtweckchanged return type of get_configuration in main: retur...
2015-01-22 Christian Herdtweckchanged treatment of --version arg; remember to print...
2015-01-22 Christian Herdtweckcorrected type of TTL: is now uint32_t everywhere ...
2015-01-22 Christian Herdtweckremoved Readme.code because was neither up to date...
2015-01-22 Christian Herdtweckraised version number from 0.1 to 0.2
2015-01-21 Christian Herdtweckremember pings based on host, not IP; correct logging...
2015-01-21 Christian Herdtwecktreat output as "left-over" only after terminatin proce...
2015-01-21 Christian Herdtweckremoved assert that does not make sense and is often...
2015-01-21 Christian Herdtweckhad forgotten to disable testing setting in pingcheck...
2015-01-21 Christian Herdtweckdone with long_term_test.py
2015-01-21 Christian Herdtweckimproved tell-connd state representation
2015-01-21 Christian HerdtweckRaised importance of log output in signal handler:...
2015-01-16 Christian Herdtweckuse logging for all output, improve understanding of...
2015-01-16 Christian Herdtwecksome minor doc change I had overlooked
2015-01-15 Christian Herdtweckadded a test python script that goes online/offline...
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 Herdtweckadded case for unexpected signals in signal handler
2015-01-12 Christian Herdtweckmake error return codes from main unique again
2015-01-12 Christian Herdtweckintroduce a max number of exceptions ignored in io_serv...
2015-01-12 Christian Herdtweckproperly initialize variables remembering original...
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 Herdtweckminor change in logging: avoid duplicated "Error: "
2014-12-30 Christian Herdtwecknew signal handling in main; removed all thread-related...
2014-12-23 Christian Herdtwecktemp commit before leaving, started to change signal...
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-09 Christian Herdtweckadded missing std::, commit before last does not compil...
2014-12-08 Christian Herdtweckdebug-log-message when there is unused data in buffer...
2014-12-08 Christian Herdtweckadded global try-catch to main
2014-11-17 Christian Herdtweckmade text log output slightly more informative and...
2014-11-12 Christian Herdtweckadded target "dist" to CMakeLists.txt, which uses ...
2014-11-12 Christian Herdtweckmore rigorous command line option checking; ensure...
2014-11-12 Christian Herdtweckwarn in case of unrecognized command line options;...
2014-11-12 Christian Herdtweckhad forgotten to remove a (rather stupid) debug test...
next