Update pingcheck to work with cmake 3.28
[pingcheck] / src / icmp / icmpdata.h
2015-05-04 Christian Herdtweckremove the footer saying that vim is the best editor...
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-18 Christian Herdtweckadded more getter to IcmpPacket so can test more
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 Herdtweckgive credit to Christopher Kohlhoff (boost asio) and...
2015-03-13 Christian Herdtweckconsequently moved all implementation from h to cpp...
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
2011-09-10 Guilherme Maciel... Changed include guards style to the project's standard
2011-05-12 Thomas JaroschAdd boost license + proper copyright were needed
2011-03-03 Guilherme Maciel... Moved ICMP abstraction classes to the icmp directory...