Main > Free Download Search >

Free airgrab network packet analyzer 0.9.4 software for mac

airgrab network packet analyzer 0.9.4

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1605
AirGrab Network Packet Analyzer 0.9

AirGrab Network Packet Analyzer 0.9


A professional network analyzer (also known as protocol analyzer and packet sniffer). more>>


A professional network analyzer (also known as protocol analyzer and packet sniffer), AirGrab Network Packet Analyzer performs real-time packet capturing, network monitoring, advanced protocol analyzing, in-depth packet decoding. It allows you to get a clear view of the complex network, conduct packet level analysis, and troubleshoot network problems. You can Analyze Network events, Network protocols, Packet details (packet decoding), Network conversations. No training needed, no profound background required, data are displayed in intuitive tables and graphs.

<<less
Download (3.3MB)
Added: 2008-10-03 License: Freeware Price:
13 downloads
Cocoa Packet Analyzer 0.64

Cocoa Packet Analyzer 0.64


Cocoa Packet Analyzer is a native Mac OS X implementation of a network protocol analyzer and packet sniffer. more>>

Cocoa Packet Analyzer 0.64 is a native Mac OS X implementation of a network protocol analyzer and packet sniffer. CPA supports the industry-standard PCAP packet capture format for reading, capturing and writing packet trace files.

Supported Types and Protocols:

  • Ethertype ARP
  • Ethertype IP (v4/ v6)
  • Ethertype PPP
  • Ethertype PPPoED/S
  • Ethertype 802.1Q VLAN
  • Linktype Loopback
  • Linktype PPP
  • IP-Protocol IP
  • IP-Protocol TCP
  • IP-Protocol UDP
  • IP-Protocol ICMP
  • IP-Protocol IGMP
  • IP-Protocol L2TP
  • PPPoE Discovery and Sessionstages
  • PPP-Protocols: IP, LCP, IPCP, CCP, PAP, CHAP
  • L2TP-Protocol (port based detection)
  • RADIUS-Protocol (port based detection)
  • SIP-Protocol (third party analyzer plugin)

Major Features:

  1. Basic packet capturing (libPCAP/ tcpdump filter expressions can be used).
  2. Analyze and display packet trace files.
  3. Supports PCAP packet capture format.
  4. Quicklook plugin included - its basic but at least you can get an overview over packet trace files in finder.

Enhancements:

  • Updated filter predicates.
  • Fixed Packet Time Delta column sorting.
  • Fixed Packet Received filtering.
  • New combined find function to search/filter traces.

Requirements:

  • Mac OS X 10.5 or later
<<less
Download (2.5MB)
Added: 2009-09-17 License: Freeware Price: Notavailable
downloads
 
Other version of Cocoa Packet Analyzer
Cocoa Packet Analyzer 0.63native Mac OS X implementation of a network protocol analyzer and packet sniffer. Cocoa Packet ...Cocoa Packet Analyzer 0.63 is known as an easy-to-use native Mac OS X
Price: Notavailable
License:Freeware
Download (2.5MB)
downloads
Added: 2009-09-06
Cocoa Packet Analyzer 0.62OS X implementation of a network protocol analyzer and packet sniffer. Cocoa Packet Analyzer 0 ... of a network protocol analyzer and packet sniffer. CPA supports the industry-standard PCAP
Price: Notavailable
License:Freeware
Download (1.9MB)
downloads
Added: 2009-08-11
Cocoa Packet Analyzer 0.61Cocoa Packet Analyzer 0.61 comes as a network protocol analyzer and packet sniffer for Mac OS X ... SIP-Protocol (third party analyzer plugin) Features: Basic packet capturing (libPCAP
License:Freeware
Download (1.9MB)
25 downloads
Added: 2009-06-29
Cocoa Packet Analyzer 0.60.1Native Cocoa implementation of a network packet protocol analyzer. Cocoa Packet Analyzer 0 ... Native Cocoa implementation of a network packet protocol analyzer
Price: FREE
License:Freeware
Download (1.9MB)
201 downloads
Added: 2009-05-31
Cocoa Packet Analyzer 0.42Cocoa Packet Analyzer is a native cocoa implementation of a network ... native cocoa implementation of a network packet protocol analyzer. It uses libPCAP for
License:Freeware
Download (575KB)
837 downloads
Added: 2007-08-16
Java Neural Network Trainer 0.1

Java Neural Network Trainer 0.1


Java Neural Network Trainer is a neural network trainer with the ability to easily add new training algorithms more>>
Java Neural Network Trainer is a neural network trainer with the ability to easily add new training algorithms and training patterns.

It includes a parallel training graphical interface where you can view each trainer working in real-time in parallel.

<<less
Download (20KB)
Added: 2006-03-24 License: GPL Price:
1318 downloads
Wired Log Analyzer 0.3

Wired Log Analyzer 0.3


Wired Log Analyzer is a tool to help you view the data generated by your Wired Server log output more>>
Wired Log Analyzer is a tool to help you view the data generated by your Wired Server log output.
It allows you to view a sortable table of statistics based on the output of a Wired Server log.
Enhancements:
- Sanity-check on the graphs: after awhile I noticed it was ordering the graph by the value, so your graphs would continually increase.
- Also the graphs will not "skip" a day. You would have noticed this if a graph had one line shorter than the others.
- Now saves the last-opened logfile you used (yay!).
- Figured out the memory management problem--you can now open multiple files during a run.
- Added column for UL/DL KB ratio, much to your delight.
<<less
Download (151KB)
Added: 2005-12-14 License: Freeware Price:
1412 downloads
 
Other version of Wired Log Analyzer
Wired Log Analyzer 0.1Wired Log Analyzer provides you with a sophisticated product designed to help you view the data ...Wired Log Analyzer 0.1 provides you with a sophisticated product designed
License:Freeware
Download (86.9KB)
downloads
Added: 2004-12-27
Apache Log Analyzer 1.1

Apache Log Analyzer 1.1


Apache Log Analyzer - analyze log files you get out of hosting a website with Apache more>>
The Apache Log Analyzer will take the log files you get out of hosting a website with Apache, and turn them into something you can actually USE!
Gather statistical data:
Unique visitors - how many different IPs do you see?
which documents were requested - a count of each unique url
how much bandwidth was used - a total count of all the last values in the line.
how much bandwidth for each file was used - an incremental count per file
What browser did they use - a count from the refers tag
Where did they come from - a count of each unique refers
What requests went unanswered - a count of 400, 404s & what they were
IPs you may want to ban - one IP hitting the same thing over and over again
- known virus requests like "GET /scripts/..%c1%9c../winnt/system32/cmd.exe?/c+dir HTTP/1.0"
anything with /winnt/ or /system32/ or .exe
Unique errors in error_log
Saves it to an .html file, and lets you view the results quickly and easily.
Enhancements:
- Wow, has it been that long? Seesh. Many, many changes.
- Complete gui rethink.
- The progress bars actually work now.
- Incorrect error reporting of 404s fixed.
- Better bandwidth calculation.
- Speed ups.
- Each report is saved separately.
- Other bug fixes.
<<less
Download (106KB)
Added: 2005-10-13 License: Freeware Price:
1487 downloads
Network Pasteboard 0.1b

Network Pasteboard 0.1b


Network Pasteboard allows you to access the pasteboard of other computers on your local network more>>
Network Pasteboard allows you to access the pasteboard of other computers on your local network.

When you run Network Pasteboard you can copy from the pasteboard of any mac that is running Network Pasteboard on your local network. - Network Pasteboard uses Rendezvous to show all macs on the local network that are sharing their pasteboards. You choose whether or not to share your own pasteboard.


<<less
Download (143KB)
Added: 2005-11-08 License: Freeware Price:
1451 downloads
AirGrab WiFi Radar 1.2.6

AirGrab WiFi Radar 1.2.6


AirGrab WiFi Radar is a tool to display information about Apple Airport base stations and other WiFi (802.11b/g/n) wireless access points. Using AirGrab WiFi Radar you can determine most popular WiFi channels and select optimal channel for your WiFi network. Signal level and Noise level helps to diagnose? more>>

AirGrab WiFi Radar 1.2.6 offers an effective tool which helps you to display information about Apple Airport base stations and other WiFi (802.11b/g/n) wireless access points. Using AirGrab WiFi Radar you can determine most popular WiFi channels and select optimal channel for your WiFi network.

Signal level and Noise level helps to diagnose common wireless network problems and optimally position your base station and or computer to achieve the best possible signal strength. Encryption status of network shows WEP, WPA, WPA2 modes of all immediately available WiFi networks.

Major Features:

  1. Have full info about WiFi network security (WEP, WPA, WPA2, TKIP, AES)
  2. Have Graphs WiFi connections statistics: signal, security, noise, SNR, transmit rate, and comm quality.
  3. Have Complete Graph for all WiFi Chanels
  4. Have Customizable refresh rate.
  5. Have Wifi Report to HTML and Graph
  6. Log All Encountered Access Points.
  7. Have Mac Universal Binary and Intel Optimized binary.
  8. Stat About Currently Connected Wireless Network.
  9. Be Easy To Use Interface.

Requirements: Mac OS

WareSeeker Editor
<<less
Download (2857kb)
Added: 2009-04-05 License: Freeware Price:
210 downloads
Build Order Analyzer 2.0

Build Order Analyzer 2.0


Build Order Anlyzer for the Axis & Allies RTS is a tool for analyzing builds in the Axis & Allies RTS game more>>
Build Order Anlyzer for the Axis & Allies RTS is a tool for analyzing builds in the Axis & Allies RTS game. Many sites go to great lengths to explain Build Orders, but the Build Order Analyzer is the first tool to actually allow players the ability to define a Build Order and then compare it to other Build Orders over time.

Key Facts to know about the Build Order Analyzer:

Only tool of its kind
Can support multiple types of RTS based games (not just Axis & Allies RTS!)
Built on Java technology & open source software

The Build Order Anlyzer 2.0 for Axis & Allies RTS is a tool for analyzing builds in the Axis & Allies RTS game. Wikipedia has a great defnition for a Build Order. To summarize, a Build Order in an RTS game defines the order in which a player builds their buildings, units, and upgrades. Understanding the timing and affect of various build trees is critical in making the appropriate tactical decisions during the game.

The BOA allows a player to build and analyze multiple Build Orders without playing a game. Lose to a player due to their build? Then plug it into the BOA and figure out a build to counter it! Gamers no longer have to play game, after game, after game to figure out a decent counter to another players Build Order, they can use the BOA to figure it out. The BOA can literally save serious gamers hundreds of hours of game play!

<<less
Download (2KB)
Added: 2006-07-24 License: Freeware Price:
1190 downloads
ZopeEditManager 0.9.4

ZopeEditManager 0.9.4


ZopeEditManager - GUI for setting directory to store temp files more>>
ZopeEditManager is an implementation of Casey Duncans excellent External Editor for Mac OS X, providing Mac users with flexibility in their choice of content-specific editors, and as many concurrent editors as they need running at the same time.

Taking Caseys work, and adapting it for Mac OS X users using the PyObjC bridge, I provide the same functionality, but in a native Mac OS X application with an intuitive graphical user interface. This means that you can specify any Mac OS X application (Carbon or Cocoa) to act as the editor for a MIME type, type group, or Zope meta_type. And you can have as many concurrent edits as you like, since all edits are handled through ZopeEditManager.


<<less
Download (2.0MB)
Added: 2005-06-28 License: Freeware Price:
1578 downloads
BPM Analyzer 1.0.1

BPM Analyzer 1.0.1


Determine the exact bpm of a song more>>
BPM Analyzer 1.0.1 offers you a convenient tool which helps you determine the exact bpm of a song. MixMeister BPM Analyzer is a free program you can use to determine the exact BPM (beats per minute) of any song.

Major Features:

  1. Calculate extremely accurate BPM counts for any song
  2. Drag and drop music files from Windows Explorer
  3. Display and sort files by Title, Artist, or BPM
  4. Update ID3 tags in your music files with exact BPM information
  5. Easily print BPM reports for your entire music collection
  6. Export BPM counts for use in other programs
<<less
Download (398KB)
Added: 2009-05-24 License: Freeware Price: FREE
46 downloads
LED Spectrum Analyser 2.0.6

LED Spectrum Analyser 2.0.6


LED Spectrum Analyser - iTunes visualizer, emulates LED spectrum analyser more>>
LED Spectrum Analyser is a colourful visualizer for iTunes that emulates a LED Spectrum Analyzer, with lots of customisation available of layout, colours, meter ballistics and much more.

A complete rewrite of a similar earlier release for SoundJam, with many new features.

<<less
Download (219KB)
Added: 2007-04-21 License: Freeware Price:
940 downloads
Attachment Scanner Plugin 0.9.4

Attachment Scanner Plugin 0.9.4


Attachment Scanner Plugin - you will never forget to include an attachment on your emails more>>
Attachment Scanner Plugin is the tool for you is you forget to include an attachment on your emails.

It happens to me all the time. By the time I get done writing my email, I forget that I needed to attach something to it before hitting Send.

This Mail.app plugin helps avoid that problem. When you send a message, it checks if theres an attachment. If there isnt, and it looks like youve referred to an attachment in the body of your mail (by using a word like attach, attaching, attachment, etc), it gives you a warning.

Most of the time, you should never notice that this plugin is running, but in those cases when you do need it.
<<less
Download (2.9MB)
Added: 2007-02-24 License: Freeware Price:
1010 downloads
TAMS Analyzer 3.6b6

TAMS Analyzer 3.6b6


TAMS Analyzer has come as a helpful program for coding and extraction which can be used for qualitative research projects. more>>

TAMS Analyzer 3.6b6 has come as a helpful program for coding and extraction which can be used for qualitative research projects. Supports multiple coders, hierarchical codes, complex searching for information, many options for formatting the output of searches, and easy export to Excel and other databases.

Enhancements:

  • Users can now tag files and search files by tag or file name (including boolean searches, that is searching using AND and OR)

<<less
Added: 2009-09-26 License: Freeware Price: Notavailable
downloads
 
Other version of TAMS Analyzer
TAMS Analyzer 3.53b9Integrated qualitative research transcription, coding, analysis, and ...A program for qualitative researchers that includes support for transcription
License:Freeware
Download (10.3MB)
15 downloads
Added: 2009-03-30
Network Device Finder 1.1

Network Device Finder 1.1


Network Device Finder - Finds IP address of any device on a network more>>
Network Device Finder will find all web servers on your network.
This includes computers running web server software, routers, network cameras, and any other network device with a web interface.

This software is designed to aid the setting up of network video devices for our video surveillance software SecuritySpy, although you are free to use it for any purpose.
<<less
Download (52KB)
Added: 2006-09-12 License: Freeware Price:
1209 downloads
Game Hunter 0.9.4

Game Hunter 0.9.4


Catalog, sort, organize your game collection. more>>

Game Hunter 0.9.4 is a free and simple application allowing you to catalog, sort, and organize your game collection. You can query online database to easily get all information about your favorite games.

Major Features:

  1. iTunes-like interface
  2. Get information querying online database
  3. List to organize your library
  4. Self updating smart-list
  5. Address book integration
  6. iCal integration
  7. Automatic update with Sparkle
  8. Quick Look Integration
  9. Network sync
  10. Folder of lists for better organization
  11. Link games with URLs, images, videos and files

Requirements:

  • Work on Leopard
<<less
Added: 2009-07-14 License: Freeware Price:
22 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5