extended ICMP packet dumping to parts after packet creation
[pingcheck] / src / icmp / icmppacket.h
index 2f8a702..152462d 100644 (file)
@@ -106,6 +106,7 @@ public:
     ReadReturnCode read(std::istream &is);
 
     bool write(std::ostream &os) const;
+    bool dump( std::ostream &os) const;
 
     std::string to_string() const;