WSUG: Add SS7 code point resolution
authorUli Heilmeier <uh@heilmeier.eu>
Tue, 24 Apr 2018 19:11:42 +0000 (21:11 +0200)
committerAnders Broman <a.broman58@gmail.com>
Wed, 25 Apr 2018 04:13:47 +0000 (04:13 +0000)
Bug: 14617
Change-Id: I0af61d1ad7a80796db057e25f94869b98dfdacf1
Reviewed-on: https://code.wireshark.org/review/27128
Reviewed-by: Anders Broman <a.broman58@gmail.com>
docbook/wsug_src/WSUG_app_files.asciidoc
docbook/wsug_src/WSUG_chapter_advanced.asciidoc

index b6a4e0fa4a5eff815e48bfd2ed9a39dba3e81527..a19a6410083bcf4da6cc8e45e1fd0ac0b6099fed 100644 (file)
@@ -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
index 6e87f6bb422c52664aa91022594fdabf40ecbea9..b466bed9706022a5b75114c4af774bd6c77ad40c 100644 (file)
@@ -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]]