diff options
author | Sebastian Reichel <sre@ring0.de> | 2015-07-10 07:12:31 +0200 |
---|---|---|
committer | Sebastian Reichel <sre@ring0.de> | 2015-07-10 07:12:31 +0200 |
commit | 78051fb3ea7ea9c7a0d60540c999b5e56f0969fa (patch) | |
tree | f8ac89c5b46cd5118a1b03f8964cdfec79264c78 | |
parent | c01e4ddfe87692761fbab95a0be03a0d0feb30ee (diff) | |
download | isi-wireshark-plugin-78051fb3ea7ea9c7a0d60540c999b5e56f0969fa.tar.bz2 |
Add README
-rw-r--r-- | README | 38 |
1 files changed, 38 insertions, 0 deletions
@@ -0,0 +1,38 @@ +This is a Wireshark plugin for Nokia's PhoNet encapsulated ISI protocol +used on the Nokia N900, N950 and N9. + +Build Requirements: + + * compiler (for C) + * make + * pkg-config + * Wireshark 1.12.x + +Building: + + * run "make" + +Install: + + * run "make install" + +Usage: + + * Wireshark will automatically load the plugin at startup + and use it for any PhoNet traffic. + +Common Abbreviations: + +ADDR Address +REQ Request +RESP Response +IND Indication +LS Location Server +GPS Global Positioning System +ISI Intelligent Service Interface +NTF Notification +SUPL Secure User Plane Location +ACWP Assisted Complementary Wireless Positioning +NMEA National Marine Electronics Association +NBR Number +NPE Normalized Position Error |