aboutsummaryrefslogtreecommitdiffstats
path: root/packet-klm.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-04-20 18:37:53 +0000
committerGuy Harris <guy@alum.mit.edu>2001-04-20 18:37:53 +0000
commit5827d2e45b085a12aebc8b68d7afb5cc397fd804 (patch)
tree4ab80449284d2b6cae655a92f374c7f018b82bfe /packet-klm.h
parent4ead3692a36ddb25d540d0b966a8c19dc0d5e7c5 (diff)
KLM support, from Ronnie Sahlberg.
svn path=/trunk/; revision=3345
Diffstat (limited to 'packet-klm.h')
-rw-r--r--packet-klm.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/packet-klm.h b/packet-klm.h
new file mode 100644
index 0000000000..e196b06532
--- /dev/null
+++ b/packet-klm.h
@@ -0,0 +1,33 @@
+/* packet-klm.h 2001 Ronnie Sahlberg <rsahlber@bigpond.net.au>
+ *
+ * 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_KLM_H
+#define PACKET_KLM_H
+
+#define KLMPROC_TEST 1
+#define KLMPROC_LOCK 2
+#define KLMPROC_CANCEL 3
+#define KLMPROC_UNLOCK 4
+
+#define KLM_PROGRAM 100020
+
+#endif