aboutsummaryrefslogtreecommitdiffstats
path: root/packet-per.c
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-26 21:30:08 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2003-08-26 21:30:08 +0000
commitec66d01b5885d71f2a6bc54b21e25892e798a9ed (patch)
treed6810e98d12c71ca434b34193ccb7f06f518d376 /packet-per.c
parent6deb901e11fb20fd4737c57aeaf302edefea77dc (diff)
Make the option to display the internal PER fields default to FALSE
svn path=/trunk/; revision=8275
Diffstat (limited to 'packet-per.c')
-rw-r--r--packet-per.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-per.c b/packet-per.c
index 1241cc93bd..20a96b404b 100644
--- a/packet-per.c
+++ b/packet-per.c
@@ -7,7 +7,7 @@ proper helper routines
* Routines for dissection of ASN.1 Aligned PER
* 2003 Ronnie Sahlberg
*
- * $Id: packet-per.c,v 1.12 2003/08/25 00:00:20 guy Exp $
+ * $Id: packet-per.c,v 1.13 2003/08/26 21:30:08 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -71,7 +71,7 @@ printf("#%d %s tvb:0x%08x\n",pinfo->fd->num,x,(int)tvb);
/* whether the PER helpers should put the internal PER fields into the tree
or not.
*/
-static guint display_internal_per_fields = TRUE;
+static guint display_internal_per_fields = FALSE;