Developer Resources

Register to access Developer resources

Scripting Guide

Plugin Guide

Samples

Unbrowse SNMP Scripting

Sample Scripts

Save all images > 10KB in a capture file into a given folder (VBScript)

Others from the lib

Tutorials

> Using the script console

> Protocol decoder in 15 minutes

> How to attach scripts to Unsniff menu items

 

Other tools

Overview
Unsniff DevZone

Welcome to the Unsniff Developer Zone

About  DevZone

The Unsniff DevZone is a place where you can communicate directly with Unleash Networks engineers and other network analysts.  You can also access the network analysis script gallery, protocol handlers written by third parties, modules and extensions to Unsniff. Unleash Networks will periodically post articles, sample code, and tips in the DevZone.

  • You may need to login to access some content (registration is free)
Unsniff Network Analyzer is designed to be scriptable and extensible.  For the first time, you will be able to look at network data exactly the way you want to. There are two main ways in which you can add functionality to Unsniff.


 

Scripts

The Scripting API allows you to write scripts to work on captured data via a complete object model. You may write scripts in Ruby, VBScript, or JScript. You can even write scripts with complex user interfaces like charts, tables, spreadsheets, using Fx-Ruby. You can also script the Unsniff application itself - by attaching custom scripts to commands in popup menus.

New Protocol Decoders

You can add custom protocol handlers (aka dissectors, decoders) using the Unsniff Developers API. You can also write custom user objects, custom user object renderers, custom name resolvers, eavesdroppers, and user interface plugins. Finally - you can use ActiveX to create custom sheets

Extending Unsniff

You can add custom protocol handlers (aka dissectors, decoders) using the Unsniff Developers API. You can also write custom user objects, custom user object renderers, custom name resolvers, eavesdroppers, and user interface plugins. Finally - you can use ActiveX to create custom sheets.