1.0.3 • Published 4 years ago

diameter-dictionary v1.0.3

Weekly downloads
10
License
GPL-3.0
Repository
github
Last release
4 years ago

node-diameter-dictionary

Collated Wireshark dictionaries for Diameter

Build

Clone a known tag (or latest) of the Wireshark repo and copy the contents of its diameter directory into the local dictionaries folder.

Then run:

$ npm run build

The collated JSON dictionary will be saved as dist/dictionary.json

Tag a new version which is reflective of the version of the Wireshark dictionaries that were used and publish!