From 364274edf3fb65e39b100c50ef8a4acd92273d07 Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 14 Oct 1999 01:29:07 +0000 Subject: Nathan Neulinger's dissector for the Yahoo messenger and pager protocols. svn path=/trunk/; revision=824 --- proto.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'proto.c') diff --git a/proto.c b/proto.c index f0660dd44d..56c79eadd8 100644 --- a/proto.c +++ b/proto.c @@ -1,7 +1,7 @@ /* proto.c * Routines for protocol tree * - * $Id: proto.c,v 1.40 1999/10/13 06:47:48 guy Exp $ + * $Id: proto.c,v 1.41 1999/10/14 01:28:29 guy Exp $ * * Ethereal - Network traffic analyzer * By Gerald Combs @@ -161,6 +161,7 @@ void proto_register_tr(void); void proto_register_trmac(void); void proto_register_udp(void); void proto_register_x25(void); +void proto_register_yhoo(void); /* special-case header field used within proto.c */ int hf_text_only = 1; @@ -278,6 +279,7 @@ proto_init(void) proto_register_trmac(); proto_register_udp(); proto_register_x25(); + proto_register_yhoo(); /* Register one special-case FT_TEXT_ONLY field for use when converting ethereal to new-style proto_tree. These fields -- cgit v1.2.3