aboutsummaryrefslogtreecommitdiffstats
path: root/tap-camelcounter.c
AgeCommit message (Collapse)AuthorFilesLines
2008-02-18Add $Id$wmeier1-0/+3
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24382 f5534014-38df-0310-8fa8-9805f1628bb7
2008-02-03More rewrite of prohibited APIs (sprintf, strcpy, strcat).stig1-2/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@24258 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-13next try to fix includeskukosa1-1/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22297 f5534014-38df-0310-8fa8-9805f1628bb7
2007-07-13add necessary includekukosa1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22296 f5534014-38df-0310-8fa8-9805f1628bb7
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.etxrab1-0/+1
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21753 f5534014-38df-0310-8fa8-9805f1628bb7
2006-10-03From Florent.Drouin@alcatel.fr:etxrab1-0/+146
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. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@19420 f5534014-38df-0310-8fa8-9805f1628bb7