aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2016-01-13 00:12:08 -0800
committerGuy Harris <guy@alum.mit.edu>2016-01-13 08:12:53 +0000
commit5892686a9b50f78c05c3b31497a44122489c6886 (patch)
tree548b5eba2ed66b035e4ba002dbd5be4195d16e4e /wiretap
parent24324a026382eb9ac6b3d1e176443729cdcdc2b1 (diff)
Get rid of debugging printouts.
Change-Id: I78fd79ebf915e9066f9e2548dcceb3c9e6440551 Reviewed-on: https://code.wireshark.org/review/13255 Reviewed-by: Guy Harris <guy@alum.mit.edu>
Diffstat (limited to 'wiretap')
-rw-r--r--wiretap/erf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/wiretap/erf.c b/wiretap/erf.c
index 8daa0c3c9d..f2e5f9d409 100644
--- a/wiretap/erf.c
+++ b/wiretap/erf.c
@@ -455,11 +455,6 @@ static gboolean erf_read_header(FILE_T fh,
*packet_size -= (guint32)sizeof(eth_hdr);
skiplen += (guint32)sizeof(eth_hdr);
pseudo_header->erf.subhdr.eth_hdr = eth_hdr;
- {
- guint8 bytes[2];
- memcpy(bytes, &eth_hdr, 2);
- fprintf(stderr, "offset %u, pad %u\n", bytes[0], bytes[1]);
- }
break;
case ERF_TYPE_MC_HDLC: