aboutsummaryrefslogtreecommitdiffstats
path: root/packet-yhoo.h
diff options
context:
space:
mode:
authorLaurent Deniel <laurent.deniel@free.fr>1999-10-16 21:56:53 +0000
committerLaurent Deniel <laurent.deniel@free.fr>1999-10-16 21:56:53 +0000
commit247f9bf76ba753fa411d1c0614cedd6e888fe92f (patch)
treee2b95a3c5c0e85a627f61e2c0e81e5375f671d9b /packet-yhoo.h
parent04f4b3c10b60ac1fac85b0487a5ef2ef3c0994c9 (diff)
downloadwireshark-247f9bf76ba753fa411d1c0614cedd6e888fe92f.tar.gz
wireshark-247f9bf76ba753fa411d1c0614cedd6e888fe92f.tar.bz2
wireshark-247f9bf76ba753fa411d1c0614cedd6e888fe92f.zip
Fix from Nathan Neulinger.
svn path=/trunk/; revision=867
Diffstat (limited to 'packet-yhoo.h')
-rw-r--r--packet-yhoo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet-yhoo.h b/packet-yhoo.h
index 9925a5032a..d6c7222f41 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.2 1999/10/14 03:12:32 guy Exp $
+ * $Id: packet-yhoo.h,v 1.3 1999/10/16 21:56:53 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -63,7 +63,7 @@
#define YAHOO_SERVICE_FILETRANSFER 70
/* Message flags */
-#define YAHOO_MSGTYPE_NONE 1
+#define YAHOO_MSGTYPE_NONE 0
#define YAHOO_MSGTYPE_NORMAL 1
#define YAHOO_MSGTYPE_BOUNCE 2
#define YAHOO_MSGTYPE_STATUS 4