Update pingcheck to work with cmake 3.28
[pingcheck] / src / icmp / icmpheader.h
2015-05-04 Christian Herdtweckremove the footer saying that vim is the best editor...
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-10-18 Guilherme Maciel... Renamed IcmpHeader class to Icmpv4Header, in order...
2011-08-27 Guilherme Maciel... Message headers now have their wire format in Doxygen
2011-08-13 Guilherme Maciel... The Include Guards must match the file's name
2011-05-12 Thomas JaroschAdd boost license + proper copyright were needed
2011-04-28 Guilherme Maciel... Included doxygen comments to member variables.
2011-04-08 Guilherme Maciel... Refactoring the ICMP message parsing
2011-04-07 Guilherme Maciel... Given more meaningful names to the variables
2011-03-29 Guilherme Maciel... Standardizing the enumerations
2011-03-14 Guilherme Maciel... Re-organizing the headers files in order to...
2011-03-11 Guilherme Maciel... Aesthetic change to header files according to the proje...
2011-03-03 Guilherme Maciel... Moved ICMP abstraction classes to the icmp directory...