aboutsummaryrefslogtreecommitdiffstats
path: root/packet-yhoo.h
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-10-14 03:12:32 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>1999-10-14 03:12:32 +0000
commit03c7d9ab776bd00286bf9f6428915f4fb019a99a (patch)
tree46287d4582142801bbc078b7027c2f79ce72df52 /packet-yhoo.h
parent47ac20d08f2f95d630da5a3ad7d0ba5fed46fffb (diff)
Updates from Nathan Neulinger.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@826 f5534014-38df-0310-8fa8-9805f1628bb7
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