diff options
author | Guy Harris <guy@alum.mit.edu> | 2001-04-18 20:41:12 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2001-04-18 20:41:12 +0000 |
commit | 41cb0c0df76216170b5b77bb29b5240018b4b90c (patch) | |
tree | b08454d327495c207d33bddf048a10be4f204bfe /packet-yppasswd.h | |
parent | 30e95d966b67e7be074d9d8e89b08b3616626365 (diff) | |
download | wireshark-41cb0c0df76216170b5b77bb29b5240018b4b90c.tar.gz wireshark-41cb0c0df76216170b5b77bb29b5240018b4b90c.tar.bz2 wireshark-41cb0c0df76216170b5b77bb29b5240018b4b90c.zip |
YPPASSWD support, from Ronnie Sahlberg.
svn path=/trunk/; revision=3329
Diffstat (limited to 'packet-yppasswd.h')
-rw-r--r-- | packet-yppasswd.h | 30 |
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 |