From 8930b986aa0b9c5d529a3e1072665a206db56cad Mon Sep 17 00:00:00 2001 From: Uli Heilmeier Date: Tue, 24 Apr 2018 21:11:42 +0200 Subject: WSUG: Add SS7 code point resolution Bug: 14617 Change-Id: I0af61d1ad7a80796db057e25f94869b98dfdacf1 Reviewed-on: https://code.wireshark.org/review/27128 Reviewed-by: Anders Broman --- docbook/wsug_src/WSUG_app_files.asciidoc | 19 +++++++++++++++++++ docbook/wsug_src/WSUG_chapter_advanced.asciidoc | 4 ++++ 2 files changed, 23 insertions(+) diff --git a/docbook/wsug_src/WSUG_app_files.asciidoc b/docbook/wsug_src/WSUG_app_files.asciidoc index b6a4e0fa4a..a19a641008 100644 --- a/docbook/wsug_src/WSUG_app_files.asciidoc +++ b/docbook/wsug_src/WSUG_app_files.asciidoc @@ -172,6 +172,7 @@ _/usr/local/etc_. |_subnets_|IPv4 subnet name resolution. |_ipxnets_|IPX name resolution. |_vlans_|VLAN ID name resolution. +|_ss7pcs_|SS7 point code resolution. |=============== [float] @@ -446,6 +447,24 @@ The settings from this file are read in at program start and never written by Wireshark. -- +_ss7pcs_:: +Wireshark uses the _ss7pcs_ file to translate SS7 point codes to node names. ++ +At program start, if there is a _ss7pcs_ file in the personal +configuration folder, it is read. ++ +-- +Each line in this file consists of one network indicator followed by a dash followed by a point code in decimal and a node name separated by whitespace or tab. + +An example is: +---- +2-1234 MyPointCode1 +---- + +The settings from this file are read in at program start and never written by +Wireshark. +-- + [[ChPluginFolders]] === Plugin folders diff --git a/docbook/wsug_src/WSUG_chapter_advanced.asciidoc b/docbook/wsug_src/WSUG_chapter_advanced.asciidoc index 6e87f6bb42..b466bed970 100644 --- a/docbook/wsug_src/WSUG_chapter_advanced.asciidoc +++ b/docbook/wsug_src/WSUG_chapter_advanced.asciidoc @@ -941,6 +941,10 @@ system to convert a TCP or UDP port to its well known name (e.g. 80 -> http). To get a descriptive name for a VLAN tag ID a vlans file can be used. +==== SS7 point code resolution + +To get a node name for a SS7 point code a ss7pcs file can be used. + // XXX - mention the role of the /etc/services file (but don’t forget the files and folders section)! [[ChAdvChecksums]] -- cgit v1.2.3