Bugs item #1086533, was opened at 2004-12-16 16:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1086533&group_id=9368

Category: Installation
Group: 4.1
Status: Open
Resolution: None
Priority: 5
Submitted By: Fernando Laudares Camargos (laudares)
Assigned to: Nobody/Anonymous (nobody)
Summary: include new tcpdump 3.0 in MAC.pm

Initial Comment:
With Mandrake 10.0 we have a new version of tcpdump
(3.8) that prints/format the information regarding
client's MAC adress in a different way, so it can be
recognaized in Step6.
A solution for this is to add a new option for 3.8 in
MAC.pm so the MAC address can be indentified (already
done in the trunk, waiting for tests).
---------------------------------------------------------------------------------
# This is for tcpdump version 3.8 (MDK 10.0)
if(/^\S+.*BOOTP\/DHCP,\sRequest\sfrom\s([a-f0-9\:]{11,17}).*$/)
{
            regenerate_listbox() if add_mac_to_hash( $1 );
}
----------------------------------------------------------------------------------


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109368&aid=1086533&group_id=9368


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now. 
http://productguide.itmanagersjournal.com/
_______________________________________________
Oscar-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to