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

Wireshark-bugs: [Wireshark-bugs] [Bug 6042] New: Add the RTSP packet counter (copied from HTTP p

Date: Mon, 20 Jun 2011 06:06:51 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=6042

           Summary: Add the RTSP packet counter (copied from HTTP packet
                    counter).
           Product: Wireshark
           Version: SVN
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Low
         Component: Wireshark
        AssignedTo: wireshark-bugs@xxxxxxxxxxxxx
        ReportedBy: stephane.gorse@xxxxxxxx


Created an attachment (id=6523)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6523)
Patch in order to include the RTSP packet counter

Build Information:
wireshark 1.7.0 (SVN Rev 37728 from /trunk)

Copyright 1998-2011 Gerald Combs <gerald@xxxxxxxxxxxxx> and contributors.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Compiled (32-bit) with GTK+ 2.24.4, with GLib 2.28.6, with libpcap 1.1.1, with
libz 1.2.3.4, without POSIX capabilities, without libpcre, without SMI, without
c-ares, without ADNS, without Lua, without Python, without GnuTLS, without
Gcrypt, without Kerberos, without GeoIP, without PortAudio, without AirPcap.

Running on Linux 2.6.38-8-generic, with libpcap version 1.1.1, with libz
1.2.3.4.

Built using gcc 4.5.2.

--
Wireshark still provides a meaning to count individual HTTP packets and allows
to identify the type of each of them (Request, Response: 200 Ok...)

The patch included in that report proposes to implement the same mechanism for
the protocol RTSP. So, based on the source code made by Jean-Michel Fayard, the
menu gets a new item (Statistics -> RTSP -> Packet Counter).

Like HTTP, filter can be set and then the dialog windows shows the result of
the RTSP analysis:

===================================================================
 RTSP/Packet Counter           value            rate         percent
-------------------------------------------------------------------
 Total RTSP Packets           43433       0,001907
  RTSP Request Packets         22325       0,000980          51,40%
   DESCRIBE                      8875       0,000390          39,75%
   SETUP                         8876       0,000390          39,76%
   PLAY                          4574       0,000201          20,49%
  RTSP Response Packets        20033       0,000880          46,12%
   ???: broken                      0       0,000000           0,00%
   1xx: Informational               0       0,000000           0,00%
   2xx: Success                 17750       0,000779          88,60%
    200 OK                       17750       0,000779         100,00%
   3xx: Redirection                 0       0,000000           0,00%
   4xx: Client Error             2283       0,000100          11,40%
    404 Not Found                 2283       0,000100         100,00%
   5xx: Server Error                0       0,000000           0,00%
  Other RTSP Packets            1075       0,000047           2,48%

Of course, the feature is available with TShark and Wireshark.

King regards,
Stéphane.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.