First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

File format for SS7 PC Name Resolution [closed]

  • retag add tags

Which file is used to load the SS7 Point Codes when you enabled "Resolve SS7 PCs" under Name Resolution preferences, and what format is the file in?

This does not appear to be in the online help, or Wireshark's "B.3 Configuration Files" with all the other name resolution files/formats.

Thanks,

Geoff

GeoffHart's avatar
3
GeoffHart
asked 2018-04-23 18:36:48 +0000
edit flag offensive 0 remove flag reopen merge delete

Closed for the following reason "the question is answered, right answer was accepted" by GeoffHart 2018-04-24 16:48:01 +0000

Comments

add a comment see more comments

1 Answer

0

Which file is used to load the SS7 Point Codes when you enabled "Resolve SS7 PCs" under Name Resolution preferences

It's called "ss7pcs", and is in the same directory as other name resolution files.

and what format is the file in?

Each line is of the form:

{Network indicator in decimal}-{Point Code in decimal} {Host name}

with the network indicator/point code indicator separated by white space (tabs and spaces) from the host name. For example:

2-1234 MyPointCode1

This does not appear to be in the online help, or Wireshark's "B.3 Configuration Files" with all the other name resolution files/formats.

It certainly belongs everywhere that the other name resolution files are documented; please file a bug on this on the Wireshark Bugzill.

Guy Harris's avatar
19.9k
Guy Harris
answered 2018-04-23 19:34:07 +0000
edit flag offensive 0 remove flag delete link

Comments

Perfect - I've got this working exactly as described above.

I've created Bug 14617 to track the missing documentation

GeoffHart's avatar GeoffHart (2018-04-24 16:47:42 +0000) edit
add a comment see more comments