aboutsummaryrefslogtreecommitdiffstats
path: root/epan/camel-persistentdata.h
AgeCommit message (Collapse)AuthorFilesLines
2010-08-29Doxygen changes.Anders Broman1-13/+29
svn path=/trunk/; revision=33990
2008-02-18Add $Id$Bill Meier1-0/+2
svn path=/trunk/; revision=24382
2007-01-18PutGuy Harris1-7/+15
#ifdef __cplusplus extern "C" { #endif /* __cplusplus */ ... #ifdef __cplusplus } #endif /* __cplusplus */ wrappers into some header files, for the benefit of C++ plugins. Also, add multiple-include protections. svn path=/trunk/; revision=20485
2006-12-08Declare data values exported from libwireshark with WS_VAR_IMPORT.Guy Harris1-1/+1
svn path=/trunk/; revision=20072
2006-12-08Add the StatSRT flags to the header file, rather than declaring them inGuy Harris1-0/+2
all modules that use them. svn path=/trunk/; revision=20068
2006-12-08Get rid of CR's, and set the appropriate properties.Guy Harris1-115/+115
svn path=/trunk/; revision=20067
2006-10-04Finally got it to complie.Anders Broman1-1/+1
svn path=/trunk/; revision=19427
2006-10-04Got rid of some errors but 1 remains:Anders Broman1-12/+1
libui.lib(camel_srt.obj) : error LNK2001: unresolved external symbol _camelSRTt pe_naming wireshark.exe : fatal error LNK1120: 1 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460' Stop. svn path=/trunk/; revision=19424
2006-10-03From Florent.Drouin@alcatel.fr:Anders Broman1-0/+126
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