git://developer.intra2net.com
/
pingcheck
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
0d46491
)
Moved ICMP abstraction classes to the icmp directory, leaving the ping directory...
author
Guilherme Maciel Ferreira
<guilherme.maciel.ferreira@intra2net.com>
Thu, 3 Mar 2011 15:15:10 +0000 (16:15 +0100)
committer
Guilherme Maciel Ferreira
<guilherme.maciel.ferreira@intra2net.com>
Thu, 3 Mar 2011 15:15:10 +0000 (16:15 +0100)
src/CMakeLists.txt
patch
|
blob
|
blame
|
history
src/icmp/checksumcalculator.h
[moved from
src/ping/checksumcalculator.h
with 100% similarity]
patch
|
blob
|
blame
|
history
src/icmp/icmpchecksumcalculator.h
[moved from
src/ping/icmpchecksumcalculator.h
with 100% similarity]
patch
|
blob
|
blame
|
history
src/icmp/icmpdata.h
[moved from
src/ping/icmpdata.h
with 100% similarity]
patch
|
blob
|
blame
|
history
src/icmp/icmpheader.cpp
[moved from
src/ping/icmpheader.cpp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/icmp/icmpheader.h
[moved from
src/ping/icmpheader.h
with 100% similarity]
patch
|
blob
|
blame
|
history
src/icmp/icmppacket.cpp
[moved from
src/ping/icmppacket.cpp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/icmp/icmppacket.h
[moved from
src/ping/icmppacket.h
with 100% similarity]
patch
|
blob
|
blame
|
history
src/icmp/ipv4header.cpp
[moved from
src/ping/ipv4header.cpp
with 100% similarity]
patch
|
blob
|
blame
|
history
src/icmp/ipv4header.h
[moved from
src/ping/ipv4header.h
with 100% similarity]
patch
|
blob
|
blame
|
history
diff --git
a/src/CMakeLists.txt
b/src/CMakeLists.txt
index
8d8f4e3
..
2c5bf24
100644
(file)
--- a/
src/CMakeLists.txt
+++ b/
src/CMakeLists.txt
@@
-1,6
+1,7
@@
# include directories where the source code is located
include_directories(
config
+ icmp
ping
${Boost_INCLUDE_DIRS}
)
@@
-9,11
+10,11
@@
include_directories(
set( SOURCES
config/configuration.cpp
config/configurationreader.cpp
+ icmp/icmpheader.cpp
+ icmp/icmppacket.cpp
+ icmp/ipv4header.cpp
ping/boostpinger.cpp
ping/host.cpp
- ping/icmpheader.cpp
- ping/icmppacket.cpp
- ping/ipv4header.cpp
ping/pingcheck.cpp
ping/pinger.cpp
main.cpp
diff --git
a/src/ping/checksumcalculator.h
b/src/icmp/checksumcalculator.h
similarity index 100%
rename from
src/ping/checksumcalculator.h
rename to
src/icmp/checksumcalculator.h
diff --git
a/src/ping/icmpchecksumcalculator.h
b/src/icmp/icmpchecksumcalculator.h
similarity index 100%
rename from
src/ping/icmpchecksumcalculator.h
rename to
src/icmp/icmpchecksumcalculator.h
diff --git
a/src/ping/icmpdata.h
b/src/icmp/icmpdata.h
similarity index 100%
rename from
src/ping/icmpdata.h
rename to
src/icmp/icmpdata.h
diff --git
a/src/ping/icmpheader.cpp
b/src/icmp/icmpheader.cpp
similarity index 100%
rename from
src/ping/icmpheader.cpp
rename to
src/icmp/icmpheader.cpp
diff --git
a/src/ping/icmpheader.h
b/src/icmp/icmpheader.h
similarity index 100%
rename from
src/ping/icmpheader.h
rename to
src/icmp/icmpheader.h
diff --git
a/src/ping/icmppacket.cpp
b/src/icmp/icmppacket.cpp
similarity index 100%
rename from
src/ping/icmppacket.cpp
rename to
src/icmp/icmppacket.cpp
diff --git
a/src/ping/icmppacket.h
b/src/icmp/icmppacket.h
similarity index 100%
rename from
src/ping/icmppacket.h
rename to
src/icmp/icmppacket.h
diff --git
a/src/ping/ipv4header.cpp
b/src/icmp/ipv4header.cpp
similarity index 100%
rename from
src/ping/ipv4header.cpp
rename to
src/icmp/ipv4header.cpp
diff --git
a/src/ping/ipv4header.h
b/src/icmp/ipv4header.h
similarity index 100%
rename from
src/ping/ipv4header.h
rename to
src/icmp/ipv4header.h