aboutsummaryrefslogtreecommitdiffstats
path: root/packet-ber.h
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-05-17 20:03:36 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2004-05-17 20:03:36 +0000
commita24e2dea10f12470b05b179bf5c869412614afb3 (patch)
tree0a1b9165e2c70ccca03be58b63d6306a57732c3b /packet-ber.h
parent51969fbd06eb5944a42a612acf7394f5958f19ab (diff)
rename the NOT_DECODED_YET macros to avoid a name clash
for those sources that include both packet-ber.h and packet-per.h svn path=/trunk/; revision=10912
Diffstat (limited to 'packet-ber.h')
-rw-r--r--packet-ber.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-ber.h b/packet-ber.h
index f50a6623d5..8196aee6e6 100644
--- a/packet-ber.h
+++ b/packet-ber.h
@@ -2,7 +2,7 @@
* Helpers for ASN.1/BER dissection
* Ronnie Sahlberg (C) 2004
*
- * $Id: packet-ber.h,v 1.6 2004/05/14 23:38:39 sahlberg Exp $
+ * $Id: packet-ber.h,v 1.7 2004/05/17 20:03:35 sahlberg Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -26,7 +26,7 @@
#ifndef __PACKET_BER_H__
#define __PACKET_BER_H__
-#define NOT_DECODED_YET(x) \
+#define BER_NOT_DECODED_YET(x) \
proto_tree_add_text(tree, tvb, offset, 0, "something unknown here [%s]",x); \
fprintf(stderr,"Not decoded yet in packet : %d [%s]\n", pinfo->fd->num,x); \
if (check_col(pinfo->cinfo, COL_INFO)){ \