ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-commits: [Wireshark-commits] rev 19420: /trunk/ /trunk/epan/: camel-persistentdata.c came

Date: Tue, 03 Oct 2006 22:12:48 GMT
http://anonsvn.wireshark.org/viewvc/viewvc.cgi?view=rev&revision=19420

User: etxrab
Date: 2006/10/03 10:12 PM

Log:
 From Florent.Drouin@xxxxxxxxxx:
 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.

Directory: /trunk/epan/
  Changes    Path                      Action
  +798 -0    camel-persistentdata.c    Added
  +126 -0    camel-persistentdata.h    Added

Directory: /trunk/gtk/
  Changes    Path               Action
  +233 -0    camel_counter.c    Added
  +248 -0    camel_srt.c        Added

Directory: /trunk/
  Changes    Path                  Action
  +146 -0    tap-camelcounter.c    Added
  +276 -0    tap-camelsrt.c        Added