remove the footer saying that vim is the best editor -- anyone knows anyway
authorChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 4 May 2015 15:09:04 +0000 (17:09 +0200)
committerChristian Herdtweck <christian.herdtweck@intra2net.com>
Mon, 4 May 2015 15:09:04 +0000 (17:09 +0200)
28 files changed:
src/dns/dnscache.h
src/dns/dnsmaster.h
src/dns/dnsresolver.h
src/dns/ippseudoresolver.h
src/dns/resolverbase.cpp
src/dns/resolverbase.h
src/icmp/icmpdata.cpp
src/icmp/icmpdata.h
src/icmp/icmpdata_pingfailreply.cpp
src/icmp/icmpdata_pingfailreply.h
src/icmp/icmpdestinationunreachabledata.cpp
src/icmp/icmpdestinationunreachabledata.h
src/icmp/icmpechodata.cpp
src/icmp/icmpechodata.h
src/icmp/icmpheader.cpp
src/icmp/icmpheader.h
src/icmp/icmppacket.cpp
src/icmp/icmppacket.h
src/icmp/icmptimeexceededdata.cpp
src/icmp/icmptimeexceededdata.h
src/ip/ipheader.cpp
src/ip/ipheader.h
src/tools/pcap.cpp
src/tools/pcap.h
test/connd_state.py
test/long_term_test.py
test/strftimedelta.py
test/test_icmppacket.cpp

index c165c0d..9268c77 100644 (file)
@@ -91,5 +91,3 @@ typedef boost::shared_ptr<DnsCache> DnsCacheItem;
 
 #endif
 
-// (created using vim -- the world's best text editor)
-
index 3b52cdf..ad26341 100644 (file)
@@ -139,5 +139,3 @@ private:
 
 #endif
 
-// (created using vim -- the world's best text editor)
-
index f2d45c3..5ab1fd2 100644 (file)
@@ -118,5 +118,4 @@ private:
 };
 
 #endif
-// (created using vim -- the world's best text editor)
 
index a256a06..0e194b8 100644 (file)
@@ -79,5 +79,3 @@ protected:
 };
 #endif
 
-// (created using vim -- the world's best text editor)
-
index 362b3b9..367f46e 100644 (file)
@@ -123,5 +123,3 @@ void ResolverBase::schedule_callbacks(const bool was_success,
     }
 }
 
-// (created using vim -- the world's best text editor)
-
index 5e1fb6f..ee33447 100644 (file)
@@ -101,5 +101,3 @@ protected:
 
 #endif
 
-// (created using vim -- the world's best text editor)
-
index 791aa5d..828afc2 100644 (file)
@@ -146,5 +146,3 @@ std::ostream& operator<<(
 )
 {  return data.write( os );  }
 
-// (created using vim -- the world's best text editor)
-
index f428b3e..7eef8ae 100644 (file)
@@ -98,5 +98,3 @@ typedef boost::shared_ptr<IcmpData> IcmpDataPtr;
 
 #endif
 
-// (created using vim -- the world's best text editor)
-
index 118e369..b7f07cf 100644 (file)
@@ -141,6 +141,3 @@ int IcmpData_PingFailReply::get_icmp_data_offset() const
         return -1;
 }
 
-
-// (created using vim -- the world's best text editor)
-
index b0ea405..f342eea 100644 (file)
@@ -89,5 +89,3 @@ protected:
 
 #endif
 
-// (created using vim -- the world's best text editor)
-
index bfb17f4..2645684 100644 (file)
@@ -78,5 +78,3 @@ std::string IcmpDestinationUnreachableData::to_string() const
     }
 }
 
-// (created using vim -- the world's best text editor)
-
index 4db1b34..62a9036 100644 (file)
@@ -64,5 +64,3 @@ public:
 
 #endif
 
-// (created using vim -- the world's best text editor)
-
index a520249..c2e327d 100644 (file)
@@ -108,5 +108,3 @@ std::string IcmpEchoData::to_string() const
     return buf.str();
 }
 
-// (created using vim -- the world's best text editor)
-
index d408e44..b5a9fed 100644 (file)
@@ -75,5 +75,3 @@ public:
 
 #endif
 
-// (created using vim -- the world's best text editor)
-
index 3a2047d..ffc0013 100644 (file)
@@ -110,6 +110,3 @@ std::ostream& operator<<(
 )
 {  return header.write( os );  }
 
-
-// (created using vim -- the world's best text editor)
-
index 540e2e2..05cfc6e 100644 (file)
@@ -73,5 +73,3 @@ protected:
 
 #endif
 
-// (created using vim -- the world's best text editor)
-
index fe896b7..873c1b7 100644 (file)
@@ -372,5 +372,3 @@ std::string IcmpPacket::to_string() const
     return buf.str();
 }
 
-
-// (created using vim -- the world's best text editor)
index a89b50d..2f8a702 100644 (file)
@@ -125,5 +125,3 @@ typedef boost::shared_ptr<IcmpPacket> IcmpPacketItem;
 
 #endif
 
-// (created using vim -- the world's best text editor)
-
index e778bb9..8cba194 100644 (file)
@@ -75,5 +75,3 @@ std::string IcmpTimeExceededData::to_string() const
     }
 }
 
-// (created using vim -- the world's best text editor)
-
index 3f6eef8..a8f0047 100644 (file)
@@ -59,5 +59,3 @@ public:
 
 #endif
 
-// (created using vim -- the world's best text editor)
-
index 379c3d5..d6d38d5 100644 (file)
@@ -31,5 +31,3 @@ std::string IpHeader::to_string() const
     return buf.str();
 }
 
-// (created using vim -- the world's best text editor)
-
index f0ad72e..66175d7 100644 (file)
@@ -49,5 +49,3 @@ typedef boost::shared_ptr<IpHeader> IpHeaderPtr;
 
 #endif
 
-// (created using vim -- the world's best text editor)
-
index d7e1dd3..1ca7a69 100644 (file)
@@ -141,5 +141,3 @@ bool consume_single_packet_pcap(std::istream &input_stream)
 
 #pragma pack(pop) // restore old value
 
-// (created using vim -- the world's best text editor)
-
index 0d3a460..0db4807 100644 (file)
@@ -75,5 +75,3 @@ bool consume_single_packet_pcap(std::istream &input_stream);
 
 #endif
 
-// (created using vim -- the world's best text editor)
-
index 1f11e12..ca96011 100755 (executable)
@@ -281,5 +281,3 @@ def main():
 if __name__ == '__main__':
     main()
 
-# (created using vim -- the world's best text editor)
-
index b9c3756..03559a6 100755 (executable)
@@ -912,5 +912,3 @@ if __name__ == '__main__':
     main()
     logging.shutdown()
 
-# (created using vim -- the world's best text editor)
-
index 4596c2a..ef08055 100644 (file)
@@ -101,5 +101,3 @@ def main():
 if __name__ == '__main__':
     main()
 
-# (created using vim -- the world's best text editor)
-
index 0638e5f..692586e 100644 (file)
@@ -148,5 +148,4 @@ BOOST_AUTO_TEST_CASE( DestinationUnreachable )
 }
 
 BOOST_AUTO_TEST_SUITE_END()
-// (created using vim -- the world's best text editor)