Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 5589] DIS update to enable radio voice comms jitter analys

Date: Mon, 25 Apr 2011 09:42:54 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5589

Chuck Kristofek <chuck.kristofek@xxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #5743|review_for_checkin?         |
               Flag|                            |
   Attachment #5743|0                           |1
        is obsolete|                            |
   Attachment #6205|                            |review_for_checkin?
               Flag|                            |

--- Comment #8 from Chuck Kristofek <chuck.kristofek@xxxxxxx> 2011-04-25 09:42:52 PDT ---
Created an attachment (id=6205)
 --> (https://bugs.wireshark.org/bugzilla/attachment.cgi?id=6205)
DIS voice comms tools patch update to V1.5.2

DIS voice comms tools patch update:
- To 1.5.2 with warnings cleanup.
- Tshark output fix
- EE PDU compatibility fix

Build Information:
Version 1.5.2wkristofek_DIS (SVN Rev Unknown from unknown)

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.22.1, with GLib 2.26.1, with WinPcap (version
unknown), with libz 1.2.5, without POSIX capabilities, without libpcre, with
SMI
0.4.8, with c-ares 1.7.1, with Lua 5.1, without Python, with GnuTLS 2.10.3,
with
Gcrypt 1.4.6, with MIT Kerberos, with GeoIP, with PortAudio V19-devel (built
Apr
22 2011), with AirPcap.

Running on Windows XP Service Pack 3, build 2600, with WinPcap version 4.1.2
(packet.dll version 4.1.0.2001), based on libpcap version 1.0 branch 1_0_rel0b
(20091008), GnuTLS 2.10.3, Gcrypt 1.4.6, without AirPcap.

Built using Microsoft Visual C++ 10.0 build 30319

Wireshark is Open Source Software released under the GNU General Public
License.

Check the man page and http://www.wireshark.org for more information.
------------------------------------------------
Hello,

The attached patch is an update to the above patch which has not been committed
yet.  There were numerous warnings which have been fixed.

The patch:
adds DIS voice stream detection with statistics capability.
adds DIS voice stream analysis, graphing, and stream statistics capability.
adds DIS voice port audio G711 playback capability.
DIS has a voice comms capability which is broadcast/multicast push-to-talk.

Patch file (dis_voice_tools.patch)
The following eleven files are added (new) by the attached patch:
   gtk/dis_analysis.c
   gtk/dis_analysis.h
   gtk/dis_player.c
   gtk/dis_player.h
   gtk/dis_stream.c
   gtk/dis_stream.h
   gtk/dis_stream_dlg.c
   gtk/dis_stream_dlg.h
   /tap_dis.c
   /tap_dis_common.c
   /tap_dis_common.h

The following seven files are modified by the attached patch:
   epan/dissectors/packet_dis_pdus.h                
   epan/dissectors/packet_dis_fields.c                
   epan/dissectors/packet_dis_fields.h            
   epan/dissectors/packet_dis.c
   /gtk/Makefile.common
   /Makefile.common
   /doc/tshark.pod

Fuzz testing was performed.  
Examples of fuzz and DIS play files were added previously.

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