]> git.tdb.fi Git - netvis.git/blobdiff - source/port.h
Handle ICMP packets
[netvis.git] / source / port.h
index 8877ed9067df827cf8a332503d0bf1b72b42b835..7fdd87e9a3b49cc70ec95101bea9197d835ce8e1 100644 (file)
@@ -31,6 +31,7 @@ public:
 
        unsigned get_number() const { return number; }
        bool is_registered() const { return registered; }
+       void set_name(const std::string &);
        const std::string &get_name() const { return name; }
        const Msp::GL::Color &get_color() const { return color; }