aboutsummaryrefslogtreecommitdiffstats
path: root/packet-yhoo.h
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-10-14 03:12:32 +0000
committerGuy Harris <guy@alum.mit.edu>1999-10-14 03:12:32 +0000
commit92907001c39020cbd99ceffe5c8a75c3213ea581 (patch)
tree46287d4582142801bbc078b7027c2f79ce72df52 /packet-yhoo.h
parent8b592e44a5985fa5a836bf0389fc833f6847bd7b (diff)
Updates from Nathan Neulinger.
svn path=/trunk/; revision=826
Diffstat (limited to 'packet-yhoo.h')
-rw-r--r--packet-yhoo.h23
1 files changed, 2 insertions, 21 deletions
diff --git a/packet-yhoo.h b/packet-yhoo.h
index 9524015944..9925a5032a 100644
--- a/packet-yhoo.h
+++ b/packet-yhoo.h
@@ -1,7 +1,7 @@
/* packet-yhoo.h
* Definitions for packet disassembly structures and routines
*
- * $Id: packet-yhoo.h,v 1.1 1999/10/14 01:28:26 guy Exp $
+ * $Id: packet-yhoo.h,v 1.2 1999/10/14 03:12:32 guy Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -63,6 +63,7 @@
#define YAHOO_SERVICE_FILETRANSFER 70
/* Message flags */
+#define YAHOO_MSGTYPE_NONE 1
#define YAHOO_MSGTYPE_NORMAL 1
#define YAHOO_MSGTYPE_BOUNCE 2
#define YAHOO_MSGTYPE_STATUS 4
@@ -82,24 +83,4 @@ struct yahoo_rawpacket
char content[1]; /* was zero, had problems with aix xlc */
};
-/* Misc contants */
-#define YAHOO_PACKET_HEADER_SIZE 104 /* size of a standard header */
-
-/* Constants for status codes */
-enum
-{
- YAHOO_STATUS_AVAILABLE,
- YAHOO_STATUS_BRB,
- YAHOO_STATUS_BUSY,
- YAHOO_STATUS_NOTATHOME,
- YAHOO_STATUS_NOTATDESK,
- YAHOO_STATUS_NOTINOFFICE,
- YAHOO_STATUS_ONPHONE,
- YAHOO_STATUS_ONVACATION,
- YAHOO_STATUS_OUTTOLUNCH,
- YAHOO_STATUS_STEPPEDOUT,
- YAHOO_STATUS_INVISIBLE = 12,
- YAHOO_STATUS_IDLE = 999
-};
-
#endif