Bugs item #1086533, was opened at 2004-12-16 08:10
Message generated for change (Settings changed) made by bernardli
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: Fixed
>Priority: 6
Submitted By: Fernando Laudares Camargos (laudares)
Assigned to: Fernando Laudares Camargos (laudares)
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 );
}
----------------------------------------------------------------------------------


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

Comment By: David N. Lombard (dnl)
Date: 2005-01-25 15:00

Message:
Logged In: YES 
user_id=27334

Going to evaluate tcpick as tcpdump replacement:

Pro: Consistent reporting and ability to filter
Con: Must be provided by OSCAR

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

Comment By: Fernando Laudares Camargos (laudares)
Date: 2005-01-24 07:21

Message:
Logged In: YES 
user_id=931808

Waiting for more tests to close it.

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

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://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Oscar-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/oscar-devel

Reply via email to