aboutsummaryrefslogtreecommitdiffstats
path: root/packet-yppasswd.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-18 20:41:12 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2001-04-18 20:41:12 +0000
commitbacbe1fad19a61ee4f9d463615b1898ac4e61529 (patch)
treeb08454d327495c207d33bddf048a10be4f204bfe /packet-yppasswd.h
parent3e929ff6690ea24091c226a638dc9f14cbe5cb79 (diff)
YPPASSWD support, from Ronnie Sahlberg.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@3329 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'packet-yppasswd.h')
-rw-r--r--packet-yppasswd.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/packet-yppasswd.h b/packet-yppasswd.h
new file mode 100644
index 0000000000..afb7135e58
--- /dev/null
+++ b/packet-yppasswd.h
@@ -0,0 +1,30 @@
+/* packet-yppasswd.h
+ *
+ * Ethereal - Network traffic analyzer
+ * By Gerald Combs <gerald@zing.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_YPPASSWD_H
+#define PACKET_YPPASSWD_H
+
+#define YPPASSWDPROC_UPDATE 1
+
+#define YPPASSWD_PROGRAM 100009
+
+#endif