aboutsummaryrefslogtreecommitdiffstats
path: root/packet-h225.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-03-04 07:07:57 +0000
committerGuy Harris <guy@alum.mit.edu>2004-03-04 07:07:57 +0000
commit36a9a266f439add59d2504504e58b9654c514a14 (patch)
tree892f19921beb78588d21fae7a906ef9e830f3753 /packet-h225.h
parent409e955dbb58264e5bccaaf8bb708b984f811e79 (diff)
From Tomas Kukosa: add packet-ber.c routines to the plugin API.
svn path=/trunk/; revision=10295
Diffstat (limited to 'packet-h225.h')
-rw-r--r--packet-h225.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/packet-h225.h b/packet-h225.h
index db6830760c..92df0707f6 100644
--- a/packet-h225.h
+++ b/packet-h225.h
@@ -2,7 +2,7 @@
* Routines for H.225 packet dissection
* 2003 Tomas Kukosa
*
- * $Id: packet-h225.h,v 1.6 2003/12/15 04:23:54 guy Exp $
+ * $Id: packet-h225.h,v 1.7 2004/03/04 07:07:00 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@ethereal.com>
@@ -23,8 +23,8 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
-#ifndef __H225_H__
-#define __H225_H__
+#ifndef __PACKET_H225_H__
+#define __PACKET_H225_H__
extern int dissect_h225_NonStandardParameter(tvbuff_t*, int, packet_info*, proto_tree*, int);
@@ -66,4 +66,4 @@ extern const value_string AdmissionRejectReason_vals[];
extern const value_string LocationRejectReason_vals[];
extern const value_string RegistrationRejectReason_vals[];
-#endif /* __H225_H__ */
+#endif /* __PACKET_H225_H__ */