2015-03-19 |
Christian Herdtweck | fixed bug in match_destination_unreachable: message... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-19 |
Christian Herdtweck | added more tests, fixed trouble with position of test... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-19 |
Christian Herdtweck | can now interpret pcaps from tcpdump; created own pcap... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-19 |
Christian Herdtweck | added more testing pcap data |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-19 |
Christian Herdtweck | created data directory in test directory for pcap files... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-19 |
Christian Herdtweck | added revision to version string (0.3 --> 0.3.1) to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-18 |
Christian Herdtweck | added more getter to IcmpPacket so can test more |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-18 |
Christian Herdtweck | added new unittest for IcmpPacket |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-18 |
Christian Herdtweck | fixed bugs that caused DestinationUnreachable / TimeExc... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-18 |
Christian Herdtweck | added option to print raw message data in text form... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-18 |
Christian Herdtweck | added code to parse ICMP type TimeExceeded |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-18 |
Christian Herdtweck | in case of unknown ICMP reply type, consume data instea... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-18 |
Christian Herdtweck | added ip source and destination address to IpHeader... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-13 |
Christian Herdtweck | increased version to 0.3 since have now new ICMP packet... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-13 |
Christian Herdtweck | added a simple text output (to_string) for DestinationU... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-13 |
Christian Herdtweck | added a count of good/bad packets to feed_packet_data... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-13 |
Christian Herdtweck | added rule to create feed_packet tool to CMakeLists.txt |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-13 |
Christian Herdtweck | check if file is really open after opening; changed... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-13 |
Christian Herdtweck | got the tool feed_packet_data to compile and run and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-13 |
Christian Herdtweck | added a dump_option to IcmpPacketFactory creation funct... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-13 |
Christian Herdtweck | started creating a utility program in new folder tools... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-13 |
Christian Herdtweck | moved remaining implementations in ipv6header.h to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-13 |
Christian Herdtweck | give credit to Christopher Kohlhoff (boost asio) and... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-13 |
Christian Herdtweck | consequently moved all implementation from h to cpp... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-12 |
Christian Herdtweck | fixed bug in reading of checksum (which was found using... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-12 |
Christian Herdtweck | updated icmp unittests |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-12 |
Christian Herdtweck | moved some implementations from h to cpp files because... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-12 |
Christian Herdtweck | now working again: creating echo requests and parsing... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-12 |
Christian Herdtweck | re-ordered class for IcmpPacket |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-12 |
Christian Herdtweck | added encode_string to MessagePayload; removed checksum... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-03-12 |
Christian Herdtweck | created abstract base class IpHeader of Ipv4Header... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-26 |
Christian Herdtweck | added debug option enforcing dump of ICMP packets even... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-25 |
Christian Herdtweck | fixed bug: dumping packets leaked char array (dump... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-25 |
Christian Herdtweck | dumping now into a .pcap file with nicer filename,... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-25 |
Christian Herdtweck | dumping package data works |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-20 |
Christian Herdtweck | started copying icmp data before parsing it and dumping... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-19 |
Christian Herdtweck | make check for end of loop in icmppacketdistributor... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-11 |
Thomas Jarosch | Check weak_ptr before using it |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-11 |
Thomas Jarosch | No need for intermediate weak_ptr |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-11 |
Thomas Jarosch | Use const reference for smart_ptr in BOOST_FOREACH |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-11 |
Thomas Jarosch | Move graph documentation to doc/ |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-11 |
Christian Herdtweck | fix bug that caused crash for broken packets; change... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-11 |
Christian Herdtweck | updated TODO |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-11 |
Christian Herdtweck | removed another debugging test and corrected one debugg... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-05 |
Christian Herdtweck | created a graph to show how IcmpPinger, IcmpPacketDistr... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-05 |
Christian Herdtweck | give up trying to define IcmpPacketDistributor in own... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-05 |
Christian Herdtweck | got packetdistributor to work, but compiles/links only... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-04 |
Christian Herdtweck | limit line length of new files to 80 characters |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-02-04 |
Christian Herdtweck | use new file name (icmppaKetdistributor --> icmppacCKet... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-26 |
Christian Herdtweck | also rename file in CMakeLists.txt |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-26 |
Christian Herdtweck | rename IcmpPaketDistributor files to IcmpPacketDistribu... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-26 |
Christian Herdtweck | start removing socket use from IcmpPinger to only have... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-26 |
Christian Herdtweck | clean up IcmpPaketDistributors after stopping pingers |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-26 |
Christian Herdtweck | Pinger holds weak_ptr to self, Pingers created through... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-23 |
Christian Herdtweck | started to implement an icmp paket distributor; compile... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-22 |
Christian Herdtweck | added a test for pingcheck version to avoid trouble... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-22 |
Christian Herdtweck | another amendment to signal handler: make signaled_flag... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-22 |
Christian Herdtweck | added saving of history and results and function to... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-22 |
Christian Herdtweck | added a little failsave test into tester; simplified... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-22 |
Christian Herdtweck | had forgotten to reset default pingcheck binary from... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-22 |
Christian Herdtweck | amendment to last commit: only makes sense if use diffe... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-22 |
Christian Herdtweck | removed logging from signal handler; create one handler... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-22 |
Christian Herdtweck | changed return type of get_configuration in main: retur... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-22 |
Christian Herdtweck | changed treatment of --version arg; remember to print... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-22 |
Christian Herdtweck | corrected type of TTL: is now uint32_t everywhere ... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-22 |
Christian Herdtweck | removed Readme.code because was neither up to date... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-22 |
Christian Herdtweck | raised version number from 0.1 to 0.2 |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-21 |
Christian Herdtweck | remember pings based on host, not IP; correct logging... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-21 |
Christian Herdtweck | treat output as "left-over" only after terminatin proce... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-21 |
Christian Herdtweck | removed assert that does not make sense and is often... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-21 |
Christian Herdtweck | had forgotten to disable testing setting in pingcheck... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-21 |
Christian Herdtweck | done with long_term_test.py |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-21 |
Christian Herdtweck | improved tell-connd state representation |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-21 |
Christian Herdtweck | Raised importance of log output in signal handler:... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-16 |
Christian Herdtweck | use logging for all output, improve understanding of... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-16 |
Christian Herdtweck | some minor doc change I had overlooked |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-15 |
Christian Herdtweck | added a test python script that goes online/offline... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | renamed IcmpPinger::handle_ping_done to handle_timeout... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | some whitespace change I had forgotten |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | added case for unexpected signals in signal handler |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | make error return codes from main unique again |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | introduce a max number of exceptions ignored in io_serv... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | properly initialize variables remembering original... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | continue waiting for data if receive handler received... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | do not wait for IcmpEchoReply if sending of IcmpEchoReq... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | update docu messages for io_service |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2015-01-12 |
Christian Herdtweck | Clean up output, whitespace, |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-30 |
Christian Herdtweck | minor change in logging: avoid duplicated "Error: " |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-30 |
Christian Herdtweck | new signal handling in main; removed all thread-related... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-23 |
Christian Herdtweck | temp commit before leaving, started to change signal... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-23 |
Christian Herdtweck | hotfix for problem with 0-packages |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-18 |
Christian Herdtweck | changed logic of icmp package read/write and operator... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-18 |
Christian Herdtweck | fixed parsing of icmp data: only parses right amount... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-18 |
Christian Herdtweck | fixed possible reason for broken icmp packages: restric... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-09 |
Christian Herdtweck | fixed possible reason for broken icmp packages: restric... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-09 |
Christian Herdtweck | replace magic number 64k with constant SOCKET_BUFFER_SIZE |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-09 |
Christian Herdtweck | improved logging output (once again) |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-09 |
Christian Herdtweck | added a handler for failed BOOST_ASSERT-ions; add globa... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-09 |
Christian Herdtweck | added missing std::, commit before last does not compil... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
2014-12-08 |
Christian Herdtweck | debug-log-message when there is unused data in buffer... |
commit | commitdiff | tree | snapshot (zip tar.gz) |
next |