aboutsummaryrefslogtreecommitdiffstats
path: root/packet-data.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-10 23:20:38 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2002-05-10 23:20:38 +0000
commit81eee4296a0034daf85c32656b4f9921a53eaade (patch)
treef18ae465f401e1d4668a4ffce5f6c6528af6f89f /packet-data.h
parent0d35aef78fe893fecbc386daf34faa86b36821c2 (diff)
From Joerg Mayer: make a pile of stuff not used outside one source file
static, and add a new "packet-data.h" to declare "proto_data". Display escape sequences in octal in the IAPP dissector, as is now done in the RADIUS dissector. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@5441 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-data.h')
-rw-r--r--packet-data.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/packet-data.h b/packet-data.h
new file mode 100644
index 0000000000..8a3f2ff68b
--- /dev/null
+++ b/packet-data.h
@@ -0,0 +1,29 @@
+/* packet-data.h
+ *
+ * $Id: packet-data.h,v 1.1 2002/05/10 23:20:38 guy Exp $
+ *
+ * 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 __PACKET_DATA_H__
+#define __PACKET_DATA_H__
+
+extern int proto_data;
+
+#endif /* __PACKET_DATA_H__ */