aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/camel_srt.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix some "format not a string literal and no format arguments" warnings.Stig Bjørlykke2008-10-311-1/+1
| | | | svn path=/trunk/; revision=26641
* Bring the windows to front when rescanning of packets are done.Stig Bjørlykke2008-10-131-0/+1
| | | | svn path=/trunk/; revision=26438
* sort #includes by directoriesUlf Lamping2008-04-131-14/+15
| | | | svn path=/trunk/; revision=24967
* where it's not necessary, remove #include "compat_macros.h"Ulf Lamping2008-04-121-1/+0
| | | | svn path=/trunk/; revision=24922
* Start getting rid of the uses of compat_macro.h's macros.Stephen Fisher2008-04-091-3/+3
| | | | svn path=/trunk/; revision=24860
* Add $Id$Bill Meier2008-02-181-0/+2
| | | | svn path=/trunk/; revision=24382
* Fix bug #954 for LDAP SRT stats along with the same problem in all the otherStephen Fisher2007-11-281-2/+4
| | | | | | | SRT code. svn path=/trunk/; revision=23640
* Second step in introducing asn context to BER dissectors just like in PER.Anders Broman2007-05-131-0/+1
| | | | svn path=/trunk/; revision=21753
* From Florent.Drouin@alcatel.fr:Anders Broman2006-10-031-0/+248
Please find two new TAP for Camel Statistics. The first one updates counters related to camel operations. It is located in the GSM submenu. The second one , named Camel Service Response Time, gives the time ellapsed between a couple of camel specifics operations. (For example InitialDP/Continue or InitialDP GPRS/Continue GPRS). With Wireshark, you can have the Min/Max/Mean delay time for your traces files, and with Tshark, you have the additional information for percentile (1%,95% 99% etc ) To enable the use of the Camel statistics, you have 2 new parameters in the preferences, - SRT, enable the service Response Time calculation. - persistentSRT, keep the data in a context, even after the camel session has been closed. This is mandatory with Wireshark, to have a clean display of the stats. Only the new files checked in for now because of include problems. svn path=/trunk/; revision=19420