InterviewSolution
| 1. |
Solve : Ethernet Frame 'MAC Destination/Source' to Hexadecimal? |
|
Answer» I'm needing to compare what is actually transmitted in the MAC destination or MAC source octets/bytes of an Ethernet frame, against an expected value expressed in HEXADECIMAL. The need for hexadecimal is part of a SYNTAX I must use. My question is to the correctness of the following method. |
|