aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/h235/packet-h235-template.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-05-25 21:07:43 +0000
committerGuy Harris <guy@alum.mit.edu>2004-05-25 21:07:43 +0000
commitba6a79257ab0a732a3e85360f5fa85ad3a47c206 (patch)
treedfe5aff33ab86d08df8ce8c20025a2877b94f446 /asn1/h235/packet-h235-template.c
parent3858062c2f32632334a652fd30099591fdd48fa5 (diff)
"NOT_DECODED_YET()" was replaced by "PER_NOT_DECODED_YET()" and
"BER_NOT_DECODED_YET()"; use the right one. svn path=/trunk/; revision=10997
Diffstat (limited to 'asn1/h235/packet-h235-template.c')
-rw-r--r--asn1/h235/packet-h235-template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/asn1/h235/packet-h235-template.c b/asn1/h235/packet-h235-template.c
index 37b2e094da..95b181e88d 100644
--- a/asn1/h235/packet-h235-template.c
+++ b/asn1/h235/packet-h235-template.c
@@ -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;
}