aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docbook/wsug_src/WSUG_app_files.asciidoc19
-rw-r--r--docbook/wsug_src/WSUG_chapter_advanced.asciidoc4
2 files changed, 23 insertions, 0 deletions
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]]