Put the IGMP type field value into the PIM tree, as is done for other
[obnox/wireshark/wip.git] / packet-yhoo.h
index 952401594442b1d65a7c18d57aa7ad976f4f3704..d168565faf72a0558ee748d9e0c023a05fd3c964 100644 (file)
@@ -1,12 +1,11 @@
 /* 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.7 2001/04/17 00:46:04 guy Exp $
  *
  * Ethereal - Network traffic analyzer
  * By Gerald Combs <gerald@zing.org>
  * Copyright 1998 Gerald Combs
- * Joerg Mayer <jmayer@telemation.de>
  *
  * 
  * This program is free software; you can redistribute it and/or
@@ -55,7 +54,7 @@
 #define YAHOO_SERVICE_CONFLOGON        25
 #define YAHOO_SERVICE_CONFDECLINE 26
 #define YAHOO_SERVICE_CONFLOGOFF               27
-#define YAHOO_SERVICE_UNKN_28 28
+#define YAHOO_SERVICE_CONFADDINVITE 28
 #define YAHOO_SERVICE_CONFMSG 29
 #define YAHOO_SERVICE_CHATLOGON        30
 #define YAHOO_SERVICE_CHATLOGOFF       31
@@ -63,6 +62,7 @@
 #define YAHOO_SERVICE_FILETRANSFER 70
 
 /* Message flags */
+#define YAHOO_MSGTYPE_NONE 0
 #define YAHOO_MSGTYPE_NORMAL 1
 #define YAHOO_MSGTYPE_BOUNCE 2
 #define YAHOO_MSGTYPE_STATUS 4
@@ -82,24 +82,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