From f8d08db59ac05f5bf2f56e6ebf69c28dfbe8b13e Mon Sep 17 00:00:00 2001 From: mickeyl Date: Thu, 09 Oct 2003 00:03:06 +0000 Subject: - catch up with changed sniffing behaviour in newer wlan-ng *puke* drivers - new API: OPacketCapturer::next( int time ) --- (limited to 'libopie2/opienet/opcap.h') diff --git a/libopie2/opienet/opcap.h b/libopie2/opienet/opcap.h index 51f067a..54b256b 100644 --- a/libopie2/opienet/opcap.h +++ b/libopie2/opienet/opcap.h @@ -605,6 +605,11 @@ class OPacketCapturer : public QObject */ OPacket* next(); /** + * @returns the next @ref OPacket from the packet capturer, if + * one arrives within @a time milliseconds. + */ + OPacket* next( int time ); + /** * Open the packet capturer to capture packets in live-mode from @a interface. */ bool open( const QString& interface ); -- cgit v0.9.0.2