Sponge
CS144's user-space TCP library
Functions
ethernet_header.cc File Reference
#include "ethernet_header.hh"
#include "util.hh"
#include <iomanip>
#include <sstream>
Include dependency graph for ethernet_header.cc:

Go to the source code of this file.

Functions

string to_string (const EthernetAddress address)
 Printable representation of an EthernetAddress. More...
 

Function Documentation

◆ to_string()

string to_string ( const EthernetAddress  address)

Printable representation of an EthernetAddress.

Returns
A string with a textual representation of an Ethernet address

Definition at line 52 of file ethernet_header.cc.