similar to: captured speex stream from wireshark

Displaying 20 results from an estimated 20000 matches similar to: "captured speex stream from wireshark"

2011 Jul 11
0
Playing captured speex frames
Speexdec plays ogg files. You can simply modify it to play your raw file or even rtp capture. Jozsef -----Original Message----- From: speex-dev-bounces at xiph.org [mailto:speex-dev-bounces at xiph.org] On Behalf Of speex-dev-request at xiph.org Sent: Saturday, July 09, 2011 12:00 PM To: speex-dev at xiph.org Subject: Speex-dev Digest, Vol 86, Issue 3 Send Speex-dev mailing list submissions to
2011 Jul 08
0
Playing captured speex frames
Speexdec is expecting the frames to be wrapped in an Ogg frame I believe. Since you have the raw data can't you just add the Ogg header information to this before passing it to Speexdec? Vas ________________________________________ From: speex-dev-bounces at xiph.org [speex-dev-bounces at xiph.org] On Behalf Of Vinod Panicker [vinod.p at gmail.com] Sent: Friday, July 08, 2011 12:13 AM To:
2011 Jul 08
2
Playing captured speex frames
On Fri, Jul 8, 2011 at 6:39 AM, Ashhar Farhan <farhan at phonestack.com> wrote: > what you need to do is this: take the wireshark raw dump, read each > udp packet and write it back to another file. While writing back to > the new file skip the sizeof udp header + rtp header. I can't recall > how many bytes you need to skip, however, I suppose it would be in the > range of
2011 Jul 08
0
Playing captured speex frames
what you need to do is this: take the wireshark raw dump, read each udp packet and write it back to another file. While writing back to the new file skip the sizeof udp header + rtp header. I can't recall how many bytes you need to skip, however, I suppose it would be in the range of 36 and 32 bytes. A five line perl script will do it. - farhan On 7/7/11, Vinod Panicker <vinod.p at
2011 Jul 07
2
Playing captured speex frames
Hi, Searched far and wide for a solution to this problem but couldn't find anything. I'm debugging a VoIP application that uses Speex and need to playback the raw speex frames to verify the quality. Wireshark helped me save the RTP payloads into a file but unfortunately, the speexdec utility seems to be wanting a valid header at the start of the file without which it reports an error.
2016 Jan 20
0
Re: unable to dissect libvirt rpc packets using wireshark plugin
Hi Michal, By the way, I noticed ipv6 loopback IP addresses in your pcap. As I normally try to capture on nic where migration carried out, I thought of checking with you if your wireshark could dissect libvirt RPC in such pcap too (captured on a nic) ?. During migration, I do not see any traffic on loopback and I think it is expected, but thinking how you get those captured ?. Any
2015 Oct 26
2
unable to dissect libvirt rpc packets using wireshark plugin
Hi, I am trying libvirt plugin in wireshark to dissect RPC payload in TCP, but finding dissector code not really working. My env is Fedora core 21 (x86_64) and installed packages are as follow: wireshark-1.12.6-1.fc21.x86_64 libvirt-wireshark-1.2.9.3-2.fc21.x86_64 Earlier, just after installation, I noticed libvirt.so available only in /usr/lib64/wireshark/plugins/1.12.5/ . Wireshark
2015 Oct 29
0
Re: unable to dissect libvirt rpc packets using wireshark plugin
On 26.10.2015 11:38, gowrishankar wrote: > > Hi, > I am trying libvirt plugin in wireshark to dissect RPC payload in TCP, but > finding dissector code not really working. > > My env is Fedora core 21 (x86_64) and installed packages are as follow: > > wireshark-1.12.6-1.fc21.x86_64 > libvirt-wireshark-1.2.9.3-2.fc21.x86_64 > > > Earlier, just after
2010 Apr 22
6
Using Wireshark on CentOS without UI
Hi All Yesterday i had installed wireshark on my centos box which does not have the GUI , It is actually a hardened box. I installed the tool using the following command: yum install wireshark After installation i dont know how to proceed further in capturing the packets. I basically want to capture packets and copy them onto my windows box. On the windows box i can use the Wireshark UI to
2020 Sep 07
0
Wireshark LDAP capture vs Diffie-Hellman / pre-master secret - key log file
Hi, I am trying to debug a new (to me) printer, that should be able to use AD (for LDAP / address book lookups as well as authentication). It's been a while since I needed to dump traffic with wireshark; and evidently it's got harder since I last tried :) I have generated a wireshark dump on my DC, to see what the printer is trying to do, using: dc1$ sudo tcpdump host myprinter and port
2016 Jan 07
2
Re: unable to dissect libvirt rpc packets using wireshark plugin
Hi Michal, Thank you for your suggestion. My apologies that I took sometime to get back on further confirmation. Regrettably, my tshark is still unable to find libvirt payload inside packet capture, though it lists libvirt as a possible filter. # rpm -ql libvirt-wireshark-1.2.9.3-2.fc21.x86_64 /usr/lib64/wireshark/plugins/1.12.5/libvirt.so As I used wireshark 1.12.6 version, I
2016 Jan 07
2
Re: unable to dissect libvirt rpc packets using wireshark plugin
Thank you Michal. With your pcap, I could confirm that, libvirt dissector worked in my environment as well. Yes, it could be that, my pcap do not have libvirt rpc packets correctly though I would have expected. I am checking on it. Regards, Gowrishankar On Thursday 07 January 2016 03:51 PM, Michal Privoznik wrote: > On 07.01.2016 08:05, gowrishankar wrote: >> Hi Michal, >>
2009 Mar 10
0
WinXP3: NBNS query: non-exist; Wireshark: "'NB ?'<00>" & "'NB ?'<20>"
I'm getting some odd queries from a WinXPSP3 client to an older samba (3.2.0-24) Domain & File server running on linux kernel (2.6.27.19). The client seems to be querying for a netbios name <literal-question mark> followed by binary 0 (<00>) to the DomainServer, or Broadcasting the query with the '?' followed by a space <20>. This is from conversation over wire
2016 Feb 15
0
Re: glib2 head file error when build libvirt with wireshark support
On Mon, Feb 15, 2016 at 03:05:00AM -0500, Han Han wrote: >I compile the latest libvirt from fedora rawhide, but failed. >The version of my software: >wireshark-devel-2.0.1-2.fc24.x86_64 >glib2-2.47.5-2.fc24.x86_64 >gcc-5.1.1-4.fc23.x86_64 >binutils-2.26-10.fc24.x86_64 > Can you post the output of: pkg-config --print-requires wireshark If it does not output glib-2.0 and
2018 Mar 27
1
Unable to libvirt wireshark dissector
Hi guys, I am trying to analyze libvirt rpc protocol by wireshark. But I found wireshark doesn't dissect libvirt packets. Here are my environments operations: 1. Environments: My system: Debian GNU/Linux buster/sid with *kernel-4.15.0-1-amd64* Packages installed: *libvirt0-4.1.0-2-amd64 libvirt-wireshark-4.1.0-2-amd64 wireshark-2.4.5-1-amd64* 2. Libvirt configurations
2016 Dec 17
2
wireshark only starts from a terminal
greetings. on laptop with new install of centos 6.8 and current update, wireshark will not start via kde kickoff application launcher. it will start from start from a terminal. "locate wireshark|grep bin/" show 2 paths for wireshark; /usr/bin/wireshark /usr/sbin/wireshark opening kde menu editor show simple command 'wireshark'. changing to; /usr/bin/wireshark failed.
2012 Apr 24
0
CESA-2012:0509 Moderate CentOS 6 wireshark Update
CentOS Errata and Security Advisory 2012:0509 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2012-0509.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: 12b6fefeaee07dc4f84110f2ff66e66bb6774126dcecc5e0e672c4d9ba64b077 wireshark-1.2.15-2.el6_2.1.i686.rpm
2014 Mar 31
0
CESA-2014:0342 Moderate CentOS 6 wireshark Update
CentOS Errata and Security Advisory 2014:0342 Moderate Upstream details at : https://rhn.redhat.com/errata/RHSA-2014-0342.html The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) i386: e86f9c91381562e4ed24f3be923675eef44e0c6023a0cdca443c59c1c09687df wireshark-1.8.10-7.el6_5.i686.rpm
2016 Jan 07
0
Re: unable to dissect libvirt rpc packets using wireshark plugin
On 07.01.2016 08:05, gowrishankar wrote: > Hi Michal, > Thank you for your suggestion. My apologies that I took sometime to get > back > on further confirmation. Regrettably, my tshark is still unable to find > libvirt payload > inside packet capture, though it lists libvirt as a possible filter. > > # rpm -ql libvirt-wireshark-1.2.9.3-2.fc21.x86_64 >
2008 Jul 22
2
wireshark install did not seem to work
I needed wireshark on a test system; I had not installed it at setup time. So I did a yum install wireshark This seemed to have worked, but there is no executable that I can locate, and wireshark in not in the gnome panel. So I looked at a system were I had installed wireshark intitally, and I see a symlink for it in /usr/bin to consolehelper. What do I do to get wireshark working?