aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/pppdump.h
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-09-19 17:22:11 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-09-19 17:22:11 +0000
commite191760a7b3aad620f13f23345f9a070785468da (patch)
tree789188aaf465a5519d2099280a89c1c01311168c /wiretap/pppdump.h
parent706bd5e1fc964615a2df8240fe0f522f11145ced (diff)
Add support for reading pppd log files in wiretap.
svn path=/trunk/; revision=2448
Diffstat (limited to 'wiretap/pppdump.h')
-rw-r--r--wiretap/pppdump.h28
1 files changed, 28 insertions, 0 deletions
diff --git a/wiretap/pppdump.h b/wiretap/pppdump.h
new file mode 100644
index 0000000000..04e3f2fbd6
--- /dev/null
+++ b/wiretap/pppdump.h
@@ -0,0 +1,28 @@
+/* pppdump.h
+ *
+ * $Id: pppdump.h,v 1.1 2000/09/19 17:22:10 gram Exp $
+ *
+ * Copyright (c) 2000 by Gilbert Ramirez <gram@xiexie.org>
+ *
+ * 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 __PPPDUMP_H__
+#define __PPPDUMP_H__
+
+int pppdump_open(wtap *wth, int *err);
+
+#endif