Index: trunk/BNC/bncnetqueryrtp.cpp
===================================================================
--- trunk/BNC/bncnetqueryrtp.cpp	(revision 1412)
+++ trunk/BNC/bncnetqueryrtp.cpp	(revision 1413)
@@ -124,7 +124,7 @@
         QString line = in.readLine();
         while (!line.isEmpty()) {
-          cout << line.toAscii().data() << endl;;
           if (line.indexOf("Session:") == 0) {
             session = line.mid(9).toAscii();
+            break;
           }
           line = in.readLine();
@@ -147,5 +147,4 @@
               line = in.readLine();
               while (!line.isEmpty()) {
-                cout << line.toAscii().data() << endl;
                 if (line.indexOf("200 OK") != -1) {
                   cout << "Connection Established" << endl;
Index: trunk/BNC/bncnetqueryrtp.h
===================================================================
--- trunk/BNC/bncnetqueryrtp.h	(revision 1412)
+++ trunk/BNC/bncnetqueryrtp.h	(revision 1413)
@@ -16,4 +16,5 @@
  private:
   QTcpSocket* _socket;
+  QUdpSocket* _udpSocket;
 };
 
