Srivats P.
|
10d921adfc
|
Export streams as a python script for use with python-ostinato
|
2015-03-01 21:36:13 +05:30 |
|
Srivats P.
|
ac7e378939
|
Names of capture files on the client now include the interface name so that it is easy to identify which capture belongs to which port when multiple captures are open in multiple Wireshark windows.
|
2015-01-16 20:29:11 +05:30 |
|
Srivats P.
|
02e442a6bf
|
Check for updates (newer version) at startup - for now only Ostinato does this check, not drone.
|
2015-01-15 20:22:24 +05:30 |
|
Srivats P.
|
e2a4431418
|
Invoking Port Filter Dialog will now always show selected list in the same order as in the port stats window before invocation
|
2015-01-09 20:48:58 +05:30 |
|
Srivats P.
|
37711fdd5c
|
Fixed typo that was causing "Clear All Stats" to clear only the first portgroup and not the rest
Fixes issue 89
|
2015-01-01 21:00:23 +05:30 |
|
John Paul Spiro-Colwell
|
1bc4efe48b
|
Correct names of ports in Port Stats Window. The problem is seen only with 2 (or more) portgroups where the number of ports in the subsequent portgroup is more than the number of ports in the previous portgroup
Fixes issue 88
|
2014-12-27 12:16:42 +05:30 |
|
Srivats P.
|
50f20a5452
|
During stream configuration - when deleting a protocol, delete its associated widget also, otherwise if a newly allocated protocol gets the same heap address as the old protocol, the old protocol's widget gets associated with the new protocol.
Fixes issue 131
|
2014-11-07 20:21:02 +05:30 |
|
Srivats P.
|
943eb49b66
|
Fix scrolling issue in packet view protocol/field tree
Fixes issue 140
|
2014-11-03 21:22:45 +05:30 |
|
Srivats P.
|
48215ae93a
|
Make Items in "All Protocols" and "Selected Protocols List" read-only
|
2014-11-03 20:49:42 +05:30 |
|
Srivats P.
|
09a79a010d
|
Fixing compiler warning
|
2014-07-06 19:28:30 +05:30 |
|
Srivats P.
|
470d390658
|
fix gcc warnings
|
2014-07-06 18:36:01 +05:30 |
|
Srivats P.
|
9955d31b77
|
Added RPC for version compatibility check between client and server; both GUI and DroneProxy call this as the first RPC before proceeding ahead; if client is inompatible, drone additionally closes the connection; drone won't handle any RPCs untiil version check is performed and client is found compatible; fixed DroneProxy bug which did not allow to connect again after disconnect; fixed RPC bug which failed to detect unsupported method id; RPC-server now returns RPC error in case of failure; added a bunch of RPC tests for version compat
|
2014-07-06 11:19:22 +05:30 |
|
Srivats P.
|
1ea635bcfb
|
Renamed RPCs start/stopTx as start/stopTransmit
|
2014-06-30 19:49:17 +05:30 |
|
Srivats P.
|
3b546637e4
|
Updated About Dialog with copyright date and web URLs
|
2014-06-29 21:04:19 +05:30 |
|
Srivats P.
|
7bfb146284
|
Fixed StreamConfigDialog Tab Order
|
2014-06-29 20:31:34 +05:30 |
|
Srivats P.
|
3b4b5a19b9
|
Moved generation of pkg_info from setup.py to qmake/make - version.pri refactored suitably. Reimplemented sdist_clean as a new setuptools command
|
2014-06-08 19:10:49 +05:30 |
|
Srivats P.
|
f7c3c06845
|
Converted some static vars in RpcConnection:on_clientSock_dataAvail() into member vars to avoid contention across connections; fixed condition which causes a portgroup to never query for stats (it assumes a GetStats is already outstanding) caused by a timing condition (repeated connect/disconnect); improved debug output for RPCs on both client and server side
|
2014-05-19 18:26:20 +05:30 |
|
Srivats P.
|
1a6b23e31d
|
Enabled multiple client connections to server, each in its own thread. Need to redo the thread design 'coz subclassing QThread with slots may cause problems.
|
2014-05-17 10:12:29 +05:30 |
|