aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap
diff options
context:
space:
mode:
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: