summaryrefslogtreecommitdiff
path: root/epan/t35.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-29 00:52:45 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-29 00:52:45 +0000
commiteaadcc4c62c5a61273c814f86d33ed859ba8917b (patch)
treee8504dda24b1aaede3776d8c20fd4379a0df3ba2 /epan/t35.h
parent31158d0d0ecd4fe605bc1675424c06c024acef0c (diff)
downloadwireshark-eaadcc4c62c5a61273c814f86d33ed859ba8917b.tar.gz
Move various tables into the epan directory.
svn path=/trunk/; revision=12130
Diffstat (limited to 'epan/t35.h')
-rw-r--r--epan/t35.h35
1 files changed, 35 insertions, 0 deletions
diff --git a/epan/t35.h b/epan/t35.h
new file mode 100644
index 0000000000..a9d8abf422
--- /dev/null
+++ b/epan/t35.h
@@ -0,0 +1,35 @@
+/* t35.h
+ * T.35 and H.221 tables
+ * 2003 Tomas Kukosa
+ *
+ * $Id$
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@ethereal.com>
+ * Copyright 1998 Gerald Combs
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+ */
+
+#ifndef __T35_H__
+#define __T35_H__
+
+#include "epan/value_string.h"
+
+extern const value_string T35CountryCode_vals[];
+extern const value_string T35Extension_vals[];
+extern const value_string H221ManufacturerCode_vals[];
+
+#endif /* __T35_H__ */