aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ppi.h
diff options
context:
space:
mode:
authorgerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-26 19:38:44 +0000
committergerald <gerald@f5534014-38df-0310-8fa8-9805f1628bb7>2007-06-26 19:38:44 +0000
commit0c414c585940f70219ede577b0d4477d9d0672ca (patch)
tree3fb99df62413d054b6da770fffa59ca4adbc69fb /epan/dissectors/packet-ppi.h
parentbd9b9d1b7b2e9d863b32369a09c1ef5c2248a5a9 (diff)
Add capture counts for PPI.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22195 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-ppi.h')
-rw-r--r--epan/dissectors/packet-ppi.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/epan/dissectors/packet-ppi.h b/epan/dissectors/packet-ppi.h
new file mode 100644
index 0000000000..bd1415915d
--- /dev/null
+++ b/epan/dissectors/packet-ppi.h
@@ -0,0 +1,29 @@
+/* packet-ppi.h
+ *
+ * $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.
+ */
+
+#ifndef __PACKET_PPI_H__
+#define __PACKET_PPI_H__
+
+void capture_ppi(const guchar *pd, int len, packet_counts *ld);
+
+#endif