similar to: WinPcap Installer is invisible!

Displaying 20 results from an estimated 3000 matches similar to: "WinPcap Installer is invisible!"

2010 Dec 07
2
Error whit .tmp file
Hello i am new to Wine and it is a very nice program how ever i have been trying to install a program name *Cain & Abel and every time i try to install it give me this error "C:\user\root\Temp\GLF1502.tmp could not be opened. Please check that your disk is not full and that you have access to the destination directory". I am not a big windows User but i remember that this kind of
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.
2009 May 12
0
pickup.listchecker involving packet capturing/sending
With ease, due to the overwhelming amounts of documentation and help from these forums, I was able to get Warcraft III: The Frozen Throne (http://appdb.winehq.org/objectManager.php?sClass=application&iId=897) working very nicely. I use this game to play a popular custom multiplayer map DotA (Defense of the Ancients). Due to the default 250ms delay within Battle.net a popular application has
2007 May 18
0
IAX2 sniffer and player
Hi all, I was wondering if there is any IAX2 sniffer and decoder. Wireshark can decode and play RTP streams using G.711, and Cain & Abel decodes and plays any kind of RTP stream. But I didn't find anyone that can decode IAX2 streams. Any programs?? Regards, -- Diego Quintana a.k.a. RouterMaN Ingeniero de las Telecomunicaciones Linux Registered User #382615 - http://counter.li.org/ SIP #
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
2001 Apr 24
1
systray apps invisible
I have a problem with applications residing in systray. The systray is always invisible, nowhere onscreen to be found. What the app starts I sometimes see a window showing itself and the immediately disappearing again. The applikation is running but I cannot access it. I have to start the app with desktop in order to gain access to the systray, but that surely cannot be the idea (as I do see
2009 Oct 01
0
Asterisk and VOIP was Re: CentOS for non-tech user
Chan Chung Hang Christopher <christopher.chan at bradbury.edu.hk> wrote: >> Ah, well, if you want to keep the landlines, then yeah, I guess asterisk is the way to go. If your goal is to replace keyline systems, then asterisk definitely has that kind of support which, it appears, even Cisco's solution does not (from the mouth of Datacraft Asia personnel selling the school
2008 Jul 10
1
TX tcp checksum errors with Xen GPLPV 0.9.9 Drivers (xen 3.2.1 and windows Server x86 2003 R2)
Hello, My first post on Xen-Users, so .. i''ve discovered a strange problem. Setup: -A Windows server 2003R2 (x86) with GPL PV driver 0.9.9 ipferf 1.7.0 (from 2003) -dom0 a opensuse 11.0 xen: # rpm -q -a |grep -i xen kqemu-kmp-xen-1.3.0pre11_2.6.25.5_1.1-7.1 kiwi-desc-xenboot-2.38-67.1 xen-3.2.1_16881_04-4.2 xen-tools-3.2.1_16881_04-4.2 xen-libs-3.2.1_16881_04-4.2
2010 Mar 31
1
compiling wine on ubuntu 9.10 64bit from the repo sources
Hello everybody, I've got a problem with wine and I couldn't find how to solve it (there are solution on similar problems on Internet but none worked for me): I need to install it but I must patch it before. Since I'm on ubuntu, I downloaded the sources from the ubuntu repo (v 1.1.31), I patched it (in fact I modified a line in the file dlls/dinput/mouse.c based on this:
2004 Sep 08
3
astwind has any one got this thing to work?
hello I am fitteling with the astwind-installer-0.1.1.exe asterisk for windows and am having trouble getting the thing to connect to the meers to download the updates and stuff. I looked at the wiki and set up networking and stuff with no success, has any one got this thing to work successfully? my windows box is the faster of the 2 machines and my main linux box is down at the moment. I am
2009 Aug 22
0
1.1.28 uploaded for Ubuntu, however libgsm (ventrillo) support broken on 64 bit
I've uploaded my 1.1.28 packages for Ubuntu (9.04 is already built, 8.10 and 8.04 are still building as I write this). One of the fixes in this package is to build with support for libgsm, a new feature in Wine that allows Ventrillo support. However, this will only work on 32-bit Ubuntu at this time, as there is no 32 bit version of this library available on Ubuntu 64. I've already
2011 Jul 02
1
Re: Uninstall Windows Apps?
Normal user. The only change I've made to the logged in user since that user was created during kubuntu install was to add it to "disk" groups. So the steps I've made are: 1. Into a new kubuntu computer I've installed wine1.2 using terminal, then sudo su, then apt-get install .... 2. I've installed VisualC2005 with winetricks I've started from the menu, as the
2010 May 29
2
Installing error - Package dependencies cannot be resolved
I'm very new to all this so apologies if its tediously obvious I am trying to install Wine onto Ubuntu 10.04 on an HP tc4200 I am getting the above "Package dependencies cannot be resolved" with details "wine1.2" Having had a poke around these forums I have tried command line "sudo apt-get install wine" Code: Reading package lists... Done Building dependency
2024 Dec 30
1
[PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
On Thu, 26 Dec 2024, Abel Vesa <abel.vesa at linaro.org> wrote: > On 24-12-11 15:42:27, Johan Hovold wrote: >> On Wed, Dec 11, 2024 at 03:04:12PM +0200, Abel Vesa wrote: >> >> > +/** >> > + * drm_dp_lttpr_set_transparent_mode - set the LTTPR in transparent mode >> > + * @aux: DisplayPort AUX channel >> > + * @enable: Enable or disable
2024 Dec 11
1
[PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
On Wed, Dec 11, 2024 at 03:04:12PM +0200, Abel Vesa wrote: > According to the DisplayPort standard, LTTPRs have two operating > modes: > - non-transparent - it replies to DPCD LTTPR field specific AUX > requests, while passes through all other AUX requests > - transparent - it passes through all AUX requests. > > Switching between this two modes is done by the DPTX by
2024 Dec 11
4
[PATCH v2 0/4] drm/dp: Rework LTTPR transparent mode handling and add support to msm driver
Looking at both i915 and nouveau DP drivers, both are setting the first LTTPR (if found) in transparent mode first and then in non-transparent mode, just like the DP v2.0 specification mentions in section 3.6.6.1. Being part of the standard, setting the LTTPR in a specific operation mode can be easily moved in the generic framework. So do that by adding a new helper. Then, the msm DP driver is
2024 Dec 30
1
[PATCH v2 1/4] drm/dp: Add helper to set LTTPRs in transparent mode
On Mon, Dec 30, 2024 at 03:18:35PM +0200, Jani Nikula wrote: > On Thu, 26 Dec 2024, Abel Vesa <abel.vesa at linaro.org> wrote: > > On 24-12-11 15:42:27, Johan Hovold wrote: > >> On Wed, Dec 11, 2024 at 03:04:12PM +0200, Abel Vesa wrote: > >> > >> > +/** > >> > + * drm_dp_lttpr_set_transparent_mode - set the LTTPR in transparent mode >
2025 Jan 03
4
[PATCH v3 0/4] drm/dp: Rework LTTPR transparent mode handling and add support to msm driver
Looking at both i915 and nouveau DP drivers, both are setting the first LTTPR (if found) in transparent mode first and then in non-transparent mode, just like the DP v2.0 specification mentions in section 3.6.6.1. Being part of the standard, setting the LTTPR in a specific operation mode can be easily moved in the generic framework. So do that by adding a new helper. Then, the msm DP driver is
2012 Jul 09
11
manifest for files executable on windows
Hello Puppet Users, I need a puppet master (Ubuntu) to push the executable files to the agent (windows 7) and install those executables I believe the manifest file should be set up to push such config to the windows agent. I came up with something like this: class wireshark { exec { ''wireshark'': command =>
2025 Jan 03
1
[PATCH v3 3/4] drm/i915/dp: Use the generic helper to control LTTPR transparent mode
On Fri, Jan 03, 2025 at 02:58:17PM +0200, Abel Vesa wrote: > LTTPRs operating modes are defined by the DisplayPort standard and the > generic framework now provides a helper to switch between them, which > is handling the explicit disabling of non-transparent mode and its > disable->enable sequence mentioned in the DP Standard v2.0 section > 3.6.6.1. > > So use the new drm