summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-t30.h
diff options
context:
space:
mode:
authorTomas Kukosa <tomas.kukosa@siemens.com>2007-05-04 07:10:15 +0000
committerTomas Kukosa <tomas.kukosa@siemens.com>2007-05-04 07:10:15 +0000
commitcfa43d6daaeee1fe6fd2568edcf3464e435392f9 (patch)
tree380445dda6a1d94c7fa8a26d4285d68cea8debbe /epan/dissectors/packet-t30.h
parent48b11b6f153ff6a1c50b7ee49d3690a812d045bd (diff)
downloadwireshark-cfa43d6daaeee1fe6fd2568edcf3464e435392f9.tar.gz
generate T.38 dissector from ASN.1 source
svn path=/trunk/; revision=21676
Diffstat (limited to 'epan/dissectors/packet-t30.h')
-rw-r--r--epan/dissectors/packet-t30.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/epan/dissectors/packet-t30.h b/epan/dissectors/packet-t30.h
new file mode 100644
index 0000000000..f3df313e0c
--- /dev/null
+++ b/epan/dissectors/packet-t30.h
@@ -0,0 +1,29 @@
+/* packet-t30.h
+ *
+ * Routines for T38 dissection
+ * 2003 Hans Viens
+ * 2004 Alejandro Vaquero, add support to conversation
+ *
+ * $Id$
+ *
+ * Wireshark - Network traffic analyzer
+ * By Gerald Combs <gerald@wireshark.org>
+ * 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.
+ */
+
+WS_VAR_IMPORT const value_string t30_facsimile_control_field_vals[];
+WS_VAR_IMPORT const value_string t30_facsimile_control_field_vals_short[];