-rw-r--r-- | libopie2/opienet/opcap.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libopie2/opienet/opcap.h b/libopie2/opienet/opcap.h index f0d1d81..51f067a 100644 --- a/libopie2/opienet/opcap.h +++ b/libopie2/opienet/opcap.h @@ -508,8 +508,10 @@ class ODHCPPacket : public QObject QHostAddress yourAddress() const; QHostAddress serverAddress() const; QHostAddress relayAddress() const; + OMacAddress clientMacAddress() const; + bool isRequest() const; bool isReply() const; QString type() const; |