Menu

Tree [r2] /
 History

HTTPS access


File Date Author Commit
 JenNet_Dissectors.patch 2009-07-17 pwotton [r1] Initial wireshark patch file, adds 15.4 and Jen...
 Readme.txt 2009-07-17 pwotton [r2] Added Readme.txt

Read Me

Introduction

These patches add support for the JenNet Network protocol, available from Jennic (www.jennic.com) 
to Wireshark. 
JenNet_Dissectors.patch provides additional protocol dissectors suitable for use with a Jennic sniffer
node that can dissect the following protocols:
- Jenie/JenNet (Jennic's network stack)
- (802.15.4 is also dissected via JenNet dissector)

Installation

For instructions on setting up a build environment for Wireshark, see http://www.wireshark.org/develop.html.
Once you have a build environment set up and working, patch the source as follows:

$ cd Wireshark
$ patch -p2 < ../JenNet_Dissectors.patch
patching file epan/dissectors/Makefile.common
patching file epan/dissectors/packet-ieee802154_JenNet_v1.4.c
patching file epan/dissectors/packet-ieee802154_JenNet_v1.4.h

Once the source is patched, recompile and build.

Jennic Sniffer Nodes

For information on making a Jennic Sniffer node, please see application note JN-AN-1115 at www.Jennic.com

note: The 802.15.4 dissection differs from that provided in the main Wireshark build, as it uses an 
additional layer of encapsulation in the connection from sniffer node to Wireshark.