"NOT_DECODED_YET()" was replaced by "PER_NOT_DECODED_YET()" and
authorGuy Harris <guy@alum.mit.edu>
Tue, 25 May 2004 21:07:43 +0000 (21:07 -0000)
committerGuy Harris <guy@alum.mit.edu>
Tue, 25 May 2004 21:07:43 +0000 (21:07 -0000)
"BER_NOT_DECODED_YET()"; use the right one.

svn path=/trunk/; revision=10997

asn1/h235/packet-h235-template.c

index 37b2e094daa38052c5a868b86bbd8182f2766f63..95b181e88d7a8656a7e4abd7b34d00bfa77e5b30 100644 (file)
@@ -2,7 +2,7 @@
  * Routines for H.235 packet dissection
  * 2004  Tomas Kukosa
  *
- * $Id: packet-h235-template.c,v 1.1 2004/05/24 08:42:29 sahlberg Exp $
+ * $Id: packet-h235-template.c,v 1.2 2004/05/25 21:07:43 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@ethereal.com>
@@ -50,7 +50,7 @@ int proto_h235 = -1;
 
 static guint32
 dissect_xxx_ToBeSigned(tvbuff_t *tvb, guint32 offset, packet_info *pinfo, proto_tree *tree, int hf_index) {
-NOT_DECODED_YET("ToBeSigned");
+PER_NOT_DECODED_YET("ToBeSigned");
   return offset;
 }