aboutsummaryrefslogtreecommitdiffstats
path: root/packet.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>2000-04-19 03:28:07 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>2000-04-19 03:28:07 +0000
commit17488eec3a86502ff69d3b6f9eb1be34d3a3b1fa (patch)
tree4df74ad89eb5b2623bc3d4427dd93e2b87663529 /packet.c
parent61908ba2c2d3341e94767444d1eb876c981803c9 (diff)
Greg Kilfoyle <gregk@redback.com>'s change for detection of compressed
A/C PPP fields. Get rid of spurious printf() in packet.c. svn path=/trunk/; revision=1880
Diffstat (limited to 'packet.c')
-rw-r--r--packet.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/packet.c b/packet.c
index 82e86d41cd..5ea544d4d8 100644
--- a/packet.c
+++ b/packet.c
@@ -1,7 +1,7 @@
/* packet.c
* Routines for packet disassembly
*
- * $Id: packet.c,v 1.77 2000/04/16 04:56:40 sharpe Exp $
+ * $Id: packet.c,v 1.78 2000/04/19 03:28:07 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -116,8 +116,6 @@ static void
packet_init_protocol(void)
{
- printf("Initializing Packet stuff ... \n");
-
if (frame_proto_data_area)
g_mem_chunk_destroy(frame_proto_data_area);