aboutsummaryrefslogtreecommitdiffstats
path: root/proto.c
diff options
context:
space:
mode:
authordeniel <deniel@f5534014-38df-0310-8fa8-9805f1628bb7>1999-10-16 09:13:03 +0000
committerdeniel <deniel@f5534014-38df-0310-8fa8-9805f1628bb7>1999-10-16 09:13:03 +0000
commit2a95561348d9ba50be7ec3f561b390e562db5f76 (patch)
treefa8d890b10a1b3ee1fa60f7c7ec9dacfc7d3e740 /proto.c
parentadcea27c180fbe3d943083ce53dc464da81a8a76 (diff)
Add the missing proto_register_bgp().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@853 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 760abbebdc..8fbddd51f6 100644
--- a/proto.c
+++ b/proto.c
@@ -1,7 +1,7 @@
/* proto.c
* Routines for protocol tree
*
- * $Id: proto.c,v 1.42 1999/10/14 05:10:32 guy Exp $
+ * $Id: proto.c,v 1.43 1999/10/16 09:13:03 deniel Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -106,6 +106,7 @@ void proto_register_arp(void);
void proto_register_ascend(void);
void proto_register_atalk(void);
void proto_register_atm(void);
+void proto_register_bgp(void);
void proto_register_bootp(void);
void proto_register_bpdu(void);
void proto_register_cdp(void);
@@ -225,6 +226,7 @@ proto_init(void)
proto_register_ascend();
proto_register_atalk();
proto_register_atm();
+ proto_register_bgp();
proto_register_bootp();
proto_register_bpdu();
proto_register_cdp();