aboutsummaryrefslogtreecommitdiffstats
path: root/packet.h
diff options
context:
space:
mode:
authorNathan Neulinger <nneul@umr.edu>1999-11-10 15:10:33 +0000
committerNathan Neulinger <nneul@umr.edu>1999-11-10 15:10:33 +0000
commitabc9101b4113568229098123fa8979a417102d20 (patch)
treeb5d46e49593b89bd4629fe6c2384a73d049ffc0a /packet.h
parent5e33e192ab245b1733b628b0d28d214b98b45bee (diff)
added ypxfr program to rpc
svn path=/trunk/; revision=997
Diffstat (limited to 'packet.h')
-rw-r--r--packet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/packet.h b/packet.h
index af767bda18..fc03120fc5 100644
--- a/packet.h
+++ b/packet.h
@@ -1,7 +1,7 @@
/* packet.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet.h,v 1.129 1999/11/10 14:44:58 nneul Exp $
+ * $Id: packet.h,v 1.130 1999/11/10 15:10:33 nneul Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -454,6 +454,7 @@ enum {
ETT_STAT,
ETT_YPBIND,
ETT_YPSERV,
+ ETT_YPXFR,
ETT_DDP,
NUM_TREE_TYPES /* last item number plus one */
};