aboutsummaryrefslogtreecommitdiffstats
path: root/proto.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-22 16:41:22 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-22 16:41:22 +0000
commitcc2136f5365df6b7fd30ab7090680431e2f9b1d2 (patch)
tree405b160d91b05d181663adbd23571944f85829ff /proto.c
parentcb4201d5eb6fb7aafcd45cc3c3890e5befa0a0b4 (diff)
Converted UDP fields to new proto_tree functions.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@376 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'proto.c')
-rw-r--r--proto.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/proto.c b/proto.c
index 88372d20b9..7ac2af6294 100644
--- a/proto.c
+++ b/proto.c
@@ -1,7 +1,7 @@
/* proto.c
* Routines for protocol tree
*
- * $Id: proto.c,v 1.3 1999/07/17 04:19:05 gram Exp $
+ * $Id: proto.c,v 1.4 1999/07/22 16:41:22 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -91,6 +91,7 @@ void proto_register_llc(void);
void proto_register_null(void);
void proto_register_tcp(void);
void proto_register_tr(void);
+void proto_register_udp(void);
/* special-case header field used within proto.c */
int hf_text_only = 1;
@@ -148,6 +149,7 @@ proto_init(void)
proto_register_null();
proto_register_tr();
proto_register_tcp();
+ proto_register_udp();
/* Register one special-case FT_TEXT_ONLY field for use when
converting ethereal to new-style proto_tree. These fields