Your message dated Sat, 28 Jun 2008 12:02:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#317440: fixed in dhcpdump 1.8-1
has caused the Debian Bug report #317440,
regarding dhcpdump display relay agent information
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
317440: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=317440
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: dhcpdump
Version : 1.6-1
 i have to patch de dhcpdump.c when i want to see a 82 dhcpoption with 2 
sub-options :

        case 82:        // Relay Agent Information
            printf("\n");
            for (i=j+2;i<j+data[j+1];) {
                if (i != j+2) {
                  printf("\n");
                }
                printf("%-17s %-13s ", " ",
                    data[i]>sizeof(relayagent_suboptions)?
                    "*wrong value*":
                    relayagent_suboptions[data[i]]);
                if (i+data[i+1]>j+data[j+1]) {
                    printf("*MALFORMED -- TOO LARGE*\n");
                    break;
                }
                printHexColon(data+i+2,data[i+1]);
                i+=data[i+1]+2;
            }
            break;

        }

--- End Message ---
--- Begin Message ---
Source: dhcpdump
Source-Version: 1.8-1

We believe that the bug you reported is fixed in the latest version of
dhcpdump, which is due to be installed in the Debian FTP archive:

dhcpdump_1.8-1.diff.gz
  to pool/main/d/dhcpdump/dhcpdump_1.8-1.diff.gz
dhcpdump_1.8-1.dsc
  to pool/main/d/dhcpdump/dhcpdump_1.8-1.dsc
dhcpdump_1.8-1_i386.deb
  to pool/main/d/dhcpdump/dhcpdump_1.8-1_i386.deb
dhcpdump_1.8.orig.tar.gz
  to pool/main/d/dhcpdump/dhcpdump_1.8.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Schulze <[EMAIL PROTECTED]> (supplier of updated dhcpdump package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sat, 28 Jun 2008 13:52:32 +0200
Source: dhcpdump
Binary: dhcpdump
Architecture: source i386
Version: 1.8-1
Distribution: unstable
Urgency: low
Maintainer: Martin Schulze <[EMAIL PROTECTED]>
Changed-By: Joey Schulze <[EMAIL PROTECTED]>
Description: 
 dhcpdump   - Parse DHCP packets from tcpdump
Closes: 317440 436762
Changes: 
 dhcpdump (1.8-1) unstable; urgency=low
 .
   * Incorporate NMU by Amaya Rodrigo Sastre, thanks a lot
   * New upstream version
     . Moved manpage into section 8
   * Fixed typo in NMU-Disclaimer, thanks to Petter Reinholdtsen (See:
     Bug#225895)
   * Added support for the nostrip option (closes: Bug#436762)
   * Added support for debug compilation
   * Forward ported patch by Olivier Chirossel <[EMAIL PROTECTED]>
     to display option 82 (Relay Agent Information) with two sub-options
     (closes: Bug#317440)
Checksums-Sha1: 
 aef0a6009eb4cbaf96e5a94cf5d824bed5bf7ea1 893 dhcpdump_1.8-1.dsc
 96fae94d9bac4cf3b5a4c62be2b06a2d72a9fa48 10740 dhcpdump_1.8.orig.tar.gz
 941a173dc3186661a9d281362e656c85c7b88725 4563 dhcpdump_1.8-1.diff.gz
 eb15392e0b831255d20ff1a5d61f9ba242ea2248 13030 dhcpdump_1.8-1_i386.deb
Checksums-Sha256: 
 8bec982cf96e761db6fbe785a4bc881511fedc8a58c0de7ec9dc5b2051a476fd 893 
dhcpdump_1.8-1.dsc
 6d5eb9418162fb738bc56e4c1682ce7f7392dd96e568cc996e44c28de7f77190 10740 
dhcpdump_1.8.orig.tar.gz
 9128ee07ee2d8c5dbe6a0afc85be2511730b67fc0819ac1c83bf4e934c14761d 4563 
dhcpdump_1.8-1.diff.gz
 34a370339ab5b4bd2717fa711b52811aaf287c091730b86a23cd0024c046f1f3 13030 
dhcpdump_1.8-1_i386.deb
Files: 
 916fa7b3707443014dc5995c4d3c7795 893 admin optional dhcpdump_1.8-1.dsc
 099c786997c424f196414f9575f1fb90 10740 admin optional dhcpdump_1.8.orig.tar.gz
 9bbba76eb831787b52d199f83603fcc2 4563 admin optional dhcpdump_1.8-1.diff.gz
 6f8642244d42634120c77b947c8361e3 13030 admin optional dhcpdump_1.8-1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFIZiayW5ql+IAeqTIRAv9eAJ44S7/TdZqZNWouyzCWTi+HYZk5HgCdHqBb
4yYD4ozcAQPXDsb57rM63o4=
=UAFy
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to