From Menno Andriesse

By popular request (sort of...) here is a patch for the S5066 dissector to enable TCP port preference.

svn path=/trunk/; revision=18092
This commit is contained in:
Jaap Keuter 2006-05-04 16:50:52 +00:00
parent 65dbbfa0ca
commit 8f88da8a16
1 changed files with 5 additions and 1 deletions

View File

@ -765,7 +765,11 @@ proto_register_s5066(void)
"Whether the S5066 dissector should dissect editon 1 of the STANAG."
" This editon was never formally approved and is very rare. The common edition is editon 1.2.",
&s5066_edition_one);
prefs_register_uint_preference(s5066_module, "tcp.port",
"STANAG 5066 TCP Port",
"Set the port for STANAG 5066. (If other than the default 5066."
" This number is registered with IANA.)",
10, &global_s5066_port);
}
void