Encapsulated the encode, decode, read and write methods within the IcmpMessagePayload...
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Tue, 12 Apr 2011 08:43:25 +0000 (10:43 +0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@intra2net.com>
Tue, 12 Apr 2011 08:43:25 +0000 (10:43 +0200)
commit103d0380d3b46311775e2c85439d7a9d406f44f7
tree3bf88c30d3880efecec2cca04793138a56947a7c
parent1519ee4f911804137fe6ae1936f60deb7515473f
Encapsulated the encode, decode, read and write methods within the IcmpMessagePayload class
- simplify the message classes
src/CMakeLists.txt
src/icmp/icmpdestinationunreachablemessage.cpp
src/icmp/icmpdestinationunreachablemessage.h
src/icmp/icmpechoreplymessage.cpp
src/icmp/icmpechoreplymessage.h
src/icmp/icmpechorequestmessage.cpp
src/icmp/icmpechorequestmessage.h
src/icmp/icmpmessagepayload.cpp [new file with mode: 0644]
src/icmp/icmpmessagepayload.h [new file with mode: 0644]