The packet printing is polymorphically performed by the IcmpPackets instead of the...
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Wed, 2 Nov 2011 04:36:11 +0000 (02:36 -0200)
committerGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Wed, 2 Nov 2011 04:36:11 +0000 (02:36 -0200)
commit8ddcec434b70d9dcdc2c2416263224e3476a7302
tree6c9214778db5618e2b7613bdbdf54906ca01f251
parent2096942bca4e2238f5f50090f7ec7cd508e2dfb7
The packet printing is polymorphically performed by the IcmpPackets instead of the IcmpPinger
- Due to different fields, the printing methods were moved to the packet classes
src/CMakeLists.txt
src/icmp/icmppacket.cpp [new file with mode: 0644]
src/icmp/icmppacket.h [new file with mode: 0644]
src/icmp/icmppinger.cpp
src/icmp/icmppinger.h
src/icmp/icmpv4packet.cpp
src/icmp/icmpv4packet.h
src/icmp/icmpv6packet.cpp
src/icmp/icmpv6packet.h