aboutsummaryrefslogtreecommitdiffstats
path: root/proto.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-10-04 18:09:05 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-10-04 18:09:05 +0000
commitb73cea0fcae53e408835e579b2bab0c7a8e6aa4b (patch)
tree8feac2b47a06aabbabced59a612e94412f97d5ac /proto.c
parent29cbbd3fc1a44c6e3ae7429a8c0145b474ee1a01 (diff)
downloadwireshark-b73cea0fcae53e408835e579b2bab0c7a8e6aa4b.tar.gz
wireshark-b73cea0fcae53e408835e579b2bab0c7a8e6aa4b.tar.bz2
wireshark-b73cea0fcae53e408835e579b2bab0c7a8e6aa4b.zip
Removed dummy protocol and removed bug which prevented the first
registered protocol's name from being used in a display filter. svn path=/trunk/; revision=766
Diffstat (limited to 'proto.c')
-rw-r--r--proto.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/proto.c b/proto.c
index 1825d7961f..3e7beaf6e3 100644
--- a/proto.c
+++ b/proto.c
@@ -1,7 +1,7 @@
/* proto.c
* Routines for protocol tree
*
- * $Id: proto.c,v 1.30 1999/10/03 15:06:28 deniel Exp $
+ * $Id: proto.c,v 1.31 1999/10/04 18:09:05 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -189,9 +189,6 @@ proto_init(void)
G_ALLOC_AND_FREE);
gpa_hfinfo = g_ptr_array_new();
- /* XXX: make aarp dfilter work */
- proto_register_protocol("first entry can't be used", "buggyentry");
-
/* Have each dissector register its protocols and fields. The
* order doesn't matter. Put the calls in alphabetical order
* just to make it easy. */