From b7682f160fafe69bfd47dcfb1c88f2ac2b1afaf5 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Sat, 05 Apr 2003 23:08:46 +0000 Subject: - correct beacon bug (off-by-one) - display hex dump per packet in hex window - allow saving hex window contents --- (limited to 'noncore/net/wellenreiter/gui/hexwindow.h') diff --git a/noncore/net/wellenreiter/gui/hexwindow.h b/noncore/net/wellenreiter/gui/hexwindow.h index 2618b8c..f2f870c 100644 --- a/noncore/net/wellenreiter/gui/hexwindow.h +++ b/noncore/net/wellenreiter/gui/hexwindow.h @@ -28,6 +28,7 @@ class MHexWindow: public QVBox MHexWindow( QWidget * parent = 0, const char * name = "MHexWindow", WFlags f = 0 ); void log( QString text ); + const QString getLog() const; void clear(); protected: -- cgit v0.9.0.2