--- /root/pf/lib/pf/util/dhcp.pm        2012-01-10 07:27:34.000000000 +0100
+++ dhcp.pm     2012-03-15 15:29:06.912135551 +0100
@@ -254,6 +254,10 @@
     my @option82 = @{$dhcp_ref->{'options'}{'82'}};
     while ( @option82 ) {
         my $subopt = shift( @option82 );
+        #This makes offset assumptions we probably shouldn't, but it should work fine for Cisco
+        shift( @option82 );
+        shift( @option82 );
+
         my $len = shift( @option82 );

         while ($len) {
