<br clear="all">Hi,<br>
<br>
I am using scapy for writing a dhcp client. <br>
<br>
The problem i am facing is the mac address i have is in the form
00:11:22:33:44:55 need to convert to '\x00\x11\x22\x33\x44\x55' <br>
Please help me out with this problem. The chaddr field in dhcp ( SCAPY) requires '\x00\x11\x22\x33\x44\x55'&nbsp; format. <br>
<br>
I want this to be assinged through variables. Please let me know if this i doable.<br>
<br>
Thanks in advance,<br>Sudarshana K S