From Tomas Kukosa: don't allow the PER protocol to be disabled.

svn path=/trunk/; revision=10488
This commit is contained in:
Guy Harris 2004-03-25 23:58:06 +00:00
parent 6969a1a8da
commit 67a18192d0
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,7 @@ proper helper routines
* Routines for dissection of ASN.1 Aligned PER
* 2003 Ronnie Sahlberg
*
* $Id: packet-per.c,v 1.25 2004/02/16 20:58:03 guy Exp $
* $Id: packet-per.c,v 1.26 2004/03/25 23:58:06 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@ -1556,6 +1556,8 @@ proto_register_per(void)
proto_register_field_array(proto_per, hf, array_length(hf));
proto_register_subtree_array(ett, array_length(ett));
proto_set_cant_toggle(proto_per);
per_module = prefs_register_protocol(proto_per, NULL);
prefs_register_bool_preference(per_module, "display_internal_per_fields",
"Display the internal PER fields in the tree",