diff options
author | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-04-19 03:28:07 +0000 |
---|---|---|
committer | Gilbert Ramirez <gram@alumni.rice.edu> | 2000-04-19 03:28:07 +0000 |
commit | 17488eec3a86502ff69d3b6f9eb1be34d3a3b1fa (patch) | |
tree | 4df74ad89eb5b2623bc3d4427dd93e2b87663529 /packet.c | |
parent | 61908ba2c2d3341e94767444d1eb876c981803c9 (diff) | |
download | wireshark-17488eec3a86502ff69d3b6f9eb1be34d3a3b1fa.tar.gz wireshark-17488eec3a86502ff69d3b6f9eb1be34d3a3b1fa.tar.bz2 wireshark-17488eec3a86502ff69d3b6f9eb1be34d3a3b1fa.zip |
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.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -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); |