ostinato/server
Srivats P. b28bcd3055 Implemented "exclusive control" for a port using bindconfig (Win32 only). Following changes done for the same -
- OstProto service has a new method "modifyPort()"
- At port init port.isExclusive is now set using a bindconfig query (Win32 only)
- AbstractPort interface has 2 new pure virtual methods - hasExclusiveControl() and setExclusiveControl()
- PcapPort does not support this functionality (yet) so these methods return false
- WinPcapPort suppots this new functionality using bindconfig
- Port's notes (specifying Rx/Tx limitations) are now set and updated based on hasExclusiveControl()
- Presence of 'notes' on a port is indicated using a '*' after the port name in the port stats window
- The tabwidget has been removed from Port Window | Stream View Pane
- Ostinato Client has a new action in the port window's context menu for the same
- Port Icon in the Port Window is decorated based on exclusive control
2010-02-09 15:21:52 +00:00
..
icons Features 2009-11-29 16:32:31 +00:00
abstractport.cpp Implemented "exclusive control" for a port using bindconfig (Win32 only). Following changes done for the same - 2010-02-09 15:21:52 +00:00
abstractport.h Implemented "exclusive control" for a port using bindconfig (Win32 only). Following changes done for the same - 2010-02-09 15:21:52 +00:00
drone_main.cpp Converted all EOLs to unix-style '\n' only 2009-12-28 10:05:42 +00:00
drone.cpp Fixed a bunch of memory leaks - thanks to the superb Valgrind! 2010-01-08 15:18:55 +00:00
drone.h Converted all EOLs to unix-style '\n' only 2009-12-28 10:05:42 +00:00
drone.pro Changes for successful Linux compilation 2010-01-02 13:49:54 +00:00
drone.qrc Refactoring 2009-12-26 17:33:27 +00:00
drone.ui Features 2009-11-29 16:32:31 +00:00
myservice.cpp Implemented "exclusive control" for a port using bindconfig (Win32 only). Following changes done for the same - 2010-02-09 15:21:52 +00:00
myservice.h Implemented "exclusive control" for a port using bindconfig (Win32 only). Following changes done for the same - 2010-02-09 15:21:52 +00:00
pcapextra.cpp - All tabs converted to spaces in all files 2009-12-28 08:31:28 +00:00
pcapextra.h Changes for successful Linux compilation 2010-01-02 13:49:54 +00:00
pcapport.cpp Implemented "exclusive control" for a port using bindconfig (Win32 only). Following changes done for the same - 2010-02-09 15:21:52 +00:00
pcapport.h Implemented "exclusive control" for a port using bindconfig (Win32 only). Following changes done for the same - 2010-02-09 15:21:52 +00:00
portmanager.cpp Fixed a bunch of memory leaks - thanks to the superb Valgrind! 2010-01-08 15:18:55 +00:00
portmanager.h Removed vim modelines since we have a project .vimrc now 2009-12-28 08:34:47 +00:00
winpcapport.cpp Implemented "exclusive control" for a port using bindconfig (Win32 only). Following changes done for the same - 2010-02-09 15:21:52 +00:00
winpcapport.h Implemented "exclusive control" for a port using bindconfig (Win32 only). Following changes done for the same - 2010-02-09 15:21:52 +00:00