Ethereal-dev: [ethereal-dev] small patch for packet-yhoo.[ch]

Note: This archive is from the project's previous web site, ethereal.com. This list is no longer active.

From: "Neulinger, Nathan R." <nneul@xxxxxxx>
Date: Wed, 20 Oct 1999 09:03:05 -0500
Fixes a field name problem, and adds one more service type. 

-- Nathan

------------------------------------------------------------
Nathan Neulinger                       EMail:  nneul@xxxxxxx
University of Missouri - Rolla         Phone: (573) 341-4841
Computing Services                       Fax: (573) 341-4216

Index: packet-yhoo.c
===================================================================
RCS file: /cvsroot/ethereal/packet-yhoo.c,v
retrieving revision 1.2
diff -u -r1.2 packet-yhoo.c
--- packet-yhoo.c	1999/10/14 03:12:32	1.2
+++ packet-yhoo.c	1999/10/20 14:01:10
@@ -82,10 +82,12 @@
 	{YAHOO_SERVICE_CONFDECLINE, "Conference Decline"},
 	{YAHOO_SERVICE_CONFLOGOFF, "Conference Logoff"},
 	{YAHOO_SERVICE_CONFMSG, "Conference Message"},
+	{YAHOO_SERVICE_CONFADDINVITE, "Conference Additional Invitation"},
 	{YAHOO_SERVICE_CHATLOGON, "Chat Logon"},
 	{YAHOO_SERVICE_CHATLOGOFF, "Chat Logoff"},
 	{YAHOO_SERVICE_CHATMSG, "Chat Message"},
 	{YAHOO_SERVICE_FILETRANSFER, "File Transfer"},
+	{YAHOO_SERVICE_PASSTHROUGH2, "Passthrough 2"},
 	{0, NULL}
 };
 
@@ -165,7 +167,7 @@
 				"Magic ID", "yhoo.magic_id", FT_UINT32, BASE_HEX,
 				NULL, 0, "Magic ID" }},
 			{ &hf_yhoo_unknown1, {	
-				"Connection ID", "yhoo.unknown1", FT_UINT32, BASE_HEX,
+				"Unknown 1", "yhoo.unknown1", FT_UINT32, BASE_HEX,
 				NULL, 0, "Unknown 1" }},
 			{ &hf_yhoo_len, {	
 				"Packet Length", "yhoo.len", FT_UINT32, BASE_DEC,
Index: packet-yhoo.h
===================================================================
RCS file: /cvsroot/ethereal/packet-yhoo.h,v
retrieving revision 1.3
diff -u -r1.3 packet-yhoo.h
--- packet-yhoo.h	1999/10/16 21:56:53	1.3
+++ packet-yhoo.h	1999/10/20 14:01:10
@@ -55,7 +55,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