Rename "stat.priv" to "statnotify.priv", to avoid colliding with the NSM

"stat.priv".

svn path=/trunk/; revision=3141
This commit is contained in:
Guy Harris 2001-03-15 22:18:49 +00:00
parent cbfe322b03
commit f803074e83
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ proto_register_statnotify(void)
"State", "statnotify.state", FT_UINT32, BASE_DEC,
NULL, 0, "New state of client that changed" }},
{ &hf_statnotify_priv, {
"Priv", "stat.priv", FT_BYTES, BASE_HEX,
"Priv", "statnotify.priv", FT_BYTES, BASE_HEX,
NULL, 0, "Client supplied opaque data" }},
};