Main > Free Download Search >

Free capturing software for linux

capturing

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 56
HTTPCapture 0.4

HTTPCapture 0.4


HttpCapture is a core wrapper around the packet-capture library pcap. more>>
HttpCapture is a core wrapper around the packet-capture library pcap and a framework for building plugins to filter, analyse, or display interesting network packets. The core of the application is minimal, and a collection of plugin libraries are used to actually process the packets.
The application couldnt exist without the existance of the USI++ library which Ive hijacked and included here (only because it appears to have disappeared from the internet).
Sincere thanks to the author of that library.
This application is designed to be extensible to the extent than any network traffic may be sniffed, decoded, and displayed.
This should be possible as the main driver includes no special logic, instead it delegates the processing of the collected packets to a collection of plugins.
Each plugin implements a different capturing method; so the application can be updated and improved upon by as many people as possible with a minimum of effort.
Included thus far are plugins for capturing, decoding, and displaying the following protocols:
HTTP Realm Authentification
Jabber Logins
FTP Logins
POP3 Logins
CVS (pserver) Logins.
Enhancements:
- Implemented Jabber sniffer.
- Added POP3 sniffer.
- Added CVS login sniffer (pserver).
- Added FTP sniffer.
- Added man page
- Cleaned up class file documentation.
- Pass endpoint addresses to plugins.
<<less
Download (0.034MB)
Added: 2006-07-05 License: GPL (GNU General Public License) Price:
1208 downloads
DMAring 0.9

DMAring 0.9


DMAring project is a novel generic network interface card driver architecture. more>>
DMAring project is a novel generic network interface card driver architecture which works in hybrid interrupt-polling mode to deliver superior real-time performance on Linux, Redhat Linux or Linux-RTAI-LXRT (a real-time co-kernel for Linux with user level extension).

Existing Linux drivers are inefficient, they saturate the CPU at a much lower packet rates than the maximum wire line packet rate that is possible. But with this driver, vanilla network cards can be used for high speed packet capturing. This driver improves the packet capturing speed by 7 to 10 times, and the real-time packet delivery response by 500 to 5000 times over existing drivers and alternate approaches (HIP, NAPI, pfring, check the references in the papers for performance comparisons [1, 2, 3]), depending on whether Redhat Linux or RTAI is used. Thus this obviates the need for expensive high capacity hardware, specialized network data acquisition cards and systems (for example from Endace).

This project contain basic source codes, which other developers can use/adapt for their applications, and three published conference papers [1, 2, 3] describes the architecture and establishes its benefits. One of the papers (at SANE 2006) also documents the detailed architecture and provides guidelines to modify any Linux network interface driver (Donald Becker style drivers).

Earlier I had received lot of mail request from networking, network security/monitoring domain people, to get these codes or modified specific network drivers. I am looking forward that some developer will take up this project, churn out driver modifications for the most common net work cards and share with others. I will continue to add other drivers, and libpcap library modifications when I get more time.

Anybody willing to know the issues involved in real-time Linux or looking for real-time networking solutions can take a look at my Masters thesis. I found RTAI with LXRT to be a very tractable, good performance, cheap (free!) real-time Linux option. My thesis contains some useful performance related discussions on this.
<<less
Download (3.2MB)
Added: 2007-01-05 License: Perl Artistic License Price:
1023 downloads
Axmjpeg 1.2

Axmjpeg 1.2


Axmjpeg retrieves JPEG images from an MJPEG over HTTP stream. more>>
Axmjpeg application retrieves JPEG images from an MJPEG over HTTP stream that conforms to the Axis Video API, HTTP Interface Specification.
Axmjpeg retrieves JPEG images from an MJPEG over HTTP stream. The HTTP stream must conform to Revision 2.x of the "Axis Video API, HTTP Interface Specification" (which is available from "http://www.axis.com/techsup/cam_servers/dev/cam_http_api.htm").
Axmjpeg also supports Revision 1.x of this specification provided the optional "Content-Length:" header is enabled.
This tool was written for cammgr, the web camera management software available from "http://freshmeat.net/projects/cammgr". Specifically, it allows cammgr to support the great range of Axis network cameras available from "http://www.axis.com".
However, its easy to come up with other uses for axmjpeg.
The manual page describes the full range of functionality; the basic list is:
- save JPEG images to the same (optionally renamed) file.
- save each JPEG image to a unique file.
- pipe JPEG images to shell commands (for more processing).
- time-based capturing, where only one image per the specified interval will be selected for processing.
Axmjpeg was developed on FreeBSD and tested on a wide range of Unix systems including several Linux variants, HP-UX, Tru64, and SunOS.
Enhancements:
- The image-fetching code was extended to support cameras that send binary headers in the MJPEG HTTP stream.
- This version of axmjpeg is known to support the "SQ IP Cam" and the "GP-280 Network IP Camera."
<<less
Download (0.009MB)
Added: 2007-08-20 License: BSD License Price:
804 downloads
libpcap 0.9.7

libpcap 0.9.7


libpcap is a system-independent interface for user-level packet capture. more>>
libpcap is a handy little library which provides a packet filtering mechanism based on the BSD packet filter (BPF).
Enhancements:
- Basic BPF filtering, Bluetooth, USB capturing on Linux, FreeBSD BIOCSDIRECTION ioctl, additional filter operations for 802.11 frame types, and support for filtering on MTP2 frame types were all added, and numerous other minor enhancements and bugfixes were made.
<<less
Download (0.41MB)
Added: 2007-08-10 License: BSD License Price:
805 downloads
gsnapshot 1.0

gsnapshot 1.0


gsnapshot is a GTK2 application for capturing a screen snapshot of the entire screen, a window or a region. more>>
gsnapshot is a GTK2 application. The project provides for capturing a screen snapshot of the entire screen, a window or a region, with a simple user interface.

gsnapshot only depends on GTK version 2.8.x (developed and tested with gtk-2.8.16) thus, only X Windows is needed to capture the screen, a window or a region.

Localized with many translations taken from BabelFish many may be awful: German, Spanish, French, Bahasa Indonesia, Italian, Japanese [Default: English]

Screen capture can be saved to a file as PNG, JPEG or BMP format.

Screen capture can be printed to a PostScript file or piped to /usr/bin/lp.

<<less
Download (0.056MB)
Added: 2007-07-26 License: GPL (GNU General Public License) Price:
822 downloads
Radiocap 0.1b

Radiocap 0.1b


Radiocap is a GUI frontend to sox, oggenc, and lame for recording audio with a soundcard (WAV, Ogg, and MP3). more>>
Radiocap is a GUI frontend to sox, oggenc, and lame for recording audio with a soundcard (WAV, Ogg, and MP3). It has a built in timer for scheduled capturing of radio programs. Recording levels are always displayed (even when recording has not started), which helps when adjusting the input gain.

Installation instructions:

1. make a directory for the source-files...
cd /tmp
mkdir build
cd build

2. unpack the source...
tar -xzvf radiocapXXX.tar.gz

3. build the application...
cd radiocap
make

4. become superuser and install..
su
make install

<<less
Download (1.5MB)
Added: 2006-07-22 License: Common Public License Price:
1191 downloads
realcap 0.311

realcap 0.311


realcap is a bash utility to help with capturing streams from realplayer. more>>
realcap is a bash utility to help with capturing streams from realplayer.

From the help file we can see the next options:

Most basic operation requires only the stream URL.
Available options:
-v, --version display version
-h, --help display help text
-c, --captime duration of stream in seconds. remember to take initial buffering into account (defaults to 1 hour)
-o, --oggbits nominal bitrate (kbps) of ogg vorbis output. if omitted ogg encoding will not occur
-m, --mp3bits constant bitrate (kbps) of mp3 output. if omitted mp3 encoding will not occur
-q, --oggquality ogg vorbis quality between 0 - 10, 10 being the highest. Fractional values allowed
-a, --trackartist artists name for ID3 tag in compressed output file
-t, --tracktitle track title for ID3 tag in compressed output file
-f, --filename all output files will be given this name. do not provide an extension( defaults to vsound.wav/ogg/mp3)
-d, --delete deletes wav file after recording if ogg vorbis bitrate/mp3 is specified (otherwise this parameter is ignored)

<<less
Download (0.003MB)
Added: 2006-07-25 License: GPL (GNU General Public License) Price:
1186 downloads
MailRecon 1.3

MailRecon 1.3


MailRecon is Unix email content control application. more>>
MailRecon is Unix email content control application. It does listen network traffic, capture SMTP messages, analyse it (checks against very flexible and extendable checklist), discards usual private/business messages and save suspicious messages for detailed inspection by security staff.
Main features:
- Capturing email messages from the wire. So its compatible will all mailing software, do not require any reconfiguration and captures messages even if its sent directly to recipient bypassing your mailserver.
- Support for SMTP and POP3 protocols.
- Very flexible mailing filter which goes with MailRecon allows to record only suspicious messages which worth to be examined, and skip usual private and business messages.
- Open Architecture. MailRecon supports plugins for analysis and save of messages. Its very easy to extend its functionality with new plugins - every programmer and system administrator can write it.
- Thanks to Open Architecture, you can use your favorite mail reader or browser to manage archive of captured suspicious messages.
- For limited time, WWW-Security offers free installation and support of evaluation versions on your servers.
- FREE evaluation version which is never expires!
Installation:
- Create user mailrecon and groups mailrecon and mail
- From installation directory run "make install" (as root)
- Copy init.d/mailrecon to your init.d directory and optionally create symlinks from rcN directories if you want to automatially start mailrecon on boot.
<<less
Download (1.10MB)
Added: 2005-10-18 License: GPL (GNU General Public License) Price:
1466 downloads
Cinelerra 2.1

Cinelerra 2.1


Cinelerra is a complete audio and video production environment for Linux. more>>
Cinelerra is a complete audio and video production environment for Linux. Cinelerra replaces Broadcast 2000.

Heroine Virtual Ltd. presents an advanced content creation system for Linux. Cinelerra takes what normally is a boring server operating system - studied in computer science classrooms, hidden in back offices - and turns it into a 50,000 watt flamethrower of multimedia editing power.

Thats right kids. Unlike most of the Linux solutions out there, Cinelerra requires no emulation of proprietary operating systems, no commercial add-ons, no banner advertizements, no corporate dependancies, no terrorists, just a boring old Linux box.

Cinelerra does primarily 3 main things: capturing, compositing, and editing audio and video with sample level accuracy. Its a seemless integration of audio, video, and still photos rarely experienced on a web server.

If you want to make movies, you just want to defy the establishment, you want the same kind of compositing and editing suite that the big boys use, on the worlds most efficient UNIX operating system, its time for Cinelerra.

What youll find here is the heroinewarrior version of Cinelerra. This is the version that supports what we need to do at Heroine Virtual Ltd. and is the same tree that was started in 1997. As time passes and new students come and go from the Linux scene, new forks of Cinelerra emerge that are more suited to the community. Today youll probably find the cinelerra.org fork more useful.

They moderate what parts of our fork get into their fork while contributing anything they want while we moderate what parts of their fork get into our fork while putting in anything we want, which makes it pretty much even.
<<less
Download (30.2MB)
Added: 2006-07-02 License: GPL (GNU General Public License) Price:
1219 downloads
Transcode 1.0.3

Transcode 1.0.3


Transcode is a suite of command line utilities for transcoding video and audio codecs. more>>
Transcode is a suite of command line utilities for transcoding video and audio codecs, and for converting beween different container formats. Transcode can decode and encode many audio and video formats, e.g.
- MPEG-1/2
- MPEG-4(-part 3) (also DivX and XviD variants)
- Quicktime / MPEG-PS (dvd) (decode only)
- MPEG-1-layer-1/2/3 audio
- AC3 audio
Transcode has a variety of video and audio pre and post-processing filters, including (but not limited to):
- video de-interlacing
- audio resampling
- framerate conversion
- smoothing
- cutting
Transcode can import DVDs on-the-fly, or record from Video4Linux (including V4L2 video capturing) devices.
A number of modules are included to enable import of DVDs on-the-fly, Video4Linux (including V4L2 video capturing), MPEG elementary streams (ES) or program streams (VOB), MPEG1/2/4 video, Digital Video (DV), YUV4MPEG streams, Nuppel Video (NUV), quicktime (MOV), MPEG audio layer-1/2/3, WAVE, DIVX, MJPEG, and raw or compressed (pass-through) video frames.
A number of export modules for enable writing DivX ;-), DivX 4.02/5.xx, XviD, Digital Video, MPEG-1/2 or uncompressed AVI files with MPEG, AC3 (pass-through) or PCM audio. More file formats and codecs for audio/video import are supported by the MPlayer and avifile import modules (exporting with avifile is restricted to video codecs, with MPEG/PCM or AC3 (pass-through) audio provided by transcode). Limited DVD subtitle rendering is also available.
Its modular concept is intended to provide flexibility and easy user extensibility to include other video/audio codecs or file types. A set of tools is available to extract, demultiplex and decode the sources into raw video/audio streams for import, non AVI-file export modules for writing single frames (PPM) or YUV4MPEG streams, auto-probing and scanning your sources and to enable post-processing of AVI files, including header fixing, merging multiple files or splitting large AVI files to fit on a CD.
Transcode runs on UN*X like systems like Linux, BSD, and MacOSX.
Transcode loads shared library modules that are responsible for feeding it with raw streams and encoding the frames:
The Import Modules for audio/video decoding are loaded with dlopen system call and are responsible for starting the video and audio streams (directly or via the popen system call) and have a single function interface to the main program. The import is handled by a thread that buffers the video/audio frames.
The main program transcode currently performs a number of simple video/audio frame manipulations (in this order) or allows simple pass-through of raw frame data:
Video:
- cut out arbitray frame region for processing
- de-interlace video frame
- fast enlarging of video width/height by a multiple of 32 rows/column up to 1024x768
- fast reduction of video width/height by a multiple of 32 rows/column
- high-quality resizing with filter
- cut out arbitray frame region for encoding
- rescale (downsample) video width/height by a power of 2
- flip video frame upside down
- mirror image of video frame
- swap R and B bytes in video frame
- transform to b/w video frame
- apply gamma correction
- anti-alias video frame
Audio:
- change the volume of the audio stream
- resample audio stream
- swap byte order in audio stream
- sync video with audio frames (V=0|A=N, V=1|A=N+1,...)
- Filter Plugins:
- Additional effects are available via external filter plugins loaded with option "-J".
The Export Modules for audio/video encoding are loaded via the dlopen system call and the encoder loop is started for the selected frames. In most cases audio and video are handled by the same module.
Enhancements:
- This release includes only critical hotfixes.
- The main highlight is compatibilty with newer releases of ffmpeg libraries.
- Some filters have been updated.
<<less
Download (2.2MB)
Added: 2007-04-17 License: GPL (GNU General Public License) Price:
560 downloads
Letter Hunt 002

Letter Hunt 002


Leter Hunt is a Seven Day Roguelike game. more>>
Leter Hunt is a Seven Day Roguelike game. The original idea came from a discussion at the end of the 2005 7DRL challenge with Antoine, the author of Guild.
Main features:
- Spell words by capturing your foes in the correct order to earn points and powerups.
- Fifty-two letters to capture, many with their own personalities or unique abilities.
- Power-up based character advancement. Rather than gaining experience or levels, you just gain powerups that can wear off. Advancement is not permament.
- Open-ended game - there is no final boss or win condition. Your goal is to get as many points as possible before attrition or increasingly difficult enemies take you down.
- Extremely tactical combat. There is no randomness in combat. You always hit and always do full damage. This means that careful placement is the difference between success and failure.
- Turn based action, as is normal for a roguelike.
- User editable wordlist: The list of valid words is a plain text file that can be added to or replaced. Creature frequency is calculated from letter frequency in the wordlist file.
Enhancements:
- Various niggly bugs fixed, including the crash on walk.
<<less
Download (1.4MB)
Added: 2006-10-27 License: GPL (GNU General Public License) Price:
1092 downloads
ScreenKast 0.1.3

ScreenKast 0.1.3


ScreenKast is a screen capturing program that records your screen-activities. more>>
ScreenKast is a screen capturing program that records your screen-activities, supports commentboxes and exports to all video formats.
ScreenKast also acts as a client for the captorials.com website that enables you to share your captured tutorial with users around the world.
Installation:
Unpack the screenkast source tarball and go into the uncompressed directory.
$ tar xvzf screenkast-0.1.tar.gz
$ cd screenkast-0.1
Build the necessary autotools-files and configure.
$ make -f Makefile.cvs
$ export CXXFLAGS="-I/usr/local/include/libinstrudeo"
NOTE: make sure you copied the libinstrudeo-source files to this directory.
See the INSTALL-file of libinstrudeo for more details on this.
$ ./configure
Compile the library.
$ make
Install the library.
$ make install
Enhancements:
- Fixed focus-order in all dialogs.
- Commentbox end now feature.
- Video properties display.
- Adjustable default commentbox settings.
- Fixed the file-open on error bug
- Improved open/close-state handling.
<<less
Download (0.75MB)
Added: 2006-09-06 License: GPL (GNU General Public License) Price:
1144 downloads
JRegexpTester 0.37

JRegexpTester 0.37


JRegexpTester is a standalone Swing application. more>>
JRegexpTester is a standalone Swing application that helps you test regular expressions with the Sun Java standard API (java.util.regex).
The extracted data can be modified with formatters similar to those used by sprintf, or with standard Java date and decimal formatters. JRegexpTester features RegExLib library integration with more than 900 patterns.
Since the release 0.3, JRegexpTester helps you manage CSV (comma-separated values) files.
Main features:
- easy to use interface.
- immediate response.
- large file extraction permitted (line by line).
- automatic integration of the entire RegExLib.com library (more than 900 patterns ready to use except those .Net specific).
- save/load/export(text,html)./search
- users can easily see all the groups capturing text moving the cursor into the pane of details.
- the open-close brackets (curly and square) and parenthesis are clearly highlighted into the regexp text area.
- easy CSV file management (extract/transform). JRegexpTester can help you manage files with more than 65536 rows which cant be read entirely by Gnumeric.
Enhancements:
- integration of the new webservices of RegexLib V2 into the panel of preferences
<<less
Download (1.9MB)
Added: 2007-04-01 License: GPL (GNU General Public License) Price:
937 downloads
PVRec 0.10

PVRec 0.10


PVRec is a simple applet written in Gambas that takes an MPEG-2 stream from the pvrusb driver. more>>
PVRec is a simple applet written in Gambas that takes an MPEG-2 stream from the pvrusb driver for the Hauppauge WinTV PVR USB and allows you to simultaneously view (using Mplayer) and record it.

PVRec is basically the smallest amount of code I could write to let myself easily record video using the PVR USB without doing so blindly. In the future I hope to include more PVR-esque features like scheduled recording, basic format conversions (i.e. Divx/Xvid
instead of MPEG-2) and maybe better mplayer automation, but this should at least let you get the job done as far as getting video into your computer. In essence, PVRec is nothing but a GUI with three pipes.

If you have any problems capturing video with it, e.g. a blank mplayer window or mplayer never comes up at all or the bytes received counter never increases, try the following:

cat /dev/usb/lp0 >myvideo.mpg

and see if that lets you get any video either. If it doesnt, then its a problem with the driver or your PVR USB, and not this program. If it does, well, theres a reason I made this version 0.1.

PVRec requires Gambas, which I have packaged for Mandrake Linux and which is available at http://gambas.sf.net. The pvrusb driver is available at http://pvrusb.sf.net. If you plan on viewing the video while you record it, youll need mplayer as well; if you dont have a prebuilt version of mplayer for your Linux distribution, I have to pity you and hope mplayer is easier to build than it used to be.
<<less
Download (0.013MB)
Added: 2006-07-19 License: GPL (GNU General Public License) Price:
1193 downloads
Alien Arena 2007 6.05

Alien Arena 2007 6.05


Alien Arena 2006 is the ultimate freeware deathmatch game. more>>
Alien Arena 2006 is the ultimate freeware deathmatch game!

Included are 25 total levels, 9 detailed characters, 8 weapons, 2 vehicles, 5 gameplay modes(DM, TDM, CTF, All Out Assault, Deathball), and much more!

New for Alien Arena 2006 are five mutators(instagib, regeneration, vampire, rocket arena, and low grav), and Deathball, a mode in which you get points by capturing a ball and firing in into a goal.

Eight new levels have been added, as well as alternate firing modes for several of the weapons. The game now runs on version 4.03 of the CRX engine, based on the id Software GPL source codes, and adding nextgen features such as reflective water, shaders, light bloom, improved lighting, and much more, while optimizations allow it to still run extremely fast even on modest systems.

The game now features colored names, an improved console, and an enhanced in-game server browser.

Also available is the "Nightmare Bots" patch, which adds a fourth skill level to the in-game bots, which will challenge even the best players.
<<less
Download (208.33MB)
Added: 2007-06-17 License: GPL (GNU General Public License) Price:
866 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 4
  • 1
  • 2
  • 3
  • 4