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

Wireshark-dev: Re: [Wireshark-dev] Add camel statistics, for counter, and delay time.

From: "Anders Broman" <a.broman@xxxxxxxxx>
Date: Wed, 4 Oct 2006 00:18:00 +0200
Hi,
I've checked in the new files but not the makefiles, nor the change to
packet-camel-template.c because of problems to build with MSVC6:

Linking tshark.exe
        link @C:\DOCUME~1\GAREN~1\LOKALA~1\Temp\nmc00492.
tap-camelsrt.obj : error LNK2001: unresolved external symbol _gcamel_StatSRT
tap-camelsrt.obj : error LNK2001: unresolved external symbol _gtcap_StatSRT
tshark.exe : fatal error LNK1120: 2 unresolved externals
NMAKE : fatal error U1077: 'link' : return code '0x460'

This is with adding 
camel_opr_code_strings			DATA
to libwireshark.def which gave an error as well also the compiler is
complaining about tap_queue_packet in camel-persistent-data.c

Best regards
Anders

-----Ursprungligt meddelande-----
Från: wireshark-dev-bounces@xxxxxxxxxxxxx
[mailto:wireshark-dev-bounces@xxxxxxxxxxxxx] För Florent.Drouin@xxxxxxxxxx
Skickat: den 3 oktober 2006 16:25
Till: wireshark-dev@xxxxxxxxxxxxx
Ämne: [Wireshark-dev] Add camel statistics, for counter, and delay time.

      Hello,


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.

(See attached file: tapcamel.tar.gz)

Regards
Florent