aboutsummaryrefslogtreecommitdiffstats
path: root/epan/camel-persistentdata.c
AgeCommit message (Collapse)AuthorFilesLines
2013-01-04replace "unsigned" datatype with "guint". Some mpeg files needed "unsigned ↵Michael Mann1-2/+2
int" instead. bugs 7825-7827 (https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7825) svn path=/trunk/; revision=46928
2012-09-20We always HAVE_CONFIG_H so don't bother checking whether we have it or not.Jeff Morriss1-3/+1
svn path=/trunk/; revision=45016
2012-06-28Update Free Software Foundation address.Jakub Zawadzki1-1/+1
(COPYING will be updated in next commit) svn path=/trunk/; revision=43536
2012-06-24From Evan Huus:Anders Broman1-4/+2
Simplify debugging ifdef in camel-persistantdata.c https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7398 svn path=/trunk/; revision=43456
2012-01-14Remove obsolete comments referring to mem_chunks.Bill Meier1-2/+2
svn path=/trunk/; revision=40507
2009-08-21Sanitize epan includesKovarththanan Rajaratnam1-5/+5
svn path=/trunk/; revision=29502
2009-02-07#include <epan/conversation.h> not req'd ...Bill Meier1-1/+0
svn path=/trunk/; revision=27392
2008-05-08Use PROTO_ITEM_SET_HIDDEN().Anders Broman1-6/+10
svn path=/trunk/; revision=25255
2008-02-18Add $Id$Bill Meier1-0/+2
svn path=/trunk/; revision=24382
2007-05-13Second step in introducing asn context to BER dissectors just like in PER.Anders Broman1-0/+1
svn path=/trunk/; revision=21753
2007-04-16Frame numbers are unsigned, print them as suchJeff Morriss1-8/+8
svn path=/trunk/; revision=21443
2007-02-19Remove some unused parameters (pinfo).Jeff Morriss1-184/+171
Remove some _U_'s on parameters that _are_ used. Reindent some. svn path=/trunk/; revision=20862
2006-12-08Get rid of forward declaration of non-existent routine.Guy Harris1-3/+0
svn path=/trunk/; revision=20066
2006-10-10Include "epan/tap.h" to declare a function we use.Guy Harris1-0/+1
svn path=/trunk/; revision=19475
2006-10-04Got rid of some errors but 1 remains:Anders Broman1-0/+13
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/+798
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