Index: trunk/pdns/pdns/dnspcap.hh
===================================================================
--- trunk/pdns/pdns/dnspcap.hh	(revision 527)
+++ trunk/pdns/pdns/dnspcap.hh	(revision 840)
@@ -33,4 +33,12 @@
 };
 
+struct pdns_lcc_header {
+  uint16_t lcc_pkttype;/* packet type */
+  uint16_t lcc_hatype;/* link-layer address type */
+  uint16_t lcc_halen;/* link-layer address length */
+  uint8_t lcc_addr[8];/* link-layer address */
+  uint16_t lcc_protocol;/* protocol */
+};
+
 class PcapPacketReader
 {
@@ -58,4 +66,5 @@
   bool getUDPPacket();
 
+  struct pdns_lcc_header* d_lcc;
   struct ether_header* d_ether;
   struct ip *d_ip;
@@ -72,4 +81,5 @@
   FILE* d_fp;
   string d_fname;
+  int d_skipMediaHeader;
 };
 
